summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-08-24 04:21:59 +0000
committeradamw <adamw@FreeBSD.org>2004-08-24 04:21:59 +0000
commit3aae5f9108bf95146bd71c2dd0178db8a0cb28a0 (patch)
tree47dca9aaadb961e13d3c9a2ab935788b9aead23b /sysutils
parentab68e7470160c9e62d046d313d458e19aa50f3c7 (diff)
downloadFreeBSD-ports-3aae5f9108bf95146bd71c2dd0178db8a0cb28a0.zip
FreeBSD-ports-3aae5f9108bf95146bd71c2dd0178db8a0cb28a0.tar.gz
I am pleased to announce a new GTK+-2 interface to our ports tree!
BSD Ports Manipuator (BPM) is a graphical ports collection manager for FreeBSD. It has a GTK+ 2.0 interface and allows you to add, remove, or upgrade software packages on your system without requiring you to use a command-line. In addition, it can display details about available, installed, and out-of-date ports, as well as allowing you to search based on port descriptions. BPM uses the existing ports collection structure, allowing it to build ports from source and integrate seamlessly with other tools. This project started out as a clone of Ports Manager.app for DarwinPorts. WWW: http://www.meowfishies.com/bpm.rhtml Submitted by: sethk@meowfishies.com
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/bpm/Makefile22
-rw-r--r--sysutils/bpm/distinfo2
-rw-r--r--sysutils/bpm/pkg-descr17
-rw-r--r--sysutils/bpm/pkg-plist14
5 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 4a6c20c..9e9f113 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -37,6 +37,7 @@
SUBDIR += bkpupsd
SUBDIR += bksh
SUBDIR += blimitd
+ SUBDIR += bpm
SUBDIR += bsdsar
SUBDIR += bubblemon-dockapp
SUBDIR += bubblemon2
diff --git a/sysutils/bpm/Makefile b/sysutils/bpm/Makefile
new file mode 100644
index 0000000..b8365c2
--- /dev/null
+++ b/sysutils/bpm/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: bpm
+# Date created: 23 July 2004
+# Whom: sethk
+#
+# $FreeBSD$
+#
+
+PORTNAME= bpm
+PORTVERSION= 0.4.1b
+CATEGORIES= sysutils
+MASTER_SITES= http://www.meowfishies.com/code/bpm/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= sethk@meowfishies.com
+COMMENT= A graphical BSD ports collection manager
+
+RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk20
+
+.include <bsd.port.mk>
diff --git a/sysutils/bpm/distinfo b/sysutils/bpm/distinfo
new file mode 100644
index 0000000..808dc6d
--- /dev/null
+++ b/sysutils/bpm/distinfo
@@ -0,0 +1,2 @@
+MD5 (bpm-0.4.1b.tgz) = 2704ba7b6f6935a93b2973aa0e82028d
+SIZE (bpm-0.4.1b.tgz) = 98457
diff --git a/sysutils/bpm/pkg-descr b/sysutils/bpm/pkg-descr
new file mode 100644
index 0000000..8400a53
--- /dev/null
+++ b/sysutils/bpm/pkg-descr
@@ -0,0 +1,17 @@
+BSD Ports Manipuator (BPM) is a graphical ports collection manager for
+FreeBSD. It has a GTK+ 2.0 interface and allows you to add, remove, or
+upgrade software packages on your system without requiring you to use a
+command-line. In addition, it can display details about available,
+installed, and out-of-date ports, as well as allowing you to search
+based on port descriptions.
+
+BPM uses the existing ports collection structure, allowing it to build
+ports from source and integrate seamlessly with other tools.
+
+This project started out as a clone of Ports Manager.app for
+DarwinPorts.
+
+WWW: http://www.meowfishies.com/bpm.rhtml
+
+- Seth
+sethk@meowfishies.com
diff --git a/sysutils/bpm/pkg-plist b/sysutils/bpm/pkg-plist
new file mode 100644
index 0000000..fe24b90
--- /dev/null
+++ b/sysutils/bpm/pkg-plist
@@ -0,0 +1,14 @@
+bin/bpm
+bin/gtk-su
+libexec/bpm/term
+libexec/bpm/fetch-wrapper
+%%DATADIR%%/pixmaps/term_16.png
+%%DATADIR%%/pixmaps/term_24.png
+%%DATADIR%%/pixmaps/pkg_16.png
+%%DATADIR%%/pixmaps/pkg_24.png
+%%DATADIR%%/pixmaps/pkg_48.png
+%%DATADIR%%/pixmaps/lock_48.png
+share/locale/en_CA/LC_MESSAGES/bpm.mo
+@dirrm libexec/bpm
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%
OpenPOWER on IntegriCloud