diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-16 19:22:36 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-16 19:22:36 +0000 |
commit | d14255e3168cf7139162fe83ddc60751420788db (patch) | |
tree | 52ec465a76a205565de3061928baf77eb2250a61 /sysutils | |
parent | e8b907a36f6c9ad9f217501fe1acd9b24b56bad6 (diff) | |
download | ports-d14255e3168cf7139162fe83ddc60751420788db.tar.gz ports-d14255e3168cf7139162fe83ddc60751420788db.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/thefish/Makefile | 24 | ||||
-rw-r--r-- | sysutils/thefish/distinfo | 1 | ||||
-rw-r--r-- | sysutils/thefish/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/thefish/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/thefish/pkg-plist | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 81fa39aab645..d0ada81d0775 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -173,6 +173,7 @@ SUBDIR += syslog-ng SUBDIR += tcplist SUBDIR += tdir + SUBDIR += thefish SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tmpwatch diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile new file mode 100644 index 000000000000..540ea1654e5d --- /dev/null +++ b/sysutils/thefish/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: thefish +# Date created: Sat Mar 16 17:49:09 CET 2002 +# Whom: Miguel Mendez <flynn@energyhq.homeip.net> +# +# $FreeBSD$ +# + +PORTNAME= thefish +PORTVERSION= 0.1 +CATEGORIES= sysutils +MASTER_SITES= http://energyhq.homeip.net/files/ + +MAINTAINER= flynn@energyhq.homeip.net + +USE_X_PREFIX= yes +USE_GTK= yes + +MAN1= thefish.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo new file mode 100644 index 000000000000..dd06b98f5329 --- /dev/null +++ b/sysutils/thefish/distinfo @@ -0,0 +1 @@ +MD5 (thefish-0.1.tar.gz) = 273f91f24d85dbf931a107529ae3d1d8 diff --git a/sysutils/thefish/pkg-comment b/sysutils/thefish/pkg-comment new file mode 100644 index 000000000000..9e6aa507c3e6 --- /dev/null +++ b/sysutils/thefish/pkg-comment @@ -0,0 +1 @@ +Gtk+ rc.conf editor/management tool diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr new file mode 100644 index 000000000000..e072618426b9 --- /dev/null +++ b/sysutils/thefish/pkg-descr @@ -0,0 +1,9 @@ +The Fish provides a graphical tool (based on GTK) to manage and edit +system variables stored in /etc/defaults/rc.conf and /etc/rc.conf. For +testing purposes, or, for users that need to have different configurations, +the program honours two environment variables: FISH_RC_DEFAULTS and +FISH_RC. + +WWW: http://energyhq.homeip.net/brain.html + +- Miguel Mendez <flynn@energyhq.homeip.net> diff --git a/sysutils/thefish/pkg-plist b/sysutils/thefish/pkg-plist new file mode 100644 index 000000000000..5f9f0936e317 --- /dev/null +++ b/sysutils/thefish/pkg-plist @@ -0,0 +1 @@ +bin/thefish |