- updated to netpipes-4.2-export (seen by Bitt Faulk, wfaulk@beaglebros.com)

- bump NEED_VERSION
- take MAINTAINER from ports@
- remove LICENSE_TYPE
- add HOMEPAGE
- improve DESCR
- sort PLIST
- regenerate patch
This commit is contained in:
avsm 2001-03-21 22:57:23 +00:00
parent c9c6eae756
commit 18ce5b953c
5 changed files with 39 additions and 26 deletions

View File

@ -1,19 +1,18 @@
# $OpenBSD: Makefile,v 1.10 2000/10/22 15:43:04 espie Exp $
#
# $OpenBSD: Makefile,v 1.11 2001/03/21 22:57:23 avsm Exp $
DISTNAME= netpipes-4.1.1-export
DISTNAME= netpipes-4.2-export
CATEGORIES= net
NEED_VERSION= 1.191
NEED_VERSION= 1.362
MAINTAINER= ports@openbsd.org
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html
WRKDIST= ${WRKDIR}

View File

@ -1,3 +1,3 @@
MD5 (netpipes-4.1.1-export.tar.gz) = 43db9c6045beeaec8720a7234ab4cb1e
RMD160 (netpipes-4.1.1-export.tar.gz) = 4884d8a2238e7b5aa10d6d077e0bfc64448575de
SHA1 (netpipes-4.1.1-export.tar.gz) = 02c09657ffd31bc895bb9659fa246783249ec7e6
MD5 (netpipes-4.2-export.tar.gz) = 36f7b3120e00c9c74cb6619334de419f
RMD160 (netpipes-4.2-export.tar.gz) = 26c982c0b9e4382d96335f10a5e54813f776db29
SHA1 (netpipes-4.2-export.tar.gz) = e8a52168b2893a12d943cc31e5d3a7f0bb3502b0

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-aa,v 1.3 2001/03/12 15:50:29 wilfried Exp $
--- Makefile.orig Tue Jul 7 19:13:07 1998
+++ Makefile Mon Mar 12 16:50:14 2001
$OpenBSD: patch-Makefile,v 1.1 2001/03/21 22:57:24 avsm Exp $
--- Makefile.orig Wed Oct 28 20:30:03 1998
+++ Makefile Wed Mar 21 22:11:23 2001
@@ -17,7 +17,7 @@
# You probably want to change this:
@ -13,13 +13,22 @@ $OpenBSD: patch-aa,v 1.3 2001/03/12 15:50:29 wilfried Exp $
@@ -59,7 +59,7 @@ INSTMAN = ${INSTROOT}/man
#CFLAGS = -DPOSIX_SIG -DHAVE_INET_ATON $(CDEBUGFLAGS)
# Regular Linux
# Linux (developed with RedHat 4.2, libc5)
-CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON $(CDEBUGFLAGS)
+CFLAGS += -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON
+#CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON $(CDEBUGFLAGS)
# SGI
#CFLAGS = -DSYSV $(CDEBUGFLAGS)
@@ -133,13 +133,13 @@ ssl-criteria.o: ssl-criteria.c
@@ -71,7 +71,7 @@ CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_
#CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS)
# FreeBSD
-#CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS)
+CFLAGS += -DPOSIX_SIG
# AIX 4.1.4 and 3.2.5
#CFLAGS = -DPOSIX_SIG -DAIX $(CDEBUGFLAGS)
@@ -140,13 +140,13 @@ ssl-criteria.o: ssl-criteria.c
install : all
test -d ${INSTROOT} || mkdir ${INSTROOT}
test -d ${INSTBIN} || mkdir ${INSTBIN}

View File

@ -1,5 +1,9 @@
Netpipes is a collection of utilities which attempts to provide the
functionality of pipes over a network.
- Daniel O'Connor
doconnor@ist.flinders.edu.au
It consists of small utilities that perform a single task, such as
listening on a port for connections (faucet), sending data to a
remote port (hose), or even multiplex multiple streams over a single
TCP connection (encapsulate).
WWW : ${HOMEPAGE}

View File

@ -1,14 +1,15 @@
@comment $OpenBSD: PLIST,v 1.5 2001/03/21 22:57:24 avsm Exp $
bin/encapsulate
bin/faucet
bin/getpeername
bin/getsockname
bin/hose
bin/sockdown
bin/getpeername
bin/timelimit
bin/encapsulate
bin/getsockname
man/man1/netpipes.1
man/man1/faucet.1
man/man1/hose.1
man/man1/sockdown.1
man/man1/getpeername.1
man/man1/timelimit.1
man/man1/encapsulate.1
man/man1/faucet.1
man/man1/getpeername.1
man/man1/hose.1
man/man1/netpipes.1
man/man1/sockdown.1
man/man1/timelimit.1