summaryrefslogtreecommitdiff
path: root/sysutils/thefish
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-16 19:22:36 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-16 19:22:36 +0000
commitd14255e3168cf7139162fe83ddc60751420788db (patch)
tree52ec465a76a205565de3061928baf77eb2250a61 /sysutils/thefish
parentUpdate to 0.1.6. (diff)
Add thefish 0.1, gtk+ rc.conf editor/management tool.
PR: 35983 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Notes
Notes: svn path=/head/; revision=56220
Diffstat (limited to 'sysutils/thefish')
-rw-r--r--sysutils/thefish/Makefile24
-rw-r--r--sysutils/thefish/distinfo1
-rw-r--r--sysutils/thefish/pkg-comment1
-rw-r--r--sysutils/thefish/pkg-descr9
-rw-r--r--sysutils/thefish/pkg-plist1
5 files changed, 36 insertions, 0 deletions
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