diff options
author | adamw <adamw@FreeBSD.org> | 2004-08-24 12:21:59 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-08-24 12:21:59 +0800 |
commit | 3aae5f9108bf95146bd71c2dd0178db8a0cb28a0 (patch) | |
tree | 47dca9aaadb961e13d3c9a2ab935788b9aead23b /ports-mgmt/bpm | |
parent | ab68e7470160c9e62d046d313d458e19aa50f3c7 (diff) | |
download | freebsd-ports-gnome-3aae5f9108bf95146bd71c2dd0178db8a0cb28a0.tar.gz freebsd-ports-gnome-3aae5f9108bf95146bd71c2dd0178db8a0cb28a0.tar.zst freebsd-ports-gnome-3aae5f9108bf95146bd71c2dd0178db8a0cb28a0.zip |
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 'ports-mgmt/bpm')
-rw-r--r-- | ports-mgmt/bpm/Makefile | 22 | ||||
-rw-r--r-- | ports-mgmt/bpm/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/bpm/pkg-descr | 17 | ||||
-rw-r--r-- | ports-mgmt/bpm/pkg-plist | 14 |
4 files changed, 55 insertions, 0 deletions
diff --git a/ports-mgmt/bpm/Makefile b/ports-mgmt/bpm/Makefile new file mode 100644 index 000000000000..b8365c2538b4 --- /dev/null +++ b/ports-mgmt/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/ports-mgmt/bpm/distinfo b/ports-mgmt/bpm/distinfo new file mode 100644 index 000000000000..808dc6d1e368 --- /dev/null +++ b/ports-mgmt/bpm/distinfo @@ -0,0 +1,2 @@ +MD5 (bpm-0.4.1b.tgz) = 2704ba7b6f6935a93b2973aa0e82028d +SIZE (bpm-0.4.1b.tgz) = 98457 diff --git a/ports-mgmt/bpm/pkg-descr b/ports-mgmt/bpm/pkg-descr new file mode 100644 index 000000000000..8400a536e1f0 --- /dev/null +++ b/ports-mgmt/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/ports-mgmt/bpm/pkg-plist b/ports-mgmt/bpm/pkg-plist new file mode 100644 index 000000000000..fe24b9008851 --- /dev/null +++ b/ports-mgmt/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%% |