Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2008 18:07:10 GMT
From:      andrew clarke <mail@ozzmosis.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128354: [patch] add news/husky-htick-devel port
Message-ID:  <200810241807.m9OI7AEl003648@www.freebsd.org>
Resent-Message-ID: <200810241810.m9OIA2Ts030566@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128354
>Category:       ports
>Synopsis:       [patch] add news/husky-htick-devel port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 24 18:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     andrew clarke
>Release:        FreeBSD 6.3-RELEASE-p5
>Organization:
>Environment:
FreeBSD blizzard.phoenix 6.3-RELEASE-p5 FreeBSD 6.3-RELEASE-p5 #0: Wed Oct  1 05:34:19 UTC 2008     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
New port: news/husky-htick-devel FidoNet file ticker, development version

This PR supersedes PR 122824 (which was a bit broken).

Thanks.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	husky-htick-devel
#	husky-htick-devel/files
#	husky-htick-devel/files/patch-doc::Makefile
#	husky-htick-devel/pkg-descr
#	husky-htick-devel/distinfo
#	husky-htick-devel/Makefile
#
echo c - husky-htick-devel
mkdir -p husky-htick-devel > /dev/null 2>&1
echo c - husky-htick-devel/files
mkdir -p husky-htick-devel/files > /dev/null 2>&1
echo x - husky-htick-devel/files/patch-doc::Makefile
sed 's/^X//' >husky-htick-devel/files/patch-doc::Makefile << 'END-of-husky-htick-devel/files/patch-doc::Makefile'
X--- ./doc/Makefile.orig	2005-06-04 04:00:00.000000000 +1000
X+++ ./doc/Makefile	2008-04-17 02:27:17.000000000 +1000
X@@ -16,7 +16,7 @@
X include ../../huskymak.cfg
X endif
X 
X-all: html info dvi
X+all: html info
X 
X ifdef HTMLDIR
X html: htick.html
X@@ -72,7 +72,7 @@
X 	-$(RM) $(RMOPT) htick.inf
X 	-$(RM) $(RMOPT) htick*html
X 
X-install: info html dvi
X+install: info html
X 	@echo .
X ifdef INFODIR
X 	-$(MKDIR) $(MKDIROPT) $(INFODIR)
X@@ -83,10 +83,6 @@
X 	-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
X 	$(INSTALL) $(IMOPT) htick*html $(HTMLDIR)
X endif
X-ifdef DVIDIR
X-	-$(MKDIR) $(MKDIROPT) $(DVIDIR)
X-	$(INSTALL) $(IMOPT) htick.dvi $(DVIDIR)
X-endif
X 
X uninstall:
X 	-install-info --remove --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)htick.info
END-of-husky-htick-devel/files/patch-doc::Makefile
echo x - husky-htick-devel/pkg-descr
sed 's/^X//' >husky-htick-devel/pkg-descr << 'END-of-husky-htick-devel/pkg-descr'
XFidoNet File ticker, development version.
X
Xhtick is a part of Husky Fidosoft Project.
XHusky is complete freeware suite of Fidonet applications. 
X
XWWW: http://husky.sourceforge.net/
END-of-husky-htick-devel/pkg-descr
echo x - husky-htick-devel/distinfo
sed 's/^X//' >husky-htick-devel/distinfo << 'END-of-husky-htick-devel/distinfo'
XMD5 (husky/htick-1.4-rc5.tar.gz) = af8cb6eab3f8d02124db411f15dbe456
XSHA256 (husky/htick-1.4-rc5.tar.gz) = 03b9eda2d6bc5467acbdfd939d13911837bc8d04dd95b9c398369a625a494bde
XSIZE (husky/htick-1.4-rc5.tar.gz) = 122481
END-of-husky-htick-devel/distinfo
echo x - husky-htick-devel/Makefile
sed 's/^X//' >husky-htick-devel/Makefile << 'END-of-husky-htick-devel/Makefile'
X# New ports collection makefile for:	husky-htick-devel
X# Date created:				2008-10-25
X# Whom:					Andrew Clarke <mail@ozzmosis.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	htick
XDISTVERSION=	1.4-rc5
XCATEGORIES=	news mail
XPKGNAMESUFFIX=	-devel
XDISTNAME=	htick-$(DISTVERSION)
X
XMAINTAINER=	mail@ozzmosis.com
XCOMMENT=	FidoNet file ticker, development version
X
XLIB_DEPENDS=	fidoconfig.1:${PORTSDIR}/news/husky-fidoconf-devel
X
XCONFLICTS=	husky-htick-[0-9]*
X
XMAN1=		htick.1
XINFO=		htick
X
XPLIST_FILES=	bin/htick \
X		share/doc/husky/htick.html
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
X		${WRKSRC}/man/htick.1
X
Xpost-build:
X	@cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all
X
Xpost-install:
X	@cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/news/husky-base/Makefile.inc"
X.include <bsd.port.post.mk>
END-of-husky-htick-devel/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810241807.m9OI7AEl003648>