From d6d12f2408ea5f7b157a4c57362999e8e6af5e55 Mon Sep 17 00:00:00 2001 From: Sulev-Madis Silber Date: Sat, 4 Jul 2026 01:53:40 +0300 Subject: [PATCH] ports-mgmt/pkgfe 1783119215 --- ports-mgmt/pkgfe/Makefile | 26 ++++++++++++++++++++++++++ ports-mgmt/pkgfe/distinfo | 3 +++ ports-mgmt/pkgfe/pkg-descr | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 ports-mgmt/pkgfe/Makefile create mode 100644 ports-mgmt/pkgfe/distinfo create mode 100644 ports-mgmt/pkgfe/pkg-descr diff --git a/ports-mgmt/pkgfe/Makefile b/ports-mgmt/pkgfe/Makefile new file mode 100644 index 000000000000..41c63f8a569c --- /dev/null +++ b/ports-mgmt/pkgfe/Makefile @@ -0,0 +1,26 @@ +PORTNAME= pkgfe +PORTVERSION= 20260704 +CATEGORIES= ports-mgmt +MASTER_SITES= http://ketas.si.pri.ee/pkgfe/releases/ + +MAINTAINER= bugs-freebsd-org916@ketas.si.pri.ee +COMMENT= Ncurses frontend for ports collection +WWW= http://ketas.si.pri.ee/pkgfe/ + +LICENSE= BSD2CLAUSE + +USES= tar:txz + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= sbin/pkgfe \ + etc/pkgfe.conf.sample \ + share/man/man8/pkgfe.8.gz + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/pkgfe.conf.sample ${STAGEDIR}${PREFIX}/etc + ${INSTALL_MAN} ${WRKSRC}/pkgfe.8 ${STAGEDIR}${PREFIX}/share/man/man8 + +.include diff --git a/ports-mgmt/pkgfe/distinfo b/ports-mgmt/pkgfe/distinfo new file mode 100644 index 000000000000..f459b8b4e39b --- /dev/null +++ b/ports-mgmt/pkgfe/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1783116284 +SHA256 (pkgfe-20260704.txz) = 1ed9bab281fdc666aaae87e68bd16dd9d90e95d8914b4bce53d48af2cfe53a89 +SIZE (pkgfe-20260704.txz) = 8172 diff --git a/ports-mgmt/pkgfe/pkg-descr b/ports-mgmt/pkgfe/pkg-descr new file mode 100644 index 000000000000..3fab4ea22cf3 --- /dev/null +++ b/ports-mgmt/pkgfe/pkg-descr @@ -0,0 +1,2 @@ +Package Frontend is a ncurses based, graphical frontend for +the FreeBSD ports collection. -- 2.54.0