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:
parent
ecf376ed5d
commit
6f1722d8d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82219
29
ports-mgmt/portsman/Makefile
Normal file
29
ports-mgmt/portsman/Makefile
Normal 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>
|
1
ports-mgmt/portsman/distinfo
Normal file
1
ports-mgmt/portsman/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (portsman-0.2-rc2.tar.gz) = 624c5ad75088afc802e52008a017dbdd
|
6
ports-mgmt/portsman/files/patch-config:Makefile.am
Normal file
6
ports-mgmt/portsman/files/patch-config:Makefile.am
Normal 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
|
7
ports-mgmt/portsman/pkg-descr
Normal file
7
ports-mgmt/portsman/pkg-descr
Normal 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
|
3
ports-mgmt/portsman/pkg-plist
Normal file
3
ports-mgmt/portsman/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/portsman
|
||||
etc/portsman/portsmanrc.sample
|
||||
@dirrm etc/portsman
|
@ -203,6 +203,7 @@
|
||||
SUBDIR += pkill
|
||||
SUBDIR += plconfig
|
||||
SUBDIR += pmap
|
||||
SUBDIR += portsman
|
||||
SUBDIR += portupgrade
|
||||
SUBDIR += prips
|
||||
SUBDIR += procmap
|
||||
|
29
sysutils/portsman/Makefile
Normal file
29
sysutils/portsman/Makefile
Normal 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>
|
1
sysutils/portsman/distinfo
Normal file
1
sysutils/portsman/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (portsman-0.2-rc2.tar.gz) = 624c5ad75088afc802e52008a017dbdd
|
6
sysutils/portsman/files/patch-config:Makefile.am
Normal file
6
sysutils/portsman/files/patch-config:Makefile.am
Normal 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
|
7
sysutils/portsman/pkg-descr
Normal file
7
sysutils/portsman/pkg-descr
Normal 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
|
3
sysutils/portsman/pkg-plist
Normal file
3
sysutils/portsman/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/portsman
|
||||
etc/portsman/portsmanrc.sample
|
||||
@dirrm etc/portsman
|
Loading…
Reference in New Issue
Block a user