aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-03-17 03:22:36 +0800
committerpetef <petef@FreeBSD.org>2002-03-17 03:22:36 +0800
commit1dda9ad8a874c77ce3bff0b112fb9daf92163d57 (patch)
treeb7c8cfbdc6eb2b0d83320b9d18f747c90509a43d
parent86ad6c02a405526f956db395b01657c6d852d5a6 (diff)
downloadfreebsd-ports-gnome-1dda9ad8a874c77ce3bff0b112fb9daf92163d57.tar.gz
freebsd-ports-gnome-1dda9ad8a874c77ce3bff0b112fb9daf92163d57.tar.zst
freebsd-ports-gnome-1dda9ad8a874c77ce3bff0b112fb9daf92163d57.zip
Add thefish 0.1, gtk+ rc.conf editor/management tool.
PR: 35983 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
-rw-r--r--sysutils/Makefile1
-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
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