New port: bforce -- simple ifcico like Fidonet technology mailer.

Submitted by:	Vladimir Kurtikov <vk@vk.pp.ru>
This commit is contained in:
Max Khon 2003-02-19 10:30:22 +00:00
parent 419892c3f7
commit 2ad7a730ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75878
7 changed files with 76 additions and 0 deletions

View file

@ -4,6 +4,7 @@
SUBDIR += acfax
SUBDIR += asmodem
SUBDIR += bayonne
SUBDIR += bforce
SUBDIR += bforce-kst
SUBDIR += birda
SUBDIR += bpl+

35
comms/bforce/Makefile Normal file
View file

@ -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>

1
comms/bforce/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (bforce-0.22.8.tar.bz2) = 3b7ca3d4d7f7bff84ca2451e824b239c

View file

@ -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

5
comms/bforce/pkg-descr Normal file
View file

@ -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/

7
comms/bforce/pkg-message Normal file
View file

@ -0,0 +1,7 @@
################################################################
Please don't forget to copy and edit configuration files found
in %%PREFIX%%/etc/bforce.
################################################################

10
comms/bforce/pkg-plist Normal file
View file

@ -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