Page MenuHomeFreeBSD

D9434.id28409.diff
No OneTemporary

D9434.id28409.diff

Index: ports-mgmt/Makefile
===================================================================
--- ports-mgmt/Makefile
+++ ports-mgmt/Makefile
@@ -3,6 +3,7 @@
COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages
+ SUBDIR += bsda2
SUBDIR += chucky
SUBDIR += create-rb-port
SUBDIR += dialog4ports
Index: ports-mgmt/bsda2/Makefile
===================================================================
--- /dev/null
+++ ports-mgmt/bsda2/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= bsda2
+DISTVERSION= 0.2.0
+CATEGORIES= ports-mgmt
+
+MAINTAINER= kami@freebsd.org
+COMMENT= Collection of administration scripts
+
+LICENSE= ISCL
+
+USE_GITHUB= yes
+GH_ACCOUNT= lonkamikaze
+
+NO_BUILD= yes
+NO_ARCH= yes
+
+CONFLICTS_INSTALL= bsdadminscripts
+
+do-install:
+ @cd ${WRKSRC} && ${SH} install.sh \
+ -destdir="${STAGEDIR}" -prefix="${PREFIX}"
+
+.include <bsd.port.mk>
Index: ports-mgmt/bsda2/distinfo
===================================================================
--- /dev/null
+++ ports-mgmt/bsda2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1493059364
+SHA256 (lonkamikaze-bsda2-0.2.0_GH0.tar.gz) = 87bb936982bc07b248a9610030660ca8503eeca9de352e64dac56425717d655c
+SIZE (lonkamikaze-bsda2-0.2.0_GH0.tar.gz) = 71534
Index: ports-mgmt/bsda2/pkg-descr
===================================================================
--- /dev/null
+++ ports-mgmt/bsda2/pkg-descr
@@ -0,0 +1,8 @@
+This is a collection of scripts around the use of ports and packages.
+It comes with pkg_libchk, a script that checks for linking problems
+without drowning the relevant information in false positives.
+The script pkg_trim, offers a dialog to select and remove obsolete
+packages. The distviper script gets rid of obsolete distfiles and
+buildflags makes managing make flags much easier.
+
+WWW: https://github.com/lonkamikaze/bsda2
Index: ports-mgmt/bsda2/pkg-plist
===================================================================
--- /dev/null
+++ ports-mgmt/bsda2/pkg-plist
@@ -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

File Metadata

Mime Type
text/plain
Expires
Wed, May 20, 9:42 AM (14 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33343173
Default Alt Text
D9434.id28409.diff (2 KB)

Event Timeline