diff options
author | marino <marino@FreeBSD.org> | 2014-08-20 00:37:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-20 00:37:47 +0800 |
commit | f25975cda724df5ee9d34af66c9ac90c84135ee3 (patch) | |
tree | 299b7ebc57e81701426e9b3816329a9a467080c7 /news/husky-htick | |
parent | 5b0e640fb6d97c5ebfacfd5cea5b87dd2e7c1346 (diff) | |
download | freebsd-ports-gnome-f25975cda724df5ee9d34af66c9ac90c84135ee3.tar.gz freebsd-ports-gnome-f25975cda724df5ee9d34af66c9ac90c84135ee3.tar.zst freebsd-ports-gnome-f25975cda724df5ee9d34af66c9ac90c84135ee3.zip |
news/husky*: Remove Husky ports to pave way for next version
In a two-step process, the Husky ports that are due to be removed
on September 1 are being removed now. The next step will be to rename
the husky-*-devel ports to plain husky-*
Approved by: former maintainer (fjoe@)
Diffstat (limited to 'news/husky-htick')
-rw-r--r-- | news/husky-htick/Makefile | 34 | ||||
-rw-r--r-- | news/husky-htick/distinfo | 2 | ||||
-rw-r--r-- | news/husky-htick/files/patch-doc__Makefile | 35 | ||||
-rw-r--r-- | news/husky-htick/pkg-descr | 6 | ||||
-rw-r--r-- | news/husky-htick/pkg-plist | 2 |
5 files changed, 0 insertions, 79 deletions
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile deleted file mode 100644 index 9ea13bcb53c7..000000000000 --- a/news/husky-htick/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Max Khon -# $FreeBSD$ - -PORTNAME= htick -PORTVERSION= 1.0.4 -PORTREVISION= 3 -CATEGORIES= news mail -MASTER_SITES= SF/husky/${PORTNAME}/1.0-release -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= FTN file ticker - -LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf - -CONFLICTS= husky-htick-devel-[0-9]* - -USES= makeinfo -MAN1= htick.1 -INFO= htick - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ - ${WRKSRC}/man/htick.1 - -post-build: - @cd ${WRKSRC}/doc && ${MAKE_CMD} ${MAKE_ARGS} all - -post-install: - @cd ${WRKSRC}/doc && ${MAKE_CMD} ${MAKE_ARGS} install - -.include "${.CURDIR}/../husky-base/Makefile.inc" -.include <bsd.port.mk> diff --git a/news/husky-htick/distinfo b/news/husky-htick/distinfo deleted file mode 100644 index db2cae9af625..000000000000 --- a/news/husky-htick/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (husky/htick-1.0.4-src.tar.gz) = 44798efc1d68670dde4b5e4037cae520d6663cc827aab2c9c40b365547ac07d1 -SIZE (husky/htick-1.0.4-src.tar.gz) = 87706 diff --git a/news/husky-htick/files/patch-doc__Makefile b/news/husky-htick/files/patch-doc__Makefile deleted file mode 100644 index c34d627b865b..000000000000 --- a/news/husky-htick/files/patch-doc__Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- ./doc/Makefile.orig Sun Nov 10 15:36:34 2002 -+++ ./doc/Makefile Tue Aug 5 16:59:09 2003 -@@ -16,7 +16,7 @@ - include ../../huskymak.cfg - endif - --all: html info dvi -+all: html info - - ifdef HTMLDIR - html: htick.html -@@ -66,20 +66,16 @@ - -$(RM) $(RMOPT) htick.inf - -$(RM) $(RMOPT) htick*html - --install: info html dvi -+install: info html - @echo . - ifdef INFODIR - -$(MKDIR) $(MKDIROPT) $(INFODIR) -- $(INSTALL) htick.info $(INFODIR) -+ $(INSTALL) $(IMOPT) htick.info $(INFODIR) - -install-info --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)htick.info - endif - ifdef HTMLDIR - -$(MKDIR) $(MKDIROPT) $(HTMLDIR) -- $(INSTALL) htick*html $(HTMLDIR) --endif --ifdef DVIDIR -- -$(MKDIR) $(MKDIROPT) $(DVIDIR) -- $(INSTALL) htick.dvi $(DVIDIR) -+ $(INSTALL) $(IMOPT) htick*html $(HTMLDIR) - endif - - uninstall: diff --git a/news/husky-htick/pkg-descr b/news/husky-htick/pkg-descr deleted file mode 100644 index 44e37f0e46da..000000000000 --- a/news/husky-htick/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -FTN File ticker - -htick 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-htick/pkg-plist b/news/husky-htick/pkg-plist deleted file mode 100644 index b38c036af44e..000000000000 --- a/news/husky-htick/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -share/doc/husky/htick.html -bin/htick |