- 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:
30
ports-mgmt/pkgfe/Makefile
Normal file
30
ports-mgmt/pkgfe/Makefile
Normal 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
ports-mgmt/pkgfe/distinfo
Normal file
3
ports-mgmt/pkgfe/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (pkgfe-20060203.tar.gz) = 1423b8d6c5a7d3ef105a1a45ea70b371
|
||||
SHA256 (pkgfe-20060203.tar.gz) = df3a2fa3c76fde5c30ff1e787ae49ac69cff2d0a004b022fef27c8898a1462cf
|
||||
SIZE (pkgfe-20060203.tar.gz) = 2610
|
||||
4
ports-mgmt/pkgfe/pkg-descr
Normal file
4
ports-mgmt/pkgfe/pkg-descr
Normal 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>
|
||||
@@ -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
30
sysutils/pkgfe/Makefile
Normal 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
3
sysutils/pkgfe/distinfo
Normal 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
4
sysutils/pkgfe/pkg-descr
Normal 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>
|
||||
Reference in New Issue
Block a user