From owner-freebsd-ports Sat Mar 16 9:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BBCA37B419 for ; Sat, 16 Mar 2002 09:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GHe1f18169; Sat, 16 Mar 2002 09:40:01 -0800 (PST) (envelope-from gnats) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id E612A37B404 for ; Sat, 16 Mar 2002 09:35:57 -0800 (PST) Received: by energyhq.homeip.net (Postfix, from userid 1001) id 920153FC4C; Sat, 16 Mar 2002 18:36:04 +0100 (CET) Message-Id: <20020316173604.920153FC4C@energyhq.homeip.net> Date: Sat, 16 Mar 2002 18:36:04 +0100 (CET) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35983: New port: sysutils/thefish (GTK+ rc.conf manager) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35983 >Category: ports >Synopsis: New port: sysutils/thefish (GTK+ rc.conf manager) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 16 09:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 19:43:54 CET 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386 >Description: The Fish provides a graphical tool (based on GTK) to manage and edit sys- tem variables stored in /etc/defaults/rc.conf and /etc/rc.conf. For test- ing purposes, or, for users that need to have different configurations, the program honours two environment variables: FISH_RC_DEFAULTS and FISH_RC. WWW: http://energyghq.homeip.net/brain.html - Miguel Mendez >How-To-Repeat: >Fix: --- thefish.shar begins here --- # 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 --- thefish.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message