svn commit: r325275 - in head/ports-mgmt: . chucky chucky/files
Steven Kreuzer
skreuzer at FreeBSD.org
Fri Aug 23 17:39:56 UTC 2013
Author: skreuzer
Date: Fri Aug 23 17:39:54 2013
New Revision: 325275
URL: http://svnweb.freebsd.org/changeset/ports/325275
Log:
This program reads /var/db/pkg/local.sqlite and compares install timestamp with
date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD
header then it is assumed to be a beta port.
Chucky also features a shar file backup feature, which is normally used to
backup 'beta' development ports.
WWW: https://dx.burplex.com/bin/chucky.html
PR: ports/177220
Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com>
Added:
head/ports-mgmt/chucky/
head/ports-mgmt/chucky/Makefile (contents, props changed)
head/ports-mgmt/chucky/distinfo (contents, props changed)
head/ports-mgmt/chucky/files/
head/ports-mgmt/chucky/files/pkg-message.in (contents, props changed)
head/ports-mgmt/chucky/pkg-descr (contents, props changed)
head/ports-mgmt/chucky/pkg-plist (contents, props changed)
Modified:
head/ports-mgmt/Makefile
Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile Fri Aug 23 17:39:25 2013 (r325274)
+++ head/ports-mgmt/Makefile Fri Aug 23 17:39:54 2013 (r325275)
@@ -6,6 +6,7 @@
SUBDIR += bpkg
SUBDIR += bpm
SUBDIR += bxpkg
+ SUBDIR += chucky
SUBDIR += dialog4ports
SUBDIR += distilator
SUBDIR += fastest_sites
Added: head/ports-mgmt/chucky/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/ports-mgmt/chucky/Makefile Fri Aug 23 17:39:54 2013 (r325275)
@@ -0,0 +1,44 @@
+# Created by: "Waitman Gobble" <uzimac at da3m0n8t3r.com>
+# $FreeBSD$
+
+PORTNAME= chucky
+PORTVERSION= 1.0
+CATEGORIES= ports-mgmt
+MASTER_SITES= GH
+DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
+
+MAINTAINER= waitman at waitman.net
+COMMENT= Port installed version check/report with shar archival
+
+LICENSE= CHUCKY
+LICENSE_NAME= CHUCKY BSD LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+
+LIB_DEPENDS= pkg:${PORTSDIR}/ports-mgmt/pkg \
+ sqlite3:${PORTSDIR}/databases/sqlite3
+
+USE_GITHUB= yes
+GH_ACCOUNT= waitman
+GH_PROJECT= chucky
+GH_TAGNAME= 075defe
+GH_COMMIT= ${GH_TAGNAME}
+
+WRKSRC= ${WRKDIR}/waitman-chucky-075defe
+
+MAN7= chucky.7
+
+SUB_FILES= pkg-message
+SUB_LIST= MAN7PREFIX="${MAN7PREFIX}"
+PORTDOCS= *
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
Added: head/ports-mgmt/chucky/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/ports-mgmt/chucky/distinfo Fri Aug 23 17:39:54 2013 (r325275)
@@ -0,0 +1,2 @@
+SHA256 (waitman-chucky-1.0-0-g075defe.tar.gz) = bf7fa32c5584725fa6c2d1d0951cf0f29488307d5a73d81b2df47d59617bc6d6
+SIZE (waitman-chucky-1.0-0-g075defe.tar.gz) = 4367
Added: head/ports-mgmt/chucky/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/ports-mgmt/chucky/files/pkg-message.in Fri Aug 23 17:39:54 2013 (r325275)
@@ -0,0 +1,14 @@
+************************************************************************
+
+NOTICE
+
+man page is installed in %%MAN7PREFIX%%/man/man7, if you do not yet
+have the configuration in /etc/man.conf, add
+
+MANPATH /usr/local/share/man
+
+to view all man pages which are installed in /usr/local/share/man/manX/
+
+
+************************************************************************
+
Added: head/ports-mgmt/chucky/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/ports-mgmt/chucky/pkg-descr Fri Aug 23 17:39:54 2013 (r325275)
@@ -0,0 +1,8 @@
+This program reads /var/db/pkg/local.sqlite and compares install timestamp with
+date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD
+header then it is assumed to be a beta port.
+
+Chucky also features a shar file backup feature, which is normally used to
+backup 'beta' development ports.
+
+WWW: https://dx.burplex.com/bin/chucky.html
Added: head/ports-mgmt/chucky/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/ports-mgmt/chucky/pkg-plist Fri Aug 23 17:39:54 2013 (r325275)
@@ -0,0 +1 @@
+bin/chucky
More information about the svn-ports-head
mailing list