Date: Tue, 16 Nov 1999 08:10:01 -0800 (PST) From: Bill Fumerola <billf@chc-chimes.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/14922: Want to contribute new package/port Message-ID: <199911161610.IAA89091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/14922; it has been noted by GNATS. From: Bill Fumerola <billf@chc-chimes.com> To: perlguy@perlguy.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/14922: Want to contribute new package/port Date: Tue, 16 Nov 1999 10:08:46 -0500 (EST) On Tue, 16 Nov 1999 perlguy@perlguy.com wrote: > # /usr/ports/misc/p5-infobot-0.44.3 Do you see any other directory in the ports tree that has it's full version number? > XDISTNAME= infobot-0.44.3 > XPKGNAME= p5-infobot-0.44.3 > XCATEGORIES= misc perl5 > X#WRKSRC= ${WRKDIR}/infobot-0.44.3 > XMASTER_SITES= http://www.cs.cmu.edu/~infobot/src/ > XMAINTAINER= Kevin Meltzer <perlguy@perlguy.com> > XUSE_PERL5= YES > XNO_BUILD= YES Don't leave in commented out lines. Don't break from the existing style of MAINTAINER it will break scripts. Do get portlint (ports/devel/portlint) and use it. Do read http://www.FreeBSD.org/handbook/porting.html Do look at other ports. > Xdo-install: > X @if [ ! -d ${PREFIX}/${DISTNAME} ]; then \ > X ${MKDIR} ${PREFIX}/${DISTNAME}; \ > X fi > X ${CP} -R ${WRKSRC}/* ${PREFIX}/${DISTNAME}/ Check out hier(7). > XThe infobot connects to an Internet Relay Chat (IRC) server, joins > Xsome channels (maybe), and begins accumulating factoids. To run one, > Xdownload the source, uncompress it, untar it, edit the config files, and it up. > X > XThe default install dir is /usr/local/infobot-0.xx.x since it doesn't really > Xbelong in the Perl tree, by default. If you want it installed elsewhere, > Xuse the -p option to change the PREFIX. Okay. After reading this, please don't use p5-* when you have a port that uses perl, that's just for perl modules. I have no idea where this should go (see a previous PR for eggdrop which was closed), but it surely doesn't belong in ${PREFIX}/${DISTNAME} -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - 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?199911161610.IAA89091>