1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of

all port dependencies.

WWW: http://www.chruetertee.ch/portsopt/

PR:		ports/107400
Submitted by:	Beat Gaetzi <beat at chruetertee.ch>
This commit is contained in:
Martin Wilke 2007-01-03 22:38:26 +00:00
parent 9fcdadecee
commit b05b87b56c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181373
7 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: portsopt
# Date created: 25 Dec 2006
# Whom: Beat Gaetzi <beat@chruetertee.ch>
#
# $FreeBSD$
#
PORTNAME= portsopt
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.chruetertee.ch/files/download/
MAINTAINER= beat@chruetertee.ch
COMMENT= Shows WITH(OUT)-knobs of a port makefile
NO_BUILD= yes
PLIST_FILES= sbin/portsopt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (portsopt-1.1.tar.gz) = 3e3895f67384f031d703e8b8863e4ab1
SHA256 (portsopt-1.1.tar.gz) = bbfa4093e9651949e398b5253b3bd56f8a02a183a038cb926232b8a4dbcd71ba
SIZE (portsopt-1.1.tar.gz) = 933

View File

@ -0,0 +1,4 @@
Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of
all port dependencies.
WWW: http://www.chruetertee.ch/portsopt/

View File

@ -511,6 +511,7 @@
SUBDIR += portsearch
SUBDIR += portsman
SUBDIR += portsnap
SUBDIR += portsopt
SUBDIR += portupgrade
SUBDIR += portupgrade-devel
SUBDIR += powerman

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: portsopt
# Date created: 25 Dec 2006
# Whom: Beat Gaetzi <beat@chruetertee.ch>
#
# $FreeBSD$
#
PORTNAME= portsopt
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.chruetertee.ch/files/download/
MAINTAINER= beat@chruetertee.ch
COMMENT= Shows WITH(OUT)-knobs of a port makefile
NO_BUILD= yes
PLIST_FILES= sbin/portsopt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (portsopt-1.1.tar.gz) = 3e3895f67384f031d703e8b8863e4ab1
SHA256 (portsopt-1.1.tar.gz) = bbfa4093e9651949e398b5253b3bd56f8a02a183a038cb926232b8a4dbcd71ba
SIZE (portsopt-1.1.tar.gz) = 933

View File

@ -0,0 +1,4 @@
Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of
all port dependencies.
WWW: http://www.chruetertee.ch/portsopt/