Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

25
sysutils/testdisk/DESCR Normal file
View File

@@ -0,0 +1,25 @@
Tool to check and undelete partitions.
Supported filesystems:
- BeFS ( BeOS )
- BSD disklabel ( FreeBSD/OpenBSD/NetBSD )
- CramFS (Compressed File System)
- DOS/Windows FAT12, FAT16 and FAT32
- Windows exFAT
- HFS, Hierarchical File System
- JFS, IBM's Journaled File System
- Linux Ext2 and Ext3
- Linux Raid
- Linux Swap (versions 1 and 2)
- LVM and LVM2, Linux Logical Volume Manager
- Netware NSS
- NTFS ( Windows NT/2K/XP/2003 )
- ReiserFS 3.5 and 3.6
- UFS (Sun/BSD/...)
- XFS, SGI's Journaled File System
Known to work on:
* DOS/Win9x/NT4/2k/XP/2k3
* GNU/Linux
* FreeBSD, NetBSD, OpenBSD
* Sun Solaris (minimal support)

View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.6 2013/05/04 13:16:40 dsainty Exp $
#
DISTNAME= testdisk-6.13
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.cgsecurity.org/wiki/TestDisk
COMMENT= Tool to check and undelete partitions
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
.include "../../devel/libuuid/buildlink3.mk"
.endif
# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers
# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is
# disabled.
.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

13
sysutils/testdisk/PLIST Normal file
View File

@@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2012/07/04 17:58:31 drochner Exp $
bin/fidentify
bin/photorec
bin/testdisk
man/man8/fidentify.8
man/man8/photorec.8
man/man8/testdisk.8
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/ChangeLog
share/doc/${PKGNAME}/NEWS
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/THANKS
@pkgdir share/doc/${PKGNAME}/html

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2012/07/04 17:58:31 drochner Exp $
SHA1 (testdisk-6.13.tar.bz2) = b08ace0257e3e437b6fc140360d75807ca4d46ae
RMD160 (testdisk-6.13.tar.bz2) = 9ff09fdcc53a02240b4e22365193eac14a7d5e13
Size (testdisk-6.13.tar.bz2) = 560696 bytes
SHA1 (patch-aa) = 05e401608dd426bd780475e3b515e5677ab1ccc5

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2012/07/04 17:58:31 drochner Exp $
--- src/intrfn.h.orig 2010-10-18 06:25:15.000000000 +0000
+++ src/intrfn.h
@@ -39,6 +39,8 @@ extern "C" {
#include <curses.h>
#endif
+#include <stdarg.h>
+
void aff_copy(WINDOW *window);
void aff_copy_short(WINDOW *window);
void aff_part(WINDOW *window, const unsigned int newline, const disk_t *disk_car, const partition_t *partition);