From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 17 11:16:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328A716A4CF for ; Wed, 17 Mar 2004 11:16:31 -0800 (PST) Received: from mx-00.sil.at (mx-00.sil.at [62.116.68.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733AA43D2D for ; Wed, 17 Mar 2004 11:16:30 -0800 (PST) (envelope-from herbert.skuhra@gmx.at) Received: (qmail-ldap/ctrl 58155 invoked from network); 17 Mar 2004 19:16:26 -0000 Received: from unknown (HELO oslo.ath.cx) (u006671@[213.47.80.26]) (envelope-sender ) by mx-00.sil.at (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Mar 2004 19:16:26 -0000 Date: Wed, 17 Mar 2004 20:16:55 +0100 From: "Herbert J. Skuhra" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20040317191655.GA91558@oslo.ath.cx> References: <20040316234031.91C5D26AE@stavanger.norge> <200403162350.i2GNo3o9084754@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <200403162350.i2GNo3o9084754@freefall.freebsd.org> X-Operating-System: FreeBSD 5.2.1-RELEASE-p2 User-Agent: Mutt/1.5.6i Subject: Re: ports/64353: New port: deskutils/pal - a command-line calendar program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 19:16:31 -0000 --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 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 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--