Date: Wed, 10 Jul 2002 14:30:03 -0700 (PDT) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/36971: New port: news/cleanscore Message-ID: <200207102130.g6ALU350051405@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/36971; it has been noted by GNATS. From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/36971: New port: news/cleanscore Date: Wed, 10 Jul 2002 23:22:46 +0200 New shar with improvements. * Make it work on -stable with PERL_VER == 5.005. * Install README in DOCSDIR, unless NOPORTDOCS is defined. Regards, Olli # 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: # # cleanscore # cleanscore/pkg-descr # cleanscore/Makefile # cleanscore/distinfo # cleanscore/pkg-comment # cleanscore/pkg-plist # echo c - cleanscore mkdir -p cleanscore > /dev/null 2>&1 echo x - cleanscore/pkg-descr sed 's/^X//' >cleanscore/pkg-descr << 'END-of-cleanscore/pkg-descr' Xcleanscore is a perl script to clean up your slrn score file. XIt can be used to purge expired entries automatically, e.g. by Xcalling it from cron. X XWWW: http://slrn.sourceforge.net/cleanscore/ X X- Oliver Braun Xobraun@informatik.unibw-muenchen.de END-of-cleanscore/pkg-descr echo x - cleanscore/Makefile sed 's/^X//' >cleanscore/Makefile << 'END-of-cleanscore/Makefile' X# New ports collection makefile for: cleanscore X# Date created: 10 April 2002 X# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> X# X# $FreeBSD$ X# X XPORTNAME= cleanscore XPORTVERSION= 0.9.8.1 XCATEGORIES= news XMASTER_SITES= http://slrn.sourceforge.net/cleanscore/ X XMAINTAINER= obraun@informatik.unibw-muenchen.de X XUSE_PERL5= yes XNO_BUILD= yes X X.if !defined(PERL_VER) || ${PERL_VER} == 5.005 XUSE_REINPLACE= yes Xpost-patch: X @${REINPLACE_CMD} -e 's|^use warnings|#use warnings|g ; \ X s|^our |my |g' ${WRKSRC}/cleanscore X.endif X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/cleanscore ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-cleanscore/Makefile echo x - cleanscore/distinfo sed 's/^X//' >cleanscore/distinfo << 'END-of-cleanscore/distinfo' XMD5 (cleanscore-0.9.8.1.tar.gz) = c1e3c6c0223255cc4c08df09795add07 END-of-cleanscore/distinfo echo x - cleanscore/pkg-comment sed 's/^X//' >cleanscore/pkg-comment << 'END-of-cleanscore/pkg-comment' XA perl script to clean up your slrn score file END-of-cleanscore/pkg-comment echo x - cleanscore/pkg-plist sed 's/^X//' >cleanscore/pkg-plist << 'END-of-cleanscore/pkg-plist' Xbin/cleanscore X%%PORTDOCS%%share/doc/cleanscore/README X%%PORTDOCS%%@dirrm share/doc/cleanscore END-of-cleanscore/pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207102130.g6ALU350051405>