Date: Mon, 14 Mar 2005 15:24:24 +0100 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn@netmag.cz Subject: ports/78833: [NEW PORT] net/fsplib: Library implementing FSP protocol Message-ID: <E1DAqUa-0002nn-Ee@sanatana.dharma> Resent-Message-ID: <200503141750.j2EHo2lq045007@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78833 >Category: ports >Synopsis: [NEW PORT] net/fsplib: Library implementing FSP protocol >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 14 17:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #7: Sat Mar 12 12:08:42 CET 2005 >Description: FSPLIB is a set of routines that implement the FSP protocol. They allow applications to work with files on FSP server with the same style used to work with local files via libc. Note: GFTP prefers this package over its built in FSP stack. WWW: http://fsp.sourceforge.net/fsplib.html Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fsplib-0.6.shar begins here --- # 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: # # fsplib # fsplib/Makefile # fsplib/pkg-descr # fsplib/distinfo # echo c - fsplib mkdir -p fsplib > /dev/null 2>&1 echo x - fsplib/Makefile sed 's/^X//' >fsplib/Makefile << 'END-of-fsplib/Makefile' X# New ports collection makefile for: fsplib X# Date created: 15 Jan 2005 X# Whom: X X# X# $FreeBSD$ X XPORTNAME= fsplib XPORTVERSION= 0.6 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= fsp X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Library implementing FSP protocol X XBUILD_DEPENDS= scons:${PORTSDIR}/devel/scons X XPLIST_FILES= include/fsplib.h lib/libfsp.a XNO_WRKSUBDIR= yes X Xdo-build: X @cd ${WRKSRC} && scons prefix=${PREFIX} X Xdo-install: X @cd ${WRKSRC} && scons prefix=${PREFIX} install X ${FIND} ${PREFIX}/include/ -name .sconsign -exec ${RM} {} \; X ${FIND} ${PREFIX}/lib/ -name .sconsign -exec ${RM} {} \; X X.include <bsd.port.mk> END-of-fsplib/Makefile echo x - fsplib/pkg-descr sed 's/^X//' >fsplib/pkg-descr << 'END-of-fsplib/pkg-descr' XFSPLIB is a set of routines that implement the FSP protocol. They allow Xapplications to work with files on FSP server with the same style Xused to work with local files via libc. X XNote: GFTP prefers this package over its built in FSP stack. X XWWW: http://fsp.sourceforge.net/fsplib.html END-of-fsplib/pkg-descr echo x - fsplib/distinfo sed 's/^X//' >fsplib/distinfo << 'END-of-fsplib/distinfo' XMD5 (fsplib-0.6.tar.gz) = 18f837120b5a185840dd16555728dc30 XSIZE (fsplib-0.6.tar.gz) = 17659 END-of-fsplib/distinfo exit --- fsplib-0.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DAqUa-0002nn-Ee>