1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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 <anselmg@t-online.de>
This commit is contained in:
Adam Weinberger 2003-06-03 21:47:49 +00:00
parent ecf376ed5d
commit 6f1722d8d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82219
11 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: portsman
# Date created: 18 January 2003
# Whom: Anselm R. Garbe <anselmg@t-online.de>
#
# $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 <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
MAN1= portsman.1
MAN5= portsmanrc.5
USE_GZIP= yes
GNU_CONFIGURE= yes
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (portsman-0.2-rc2.tar.gz) = 624c5ad75088afc802e52008a017dbdd

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
bin/portsman
etc/portsman/portsmanrc.sample
@dirrm etc/portsman

View File

@ -203,6 +203,7 @@
SUBDIR += pkill
SUBDIR += plconfig
SUBDIR += pmap
SUBDIR += portsman
SUBDIR += portupgrade
SUBDIR += prips
SUBDIR += procmap

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: portsman
# Date created: 18 January 2003
# Whom: Anselm R. Garbe <anselmg@t-online.de>
#
# $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 <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
MAN1= portsman.1
MAN5= portsmanrc.5
USE_GZIP= yes
GNU_CONFIGURE= yes
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (portsman-0.2-rc2.tar.gz) = 624c5ad75088afc802e52008a017dbdd

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
bin/portsman
etc/portsman/portsmanrc.sample
@dirrm etc/portsman