summaryrefslogtreecommitdiff
path: root/sysutils/udfclient
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-04 14:58:10 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-04 14:58:10 +0000
commit91af925dcadbf8caea58a43cf8e222dea0a7a511 (patch)
tree830f2688a3fbd779bdb500a4bb8ab5e569688e31 /sysutils/udfclient
parentRemove dead project :-( (diff)
Add udfclient 0.3.3, tools for UDF filesystem.
UDFclient basicly provides a userinterface not unlike ftp(1) but allways fetches files recursively from the disc(s). PR: ports/75781 Submitted by: Andriy Gapon
Notes
Notes: svn path=/head/; revision=130357
Diffstat (limited to 'sysutils/udfclient')
-rw-r--r--sysutils/udfclient/Makefile30
-rw-r--r--sysutils/udfclient/distinfo2
-rw-r--r--sysutils/udfclient/pkg-descr7
3 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile
new file mode 100644
index 000000000000..d4144b3e1c93
--- /dev/null
+++ b/sysutils/udfclient/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: udfclient
+# Date created: 3 January 2005
+# Whom: Andriy Gapon <avg@icyb.net.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= udfclient
+PORTVERSION= 0.3.3
+CATEGORIES= sysutils
+MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
+DISTNAME= UDFclient.${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= avg@icyb.net.ua
+COMMENT= Tools for UDF filesystem
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= with_pthread_cflags="${PTHREAD_CFLAGS}" \
+ with_thread_libs="${PTHREAD_LIBS}"
+MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
+
+PLIST_FILES= bin/udfdump \
+ bin/udfclient \
+ bin/newfs_udf \
+ bin/cd_sessions \
+ bin/cd_disect \
+ bin/cdrw_format
+
+.include <bsd.port.mk>
diff --git a/sysutils/udfclient/distinfo b/sysutils/udfclient/distinfo
new file mode 100644
index 000000000000..7faa6d680de9
--- /dev/null
+++ b/sysutils/udfclient/distinfo
@@ -0,0 +1,2 @@
+MD5 (UDFclient.0.3.3.tgz) = fa87964d71148499d0bcb55c45135928
+SIZE (UDFclient.0.3.3.tgz) = 187473
diff --git a/sysutils/udfclient/pkg-descr b/sysutils/udfclient/pkg-descr
new file mode 100644
index 000000000000..ecb8acdb1f12
--- /dev/null
+++ b/sysutils/udfclient/pkg-descr
@@ -0,0 +1,7 @@
+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).
+
+WWW: http://www.13thmonkey.org/udfclient/