diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 11:16:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 11:16:53 +0000 |
commit | 86a5f12616bbbe879e91b81fba052b1ebf6b4bad (patch) | |
tree | d7291b1e9eed68da00deb0d6be5c1fd6034edb7e | |
parent | 55633aaa5e3fd8eda5f2371ab8230f6e829aec0d (diff) | |
download | ports-86a5f12616bbbe879e91b81fba052b1ebf6b4bad.tar.gz ports-86a5f12616bbbe879e91b81fba052b1ebf6b4bad.zip |
Notes
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/bforce-kst/Makefile | 35 | ||||
-rw-r--r-- | comms/bforce-kst/distinfo | 1 | ||||
-rw-r--r-- | comms/bforce-kst/pkg-comment | 1 | ||||
-rw-r--r-- | comms/bforce-kst/pkg-descr | 3 | ||||
-rw-r--r-- | comms/bforce-kst/pkg-message | 3 | ||||
-rw-r--r-- | comms/bforce-kst/pkg-plist | 10 |
7 files changed, 54 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 2dfa89a842bf..72aa645b01dc 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 000000000000..c7799d1300b3 --- /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 000000000000..81275746be6a --- /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 000000000000..bcae34d9d6da --- /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 000000000000..d32652d0a29e --- /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 000000000000..dde77ba4972f --- /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 000000000000..6b6920dca75e --- /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 |