Date: Mon, 15 May 2006 20:30:32 GMT From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97293: New Port: sysutils/bsdadminscripts Message-ID: <200605152030.k4FKUWfQ016323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/97293; it has been noted by GNATS. From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: bug-followup@FreeBSD.org, lon_kamikaze@gmx.de Cc: Subject: Re: ports/97293: New Port: sysutils/bsdadminscripts Date: Mon, 15 May 2006 22:27:55 +0200 I have been recommended to get rid of options in this case, because people might end installing nothing. So here is the updated commit: ---------------------------- # 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: # # bsdadminscripts # bsdadminscripts/distinfo # bsdadminscripts/Makefile # bsdadminscripts/pkg-descr # echo c - bsdadminscripts mkdir -p bsdadminscripts > /dev/null 2>&1 echo x - bsdadminscripts/distinfo sed 's/^X//' >bsdadminscripts/distinfo << 'END-of-bsdadminscripts/distinfo' XMD5 (bsdadminscripts-1.0.tar.gz) = 120954c5470373cf5bfdac029dbd9c64 XSHA256 (bsdadminscripts-1.0.tar.gz) = c66d3003e17c2db8bd713c16999bb1b3676c9fcb76376fae989df345dea0aa08 XSIZE (bsdadminscripts-1.0.tar.gz) = 4248 END-of-bsdadminscripts/distinfo echo x - bsdadminscripts/Makefile sed 's/^X//' >bsdadminscripts/Makefile << 'END-of-bsdadminscripts/Makefile' XPORTNAME= bsdadminscripts XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XMAINTAINER= lon_kamikaze@gmx.de XCOMMENT= A small collection of administration scripts. X XNO_BUILD= yes X X.include <bsd.port.pre.mk> X X.if !defined(WITHOUT_RCSTART) XPLIST_FILES+= sbin/rcstart \ X sbin/rcstop \ X sbin/rcrestart \ X sbin/rcstatus \ X sbin/rconestart \ X sbin/rconestop \ X sbin/rconerestart \ X sbin/rconestatus X.endif X X.if !defined(WITHOUT_PORTCONFIG) XRUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade XPLIST_FILES+= sbin/portconfig \ X sbin/portbuild \ X sbin/portclean \ X sbin/portfetch \ X sbin/portpackage X.endif X Xdo-install: X.if !defined(WITHOUT_RCSTART) X @${ECHO} Installing rcstart. X @${INSTALL} ${WRKSRC}/rcstart ${PREFIX}/sbin/ X.for link in stop restart status onestart onestop onerestart onestatus X @${LN} ${PREFIX}/sbin/rcstart ${PREFIX}/sbin/rc${link} X.endfor X.endif X.if !defined(WITHOUT_PORTCONFIG) X @${ECHO} Installing portconfig. X @${INSTALL} ${WRKSRC}/portconfig ${PREFIX}/sbin/ X.for link in build clean fetch package X @${LN} ${PREFIX}/sbin/portconfig ${PREFIX}/sbin/port${link} X.endfor X.endif X X.include <bsd.port.post.mk> END-of-bsdadminscripts/Makefile echo x - bsdadminscripts/pkg-descr sed 's/^X//' >bsdadminscripts/pkg-descr << 'END-of-bsdadminscripts/pkg-descr' XThis is a collection of administration scripts, at the moment it consists of Xa script to control rc.d scripts on runtime and a script that adds Xfunctionality to portupgrade. X XWWW: http://sf.net/projects/bsdadminscripts X X- Kamikaze Xlon_kamikaze@gmx.de END-of-bsdadminscripts/pkg-descr exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605152030.k4FKUWfQ016323>