ports-mgmt/bsdadminscripts2: new port
- Move sysutils/bsdadminscripts to ports-mgmt/bsdadminscripts - Copy ports-mgmt/bsdadminscripts to ports-mgmt/bsdadminscripts2 - Update bsdadminscripts2 to the bsda2 project 0.2.0 release Reviewed by: miwi Approved by: miwi Differential Revision: https://reviews.freebsd.org/D9434
This commit is contained in:
parent
1661843019
commit
d5fbb382bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441068
15 changed files with 78 additions and 3 deletions
1
MOVED
1
MOVED
|
@ -9388,3 +9388,4 @@ multimedia/rubygem-av-rails5||2017-05-15|Has expired: Use multimedia/rubygem-av
|
|||
devel/rubygem-cocaine-rails5||2017-05-15|Has expired: Use devel/rubygem-cocaine instead
|
||||
devel/rubygem-climate_control-rails5||2017-05-15|Has expired: Use devel/rubygem-climate_control instead
|
||||
net/py-twitter|net/py-python-twitter|2017-05-15|Renamed to reflect official name at PyPI/Github
|
||||
sysutils/bsdadminscripts|ports-mgmt/bsdadminscripts|2017-05-17|Move into more appropiate category
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages
|
||||
|
||||
SUBDIR += bsdadminscripts
|
||||
SUBDIR += bsdadminscripts2
|
||||
SUBDIR += chucky
|
||||
SUBDIR += create-rb-port
|
||||
SUBDIR += dialog4ports
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Created by: Dominic Fandrey <lon_kamikaze@gmx.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bsdadminscripts
|
||||
PORTVERSION= 6.1.1
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= sysutils ports-mgmt
|
||||
CATEGORIES= ports-mgmt sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
27
ports-mgmt/bsdadminscripts2/Makefile
Normal file
27
ports-mgmt/bsdadminscripts2/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bsdadminscripts2
|
||||
DISTVERSION= 0.2.0
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= kami@FreeBSD.org
|
||||
COMMENT= Collection of administration scripts
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lonkamikaze
|
||||
GH_PROJECT= bsda2
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
CONFLICTS_INSTALL= bsdadminscripts
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${SH} install.sh \
|
||||
-destdir="${STAGEDIR}" -prefix="${PREFIX}" \
|
||||
-datadir="${DATADIR}" -docsdir="${DOCSDIR}"
|
||||
|
||||
.include <bsd.port.mk>
|
3
ports-mgmt/bsdadminscripts2/distinfo
Normal file
3
ports-mgmt/bsdadminscripts2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1495004940
|
||||
SHA256 (lonkamikaze-bsda2-0.2.0_GH0.tar.gz) = 87bb936982bc07b248a9610030660ca8503eeca9de352e64dac56425717d655c
|
||||
SIZE (lonkamikaze-bsda2-0.2.0_GH0.tar.gz) = 71534
|
10
ports-mgmt/bsdadminscripts2/pkg-descr
Normal file
10
ports-mgmt/bsdadminscripts2/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
This is a collection of scripts around the use of ports and packages.
|
||||
|
||||
It allows you to:
|
||||
- check library dependencies without producing false positives (pkg_libchk)
|
||||
- lets you manage the autoremove flag for leaf packages (pkg_trim)
|
||||
- remove obsolete or damaged distfiles (distviper)
|
||||
- manage build flags (buildflags.conf)
|
||||
- auto-create pkg-plist files taking port options into account (makeplist)
|
||||
|
||||
WWW: https://github.com/lonkamikaze/bsda2
|
34
ports-mgmt/bsdadminscripts2/pkg-plist
Normal file
34
ports-mgmt/bsdadminscripts2/pkg-plist
Normal file
|
@ -0,0 +1,34 @@
|
|||
@sample etc/buildflags.conf.sample
|
||||
man/man1/buildflags.awk.1.gz
|
||||
man/man1/buildflags.conf.1.gz
|
||||
man/man1/buildflags.mk.1.gz
|
||||
man/man1/pkg_libchk.1.gz
|
||||
man/man8/distviper.8.gz
|
||||
man/man8/makeplist.8.gz
|
||||
man/man8/pkg_trim.8.gz
|
||||
sbin/distviper
|
||||
sbin/makeplist
|
||||
sbin/pkg_libchk
|
||||
sbin/pkg_trim
|
||||
%%DATADIR%%/bsda_bsdmake.sh
|
||||
%%DATADIR%%/bsda_container.sh
|
||||
%%DATADIR%%/bsda_dialog.sh
|
||||
%%DATADIR%%/bsda_fifo.sh
|
||||
%%DATADIR%%/bsda_obj.sh
|
||||
%%DATADIR%%/bsda_opts.sh
|
||||
%%DATADIR%%/bsda_tty.sh
|
||||
%%DATADIR%%/bsda_util.sh
|
||||
%%DATADIR%%/buildflags.awk
|
||||
%%DATADIR%%/buildflags.mk
|
||||
%%DATADIR%%/distviper.sh
|
||||
%%DATADIR%%/interrupt.mk
|
||||
%%DATADIR%%/makeplist.sh
|
||||
%%DATADIR%%/options.mk
|
||||
%%DATADIR%%/pkg_info.sh
|
||||
%%DATADIR%%/pkg_libchk.sh
|
||||
%%DATADIR%%/pkg_options.sh
|
||||
%%DATADIR%%/pkg_query.sh
|
||||
%%DATADIR%%/pkg_trim.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bsda_obj.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
|
@ -104,7 +104,6 @@
|
|||
SUBDIR += boxbackup-devel
|
||||
SUBDIR += brasero
|
||||
SUBDIR += bsd-splash-changer
|
||||
SUBDIR += bsdadminscripts
|
||||
SUBDIR += bsdconfig
|
||||
SUBDIR += bsdcrashtar
|
||||
SUBDIR += bsdhwmon
|
||||
|
|
Loading…
Reference in a new issue