From owner-svn-ports-head@freebsd.org Fri Jul 3 19:17:47 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9B71356E23; Fri, 3 Jul 2020 19:17:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49z4VM3jTSz4d4X; Fri, 3 Jul 2020 19:17:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABCE810632; Fri, 3 Jul 2020 19:17:46 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 063JHkJj009800; Fri, 3 Jul 2020 19:17:46 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 063JHjnR009796; Fri, 3 Jul 2020 19:17:45 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202007031917.063JHjnR009796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 3 Jul 2020 19:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541129 - in head: . x11 x11/keynav X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: . x11 x11/keynav X-SVN-Commit-Revision: 541129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2020 19:17:48 -0000 Author: danfe Date: Fri Jul 3 19:17:45 2020 New Revision: 541129 URL: https://svnweb.freebsd.org/changeset/ports/541129 Log: - Revive, update to the latest original author's GitHub snapshot - Make sure reported version does not depend on the day of build - Define LICENSE; install more complete set of documentation and example files; transfer maintainership to the new volunteer PR: 240406 Added: head/x11/keynav/ - copied from r439825, head/x11/keynav/ Modified: head/MOVED head/x11/Makefile head/x11/keynav/Makefile head/x11/keynav/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jul 3 19:17:39 2020 (r541128) +++ head/MOVED Fri Jul 3 19:17:45 2020 (r541129) @@ -9201,7 +9201,6 @@ databases/jdbm2||2017-04-30|Has expired: Unfetchable f databases/akonadi-googledata||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) lang/ofc||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) comms/esmska||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) -x11/keynav||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) x11/hotwire-shell||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) security/fuzzdb||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) security/truecrack||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Jul 3 19:17:39 2020 (r541128) +++ head/x11/Makefile Fri Jul 3 19:17:45 2020 (r541129) @@ -115,6 +115,7 @@ SUBDIR += keybinder SUBDIR += keybinder-gtk3 SUBDIR += keyboardcast + SUBDIR += keynav SUBDIR += kf5-frameworkintegration SUBDIR += kf5-frameworks SUBDIR += kf5-kactivities Modified: head/x11/keynav/Makefile ============================================================================== --- head/x11/keynav/Makefile Sun Apr 30 14:26:41 2017 (r439825) +++ head/x11/keynav/Makefile Fri Jul 3 19:17:45 2020 (r541129) @@ -1,35 +1,47 @@ # $FreeBSD$ PORTNAME= keynav -DISTVERSION= 0.20110708.0 -PORTREVISION= 2 +PORTVERSION= 0.20180821.0 # to match the output of `keynav -v' PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://semicomplete.googlecode.com/files/ -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= karlo@klarinet.osamsb.hr COMMENT= Quickly select a portion of the screen using minimal keystrokes -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 -BROKEN_aarch64= Fails to build: undefined reference to xdo_mouselocation +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libxdo.so:x11/xdotool \ - libcairo.so:graphics/cairo +LIB_DEPENDS= libxdo.so:x11/xdotool -USES= gmake pkgconfig -USE_GNOME= glib20 -USE_XORG= xtst x11 xinerama +USES= gmake gnome pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= jordansissel +GH_TAGNAME= 78f9e07 +USE_GNOME= cairo glib20 +USE_XORG= x11 xext xinerama xrandr PLIST_FILES= bin/keynav -PORTEXAMPLES= keynavrc +PORTDOCS= CHANGELIST README.md TODO +PORTEXAMPLES= keynavrc keynavrc.jordan test.sh -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES +post-extract: + @${MV} ${WRKSRC}/examples/keynavrc.jordan ${WRKSRC} +# default RELEASE="$(date +%Y%m%d)", should not depend on the build date + @${PRINTF} "MAJOR=0\nRELEASE=%s\nREVISION=0\n" \ + ${PORTVERSION:S/./ /g:[2]} > ${WRKSRC}/VERSION + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keynav ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/keynavrc ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} \ + ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/x11/keynav/distinfo ============================================================================== --- head/x11/keynav/distinfo Sun Apr 30 14:26:41 2017 (r439825) +++ head/x11/keynav/distinfo Fri Jul 3 19:17:45 2020 (r541129) @@ -1,2 +1,3 @@ -SHA256 (keynav-0.20110708.0.tar.gz) = 1f39c7181bf2f6185946afc35bdcca28ec15fed012a4b57bef57fb1125943fbe -SIZE (keynav-0.20110708.0.tar.gz) = 21124 +TIMESTAMP = 1534813771 +SHA256 (jordansissel-keynav-0.20180821.0-78f9e07_GH0.tar.gz) = 448fbbddf5c7fa4888e67f6708089b04587ac33d36770cbc5bb79087d6cf1793 +SIZE (jordansissel-keynav-0.20180821.0-78f9e07_GH0.tar.gz) = 28796