- Package Frontend is a ncurses based, graphical front-end to manage

the FreeBSD ports collection.

PR:		ports/92761
Submitted by:	Sulev-Madis Silber <madis555@hot.ee>
This commit is contained in:
Andrej Zverev
2006-02-03 13:11:02 +00:00
parent 814a7ae700
commit ad1512d02b
7 changed files with 75 additions and 0 deletions

30
ports-mgmt/pkgfe/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# New ports collection makefile for: pkgfe
# Date created: 2006-01-14
# Whom: Sulev-Madis Silber <madis555@hot.ee>
#
# $FreeBSD$
#
PORTNAME= pkgfe
PORTVERSION= 20060203
CATEGORIES= sysutils
MASTER_SITES= http://ketas.life.ee/ports/ \
http://ketas.si.pri.ee/ports/
MAINTAINER= madis555@hot.ee
COMMENT= Ncurses front-end to manage the ports collection
RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade \
portaudit:${PORTSDIR}/security/portaudit \
csup:${PORTSDIR}/net/csup
NO_BUILD= yes
PLIST_FILES= sbin/pkgfe etc/pkgfe.conf
do-install:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/pkgfe
${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (pkgfe-20060203.tar.gz) = 1423b8d6c5a7d3ef105a1a45ea70b371
SHA256 (pkgfe-20060203.tar.gz) = df3a2fa3c76fde5c30ff1e787ae49ac69cff2d0a004b022fef27c8898a1462cf
SIZE (pkgfe-20060203.tar.gz) = 2610

View File

@@ -0,0 +1,4 @@
Package Frontend is a ncurses based, graphical front-end to manage
the FreeBSD ports collection.
Author: Sulev-Madis Silber <madis555@hot.ee>

View File

@@ -415,6 +415,7 @@
SUBDIR += pkg_rmleaves
SUBDIR += pkg_trackinst
SUBDIR += pkg_tree
SUBDIR += pkgfe
SUBDIR += pkill
SUBDIR += plconfig
SUBDIR += plod

30
sysutils/pkgfe/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# New ports collection makefile for: pkgfe
# Date created: 2006-01-14
# Whom: Sulev-Madis Silber <madis555@hot.ee>
#
# $FreeBSD$
#
PORTNAME= pkgfe
PORTVERSION= 20060203
CATEGORIES= sysutils
MASTER_SITES= http://ketas.life.ee/ports/ \
http://ketas.si.pri.ee/ports/
MAINTAINER= madis555@hot.ee
COMMENT= Ncurses front-end to manage the ports collection
RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade \
portaudit:${PORTSDIR}/security/portaudit \
csup:${PORTSDIR}/net/csup
NO_BUILD= yes
PLIST_FILES= sbin/pkgfe etc/pkgfe.conf
do-install:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/pkgfe
${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf
.include <bsd.port.mk>

3
sysutils/pkgfe/distinfo Normal file
View File

@@ -0,0 +1,3 @@
MD5 (pkgfe-20060203.tar.gz) = 1423b8d6c5a7d3ef105a1a45ea70b371
SHA256 (pkgfe-20060203.tar.gz) = df3a2fa3c76fde5c30ff1e787ae49ac69cff2d0a004b022fef27c8898a1462cf
SIZE (pkgfe-20060203.tar.gz) = 2610

4
sysutils/pkgfe/pkg-descr Normal file
View File

@@ -0,0 +1,4 @@
Package Frontend is a ncurses based, graphical front-end to manage
the FreeBSD ports collection.
Author: Sulev-Madis Silber <madis555@hot.ee>