summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1996-12-30 09:16:56 +0000
committerMike Smith <msmith@FreeBSD.org>1996-12-30 09:16:56 +0000
commit40105b68bf877f5db4392a0ab792d13a4562ebc0 (patch)
tree52d5d410df16817a7da8b945f245c4a883e9981b /sysutils
parentTypo. (sort of.) (diff)
This is PIB, the Ports Index Browser, a GUI tool for manipulating the
FreeBSD ports collection. It provides facilities for tracking distfiles, searching for ports, building etc. Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
Notes
Notes: svn path=/head/; revision=5132
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pib/Makefile24
-rw-r--r--sysutils/pib/distinfo1
-rw-r--r--sysutils/pib/pkg-comment1
-rw-r--r--sysutils/pib/pkg-descr5
-rw-r--r--sysutils/pib/pkg-plist4
5 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/pib/Makefile b/sysutils/pib/Makefile
new file mode 100644
index 000000000000..16ff9cff3c93
--- /dev/null
+++ b/sysutils/pib/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: pib
+# Version required: 1.0
+# Date created: 30 December 1996
+# Whom: Mike Smith <msmith@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= pib-1.0
+MASTER_SITES= ftp://gsoft.com.au/pib/pib
+CATEGORIES= sysutils
+
+MAINTAINER= msmith@freebsd.org
+
+RUN_DEPENDS= tk-4.1
+
+.include <bsd.port.mk>
+
+install:
+ ${MKDIR} ${PREFIX}/lib/pib
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
+ ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib
+ ln -s ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
+
diff --git a/sysutils/pib/distinfo b/sysutils/pib/distinfo
new file mode 100644
index 000000000000..ebf43edfc955
--- /dev/null
+++ b/sysutils/pib/distinfo
@@ -0,0 +1 @@
+MD5 (pib-1.0.tar.gz) = 11f4ba2fc8f44dba830aeeb556a13e55
diff --git a/sysutils/pib/pkg-comment b/sysutils/pib/pkg-comment
new file mode 100644
index 000000000000..d83ef083b34e
--- /dev/null
+++ b/sysutils/pib/pkg-comment
@@ -0,0 +1 @@
+GUI Ports Collection management tool.
diff --git a/sysutils/pib/pkg-descr b/sysutils/pib/pkg-descr
new file mode 100644
index 000000000000..b71d74e66030
--- /dev/null
+++ b/sysutils/pib/pkg-descr
@@ -0,0 +1,5 @@
+The Ports Index Browser provides a quick and powerful means for browsing the
+FreeBSD Ports Collection INDEX file and performing related functions.
+
+It provides an intuitive GUI interface, online help and useful distfile
+management functions.
diff --git a/sysutils/pib/pkg-plist b/sysutils/pib/pkg-plist
new file mode 100644
index 000000000000..473aa08534ca
--- /dev/null
+++ b/sysutils/pib/pkg-plist
@@ -0,0 +1,4 @@
+bin/pib
+lib/pib/pib.tcl
+lib/pib/tkSteal.tcl
+lib/pib/libTkSteal.so.2.0