Date: Sun, 21 May 2000 19:50:14 -0700 (PDT) From: lioux@uol.com.br To: freebsd-ports@FreeBSD.org Subject: Re: ports/17943 Message-ID: <200005220250.TAA26066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17943; it has been noted by GNATS. From: lioux@uol.com.br To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/17943 Date: Sun, 21 May 2000 23:43:43 -0300 Well, final version of the RPC2 port. Please ignore all previous communications. :) This port depends on ports/17941. I kept the coda team as the maintainer's as asked at ports-. Though, I'll gladly take over maintainership if asked. # 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: # # rpc2 # rpc2/files # rpc2/files/md5 # rpc2/pkg # rpc2/pkg/COMMENT # rpc2/pkg/DESCR # rpc2/pkg/PLIST # rpc2/Makefile # echo c - rpc2 mkdir -p rpc2 > /dev/null 2>&1 echo c - rpc2/files mkdir -p rpc2/files > /dev/null 2>&1 echo x - rpc2/files/md5 sed 's/^X//' >rpc2/files/md5 << 'END-of-rpc2/files/md5' XMD5 (rpc2-1.5.tar.gz) = 29a309b3b9b6b61f1235618fec170faa END-of-rpc2/files/md5 echo c - rpc2/pkg mkdir -p rpc2/pkg > /dev/null 2>&1 echo x - rpc2/pkg/COMMENT sed 's/^X//' >rpc2/pkg/COMMENT << 'END-of-rpc2/pkg/COMMENT' XRPC2 library END-of-rpc2/pkg/COMMENT echo x - rpc2/pkg/DESCR sed 's/^X//' >rpc2/pkg/DESCR << 'END-of-rpc2/pkg/DESCR' XThe RPC2 library. The RPC2 library provides interprocess communication for the XCoda distributed filesystem. X XProject contact information below. X XEMAIL: coda@cs.cmu.edu XWWW: http://www.coda.cs.cmu.edu/ END-of-rpc2/pkg/DESCR echo x - rpc2/pkg/PLIST sed 's/^X//' >rpc2/pkg/PLIST << 'END-of-rpc2/pkg/PLIST' Xbin/filcon Xbin/rp2gen Xinclude/rpc2/errors.h Xinclude/rpc2/errorsdefs.h Xinclude/rpc2/fail.h Xinclude/rpc2/fcon.h Xinclude/rpc2/multi.h Xinclude/rpc2/rpc2.h Xinclude/rpc2/se.h Xinclude/rpc2/sftp.h Xlib/libfail.a Xlib/libfail.la Xlib/libfail.so Xlib/libfail.so.1 Xlib/librpc2.a Xlib/librpc2.la Xlib/librpc2.so Xlib/librpc2.so.2 Xlib/libse.a Xlib/libse.la Xlib/libse.so Xlib/libse.so.1 X@dirrm include/rpc2 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R END-of-rpc2/pkg/PLIST echo x - rpc2/Makefile sed 's/^X//' >rpc2/Makefile << 'END-of-rpc2/Makefile' X# New ports collection makefile for: rpc2 X# Date created: Wed Mar 22 19:06:45 EST 2000 X# Whom: jaharkes X# $FreeBSD$ X# X XPORTNAME= rpc2 XPORTVERSION= 1.5 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ X XMAINTAINER= coda@cs.cmu.edu X XLIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-rpc2/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005220250.TAA26066>