pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/udfclient Initial import of udfclient package wri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec36f0e664c6
branches: trunk
changeset: 461917:ec36f0e664c6
user: reinoud <reinoud%pkgsrc.org@localhost>
date: Tue Sep 23 19:02:25 2003 +0000
description:
Initial import of udfclient package written by Reinoud Zandijk
(reinoud%netbsd.org@localhost).
It features a read-only userland implementation for now and is accompanied
by small helper programs that can describe the CD/DVD media into detail.
diffstat:
misc/udfclient/DESCR | 6 ++++++
misc/udfclient/Makefile | 16 ++++++++++++++++
misc/udfclient/PLIST | 5 +++++
misc/udfclient/distinfo | 4 ++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 47bea4d481ef -r ec36f0e664c6 misc/udfclient/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/udfclient/DESCR Tue Sep 23 19:02:25 2003 +0000
@@ -0,0 +1,6 @@
+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 basicly provides a userinterface not unlike ftp(1) but allways
+fetches files recursively from the disc(s).
diff -r 47bea4d481ef -r ec36f0e664c6 misc/udfclient/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/udfclient/Makefile Tue Sep 23 19:02:25 2003 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/23 19:02:25 reinoud Exp $
+#
+
+DISTNAME= UDFclient.ro1
+PKGNAME= udfclient-ro1
+WRKSRC= ${WRKDIR}/UDFclient
+CATEGORIES= misc
+MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
+EXTRACT_SUFX= .tgz
+MAKEFILE= makefile
+
+MAINTAINER= buzztoh%13thmonkey.org@localhost
+HOMEPAGE= http://www.13thmonkey.org/udfclient/
+COMMENT= UDF disc reader for CD-ROM's, CD-RW's and DVD's
+
+.include "../../mk/bsd.pkg.mk"
diff -r 47bea4d481ef -r ec36f0e664c6 misc/udfclient/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/udfclient/PLIST Tue Sep 23 19:02:25 2003 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/23 19:02:25 reinoud Exp $
+bin/cd_disect
+bin/cd_sessions
+bin/udfclient
+bin/udfdump
diff -r 47bea4d481ef -r ec36f0e664c6 misc/udfclient/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/udfclient/distinfo Tue Sep 23 19:02:25 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/23 19:02:25 reinoud Exp $
+
+SHA1 (UDFclient.ro1.tgz) = ca5d3c59bfbb0f6b958cf25f03f1b10b7f8a0f9e
+Size (UDFclient.ro1.tgz) = 74861 bytes
Home |
Main Index |
Thread Index |
Old Index