diff options
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 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%% |