View | Details | Raw Unified | Return to bug 295922 | Differences between
and this patch

Collapse All | Expand All

(-)b/ports-mgmt/pkgfe/Makefile (+26 lines)
Added Link Here
1
PORTNAME=	pkgfe
2
PORTVERSION=	20260607
3
CATEGORIES=	ports-mgmt
4
MASTER_SITES=	http://ketas.si.pri.ee/pkgfe/releases/
5
6
MAINTAINER=	bugs-freebsd-org916@ketas.si.pri.ee
7
COMMENT=	Ncurses frontend for ports collection
8
WWW=		http://ketas.si.pri.ee/pkgfe/
9
10
LICENSE=	BSD2CLAUSE
11
12
USES=		tar:txz
13
14
NO_BUILD=	yes
15
NO_ARCH=	yes
16
17
PLIST_FILES=	sbin/pkgfe \
18
		etc/pkgfe.conf.sample \
19
		share/man/man8/pkgfe.8.gz
20
21
do-install:
22
	${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${STAGEDIR}${PREFIX}/sbin
23
	${INSTALL_DATA} ${WRKSRC}/pkgfe.conf.sample ${STAGEDIR}${PREFIX}/etc
24
	${INSTALL_MAN} ${WRKSRC}/pkgfe.8 ${STAGEDIR}${PREFIX}/share/man/man8
25
26
.include <bsd.port.mk>
(-)b/ports-mgmt/pkgfe/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1780845935
2
SHA256 (pkgfe-20260607.txz) = 6897fd52354cb9a412cd07ccf364cd5971f8cc5d308169e56d06504642781617
3
SIZE (pkgfe-20260607.txz) = 7388
(-)b/ports-mgmt/pkgfe/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
Package Frontend is a ncurses based, graphical frontend for
2
the FreeBSD ports collection.

Return to bug 295922