Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 391417) +++ head/ports-mgmt/Makefile (revision 391418) @@ -1,71 +1,72 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bpm SUBDIR += chucky SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes + SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += packagekit-qt4 SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell SUBDIR += portfind SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsopt SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel SUBDIR += vulnerability-test-port SUBDIR += wanted-ports SUBDIR += xps .include Index: head/ports-mgmt/octopkg/Makefile =================================================================== --- head/ports-mgmt/octopkg/Makefile (nonexistent) +++ head/ports-mgmt/octopkg/Makefile (revision 391418) @@ -0,0 +1,26 @@ +# Created by: kmoore@FreeBSD.org +# $FreeBSD$ + +PORTNAME= octopkg +PORTVERSION= v0.1.0 +CATEGORIES= ports-mgmt + +MAINTAINER= kmoore@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 Property changes on: head/ports-mgmt/octopkg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/octopkg/distinfo =================================================================== --- head/ports-mgmt/octopkg/distinfo (nonexistent) +++ head/ports-mgmt/octopkg/distinfo (revision 391418) @@ -0,0 +1,2 @@ +SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.xz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770 +SIZE (aarnt-octopkg-v0.1.0_GH0.tar.xz) = 158474 Property changes on: head/ports-mgmt/octopkg/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/octopkg/pkg-descr =================================================================== --- head/ports-mgmt/octopkg/pkg-descr (nonexistent) +++ head/ports-mgmt/octopkg/pkg-descr (revision 391418) @@ -0,0 +1,3 @@ +OctoPkg is a powerful pkgng GUI front-end written in Qt + +WWW: https://octopkg.wordpress.com/ Property changes on: head/ports-mgmt/octopkg/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property