freebsd-ports/ports-mgmt/bsdadminscripts2/pkg-descr
Dominic Fandrey d5fbb382bb 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
2017-05-17 09:24:24 +00:00

10 lines
441 B
Text

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