FreeBSD Bugzilla – Attachment 271760 Details for
Bug 295922
[NEW PORT] ports-mgmt/pkgfe: Ncurses frontend for ports collection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-ports-mgmt-pkgfe-1781375023.patch (text/plain), 1.95 KB, created by
Sulev-Madis Silber
on 2026-06-13 18:35:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Sulev-Madis Silber
Created:
2026-06-13 18:35:00 UTC
Size:
1.95 KB
patch
obsolete
>From 945f84c1d9732fe049df3698b88c3af7f39f87a1 Mon Sep 17 00:00:00 2001 >From: Sulev-Madis Silber <bugs-freebsd-org916@ketas.si.pri.ee> >Date: Sat, 13 Jun 2026 21:23:48 +0300 >Subject: [PATCH] ports-mgmt/pkgfe 1781375023 > >--- > 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..ff33d58fbb1a >--- /dev/null >+++ b/ports-mgmt/pkgfe/Makefile >@@ -0,0 +1,26 @@ >+PORTNAME= pkgfe >+PORTVERSION= 20260613 >+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 <bsd.port.mk> >diff --git a/ports-mgmt/pkgfe/distinfo b/ports-mgmt/pkgfe/distinfo >new file mode 100644 >index 000000000000..c36c03a1ef0f >--- /dev/null >+++ b/ports-mgmt/pkgfe/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1781370946 >+SHA256 (pkgfe-20260613.txz) = bf8c914221f0555b6a2cda9e412a8cd8b4e9b86bece7ea1e5dd354ce7da03e24 >+SIZE (pkgfe-20260613.txz) = 8112 >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 295922
:
271596
|
271735
|
271760
|
272470
|
272471
|
272472