Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 11:20:20 -0800 (PST)
From:      "Herbert J. Skuhra" <herbert.skuhra@gmx.at>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64353: New port: deskutils/pal - a command-line calendar program
Message-ID:  <200403171920.i2HJKKYM037110@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/64353; it has been noted by GNATS.

From: "Herbert J. Skuhra" <herbert.skuhra@gmx.at>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/64353: New port: deskutils/pal - a command-line calendar program
Date: Wed, 17 Mar 2004 20:16:55 +0100

 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=iso-8859-15
 Content-Disposition: inline
 
 Hei!
 
 There is another open pr for the pal calendar programm (ports/64341)
 Anyway, I have updated my patch as requested by M. Johnson.
 I am new to the ports system, so bear with me. :)
 
 BR,
 Herbert
 
 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=iso-8859-15
 Content-Disposition: attachment; filename=pal_patch
 
 # 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:
 #
 #	pal
 #	pal/Makefile
 #	pal/distinfo
 #	pal/pkg-descr
 #	pal/pkg-plist
 #
 echo c - pal
 mkdir -p pal > /dev/null 2>&1
 echo x - pal/Makefile
 sed 's/^X//' >pal/Makefile << 'END-of-pal/Makefile'
 X# Ports collection makefile for: pal
 X# Date created: Mar 16, 2004
 X# Whom: Herbert J. Skuhra <herbert.skuhra@gmx.at>
 X#
 X# $FreeBSD$
 X
 XPORTNAME=	pal
 XPORTVERSION=	0.3.3
 XCATEGORIES=	deskutils
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	palcal
 XEXTRACT_SUFX=	.tgz
 X
 XMAINTAINER=	herbert.skuhra@gmx.at
 XCOMMENT=	A calendar application
 X
 XUSE_GNOME=	glib20
 XUSE_GETTEXT=	yes
 XUSE_GMAKE=	yes
 XUSE_REINPLACE=	yes
 XALL_TARGET=
 XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 X
 Xpost-patch:
 X	@${REINPLACE_CMD} -e "s,prefix = /usr,prefix = /usr/local,g" ${WRKSRC}/Makefile.defs
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/pal ${PREFIX}/bin
 X	${MKDIR} ${PREFIX}/share/pal
 X	${INSTALL} -m 0644 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/share/*.pal ${PREFIX}/share/pal
 X	${INSTALL} -m 0644 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/share/*.conf ${PREFIX}/share/pal
 X	${REINPLACE_CMD} -e "s,VERSION,${PORTVERSION},g" ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template
 X	${GZIP_CMD} -c ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template > ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.gz
 X	${INSTALL} -m 0444 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.gz ${PREFIX}/man/man1
 X
 X.include <bsd.port.mk>
 END-of-pal/Makefile
 echo x - pal/distinfo
 sed 's/^X//' >pal/distinfo << 'END-of-pal/distinfo'
 XMD5 (pal-0.3.3.tgz) = 3cf53e55ab18fa2655c5d2f58498c6d0
 END-of-pal/distinfo
 echo x - pal/pkg-descr
 sed 's/^X//' >pal/pkg-descr << 'END-of-pal/pkg-descr'
 XPal is a command-line calendar program for Unix/Linux systems that can 
 Xkeep track of events. It has similarities with the Unix cal command, the 
 Xmore complex GNU gcal program, and the calendar program distributed with 
 Xthe BSDs.
 X
 XWWW: http://palcal.sourceforge.net/
 END-of-pal/pkg-descr
 echo x - pal/pkg-plist
 sed 's/^X//' >pal/pkg-plist << 'END-of-pal/pkg-plist'
 Xbin/pal
 Xman/man1/pal.1.gz
 Xshare/pal/australia.pal
 Xshare/pal/birth-death.pal
 Xshare/pal/christian.pal
 Xshare/pal/computer.pal
 Xshare/pal/history.pal
 Xshare/pal/lotr.pal
 Xshare/pal/music.pal
 Xshare/pal/pagan.pal
 Xshare/pal/pal.conf
 Xshare/pal/us.pal
 Xshare/pal/world.pal
 X@dirrm share/pal
 END-of-pal/pkg-plist
 exit
 
 
 --EeQfGwPcQSOJBaQU--



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