Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2005 18:53:19 +0800 (CST)
From:      Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@netnews.NCTU.edu.tw
Subject:   ports/81338: New port: net/libopennet
Message-ID:  <20050521105319.92DBF251@netnews.NCTU.edu.tw>
Resent-Message-ID: <200505211100.j4LB0KLr045372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81338
>Category:       ports
>Synopsis:       New port: net/libopennet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 21 11:00:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 5.3-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 5.3-RELEASE-p13 FreeBSD 5.3-RELEASE-p13 #0: Sat May 7 12:59:54 CST 2005 root@netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386


	
>Description:
Libopennet allows you to open_net() files the same way you open() them
now.

WWW: http://www.rkeene.org/oss/libopennet/
	
>How-To-Repeat:
	
>Fix:

# 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:
#
#	libopennet/
#	libopennet/Makefile
#	libopennet/distinfo
#	libopennet/pkg-descr
#	libopennet/files
#	libopennet/files/patch-Makefile.in
#	libopennet/pkg-plist
#
echo c - libopennet/
mkdir -p libopennet/ > /dev/null 2>&1
echo x - libopennet/Makefile
sed 's/^X//' >libopennet/Makefile << 'END-of-libopennet/Makefile'
X# New ports collection makefile for:	libopennet
X# Date created:				21 May 2005
X# Whom:					Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libopennet
XPORTVERSION=	0.8.10
XCATEGORIES=	net
XMASTER_SITES=	http://www.rkeene.org/files/oss/libopennet/
X
XMAINTAINER=	gslin@ccca.nctu.edu.tw
XCOMMENT=	A library allowed you to open_net() files the same way to open()
X
XGNU_CONFIGURE=	yes
X
XMAN3=		fopen_net.3 fseek_net.3 lseek_net.3 open_net.3 opennet.3 \
X		opennet_init.3 read_net.3
X
X.include <bsd.port.mk>
END-of-libopennet/Makefile
echo x - libopennet/distinfo
sed 's/^X//' >libopennet/distinfo << 'END-of-libopennet/distinfo'
XMD5 (libopennet-0.8.10.tar.gz) = 37d1dea7b6380c2b8908dc52c1aef5e3
XSIZE (libopennet-0.8.10.tar.gz) = 91219
END-of-libopennet/distinfo
echo x - libopennet/pkg-descr
sed 's/^X//' >libopennet/pkg-descr << 'END-of-libopennet/pkg-descr'
XLibopennet allows you to open_net() files the same way you open() them
Xnow.
X
XWWW: http://www.rkeene.org/oss/libopennet/
END-of-libopennet/pkg-descr
echo c - libopennet/files
mkdir -p libopennet/files > /dev/null 2>&1
echo x - libopennet/files/patch-Makefile.in
sed 's/^X//' >libopennet/files/patch-Makefile.in << 'END-of-libopennet/files/patch-Makefile.in'
X--- Makefile.in.orig	Sat May 21 18:34:19 2005
X+++ Makefile.in	Sat May 21 18:34:34 2005
X@@ -31,7 +31,7 @@
X BINS =
X # The following two lines need to be kept syncronised.
X LIBOPENNET_OBJS = buffer.o crc.o opennet.o parse.o @LIBOBJS@
X-LIBOPENNET_SHOBJS = buffer_shr.o crc_shr.o opennet_shr.o parse_shr.o @SHLIBOBJS@
X+LIBOPENNET_SHOBJS = $(LIBOPENNET_OBJS)
X 
X all: $(LIBS) $(BINS)
X 
END-of-libopennet/files/patch-Makefile.in
echo x - libopennet/pkg-plist
sed 's/^X//' >libopennet/pkg-plist << 'END-of-libopennet/pkg-plist'
Xinclude/opennet.h
Xlib/libopennet.a
Xlib/libopennet.so
Xlib/libopennet.so.0
Xlib/libopennet.so.0.8.10
END-of-libopennet/pkg-plist
exit

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050521105319.92DBF251>