summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-02-19 10:30:22 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-02-19 10:30:22 +0000
commit2ad7a730ee5e711fbe8443c8c9869bde915b515c (patch)
tree421de1eeb72487fb64dd76c69b7d4912b3986eeb /comms
parentmark BORKED until finished (diff)
New port: bforce -- simple ifcico like Fidonet technology mailer.
Submitted by: Vladimir Kurtikov <vk@vk.pp.ru>
Notes
Notes: svn path=/head/; revision=75878
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/bforce/Makefile35
-rw-r--r--comms/bforce/distinfo1
-rw-r--r--comms/bforce/files/patch-aa17
-rw-r--r--comms/bforce/pkg-descr5
-rw-r--r--comms/bforce/pkg-message7
-rw-r--r--comms/bforce/pkg-plist10
7 files changed, 76 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 72aa645b01dc..3e140ebc5651 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -4,6 +4,7 @@
SUBDIR += acfax
SUBDIR += asmodem
SUBDIR += bayonne
+ SUBDIR += bforce
SUBDIR += bforce-kst
SUBDIR += birda
SUBDIR += bpl+
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