diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-02-19 10:30:22 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-02-19 10:30:22 +0000 |
commit | a7652bf2a5b48a6531fe682278430101c8614a10 (patch) | |
tree | c48c3262330559c48a85641277258c709cabcd1b /comms/bforce | |
parent | dcbb09db5ccaa7442aa63e4719a7b782aa588217 (diff) | |
download | FreeBSD-ports-a7652bf2a5b48a6531fe682278430101c8614a10.zip FreeBSD-ports-a7652bf2a5b48a6531fe682278430101c8614a10.tar.gz |
New port: bforce -- simple ifcico like Fidonet technology mailer.
Submitted by: Vladimir Kurtikov <vk@vk.pp.ru>
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 0000000..a039c9c --- /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 0000000..0903687 --- /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 0000000..73bbd72 --- /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 0000000..e85b5d4 --- /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 0000000..1f0efd7 --- /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 0000000..6b6920d --- /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 |