add portfwd 0.24
A Port Forwarding Daemon PR: 37770 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
parent
73b3f06903
commit
c73608c657
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61442
8 changed files with 93 additions and 0 deletions
|
@ -393,6 +393,7 @@
|
|||
SUBDIR += pmf
|
||||
SUBDIR += poptop
|
||||
SUBDIR += pppoa
|
||||
SUBDIR += portfwd
|
||||
SUBDIR += pppload
|
||||
SUBDIR += ppptraf
|
||||
SUBDIR += pptpclient
|
||||
|
|
35
net/portfwd/Makefile
Normal file
35
net/portfwd/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: portfwd
|
||||
# Date created: Sun May 5 16:12:30 CET 2002
|
||||
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= portfwd
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sysadmin@alexdupre.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN5= portfwd.cfg.5
|
||||
MAN8= portfwd.8
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
pre-install:
|
||||
@${REINPLACE_CMD} -e "s|(^install-data-am:) install-docDATA|\1|g" \
|
||||
${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e \
|
||||
"s|(^install-data-am: install-man) install-docDATA|\1|g" \
|
||||
${WRKSRC}/doc/Makefile
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/cfg/* ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/portfwd/distinfo
Normal file
1
net/portfwd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (portfwd-0.24.tar.gz) = e7b6c09d9d18e0b4bc58f5a5422570db
|
11
net/portfwd/files/patch-Makefile.in
Normal file
11
net/portfwd/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Sun May 5 16:53:37 2002
|
||||
+++ Makefile.in Sun May 5 16:54:13 2002
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
SUBDIRS = getopt src tools doc
|
||||
|
||||
-docdir = $(prefix)/doc/portfwd
|
||||
+docdir = $(prefix)/share/doc/portfwd
|
||||
doc_DATA = COPYING README CREDITS TODO
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
11
net/portfwd/files/patch-doc::Makefile.in
Normal file
11
net/portfwd/files/patch-doc::Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- doc/Makefile.in.orig Sun May 5 18:01:09 2002
|
||||
+++ doc/Makefile.in Sun May 5 18:01:31 2002
|
||||
@@ -71,7 +71,7 @@
|
||||
man_MANS = portfwd.8 portfwd.cfg.5
|
||||
noinst_DATA = INSTALL.configure
|
||||
|
||||
-docdir = $(prefix)/doc/portfwd
|
||||
+docdir = $(prefix)/share/doc/portfwd
|
||||
doc_DATA = FAQ conf.txt
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
1
net/portfwd/pkg-comment
Normal file
1
net/portfwd/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Port Forwarding Daemon
|
8
net/portfwd/pkg-descr
Normal file
8
net/portfwd/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Portfwd stands for port forwarding daemon. It's a small C++
|
||||
utility which forwards incoming TCP connections and/or UDP
|
||||
packets to remote hosts.
|
||||
|
||||
WWW: http://portfwd.sourceforge.net/
|
||||
|
||||
- Alex Dupre
|
||||
sysadmin@alexdupre.com
|
25
net/portfwd/pkg-plist
Normal file
25
net/portfwd/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
|||
sbin/portfwd
|
||||
%%PORTDOCS%%share/doc/portfwd/COPYING
|
||||
%%PORTDOCS%%share/doc/portfwd/CREDITS
|
||||
%%PORTDOCS%%share/doc/portfwd/FAQ
|
||||
%%PORTDOCS%%share/doc/portfwd/README
|
||||
%%PORTDOCS%%share/doc/portfwd/TODO
|
||||
%%PORTDOCS%%share/doc/portfwd/conf.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/portfwd
|
||||
share/examples/portfwd/alias.cfg
|
||||
share/examples/portfwd/bind-new.cfg
|
||||
share/examples/portfwd/bind.cfg
|
||||
share/examples/portfwd/chain.cfg
|
||||
share/examples/portfwd/debug_ftp.cfg
|
||||
share/examples/portfwd/dns.cfg
|
||||
share/examples/portfwd/empty.cfg
|
||||
share/examples/portfwd/ftp.cfg
|
||||
share/examples/portfwd/load-balance.cfg
|
||||
share/examples/portfwd/mail.cfg
|
||||
share/examples/portfwd/portfwd1.cfg
|
||||
share/examples/portfwd/portfwd2.cfg
|
||||
share/examples/portfwd/single.cfg
|
||||
share/examples/portfwd/test.cfg
|
||||
share/examples/portfwd/udp.cfg
|
||||
share/examples/portfwd/x.cfg
|
||||
@dirrm share/examples/portfwd
|
Loading…
Reference in a new issue