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/
State Changed From-To: open->feedback Looks okay to me apart from two minor issues: - Could you get rid of the hardcoded -O3 please? - The patch is quite large and all in one chunk which makes it rather impractical to handle. Would it be possible to host the patches outside of the ports-infrastructure? You can use PATCH_SITES to point to the location. If need be, we can store it somewhere on freebsd.org
Responsible Changed From-To: freebsd-ports-bugs->vs I'll handle this
Any progress on this one? Volker
Thank you for the reminder. As promised - new version 0.3.3 is released and a much smaller version of the port is included. -- Andriy Gapon
I didn't suppose that Pine would base64 shar attachment, so I am resending the shar inline, just in case. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # udfclient # udfclient/distinfo # udfclient/Makefile # udfclient/pkg-descr # echo c - udfclient mkdir -p udfclient > /dev/null 2>&1 echo x - udfclient/distinfo sed 's/^X//' >udfclient/distinfo << 'END-of-udfclient/distinfo' XMD5 (UDFclient.0.3.3.tgz) = fa87964d71148499d0bcb55c45135928 XSIZE (UDFclient.0.3.3.tgz) = 187473 END-of-udfclient/distinfo echo x - udfclient/Makefile sed 's/^X//' >udfclient/Makefile << 'END-of-udfclient/Makefile' X# New ports collection makefile for: udfclient X# Date created: 3 January 2005 X# Whom: Andriy Gapon <avg@icyb.net.ua> X# X# $FreeBSD$ X# X XPORTNAME= udfclient XPORTVERSION= 0.3.3 XCATEGORIES= sysutils XMASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ XDISTNAME= UDFclient.${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= avg@icyb.net.ua XCOMMENT= Tools for UDF filesystem X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-pthread-cflags="${PTHREAD_CFLAGS}" \ X --with-pthread-libs="${PTHREAD_LIBS}" X XPLIST_FILES= bin/udfdump \ X bin/udfclient \ X bin/newfs_udf \ X bin/cd_sessions \ X bin/cd_disect \ X bin/cdrw_format X X.include <bsd.port.mk> END-of-udfclient/Makefile echo x - udfclient/pkg-descr sed 's/^X//' >udfclient/pkg-descr << 'END-of-udfclient/pkg-descr' XUDFclient is a userland implementation of the UDF filingsystem as defined by Xthe OSTA group. UDFclient is designed to be a study platform and a run-up to Xa full read and write kernel level implementation. XUDFclient basicly provides a userinterface not unlike ftp(1) but allways Xfetches files recursively from the disc(s). X XWWW: http://www.13thmonkey.org/udfclient/ END-of-udfclient/pkg-descr exit -- Andriy Gapon
State Changed From-To: feedback->closed Port added, thanks!