diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-27 22:39:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-27 22:39:26 +0000 |
commit | b549957fc5cc21d89646edf83c4cd27c6371bd0f (patch) | |
tree | 401ab475db334d6aa2adf6cb651b197a70ae31ed /comms | |
parent | a07411c362d61d4946df903f8d95a6abe2247f92 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/bfhist/Makefile | 18 | ||||
-rw-r--r-- | comms/bfhist/distinfo | 2 | ||||
-rw-r--r-- | comms/bfhist/pkg-descr | 8 |
4 files changed, 29 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index b5a7983cb983..b28aee1910fb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -6,6 +6,7 @@ SUBDIR += acfax SUBDIR += aldo SUBDIR += asmodem + SUBDIR += bfhist SUBDIR += bforce SUBDIR += bforce-kst SUBDIR += birda diff --git a/comms/bfhist/Makefile b/comms/bfhist/Makefile new file mode 100644 index 000000000000..df7b0611dad0 --- /dev/null +++ b/comms/bfhist/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: bfhist +# Date created: 26 December 2004 +# Whom: Andrey Lykhin <lan31@inbox.ru> +# +# $FreeBSD$ +# + +PORTNAME= bfhist +PORTVERSION= 0.4 +CATEGORIES= comms +MASTER_SITES= http://lan31.narod.ru/bfhist/files/ + +MAINTAINER= lan31@inbox.ru +COMMENT= Statistics generator for BinkleyForce FTN mailer + +PLIST_FILES= bin/bfhist + +.include <bsd.port.mk> diff --git a/comms/bfhist/distinfo b/comms/bfhist/distinfo new file mode 100644 index 000000000000..1263147984a9 --- /dev/null +++ b/comms/bfhist/distinfo @@ -0,0 +1,2 @@ +MD5 (bfhist-0.4.tar.gz) = dc18fe536062878635eb6156582363d2 +SIZE (bfhist-0.4.tar.gz) = 10787 diff --git a/comms/bfhist/pkg-descr b/comms/bfhist/pkg-descr new file mode 100644 index 000000000000..05194e745e05 --- /dev/null +++ b/comms/bfhist/pkg-descr @@ -0,0 +1,8 @@ +BFHist - Statistics generator for BinkleyForce FTN mailer. +For work uses 'history' file from BinkleyForce. +Default generated statistics at last 24 hours. + +WWW: http://lan31.narod.ru/bfhist/ + +- Andrey Lykhin +lan31@inbox.ru |