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
This commit is contained in:
Volker Stolz 2005-03-04 14:58:10 +00:00
parent 8641ef5207
commit 91af925dca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130357
4 changed files with 40 additions and 0 deletions

View File

@ -457,6 +457,7 @@
SUBDIR += ucspi-tcp
SUBDIR += ucspi-unix
SUBDIR += udesc_dump
SUBDIR += udfclient
SUBDIR += unquote
SUBDIR += upsd
SUBDIR += upsmon

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (UDFclient.0.3.3.tgz) = fa87964d71148499d0bcb55c45135928
SIZE (UDFclient.0.3.3.tgz) = 187473

View File

@ -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/