From owner-svn-ports-all@freebsd.org Mon Jun 15 09:00:13 2020 Return-Path: Delivered-To: svn-ports-all@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 9B91C32CA3C; Mon, 15 Jun 2020 09:00:13 +0000 (UTC) (envelope-from fernape@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 49llf53fNsz4K2K; Mon, 15 Jun 2020 09:00:13 +0000 (UTC) (envelope-from fernape@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 5E9731B21F; Mon, 15 Jun 2020 09:00:13 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05F90DoA087975; Mon, 15 Jun 2020 09:00:13 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05F90ClQ087968; Mon, 15 Jun 2020 09:00:12 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202006150900.05F90ClQ087968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 15 Jun 2020 09:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538863 - in head/textproc: . qr X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/textproc: . qr X-SVN-Commit-Revision: 538863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 09:00:13 -0000 Author: fernape Date: Mon Jun 15 09:00:12 2020 New Revision: 538863 URL: https://svnweb.freebsd.org/changeset/ports/538863 Log: new port: textproc/qr qr is a console application that prints Unicode-friendly QR codes straight in your terminal. Very convenient to use in scripts. PR: 247262 Submitted by: vulcan@wired.sh Added: head/textproc/qr/ head/textproc/qr/Makefile (contents, props changed) head/textproc/qr/distinfo (contents, props changed) head/textproc/qr/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Jun 15 08:26:22 2020 (r538862) +++ head/textproc/Makefile Mon Jun 15 09:00:12 2020 (r538863) @@ -1420,6 +1420,7 @@ SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += qprint + SUBDIR += qr SUBDIR += qrcodegen SUBDIR += qstardict SUBDIR += qt5-xml Added: head/textproc/qr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qr/Makefile Mon Jun 15 09:00:12 2020 (r538863) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= qr +DISTVERSION= g20200216 +CATEGORIES= textproc graphics + +MAINTAINER= vulcan@wired.sh +COMMENT= Generate textual QR codes using terminal + +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libqrencode.so:graphics/libqrencode +TEST_DEPENDS= ${LOCALBASE}/share/fonts/freefont-ttf/FreeMono.ttf:x11-fonts/freefont-ttf \ + autom4te:devel/autoconf \ + convert:graphics/ImageMagick6 \ + zbarimg:graphics/zbar + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= Y2Z +GH_TAGNAME= 20713de + +MAKE_ARGS= LIBS="-I${LOCALBASE}/include -L${LOCALBASE}/lib -lqrencode" +TEST_TARGET= test + +PLIST_FILES= bin/${PORTNAME} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/textproc/qr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qr/distinfo Mon Jun 15 09:00:12 2020 (r538863) @@ -0,0 +1,3 @@ +TIMESTAMP = 1592157269 +SHA256 (Y2Z-qr-g20200216-20713de_GH0.tar.gz) = b8f6cde7f836dbfc905aa857137b16e7c8affc390b0828ae0101fb784f43eb70 +SIZE (Y2Z-qr-g20200216-20713de_GH0.tar.gz) = 6325 Added: head/textproc/qr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qr/pkg-descr Mon Jun 15 09:00:12 2020 (r538863) @@ -0,0 +1,4 @@ +Print Unicode-friendly QR codes straight in +your terminal. + +WWW: https://github.com/Y2Z/qr