Import testdisk 6.10, which provides testdisk and photorec :
TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. PhotoRec is a file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (thus, its 'Photo Recovery' name) from digital camera memory. PhotoRec ignores the filesystem and goes after the underlying data, so it will still work even if your media's filesystem has been severely damaged or re-formatted. with feedback from pea@, thanks!
This commit is contained in:
parent
e1da3db508
commit
4aa6207b63
34
sysutils/testdisk/Makefile
Normal file
34
sysutils/testdisk/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/15 20:11:01 landry Exp $
|
||||
|
||||
COMMENT = data recovery software
|
||||
|
||||
VERSION = 6.10
|
||||
DISTNAME = testdisk-${VERSION}
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = http://www.cgsecurity.org/
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
MAINTAINER = Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = converters/libiconv
|
||||
|
||||
SUBST_VARS += VERSION
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
LIB_DEPENDS = ext2fs,ext2fs_com_err::sysutils/e2fsprogs,-main \
|
||||
uuid::sysutils/e2fsprogs,-uuid \
|
||||
jpeg::graphics/jpeg
|
||||
|
||||
WANTLIB = c ncurses z
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/testdisk/distinfo
Normal file
5
sysutils/testdisk/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (testdisk-6.10.tar.bz2) = 073gtUbUDgKd2k6YYdtA7w==
|
||||
RMD160 (testdisk-6.10.tar.bz2) = QoApCtSd5SXFnpKYMlbHaUVB1iI=
|
||||
SHA1 (testdisk-6.10.tar.bz2) = IRBBRhSKuYuipadXOYM2ojReyjY=
|
||||
SHA256 (testdisk-6.10.tar.bz2) = U55+wnQSaoJ9+k33UdcdFeA89mw/pzqsj1UtSGx3lZM=
|
||||
SIZE (testdisk-6.10.tar.bz2) = 1474157
|
30
sysutils/testdisk/patches/patch-configure
Normal file
30
sysutils/testdisk/patches/patch-configure
Normal file
@ -0,0 +1,30 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2009/03/15 20:11:01 landry Exp $
|
||||
--- configure.orig Thu Jul 17 13:16:30 2008
|
||||
+++ configure Sat Feb 21 19:37:21 2009
|
||||
@@ -8354,7 +8354,7 @@ if test "${ac_cv_lib_ext2fs_ext2fs_open+set}" = set; t
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lext2fs $LIBS"
|
||||
+LIBS="-lext2fs -lext2fs_com_err $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -8433,7 +8433,7 @@ if test "${ac_cv_lib_com_err_com_err+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lcom_err $LIBS"
|
||||
+LIBS="-lext2fs_com_err $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -8496,7 +8496,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||
_ACEOF
|
||||
|
||||
if test "${com_err_lib_a}" = ""; then
|
||||
- LIBS="$LIBS -lcom_err"
|
||||
+ LIBS="$LIBS -lext2fs_com_err"
|
||||
else
|
||||
LIBS="$LIBS ${com_err_lib_a}"
|
||||
fi
|
13
sysutils/testdisk/pkg/DESCR
Normal file
13
sysutils/testdisk/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
TestDisk is a powerful free data recovery software! It was primarily
|
||||
designed to help recover lost partitions and/or make non-booting disks
|
||||
bootable again when these symptoms are caused by faulty software,
|
||||
certain types of viruses or human error (such as accidentally deleting a
|
||||
Partition Table). Partition table recovery using TestDisk is really
|
||||
easy.
|
||||
|
||||
PhotoRec is a file data recovery software designed to recover lost files
|
||||
including video, documents and archives from Hard Disks and CDRom and
|
||||
lost pictures (thus, its 'Photo Recovery' name) from digital camera
|
||||
memory. PhotoRec ignores the filesystem and goes after the underlying
|
||||
data, so it will still work even if your media's filesystem has been
|
||||
severely damaged or re-formatted.
|
322
sysutils/testdisk/pkg/PLIST
Normal file
322
sysutils/testdisk/pkg/PLIST
Normal file
@ -0,0 +1,322 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/15 20:11:01 landry Exp $
|
||||
@man man/man1/photorec.1
|
||||
@man man/man1/testdisk.1
|
||||
@bin sbin/photorec
|
||||
@bin sbin/testdisk
|
||||
share/doc/testdisk-${VERSION}/
|
||||
share/doc/testdisk-${VERSION}/AUTHORS
|
||||
share/doc/testdisk-${VERSION}/ChangeLog
|
||||
share/doc/testdisk-${VERSION}/NEWS
|
||||
share/doc/testdisk-${VERSION}/README
|
||||
share/doc/testdisk-${VERSION}/THANKS
|
||||
share/doc/testdisk-${VERSION}/html/
|
||||
share/doc/testdisk-${VERSION}/html/20071113081925_analyse.gif
|
||||
share/doc/testdisk-${VERSION}/html/20071113082557_search_menu.gif
|
||||
share/doc/testdisk-${VERSION}/html/20080103231020_photorec_options.png
|
||||
share/doc/testdisk-${VERSION}/html/30px_damaged_file_system.gif
|
||||
share/doc/testdisk-${VERSION}/html/32px_package.png
|
||||
share/doc/testdisk-${VERSION}/html/70px_damaged_file_system.gif
|
||||
share/doc/testdisk-${VERSION}/html/70px_quick_search.gif
|
||||
share/doc/testdisk-${VERSION}/html/Common.css
|
||||
share/doc/testdisk-${VERSION}/html/Monobook.css
|
||||
share/doc/testdisk-${VERSION}/html/_intel.html
|
||||
share/doc/testdisk-${VERSION}/html/_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/advanced_fat_repair.html
|
||||
share/doc/testdisk-${VERSION}/html/advanced_find_ext2_ext3_backup_superblock.html
|
||||
share/doc/testdisk-${VERSION}/html/advanced_ntfs_boot_and_mft_repair.html
|
||||
share/doc/testdisk-${VERSION}/html/after_backup_bs.gif
|
||||
share/doc/testdisk-${VERSION}/html/after_using_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/after_using_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/ajax.js
|
||||
share/doc/testdisk-${VERSION}/html/analyse.gif
|
||||
share/doc/testdisk-${VERSION}/html/aplicaci_n_goback.html
|
||||
share/doc/testdisk-${VERSION}/html/apres_utilisation_de_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/audio.png
|
||||
share/doc/testdisk-${VERSION}/html/ausfehren_von_skript.html
|
||||
share/doc/testdisk-${VERSION}/html/ausfehren_von_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/ausfehrliches_wiederherstellungsbeispiel.html
|
||||
share/doc/testdisk-${VERSION}/html/backup_bs.gif
|
||||
share/doc/testdisk-${VERSION}/html/beschadigte_festplatte.html
|
||||
share/doc/testdisk-${VERSION}/html/boot_sector.gif
|
||||
share/doc/testdisk-${VERSION}/html/bullet.gif
|
||||
share/doc/testdisk-${VERSION}/html/busqueda_avanzada_del_superblock_de_backup_ext2_ext3.html
|
||||
share/doc/testdisk-${VERSION}/html/c_mo_ayudar.html
|
||||
share/doc/testdisk-${VERSION}/html/cdrw.html
|
||||
share/doc/testdisk-${VERSION}/html/cdrw_de.html
|
||||
share/doc/testdisk-${VERSION}/html/cdrw_es.html
|
||||
share/doc/testdisk-${VERSION}/html/cdrw_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/comment_aider.html
|
||||
share/doc/testdisk-${VERSION}/html/commentaider.html
|
||||
share/doc/testdisk-${VERSION}/html/commonprint.css_97.css
|
||||
share/doc/testdisk-${VERSION}/html/compilar_dos.html
|
||||
share/doc/testdisk-${VERSION}/html/compilar_linux.html
|
||||
share/doc/testdisk-${VERSION}/html/compilar_mac_os_x.html
|
||||
share/doc/testdisk-${VERSION}/html/compilar_win.html
|
||||
share/doc/testdisk-${VERSION}/html/compilation_sous_dos.html
|
||||
share/doc/testdisk-${VERSION}/html/compilation_sous_linux.html
|
||||
share/doc/testdisk-${VERSION}/html/compilation_sous_mac_os_x.html
|
||||
share/doc/testdisk-${VERSION}/html/compilation_sous_windows.html
|
||||
share/doc/testdisk-${VERSION}/html/compile_dos.html
|
||||
share/doc/testdisk-${VERSION}/html/compile_linux.html
|
||||
share/doc/testdisk-${VERSION}/html/compile_mac_os_x.html
|
||||
share/doc/testdisk-${VERSION}/html/compile_win.html
|
||||
share/doc/testdisk-${VERSION}/html/create_log.gif
|
||||
share/doc/testdisk-${VERSION}/html/current_limitations.html
|
||||
share/doc/testdisk-${VERSION}/html/damaged_file_system.gif
|
||||
share/doc/testdisk-${VERSION}/html/damaged_hard_disk.html
|
||||
share/doc/testdisk-${VERSION}/html/dans_les_journaux.html
|
||||
share/doc/testdisk-${VERSION}/html/das_testdisk_team.html
|
||||
share/doc/testdisk-${VERSION}/html/data_recovery_examples.html
|
||||
share/doc/testdisk-${VERSION}/html/datentrager_abbilder.html
|
||||
share/doc/testdisk-${VERSION}/html/de.png
|
||||
share/doc/testdisk-${VERSION}/html/digital_photos_recovery_using_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/discos_r_gidos_danificados.html
|
||||
share/doc/testdisk-${VERSION}/html/discos_rigidos_rotos.html
|
||||
share/doc/testdisk-${VERSION}/html/discussionitem_icon.gif
|
||||
share/doc/testdisk-${VERSION}/html/disque_dur_endommage.html
|
||||
share/doc/testdisk-${VERSION}/html/disquette_de_boot_dos.html
|
||||
share/doc/testdisk-${VERSION}/html/document.png
|
||||
share/doc/testdisk-${VERSION}/html/donation.html
|
||||
share/doc/testdisk-${VERSION}/html/dos.png
|
||||
share/doc/testdisk-${VERSION}/html/dos_bootdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/dos_bootdiskette.html
|
||||
share/doc/testdisk-${VERSION}/html/dos_kompilieren.html
|
||||
share/doc/testdisk-${VERSION}/html/dyn.css
|
||||
share/doc/testdisk-${VERSION}/html/ejecuci_n_con_scripts.html
|
||||
share/doc/testdisk-${VERSION}/html/ejecucion_con_scripts.html
|
||||
share/doc/testdisk-${VERSION}/html/ejecutando_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/ejemplos_de_recuperaci_n_de_datos.html
|
||||
share/doc/testdisk-${VERSION}/html/en.png
|
||||
share/doc/testdisk-${VERSION}/html/en_las_noticias.html
|
||||
share/doc/testdisk-${VERSION}/html/equipo_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/erweiterte_boot_und_mft_reparatur_bei_ntfs.html
|
||||
share/doc/testdisk-${VERSION}/html/erweiterte_fat_reparatur.html
|
||||
share/doc/testdisk-${VERSION}/html/es.png
|
||||
share/doc/testdisk-${VERSION}/html/executer_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/execution_automatisee.html
|
||||
share/doc/testdisk-${VERSION}/html/exemples_de_restauration.html
|
||||
share/doc/testdisk-${VERSION}/html/ext3_superblocks_finden.html
|
||||
share/doc/testdisk-${VERSION}/html/external.png
|
||||
share/doc/testdisk-${VERSION}/html/fdisk_de_microsoft.html
|
||||
share/doc/testdisk-${VERSION}/html/file_formats_recovered_by_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/file_icon.gif
|
||||
share/doc/testdisk-${VERSION}/html/first_results.gif
|
||||
share/doc/testdisk-${VERSION}/html/formats_de_fichier_recuperes_par_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/fr.png
|
||||
share/doc/testdisk-${VERSION}/html/gegenwartige_einschrankungen.html
|
||||
share/doc/testdisk-${VERSION}/html/geometry.gif
|
||||
share/doc/testdisk-${VERSION}/html/gnu_fdl.png
|
||||
share/doc/testdisk-${VERSION}/html/goback.html
|
||||
share/doc/testdisk-${VERSION}/html/goback_de.html
|
||||
share/doc/testdisk-${VERSION}/html/goback_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/headbg.jpg
|
||||
share/doc/testdisk-${VERSION}/html/hinweise_und_tipps.html
|
||||
share/doc/testdisk-${VERSION}/html/howtohelp.html
|
||||
share/doc/testdisk-${VERSION}/html/ie50fixes.css_97.css
|
||||
share/doc/testdisk-${VERSION}/html/ie55fixes.css_97.css
|
||||
share/doc/testdisk-${VERSION}/html/ie60fixes.css_97.css
|
||||
share/doc/testdisk-${VERSION}/html/ie70fixes.css_97.css
|
||||
share/doc/testdisk-${VERSION}/html/iefixes.js
|
||||
share/doc/testdisk-${VERSION}/html/image_after_backup_bs.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_analyse.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_backup_bs.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_boot_sector.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_create_log.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_damaged_file_system.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_first_results.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_geometry.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_list_files.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_menu_write.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_menus.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_no_partition.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_package.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_partition_table_type.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_dst.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_end.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_files.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_filesystem.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_free.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_options.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_part_type.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_running.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_src.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_photorec_startup.png.html
|
||||
share/doc/testdisk-${VERSION}/html/image_quick_search.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_reboot.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_results_deeper_search.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_search_menu.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_select_disk_update.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_set_partition_to_recover.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_vista_check.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/image_winxp_created.gif.html
|
||||
share/doc/testdisk-${VERSION}/html/imagen_de_medio.html
|
||||
share/doc/testdisk-${VERSION}/html/in_den_nachrichten.html
|
||||
share/doc/testdisk-${VERSION}/html/in_the_news.html
|
||||
share/doc/testdisk-${VERSION}/html/intel_partition_table.html
|
||||
share/doc/testdisk-${VERSION}/html/intel_partitionstabelle.html
|
||||
share/doc/testdisk-${VERSION}/html/it.png
|
||||
share/doc/testdisk-${VERSION}/html/limitaciones_actuales.html
|
||||
share/doc/testdisk-${VERSION}/html/limitations_courantes.html
|
||||
share/doc/testdisk-${VERSION}/html/linux.png
|
||||
share/doc/testdisk-${VERSION}/html/linux_a_ppc_darwin_cross_compiler.html
|
||||
share/doc/testdisk-${VERSION}/html/linux_bootdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/linux_bootdiskette.html
|
||||
share/doc/testdisk-${VERSION}/html/linux_kompilieren.html
|
||||
share/doc/testdisk-${VERSION}/html/linux_kompilieren1.html
|
||||
share/doc/testdisk-${VERSION}/html/linux_to_ppc_darwin_cross_compiler.html
|
||||
share/doc/testdisk-${VERSION}/html/linux_zu_ppc_darwin_kreuz_compiler.html
|
||||
share/doc/testdisk-${VERSION}/html/list_files.gif
|
||||
share/doc/testdisk-${VERSION}/html/lock_icon.gif
|
||||
share/doc/testdisk-${VERSION}/html/logo.png
|
||||
share/doc/testdisk-${VERSION}/html/luego_de_usar_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/mac_os_x_kompilieren.html
|
||||
share/doc/testdisk-${VERSION}/html/macosx.png
|
||||
share/doc/testdisk-${VERSION}/html/mail_icon.gif
|
||||
share/doc/testdisk-${VERSION}/html/main.css
|
||||
share/doc/testdisk-${VERSION}/html/media_image.html
|
||||
share/doc/testdisk-${VERSION}/html/media_image_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/mene_analyse.html
|
||||
share/doc/testdisk-${VERSION}/html/mene_delete.html
|
||||
share/doc/testdisk-${VERSION}/html/mene_geometrie.html
|
||||
share/doc/testdisk-${VERSION}/html/mene_mbr_code.html
|
||||
share/doc/testdisk-${VERSION}/html/mene_optionen.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_analizar.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_analyse.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_analyse_de.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_analyse_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_borrar.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_codigo_mbr.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_delete.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_delete_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_geometria.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_geometrie.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_geometry.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_mbrcode.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_mbrcode_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_opciones.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_options.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_options_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/menu_write.gif
|
||||
share/doc/testdisk-${VERSION}/html/menus.gif
|
||||
share/doc/testdisk-${VERSION}/html/merkmale_von_betriebssystemen.html
|
||||
share/doc/testdisk-${VERSION}/html/microsoft_fdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/microsoft_fdisk_de.html
|
||||
share/doc/testdisk-${VERSION}/html/microsoft_fdisk_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/monitoreo_smart.html
|
||||
share/doc/testdisk-${VERSION}/html/monitoring_smart_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/nach_dem_gebrauch_von_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/nach_dem_gebrauch_von_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/news_icon.png
|
||||
share/doc/testdisk-${VERSION}/html/no_partition.gif
|
||||
share/doc/testdisk-${VERSION}/html/notas_so.html
|
||||
share/doc/testdisk-${VERSION}/html/notes_specifiques_os.html
|
||||
share/doc/testdisk-${VERSION}/html/opensearch_desc.xml
|
||||
share/doc/testdisk-${VERSION}/html/os2.png
|
||||
share/doc/testdisk-${VERSION}/html/os_notes.html
|
||||
share/doc/testdisk-${VERSION}/html/package.png
|
||||
share/doc/testdisk-${VERSION}/html/partition_recognition_primary_and_logical.html
|
||||
share/doc/testdisk-${VERSION}/html/partition_table_type.gif
|
||||
share/doc/testdisk-${VERSION}/html/partitionserkennung_primar_und_logisch.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec.ico
|
||||
share/doc/testdisk-${VERSION}/html/photorec.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec1.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_de.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_dst.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_end.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_etape_par_etape.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_files.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_filesystem.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_free.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_it.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_logo.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_options.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_part_type.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_passo_dopo_passo.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_running.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_schritt_fer_schritt.html
|
||||
share/doc/testdisk-${VERSION}/html/photorec_small.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_src.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_startup.png
|
||||
share/doc/testdisk-${VERSION}/html/photorec_step_by_step.html
|
||||
share/doc/testdisk-${VERSION}/html/pt.png
|
||||
share/doc/testdisk-${VERSION}/html/quick_search.gif
|
||||
share/doc/testdisk-${VERSION}/html/reboot.gif
|
||||
share/doc/testdisk-${VERSION}/html/reconna_tre_les_partitions_primaires_et_logiques.html
|
||||
share/doc/testdisk-${VERSION}/html/reiserfs_datei_wiederherstellung_kurzanleitung.html
|
||||
share/doc/testdisk-${VERSION}/html/reiserfs_file_undelete_howto.html
|
||||
share/doc/testdisk-${VERSION}/html/reiserfs_howto_de_recuperacion_de_archivos.html
|
||||
share/doc/testdisk-${VERSION}/html/reiserfs_recuperation_de_fichier.html
|
||||
share/doc/testdisk-${VERSION}/html/reparacion_avanzada_de_fat.html
|
||||
share/doc/testdisk-${VERSION}/html/reparacion_avanzada_del_sector_de_booteo_y_mft.html
|
||||
share/doc/testdisk-${VERSION}/html/reparacion_avanzada_del_sector_de_booteo_y_mft_de_ntfs.html
|
||||
share/doc/testdisk-${VERSION}/html/reparation_d_une_partition_ext2_ext3.html
|
||||
share/doc/testdisk-${VERSION}/html/reparation_d_une_partition_fat.html
|
||||
share/doc/testdisk-${VERSION}/html/reparation_d_une_partition_ntfs.html
|
||||
share/doc/testdisk-${VERSION}/html/results_deeper_search.gif
|
||||
share/doc/testdisk-${VERSION}/html/rpm.png
|
||||
share/doc/testdisk-${VERSION}/html/ru.png
|
||||
share/doc/testdisk-${VERSION}/html/running_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/schritt_fer_schritt_wiederherstellungsbeispiel.html
|
||||
share/doc/testdisk-${VERSION}/html/scripted_run.html
|
||||
share/doc/testdisk-${VERSION}/html/search_menu.gif
|
||||
share/doc/testdisk-${VERSION}/html/select_disk_update.gif
|
||||
share/doc/testdisk-${VERSION}/html/set_partition_to_recover.gif
|
||||
share/doc/testdisk-${VERSION}/html/shared.css_97.css
|
||||
share/doc/testdisk-${VERSION}/html/smart_monitoring.html
|
||||
share/doc/testdisk-${VERSION}/html/smart_monitoring_de.html
|
||||
share/doc/testdisk-${VERSION}/html/soporte.html
|
||||
share/doc/testdisk-${VERSION}/html/spenden.html
|
||||
share/doc/testdisk-${VERSION}/html/support.html
|
||||
share/doc/testdisk-${VERSION}/html/support_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/tabla_de_particiones_de_intel.html
|
||||
share/doc/testdisk-${VERSION}/html/table_de_partition_intel.html
|
||||
share/doc/testdisk-${VERSION}/html/telecharger_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/template_infobox_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/template_infobox_testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk1.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_${VERSION}_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_6.4_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_6.5_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_6.6_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_6.7_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_6.8_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_6.9_release.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_compilaci_n.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_compilation.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_compilation_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_de.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_descargar.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_download.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_es.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_etape_par_etape.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_herunterladen.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_kompilation.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_kompilieren.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_livecd.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_livecd_de.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_livecd_fr.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_pt.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_step_by_step.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_team.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisk_y_cd_de_live_rescue.html
|
||||
share/doc/testdisk-${VERSION}/html/testdisklogo2.gif
|
||||
share/doc/testdisk-${VERSION}/html/testdisklogo_clear_100.gif
|
||||
share/doc/testdisk-${VERSION}/html/unidades_cdrw.html
|
||||
share/doc/testdisk-${VERSION}/html/unterstetzung.html
|
||||
share/doc/testdisk-${VERSION}/html/user.gif
|
||||
share/doc/testdisk-${VERSION}/html/video.png
|
||||
share/doc/testdisk-${VERSION}/html/vista_check.gif
|
||||
share/doc/testdisk-${VERSION}/html/wie_kann_ich_helfen.html
|
||||
share/doc/testdisk-${VERSION}/html/wiederherstellbare_dateiformate_unter_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/wiederherstellung_digitaler_fotos_mit_photorec.html
|
||||
share/doc/testdisk-${VERSION}/html/wiederherstellungs_beispiele.html
|
||||
share/doc/testdisk-${VERSION}/html/wikibits.js
|
||||
share/doc/testdisk-${VERSION}/html/win.png
|
||||
share/doc/testdisk-${VERSION}/html/win_kompilieren.html
|
||||
share/doc/testdisk-${VERSION}/html/winxp_created.gif
|
||||
share/doc/testdisk-${VERSION}/html/x_click_but04.gif
|
||||
share/doc/testdisk-${VERSION}/html/x_click_but11.gif
|
Loading…
Reference in New Issue
Block a user