diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-08-24 04:21:59 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-08-24 04:21:59 +0000 |
commit | 44b3983a8b7710d501ca623b3f74f11cf400474a (patch) | |
tree | eb17db028a0120414a8845c2b08e63fe803d29a7 /sysutils | |
parent | Unbreak port by merging the build and install phases. Create a PLIST (diff) |
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
Notes
Notes:
svn path=/head/; revision=117177
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bpm/Makefile | 22 | ||||
-rw-r--r-- | sysutils/bpm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/bpm/pkg-descr | 17 | ||||
-rw-r--r-- | sysutils/bpm/pkg-plist | 14 |
5 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4a6c20c946c6..9e9f11314caf 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 000000000000..b8365c2538b4 --- /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 000000000000..808dc6d1e368 --- /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 000000000000..8400a536e1f0 --- /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 000000000000..fe24b9008851 --- /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%% |