diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:21:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:21:05 +0000 |
commit | 259d71e226fb25c3ea4f8073abc94c4f7332e155 (patch) | |
tree | 0c2814c108c0298a0d7b08d35e5edcd9fa880f14 /devel/rpc2 | |
parent | 7050c27697da05589d5aaa65365ec801f12664dc (diff) | |
download | ports-259d71e226fb25c3ea4f8073abc94c4f7332e155.tar.gz ports-259d71e226fb25c3ea4f8073abc94c4f7332e155.zip |
Notes
Diffstat (limited to 'devel/rpc2')
-rw-r--r-- | devel/rpc2/Makefile | 20 | ||||
-rw-r--r-- | devel/rpc2/distinfo | 1 | ||||
-rw-r--r-- | devel/rpc2/pkg-comment | 1 | ||||
-rw-r--r-- | devel/rpc2/pkg-descr | 7 | ||||
-rw-r--r-- | devel/rpc2/pkg-plist | 22 |
5 files changed, 51 insertions, 0 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile new file mode 100644 index 000000000000..173f52c7ae2a --- /dev/null +++ b/devel/rpc2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rpc2 +# Date created: Wed Mar 22 19:06:45 EST 2000 +# Whom: jaharkes +# +# $FreeBSD$ +# + +PORTNAME= rpc2 +PORTVERSION= 1.5 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ + +MAINTAINER= coda@cs.cmu.edu + +LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp + +USE_GMAKE= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/devel/rpc2/distinfo b/devel/rpc2/distinfo new file mode 100644 index 000000000000..596c937236ce --- /dev/null +++ b/devel/rpc2/distinfo @@ -0,0 +1 @@ +MD5 (rpc2-1.5.tar.gz) = 29a309b3b9b6b61f1235618fec170faa diff --git a/devel/rpc2/pkg-comment b/devel/rpc2/pkg-comment new file mode 100644 index 000000000000..8106706690a1 --- /dev/null +++ b/devel/rpc2/pkg-comment @@ -0,0 +1 @@ +An interprocess communication library diff --git a/devel/rpc2/pkg-descr b/devel/rpc2/pkg-descr new file mode 100644 index 000000000000..1ec573ba9fad --- /dev/null +++ b/devel/rpc2/pkg-descr @@ -0,0 +1,7 @@ +The RPC2 library. The RPC2 library provides interprocess communication for the +Coda distributed filesystem. + +Project contact information below. + +EMAIL: coda@cs.cmu.edu +WWW: http://www.coda.cs.cmu.edu/ diff --git a/devel/rpc2/pkg-plist b/devel/rpc2/pkg-plist new file mode 100644 index 000000000000..87c58a470a16 --- /dev/null +++ b/devel/rpc2/pkg-plist @@ -0,0 +1,22 @@ +bin/filcon +bin/rp2gen +include/rpc2/errors.h +include/rpc2/errorsdefs.h +include/rpc2/fail.h +include/rpc2/fcon.h +include/rpc2/multi.h +include/rpc2/rpc2.h +include/rpc2/se.h +include/rpc2/sftp.h +lib/libfail.a +lib/libfail.so +lib/libfail.so.1 +lib/librpc2.a +lib/librpc2.so +lib/librpc2.so.2 +lib/libse.a +lib/libse.so +lib/libse.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@dirrm include/rpc2 |