# 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: # # thefish/ # thefish/Makefile # thefish/distinfo # thefish/pkg-comment # thefish/pkg-descr # thefish/pkg-plist # echo c - thefish/ mkdir -p thefish/ > /dev/null 2>&1 echo x - thefish/Makefile sed 's/^X//' >thefish/Makefile << 'END-of-thefish/Makefile' X# New ports collection makefile for: thefish X# Date created: Sat Mar 16 17:49:09 CET 2002 X# Whom: Miguel Mendez X# X# $FreeBSD$ X# X XPORTNAME= thefish XPORTVERSION= 0.1 XCATEGORIES= sysutils XMASTER_SITES= http://energyhq.homeip.net/files/ X XMAINTAINER= flynn@energyhq.homeip.net X XUSE_X_PREFIX= yes XUSE_GTK= yes X XMAN1= thefish.1 X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${X11BASE}/bin/ X @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${X11BASE}/man/man1 X X.include END-of-thefish/Makefile echo x - thefish/distinfo sed 's/^X//' >thefish/distinfo << 'END-of-thefish/distinfo' XMD5 (thefish-0.1.tar.gz) = 273f91f24d85dbf931a107529ae3d1d8 END-of-thefish/distinfo echo x - thefish/pkg-comment sed 's/^X//' >thefish/pkg-comment << 'END-of-thefish/pkg-comment' XGtk+ rc.conf edit/management tool END-of-thefish/pkg-comment echo x - thefish/pkg-descr sed 's/^X//' >thefish/pkg-descr << 'END-of-thefish/pkg-descr' XThe Fish provides a graphical tool (based on GTK) to manage and edit sys- Xtem variables stored in /etc/defaults/rc.conf and /etc/rc.conf. For test- Xing purposes, or, for users that need to have different configurations, Xthe program honours two environment variables: FISH_RC_DEFAULTS and XFISH_RC. X XWWW: http://energyghq.homeip.net/brain.html X X- Miguel Mendez END-of-thefish/pkg-descr echo x - thefish/pkg-plist sed 's/^X//' >thefish/pkg-plist << 'END-of-thefish/pkg-plist' Xbin/thefish X END-of-thefish/pkg-plist exit