Date: Sun, 21 May 2000 19:50:12 -0700 (PDT) From: lioux@uol.com.br To: freebsd-ports@FreeBSD.org Subject: Re: ports/17942 Message-ID: <200005220250.TAA26059@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17942; it has been noted by GNATS. From: lioux@uol.com.br To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/17942 Date: Sun, 21 May 2000 23:42:58 -0300 Well, final version of the RVM 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: # # rvm # rvm/files # rvm/files/md5 # rvm/pkg # rvm/pkg/COMMENT # rvm/pkg/DESCR # rvm/pkg/PLIST # rvm/Makefile # echo c - rvm mkdir -p rvm > /dev/null 2>&1 echo c - rvm/files mkdir -p rvm/files > /dev/null 2>&1 echo x - rvm/files/md5 sed 's/^X//' >rvm/files/md5 << 'END-of-rvm/files/md5' XMD5 (rvm-1.1.tar.gz) = 0e50aa56c2816ee465dafb17169f0b36 END-of-rvm/files/md5 echo c - rvm/pkg mkdir -p rvm/pkg > /dev/null 2>&1 echo x - rvm/pkg/COMMENT sed 's/^X//' >rvm/pkg/COMMENT << 'END-of-rvm/pkg/COMMENT' XRVM persistent VM library END-of-rvm/pkg/COMMENT echo x - rvm/pkg/DESCR sed 's/^X//' >rvm/pkg/DESCR << 'END-of-rvm/pkg/DESCR' XThe RVM persistent VM library. The RVM library is used by the Coda distributed Xfilesystem. X XProject contact information below. X XEMAIL: coda@cs.cmu.edu XWWW: http://www.coda.cs.cmu.edu/ END-of-rvm/pkg/DESCR echo x - rvm/pkg/PLIST sed 's/^X//' >rvm/pkg/PLIST << 'END-of-rvm/pkg/PLIST' Xinclude/rvm/rds.h Xinclude/rvm/rvm.h Xinclude/rvm/rvm_segment.h Xinclude/rvm/rvm_statistics.h Xlib/librds.a Xlib/librds.la Xlib/librds.so Xlib/librds.so.1 Xlib/librdslwp.a Xlib/librdslwp.la Xlib/librdslwp.so Xlib/librdslwp.so.1 Xlib/librvm.a Xlib/librvm.la Xlib/librvm.so Xlib/librvm.so.1 Xlib/librvmlwp.a Xlib/librvmlwp.la Xlib/librvmlwp.so Xlib/librvmlwp.so.1 Xlib/libseg.a Xlib/libseg.la Xlib/libseg.so Xlib/libseg.so.1 Xsbin/rdsinit Xsbin/rvmutl X@dirrm include/rvm X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R END-of-rvm/pkg/PLIST echo x - rvm/Makefile sed 's/^X//' >rvm/Makefile << 'END-of-rvm/Makefile' X# New ports collection makefile for: rvm X# Date created: Thu Apr 6 21:30:52 EDT 2000 X# Whom: jaharkes X# $FreeBSD$ X# X XPORTNAME= rvm XPORTVERSION= 1.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ X XMAINTAINER= lioux@linf.unb.br X XLIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-rvm/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.TAA26059>