diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
commit | 0d5846544c4935b3b0684396549171d6bbacfc36 (patch) | |
tree | 9a3bc9b19a52e8233cdb1528f5c5a6edaab382ee /news/husky-msged | |
parent | 8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8 (diff) | |
download | FreeBSD-ports-0d5846544c4935b3b0684396549171d6bbacfc36.zip FreeBSD-ports-0d5846544c4935b3b0684396549171d6bbacfc36.tar.gz |
Add ports for Husky Fidosoft Project (most of modules from it).
Diffstat (limited to 'news/husky-msged')
-rw-r--r-- | news/husky-msged/Makefile | 30 | ||||
-rw-r--r-- | news/husky-msged/distinfo | 1 | ||||
-rw-r--r-- | news/husky-msged/files/patch-Makefile | 12 | ||||
-rw-r--r-- | news/husky-msged/files/patch-doc::manual::makefile.husky | 13 | ||||
-rw-r--r-- | news/husky-msged/files/patch-fconf.c | 15 | ||||
-rw-r--r-- | news/husky-msged/pkg-comment | 1 | ||||
-rw-r--r-- | news/husky-msged/pkg-descr | 6 | ||||
-rw-r--r-- | news/husky-msged/pkg-plist | 24 |
8 files changed, 102 insertions, 0 deletions
diff --git a/news/husky-msged/Makefile b/news/husky-msged/Makefile new file mode 100644 index 0000000..53cdf65 --- /dev/null +++ b/news/husky-msged/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: husky-base +# Date created: 6 January 2003 +# Whom: Max Khon +# +# $FreeBSD$ +# + +PORTNAME= msged +PORTVERSION= 6.0.1 +CATEGORIES= news mail +MASTER_SITES= http://www.physcip.uni-stuttgart.de:8080/fidosoft.husky/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= fjoe@FreeBSD.org + +LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +#MAN1= hpt.1 hptlink.1 hpttree.1 txt2pkt.1 +#MANCOMPRESSED= yes + +#post-build: +# @cd ${WRKSRC}/doc && ${GMAKE} + +#post-install: +# @cd ${WRKSRC}/doc && ${GMAKE} install + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/news/husky-base/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/news/husky-msged/distinfo b/news/husky-msged/distinfo new file mode 100644 index 0000000..9adb754 --- /dev/null +++ b/news/husky-msged/distinfo @@ -0,0 +1 @@ +MD5 (husky/msged-6.0.1-src.tar.gz) = 732e9dfbf2d41a839dcabc99e0c7d85a diff --git a/news/husky-msged/files/patch-Makefile b/news/husky-msged/files/patch-Makefile new file mode 100644 index 0000000..1c6942a --- /dev/null +++ b/news/husky-msged/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig Mon Jan 6 00:37:30 2003 ++++ Makefile Mon Jan 6 00:38:28 2003 +@@ -22,7 +22,8 @@ + CDEFS=-D$(OSTYPE) -DUSE_MSGAPI -DUNAME=\"$(UNAME)\" \ + $(ADDCDEFS) -DREADMAPSDAT=\"$(CFGDIR)/readmaps.dat\" \ + -DWRITMAPSDAT=\"$(CFGDIR)/writmaps.dat\" \ +- -DDEFAULT_CONFIG_FILE=$(MSGEDCFG) ++ -DDEFAULT_CONFIG_FILE=$(MSGEDCFG) \ ++ -DFIDOCONFIG_FILE=\"$(CFGDIR)/config\" + + ifeq ($(SHORTNAME), 1) + LIBS= -L$(LIBDIR) -lsmapi diff --git a/news/husky-msged/files/patch-doc::manual::makefile.husky b/news/husky-msged/files/patch-doc::manual::makefile.husky new file mode 100644 index 0000000..a76f74b --- /dev/null +++ b/news/husky-msged/files/patch-doc::manual::makefile.husky @@ -0,0 +1,13 @@ +--- doc/manual/makefile.husky.orig Wed Apr 11 04:50:01 2001 ++++ doc/manual/makefile.husky Mon Jan 6 00:22:15 2003 +@@ -7,8 +7,8 @@ + ifdef HTMLDIR + + ifdef INFODIR +-all: html info +-install: install-html install-info ++all: info ++install: install-info + else + all: html + install: install-html diff --git a/news/husky-msged/files/patch-fconf.c b/news/husky-msged/files/patch-fconf.c new file mode 100644 index 0000000..b9d8b45 --- /dev/null +++ b/news/husky-msged/files/patch-fconf.c @@ -0,0 +1,15 @@ +--- fconf.c.orig Mon Jan 6 00:37:00 2003 ++++ fconf.c Mon Jan 6 00:39:10 2003 +@@ -317,8 +317,12 @@ + + if (filename == NULL) + { ++#if defined(FIDOCONFIG_FILE) ++ filename = FIDOCONFIG_FILE; ++#else + printf ("\r\nError: You must set the FIDOCONFIG environment variable!\n"); + return; ++#endif + } + + fc_default_address_set = 0; diff --git a/news/husky-msged/pkg-comment b/news/husky-msged/pkg-comment new file mode 100644 index 0000000..11d69ec --- /dev/null +++ b/news/husky-msged/pkg-comment @@ -0,0 +1 @@ +Highly Portable Tosser (full-featured FTN tosser) diff --git a/news/husky-msged/pkg-descr b/news/husky-msged/pkg-descr new file mode 100644 index 0000000..0eec937 --- /dev/null +++ b/news/husky-msged/pkg-descr @@ -0,0 +1,6 @@ +Highly Portable Tosser (full-featured FTN tosser) + +HPT is a part of Husky Fidosoft Project. +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ diff --git a/news/husky-msged/pkg-plist b/news/husky-msged/pkg-plist new file mode 100644 index 0000000..303782b --- /dev/null +++ b/news/husky-msged/pkg-plist @@ -0,0 +1,24 @@ +@unexec install-info --delete %D/info/msged.info %D/info/dir +info/msged.info +@exec install-info %D/info/msged.info %D/info/dir +bin/msged +bin/testcons +etc/fido/msghelp.dat +etc/fido/readmaps.dat +etc/fido/writmaps.dat +etc/fido/readmaps.437 +etc/fido/readmaps.850 +etc/fido/readmaps.865 +etc/fido/readmaps.866 +etc/fido/readmaps.koi +etc/fido/readmaps.is1 +etc/fido/readmaps.is5 +etc/fido/readmaps.ukr +etc/fido/writmaps.437 +etc/fido/writmaps.850 +etc/fido/writmaps.865 +etc/fido/writmaps.866 +etc/fido/writmaps.koi +etc/fido/writmaps.is1 +etc/fido/writmaps.is5 +etc/fido/writmaps.ukr |