mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add sysutils/portbrowser, a free, easy to use GUI frontend implementation
for the BSD ports system.
This commit is contained in:
parent
d6fbd47e90
commit
9cd5a912dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121099
7 changed files with 63 additions and 0 deletions
25
ports-mgmt/portbrowser/Makefile
Normal file
25
ports-mgmt/portbrowser/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: portbrowser
|
||||||
|
# Date created: 8 November, 2004
|
||||||
|
# Whom: hrs
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= portbrowser
|
||||||
|
PORTVERSION= 0.3
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://www.bytelabs.org/
|
||||||
|
DISTNAME= pb-browser-${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
|
COMMENT= Graphical frontend for the BSD ports system
|
||||||
|
|
||||||
|
USE_GNOME= gtk20
|
||||||
|
MAKE_ENV= MANDIR=${PREFIX}/man/man \
|
||||||
|
BINDIR=${PREFIX}/bin \
|
||||||
|
NOMANCOMPRESS=YES
|
||||||
|
PLIST_FILES= bin/pbrowser
|
||||||
|
|
||||||
|
MAN1= pbrowser.1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
ports-mgmt/portbrowser/distinfo
Normal file
2
ports-mgmt/portbrowser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (pb-browser-0.3.tgz) = 5ea939c43b382e4a3e05ed6a5b7de48e
|
||||||
|
SIZE (pb-browser-0.3.tgz) = 44706
|
4
ports-mgmt/portbrowser/pkg-descr
Normal file
4
ports-mgmt/portbrowser/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
The PortBrowser is a FREE, easy to use implementation
|
||||||
|
of a frontend written for the BSD ports system.
|
||||||
|
|
||||||
|
WWW: http://www.bytelabs.org/devel.html
|
|
@ -329,6 +329,7 @@
|
||||||
SUBDIR += pmap
|
SUBDIR += pmap
|
||||||
SUBDIR += port-authoring-tools
|
SUBDIR += port-authoring-tools
|
||||||
SUBDIR += port-maintenance-tools
|
SUBDIR += port-maintenance-tools
|
||||||
|
SUBDIR += portbrowser
|
||||||
SUBDIR += portdowngrade
|
SUBDIR += portdowngrade
|
||||||
SUBDIR += portmanager
|
SUBDIR += portmanager
|
||||||
SUBDIR += portsman
|
SUBDIR += portsman
|
||||||
|
|
25
sysutils/portbrowser/Makefile
Normal file
25
sysutils/portbrowser/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: portbrowser
|
||||||
|
# Date created: 8 November, 2004
|
||||||
|
# Whom: hrs
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= portbrowser
|
||||||
|
PORTVERSION= 0.3
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://www.bytelabs.org/
|
||||||
|
DISTNAME= pb-browser-${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
|
COMMENT= Graphical frontend for the BSD ports system
|
||||||
|
|
||||||
|
USE_GNOME= gtk20
|
||||||
|
MAKE_ENV= MANDIR=${PREFIX}/man/man \
|
||||||
|
BINDIR=${PREFIX}/bin \
|
||||||
|
NOMANCOMPRESS=YES
|
||||||
|
PLIST_FILES= bin/pbrowser
|
||||||
|
|
||||||
|
MAN1= pbrowser.1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
sysutils/portbrowser/distinfo
Normal file
2
sysutils/portbrowser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (pb-browser-0.3.tgz) = 5ea939c43b382e4a3e05ed6a5b7de48e
|
||||||
|
SIZE (pb-browser-0.3.tgz) = 44706
|
4
sysutils/portbrowser/pkg-descr
Normal file
4
sysutils/portbrowser/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
The PortBrowser is a FREE, easy to use implementation
|
||||||
|
of a frontend written for the BSD ports system.
|
||||||
|
|
||||||
|
WWW: http://www.bytelabs.org/devel.html
|
Loading…
Add table
Reference in a new issue