From 6f1722d8d4a777b8c6d96ed7f34a5888d6ef0f1a Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 3 Jun 2003 21:47:49 +0000 Subject: Add portsman. Ports manager is a ncurses based, graphical front-end to manage the FreeBSD ports collection. It behaves like a package manager and comes with many features. PR: ports/47192 Submitted by: Anselm Garbe --- sysutils/portsman/Makefile | 29 ++++++++++++++++++++++++ sysutils/portsman/distinfo | 1 + sysutils/portsman/files/patch-config:Makefile.am | 6 +++++ sysutils/portsman/pkg-descr | 7 ++++++ sysutils/portsman/pkg-plist | 3 +++ 5 files changed, 46 insertions(+) create mode 100644 sysutils/portsman/Makefile create mode 100644 sysutils/portsman/distinfo create mode 100644 sysutils/portsman/files/patch-config:Makefile.am create mode 100644 sysutils/portsman/pkg-descr create mode 100644 sysutils/portsman/pkg-plist (limited to 'sysutils/portsman') diff --git a/sysutils/portsman/Makefile b/sysutils/portsman/Makefile new file mode 100644 index 000000000000..05176046ef0d --- /dev/null +++ b/sysutils/portsman/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: portsman +# Date created: 18 January 2003 +# Whom: Anselm R. Garbe +# +# $FreeBSD$ +# + +PORTNAME= portsman +PORTVERSION= 0.2 +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/portsman/ +# temporary +DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2 + +MAINTAINER= anselmg@t-online.de +COMMENT= An ncurses based front-end to manage the FreeBSD ports collection + +.include + +.if ${OSVERSION} < 400000 +LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +MAN1= portsman.1 +MAN5= portsmanrc.5 +USE_GZIP= yes +GNU_CONFIGURE= yes + +.include diff --git a/sysutils/portsman/distinfo b/sysutils/portsman/distinfo new file mode 100644 index 000000000000..7afed1b62f1d --- /dev/null +++ b/sysutils/portsman/distinfo @@ -0,0 +1 @@ +MD5 (portsman-0.2-rc2.tar.gz) = 624c5ad75088afc802e52008a017dbdd diff --git a/sysutils/portsman/files/patch-config:Makefile.am b/sysutils/portsman/files/patch-config:Makefile.am new file mode 100644 index 000000000000..d1188aa6f53f --- /dev/null +++ b/sysutils/portsman/files/patch-config:Makefile.am @@ -0,0 +1,6 @@ +--- config/Makefile.am.dist Wed Jan 29 13:55:33 2003 ++++ config/Makefile.am Sat May 24 16:13:00 2003 +@@ -1,2 +1,2 @@ +-pmanrcdir = $(prefix)/etc ++pmanrcdir = $(prefix)/etc/portsman + dist_pmanrc_DATA = portsmanrc.sample diff --git a/sysutils/portsman/pkg-descr b/sysutils/portsman/pkg-descr new file mode 100644 index 000000000000..d650c63b08ce --- /dev/null +++ b/sysutils/portsman/pkg-descr @@ -0,0 +1,7 @@ +Ports manager is a ncurses based, graphical front-end to manage +the FreeBSD ports collection. It behaves like a package manager +and comes with many features. + +WWW: http://portsman.berlios.de +-- + Anselm R. Garbe diff --git a/sysutils/portsman/pkg-plist b/sysutils/portsman/pkg-plist new file mode 100644 index 000000000000..eb2c31c3c646 --- /dev/null +++ b/sysutils/portsman/pkg-plist @@ -0,0 +1,3 @@ +bin/portsman +etc/portsman/portsmanrc.sample +@dirrm etc/portsman -- cgit v1.2.3