diff options
Diffstat (limited to 'net/libopennet')
-rw-r--r-- | net/libopennet/Makefile | 26 | ||||
-rw-r--r-- | net/libopennet/distinfo | 2 | ||||
-rw-r--r-- | net/libopennet/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/libopennet/pkg-descr | 4 | ||||
-rw-r--r-- | net/libopennet/pkg-plist | 5 |
5 files changed, 48 insertions, 0 deletions
diff --git a/net/libopennet/Makefile b/net/libopennet/Makefile new file mode 100644 index 000000000000..9b414ab46697 --- /dev/null +++ b/net/libopennet/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: libopennet +# Date created: 21 May 2005 +# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= libopennet +PORTVERSION= 0.8.10 +CATEGORIES= net +MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/ + +MAINTAINER= gslin@ccca.nctu.edu.tw +COMMENT= A library for opening files over a network + +GNU_CONFIGURE= yes + +MAN3= fopen_net.3 \ + fseek_net.3 \ + lseek_net.3 \ + open_net.3 \ + opennet.3 \ + opennet_init.3 \ + read_net.3 + +.include <bsd.port.mk> diff --git a/net/libopennet/distinfo b/net/libopennet/distinfo new file mode 100644 index 000000000000..b355a8654b98 --- /dev/null +++ b/net/libopennet/distinfo @@ -0,0 +1,2 @@ +MD5 (libopennet-0.8.10.tar.gz) = 37d1dea7b6380c2b8908dc52c1aef5e3 +SIZE (libopennet-0.8.10.tar.gz) = 91219 diff --git a/net/libopennet/files/patch-Makefile.in b/net/libopennet/files/patch-Makefile.in new file mode 100644 index 000000000000..96cd7131380c --- /dev/null +++ b/net/libopennet/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat May 21 18:34:19 2005 ++++ Makefile.in Sat May 21 18:34:34 2005 +@@ -31,7 +31,7 @@ + BINS = + # The following two lines need to be kept syncronised. + LIBOPENNET_OBJS = buffer.o crc.o opennet.o parse.o @LIBOBJS@ +-LIBOPENNET_SHOBJS = buffer_shr.o crc_shr.o opennet_shr.o parse_shr.o @SHLIBOBJS@ ++LIBOPENNET_SHOBJS = $(LIBOPENNET_OBJS) + + all: $(LIBS) $(BINS) + diff --git a/net/libopennet/pkg-descr b/net/libopennet/pkg-descr new file mode 100644 index 000000000000..e9034885c433 --- /dev/null +++ b/net/libopennet/pkg-descr @@ -0,0 +1,4 @@ +Libopennet allows you to open_net() remote files as easily as you open() +local files. + +WWW: http://www.rkeene.org/oss/libopennet/ diff --git a/net/libopennet/pkg-plist b/net/libopennet/pkg-plist new file mode 100644 index 000000000000..c3508b268565 --- /dev/null +++ b/net/libopennet/pkg-plist @@ -0,0 +1,5 @@ +include/opennet.h +lib/libopennet.a +lib/libopennet.so +lib/libopennet.so.0 +lib/libopennet.so.0.8.10 |