diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-19 10:30:22 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-19 10:30:22 +0000 |
commit | 2ad7a730ee5e711fbe8443c8c9869bde915b515c (patch) | |
tree | 421de1eeb72487fb64dd76c69b7d4912b3986eeb /comms/bforce | |
parent | 419892c3f71e4cf7613817c46d851fca4a25b792 (diff) | |
download | ports-2ad7a730ee5e711fbe8443c8c9869bde915b515c.tar.gz ports-2ad7a730ee5e711fbe8443c8c9869bde915b515c.zip |
Notes
Diffstat (limited to 'comms/bforce')
-rw-r--r-- | comms/bforce/Makefile | 35 | ||||
-rw-r--r-- | comms/bforce/distinfo | 1 | ||||
-rw-r--r-- | comms/bforce/files/patch-aa | 17 | ||||
-rw-r--r-- | comms/bforce/pkg-descr | 5 | ||||
-rw-r--r-- | comms/bforce/pkg-message | 7 | ||||
-rw-r--r-- | comms/bforce/pkg-plist | 10 |
6 files changed, 75 insertions, 0 deletions
diff --git a/comms/bforce/Makefile b/comms/bforce/Makefile new file mode 100644 index 000000000000..a039c9c4ca5a --- /dev/null +++ b/comms/bforce/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: bforce +# Date created: 19 Feb 2003 +# Whom: Vladimir Kurtikov <vk@vk.pp.ru> +# +# $FreeBSD$ +# + +PORTNAME= bforce +PORTVERSION= 0.22.8 +CATEGORIES= comms +MASTER_SITES= http://bforce.chbs.ru/ + +MAINTAINER= vk@vk.pp.ru +COMMENT= Simple ifcico like Fidonet technology mailer + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/source + +do-install: + ${MKDIR} ${PREFIX}/etc/bforce + ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.conf ${PREFIX}/etc/bforce/bforce.conf.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.passwd ${PREFIX}/etc/bforce/bforce.passwd.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.subst ${PREFIX}/etc/bforce/bforce.subst.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/freq.aliases ${PREFIX}/etc/bforce/freq.aliases.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/freq.dirs ${PREFIX}/etc/bforce/freq.dirs.sample + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bforce ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bfindex ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bfstat ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/nlookup ${PREFIX}/bin + @${SED} "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/comms/bforce/distinfo b/comms/bforce/distinfo new file mode 100644 index 000000000000..0903687cfb8e --- /dev/null +++ b/comms/bforce/distinfo @@ -0,0 +1 @@ +MD5 (bforce-0.22.8.tar.bz2) = 3b7ca3d4d7f7bff84ca2451e824b239c diff --git a/comms/bforce/files/patch-aa b/comms/bforce/files/patch-aa new file mode 100644 index 000000000000..73bbd728b552 --- /dev/null +++ b/comms/bforce/files/patch-aa @@ -0,0 +1,17 @@ +diff -ur configure configure +--- configure Sun Nov 12 22:19:24 2000 ++++ configure Thu Jan 16 09:34:36 2003 +@@ -746,10 +746,10 @@ + # + echo $ac_n "checking "UUCP lock files directory"""... $ac_c" 1>&6 + echo "configure:749: checking "UUCP lock files directory"" >&5 +-if test -d /var/lock ; then +- lockdir=/var/lock/ +-elif test -d /var/spool/lock ; then ++if test -d /var/spool/lock ; then + lockdir=/var/spool/lock/ ++elif test -d /var/lock ; then ++ lockdir=/var/lock/ + else + lockdir=/var/lock/ + fi diff --git a/comms/bforce/pkg-descr b/comms/bforce/pkg-descr new file mode 100644 index 000000000000..e85b5d4c6ed3 --- /dev/null +++ b/comms/bforce/pkg-descr @@ -0,0 +1,5 @@ +BinkleyForce is a simple ifcico like FTN mailer. It can works via +TCP/IP as well as on modem links. Look sample configs for more +information. + +WWW: http://bforce.chbs.ru/ diff --git a/comms/bforce/pkg-message b/comms/bforce/pkg-message new file mode 100644 index 000000000000..1f0efd751fbc --- /dev/null +++ b/comms/bforce/pkg-message @@ -0,0 +1,7 @@ + +################################################################ + +Please don't forget to copy and edit configuration files found +in %%PREFIX%%/etc/bforce. + +################################################################ diff --git a/comms/bforce/pkg-plist b/comms/bforce/pkg-plist new file mode 100644 index 000000000000..6b6920dca75e --- /dev/null +++ b/comms/bforce/pkg-plist @@ -0,0 +1,10 @@ +bin/bforce +bin/bfindex +bin/bfstat +bin/nlookup +etc/bforce/bforce.conf.sample +etc/bforce/bforce.passwd.sample +etc/bforce/bforce.subst.sample +etc/bforce/freq.aliases.sample +etc/bforce/freq.dirs.sample +@dirrm etc/bforce |