svn commit: r391418 - in head/ports-mgmt: . octopkg

Kris Moore kmoore at FreeBSD.org
Mon Jul 6 15:06:13 UTC 2015


Author: kmoore
Date: Mon Jul  6 15:06:11 2015
New Revision: 391418
URL: https://svnweb.freebsd.org/changeset/ports/391418

Log:
  OctoPkg is a powerful pkgng GUI front-end written in Qt
  
  WWW: https://octopkg.wordpress.com/

Added:
  head/ports-mgmt/octopkg/
  head/ports-mgmt/octopkg/Makefile   (contents, props changed)
  head/ports-mgmt/octopkg/distinfo   (contents, props changed)
  head/ports-mgmt/octopkg/pkg-descr   (contents, props changed)
Modified:
  head/ports-mgmt/Makefile

Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile	Mon Jul  6 14:52:49 2015	(r391417)
+++ head/ports-mgmt/Makefile	Mon Jul  6 15:06:11 2015	(r391418)
@@ -18,6 +18,7 @@
     SUBDIR += lsknobs
     SUBDIR += managepkg
     SUBDIR += mkreadmes
+    SUBDIR += octopkg
     SUBDIR += p5-FreeBSD-Portindex
     SUBDIR += p5-FreeBSD-Ports
     SUBDIR += p5-FreeBSD-Ports-INDEXhash

Added: head/ports-mgmt/octopkg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/octopkg/Makefile	Mon Jul  6 15:06:11 2015	(r391418)
@@ -0,0 +1,26 @@
+# Created by: kmoore at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	octopkg
+PORTVERSION=	v0.1.0
+CATEGORIES=	ports-mgmt
+
+MAINTAINER=	kmoore at FreeBSD.org
+COMMENT=	OctoPkg graphical package manager
+
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	aarnt
+
+USE_QT5=	core concurrent gui network linguist svg \
+		buildtools x11extras
+USES=		qmake tar:xz
+PLIST_FILES=	bin/octopkg
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/octopkg ${STAGEDIR}${PREFIX}/bin/octopkg
+
+.include <bsd.port.mk>

Added: head/ports-mgmt/octopkg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/octopkg/distinfo	Mon Jul  6 15:06:11 2015	(r391418)
@@ -0,0 +1,2 @@
+SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.xz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770
+SIZE (aarnt-octopkg-v0.1.0_GH0.tar.xz) = 158474

Added: head/ports-mgmt/octopkg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/octopkg/pkg-descr	Mon Jul  6 15:06:11 2015	(r391418)
@@ -0,0 +1,3 @@
+OctoPkg is a powerful pkgng GUI front-end written in Qt
+
+WWW: https://octopkg.wordpress.com/


More information about the svn-ports-head mailing list