summaryrefslogtreecommitdiff
path: root/misc/udfclient
diff options
context:
space:
mode:
authorreinoud <reinoud>2003-09-23 19:02:25 +0000
committerreinoud <reinoud>2003-09-23 19:02:25 +0000
commit00f2a17d2654bf1d77eafc3c179505d6fc440691 (patch)
tree867e3ab8682b368a370cbfba8256443e910915c1 /misc/udfclient
parent360976b765d04d36e28f83fb1c805ab0fd82e2aa (diff)
downloadpkgsrc-00f2a17d2654bf1d77eafc3c179505d6fc440691.tar.gz
Initial import of udfclient package written by Reinoud Zandijk
(reinoud@netbsd.org). 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 (limited to 'misc/udfclient')
-rw-r--r--misc/udfclient/DESCR6
-rw-r--r--misc/udfclient/Makefile16
-rw-r--r--misc/udfclient/PLIST5
-rw-r--r--misc/udfclient/distinfo4
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/udfclient/DESCR b/misc/udfclient/DESCR
new file mode 100644
index 00000000000..995d9909361
--- /dev/null
+++ b/misc/udfclient/DESCR
@@ -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 --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
new file mode 100644
index 00000000000..242cd01c9fd
--- /dev/null
+++ b/misc/udfclient/Makefile
@@ -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
+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 --git a/misc/udfclient/PLIST b/misc/udfclient/PLIST
new file mode 100644
index 00000000000..78f0286e6f3
--- /dev/null
+++ b/misc/udfclient/PLIST
@@ -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 --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo
new file mode 100644
index 00000000000..6c4624cd90b
--- /dev/null
+++ b/misc/udfclient/distinfo
@@ -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