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

9
misc/udfclient/DESCR Normal file
View File

@@ -0,0 +1,9 @@
UDFclient is a userland implementation of the UDF filingsystem as defined by
the OSTA group. UDFclient is designed to be a study platform and a run-up to a
full read and write kernel level implementation.
UDFclient basically provides a user interface not unlike ftp(1) but always
fetches and writes files recursively from the disc(s).
See the packages homepage http://www.13thmonkey.org/udfclient for its features
and history.

23
misc/udfclient/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.42 2012/10/08 09:57:39 asau Exp $
#
DISTNAME= UDFclient.0.7.5
PKGNAME= udfclient-0.7.5
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= reinoud@13thmonkey.org
HOMEPAGE= http://www.13thmonkey.org/udfclient/
COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
misc/udfclient/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.5 2005/11/08 20:30:58 reinoud Exp $
bin/cd_disect
bin/cd_sessions
bin/mmc_format
bin/newfs_udf
bin/udfclient
bin/udfdump

5
misc/udfclient/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.39 2012/07/28 22:36:08 reed Exp $
SHA1 (UDFclient.0.7.5.tgz) = 9a06655dc4155a2a8a0179e3f1ad4820a0ca0676
RMD160 (UDFclient.0.7.5.tgz) = 1f1e525c1a732d710598934b91d2e07749a02a3b
Size (UDFclient.0.7.5.tgz) = 251270 bytes