mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
New port: bforce -- simple ifcico like Fidonet technology mailer.
Submitted by: Vladimir Kurtikov <vk@vk.pp.ru>
This commit is contained in:
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
|
@ -4,6 +4,7 @@
|
||||||
SUBDIR += acfax
|
SUBDIR += acfax
|
||||||
SUBDIR += asmodem
|
SUBDIR += asmodem
|
||||||
SUBDIR += bayonne
|
SUBDIR += bayonne
|
||||||
|
SUBDIR += bforce
|
||||||
SUBDIR += bforce-kst
|
SUBDIR += bforce-kst
|
||||||
SUBDIR += birda
|
SUBDIR += birda
|
||||||
SUBDIR += bpl+
|
SUBDIR += bpl+
|
||||||
|
|
35
comms/bforce/Makefile
Normal file
35
comms/bforce/Makefile
Normal 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
1
comms/bforce/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (bforce-0.22.8.tar.bz2) = 3b7ca3d4d7f7bff84ca2451e824b239c
|
17
comms/bforce/files/patch-aa
Normal file
17
comms/bforce/files/patch-aa
Normal 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
5
comms/bforce/pkg-descr
Normal 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
7
comms/bforce/pkg-message
Normal 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
10
comms/bforce/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue