Index: Makefile =================================================================== --- Makefile (revision 391485) +++ Makefile (working copy) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= octopkg -PORTVERSION= v0.1.0 +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt MAINTAINER= kmoore@FreeBSD.org -COMMENT= OctoPkg graphical package manager +COMMENT= Graphical front-end to the FreeBSD pkg-ng package manager LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -14,13 +15,22 @@ USE_GITHUB= yes GH_ACCOUNT= aarnt -USE_QT5= core concurrent gui network linguist svg \ - buildtools x11extras -USES= qmake tar:xz -PLIST_FILES= bin/octopkg +USE_QT5= core concurrent gui network xml dbus widgets quick concurrent \ + buildtools_build +USES= qmake compiler:c++11-lib +PLIST_FILES= bin/${PORTNAME} share/pixmaps/octopi_green.png + +DESKTOP_ENTRIES= "OctoPkg" "A powerful pkgng front-end" \ + "${PREFIX}/share/pixmaps/octopi_green.png" \ + "${PORTNAME}" "System;" false + +.include + do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/octopkg ${STAGEDIR}${PREFIX}/bin/octopkg + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/resources/images/octopi_green.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: distinfo =================================================================== --- distinfo (revision 391485) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.xz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770 -SIZE (aarnt-octopkg-v0.1.0_GH0.tar.xz) = 158474 +SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.gz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770 +SIZE (aarnt-octopkg-v0.1.0_GH0.tar.gz) = 158474 Index: pkg-descr =================================================================== --- pkg-descr (revision 391485) +++ pkg-descr (working copy) @@ -1,3 +1,5 @@ -OctoPkg is a powerful pkgng GUI front-end written in Qt +OctoPkg is a graphical front-end to the pkg-ng package manager. OctoPkg enables +users to search for, install, remove and upgrade pkg-ng packages through a +simple GUI interface. WWW: https://octopkg.wordpress.com/