summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-17 11:16:53 +0000
committeredwin <edwin@FreeBSD.org>2003-01-17 11:16:53 +0000
commit02b68d33f595bb7dd3167ea26f4ebe7c80182a11 (patch)
tree8116d4edd6351e9aa9c10807e44ee5e6a84a0cab /comms
parent4a52389d775fa36dcc4d54a54908b5372a07c28b (diff)
downloadFreeBSD-ports-02b68d33f595bb7dd3167ea26f4ebe7c80182a11.zip
FreeBSD-ports-02b68d33f595bb7dd3167ea26f4ebe7c80182a11.tar.gz
new port: comms/bforce-kst
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. PR: ports/38635 Submitted by: Andrew Dolgov <fox@sigsegv.spb.ru>
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/bforce-kst/Makefile35
-rw-r--r--comms/bforce-kst/distinfo1
-rw-r--r--comms/bforce-kst/pkg-comment1
-rw-r--r--comms/bforce-kst/pkg-descr3
-rw-r--r--comms/bforce-kst/pkg-message3
-rw-r--r--comms/bforce-kst/pkg-plist10
7 files changed, 54 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 2dfa89a..72aa645 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -4,6 +4,7 @@
SUBDIR += acfax
SUBDIR += asmodem
SUBDIR += bayonne
+ SUBDIR += bforce-kst
SUBDIR += birda
SUBDIR += bpl+
SUBDIR += comserv
diff --git a/comms/bforce-kst/Makefile b/comms/bforce-kst/Makefile
new file mode 100644
index 0000000..c7799d1
--- /dev/null
+++ b/comms/bforce-kst/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: bforce-kst
+# Date created: 1 May 2002
+# Whom: Andrew Dolgov <fox@furry.spb.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bforce
+PORTVERSION= 0.22.7.5
+CATEGORIES= comms
+MASTER_SITES= http://kst.spb.ru/bforce/
+PKGNAMESUFFIX= -kst
+DISTNAME= bforce-0.22.7.kst5
+
+MAINTAINER= fox@furry.spb.ru
+
+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
+
+.include <bsd.port.mk>
diff --git a/comms/bforce-kst/distinfo b/comms/bforce-kst/distinfo
new file mode 100644
index 0000000..8127574
--- /dev/null
+++ b/comms/bforce-kst/distinfo
@@ -0,0 +1 @@
+MD5 (bforce-0.22.7.kst5.tar.bz2) = 6a5b9b0be70d23e9720787e4aa6c8f4e
diff --git a/comms/bforce-kst/pkg-comment b/comms/bforce-kst/pkg-comment
new file mode 100644
index 0000000..bcae34d
--- /dev/null
+++ b/comms/bforce-kst/pkg-comment
@@ -0,0 +1 @@
+Simple ifcico like Fidonet technology mailer
diff --git a/comms/bforce-kst/pkg-descr b/comms/bforce-kst/pkg-descr
new file mode 100644
index 0000000..d32652d
--- /dev/null
+++ b/comms/bforce-kst/pkg-descr
@@ -0,0 +1,3 @@
+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.
diff --git a/comms/bforce-kst/pkg-message b/comms/bforce-kst/pkg-message
new file mode 100644
index 0000000..dde77ba
--- /dev/null
+++ b/comms/bforce-kst/pkg-message
@@ -0,0 +1,3 @@
+Please don't forget to copy and edit configuration files found
+in ${PREFIX}/etc/bforce.END-of-bforce-kst/pkg-message
+exit
diff --git a/comms/bforce-kst/pkg-plist b/comms/bforce-kst/pkg-plist
new file mode 100644
index 0000000..6b6920d
--- /dev/null
+++ b/comms/bforce-kst/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
OpenPOWER on IntegriCloud