Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2000 19:50:08 -0700 (PDT)
From:      lioux@uol.com.br
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17941
Message-ID:  <200005220250.TAA26050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17941; it has been noted by GNATS.

From: lioux@uol.com.br
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/17941
Date: Sun, 21 May 2000 23:40:53 -0300

 Well, final version of the LWP port. Please ignore all previous
 communications. :)
 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:
 #
 #	lwp
 #	lwp/files
 #	lwp/files/md5
 #	lwp/pkg
 #	lwp/pkg/COMMENT
 #	lwp/pkg/DESCR
 #	lwp/pkg/PLIST
 #	lwp/Makefile
 #
 echo c - lwp
 mkdir -p lwp > /dev/null 2>&1
 echo c - lwp/files
 mkdir -p lwp/files > /dev/null 2>&1
 echo x - lwp/files/md5
 sed 's/^X//' >lwp/files/md5 << 'END-of-lwp/files/md5'
 XMD5 (lwp-1.4.tar.gz) = 1226a1ff4a18de165fa403b38e2cfc6e
 END-of-lwp/files/md5
 echo c - lwp/pkg
 mkdir -p lwp/pkg > /dev/null 2>&1
 echo x - lwp/pkg/COMMENT
 sed 's/^X//' >lwp/pkg/COMMENT << 'END-of-lwp/pkg/COMMENT'
 XLWP thread library
 END-of-lwp/pkg/COMMENT
 echo x - lwp/pkg/DESCR
 sed 's/^X//' >lwp/pkg/DESCR << 'END-of-lwp/pkg/DESCR'
 XThe LWP userspace threads library. The LWP threads library is used by the Coda
 Xdistributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote
 Xprocedure call library)
 X
 XProject contact information below.
 X
 XEMAIL: coda@cs.cmu.edu
 XWWW: http://www.coda.cs.cmu.edu/
 END-of-lwp/pkg/DESCR
 echo x - lwp/pkg/PLIST
 sed 's/^X//' >lwp/pkg/PLIST << 'END-of-lwp/pkg/PLIST'
 Xinclude/lwp/lock.h
 Xinclude/lwp/lwp.h
 Xinclude/lwp/preempt.h
 Xinclude/lwp/timer.h
 Xlib/liblwp.a
 Xlib/liblwp.la
 Xlib/liblwp.so
 Xlib/liblwp.so.1
 X@dirrm include/lwp
 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
 X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 END-of-lwp/pkg/PLIST
 echo x - lwp/Makefile
 sed 's/^X//' >lwp/Makefile << 'END-of-lwp/Makefile'
 X# New ports collection makefile for:	lwp
 X# Date created:				Tue Mar 21 17:51:25 EST 2000
 X# Whom:					jaharkes
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	lwp
 XPORTVERSION=	1.4
 XCATEGORIES=	devel
 XMASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/
 X
 XMAINTAINER=	coda@cs.cmu.edu
 X
 XGNU_CONFIGURE=	yes
 XUSE_GMAKE=	yes
 X
 X.include <bsd.port.mk>
 END-of-lwp/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.TAA26050>