From owner-svn-ports-head@freebsd.org Thu Dec 8 14:33:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16575C6D02D; Thu, 8 Dec 2016 14:33:53 +0000 (UTC) (envelope-from lme@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 mx1.freebsd.org (Postfix) with ESMTPS id CAC48C4B; Thu, 8 Dec 2016 14:33:52 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB8EXqgr093275; Thu, 8 Dec 2016 14:33:52 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8EXpYW093269; Thu, 8 Dec 2016 14:33:51 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201612081433.uB8EXpYW093269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 8 Dec 2016 14:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428121 - in head/textproc: . qrcodegen qrcodegen/files X-SVN-Group: ports-head 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.23 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: Thu, 08 Dec 2016 14:33:53 -0000 Author: lme Date: Thu Dec 8 14:33:51 2016 New Revision: 428121 URL: https://svnweb.freebsd.org/changeset/ports/428121 Log: New port: textproc/qrcodegen The 'Portable QR-Code Generator' is a free Java program which generates QR Codes from - WLAN credentials: SSID, network key and and network type (WEP, WPA/WPA2, not encrypted) - VCard-Import o Inlined images can optionally be removed to reduce the size of the generated QR Code o VCards up to version 3 (inclusive) are supported o You can import the cards via drag&drop or by selecting them in a file chooser dialog o Supports a broad range of character encodings (ISO-8859-1, UTF-8, UTF-16,) the actual number depends on the Java Virtual Machine you are using. - VCard generator - e-mail addresses - URLs - free text - geographic coordinates The QR Code can be printed, saved as BMP, GIF or PNG, or copied to clipboard to use in other applications. WWW: https://sites.google.com/site/qrcodeforwn/home/qr-code-generator-for-wireless-networks Added: head/textproc/qrcodegen/ head/textproc/qrcodegen/Makefile (contents, props changed) head/textproc/qrcodegen/distinfo (contents, props changed) head/textproc/qrcodegen/files/ head/textproc/qrcodegen/files/qrcodegen.in (contents, props changed) head/textproc/qrcodegen/pkg-descr (contents, props changed) head/textproc/qrcodegen/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Dec 8 14:30:48 2016 (r428120) +++ head/textproc/Makefile Thu Dec 8 14:33:51 2016 (r428121) @@ -1350,6 +1350,7 @@ SUBDIR += py3-pager SUBDIR += pychm SUBDIR += qprint + SUBDIR += qrcodegen SUBDIR += qstardict SUBDIR += qt4-xml SUBDIR += qt4-xmlpatterns Added: head/textproc/qrcodegen/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qrcodegen/Makefile Thu Dec 8 14:33:51 2016 (r428121) @@ -0,0 +1,44 @@ +# Created by: Lars Engels +# $FreeBSD$ + +PORTNAME= qrcodegen +PORTVERSION= 1.14.2 +CATEGORIES= textproc java +MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= lme@FreeBSD.org +COMMENT= GUI to generate QR codes + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +NO_BUILD= yes +USES= zip:infozip +USE_JAVA= yes +JAVA_VERSION= 1.6+ +SUB_FILES= qrcodegen + +INSTALLFILES= FAQ.txt Installation.txt NOTICE QRCodeGen.jar Version.html + +DESKTOP_ENTRIES="Portable QR-Code Generator" \ + "${COMMENT}" \ + "" \ + "qrcodegen" \ + "Utility;2DGraphics;Java;" \ + false + +do-extract: + @${RM} -r ${WRKDIR} + @${MKDIR} ${WRKSRC} + @${UNZIP_CMD} -q -j -d ${WRKSRC} ${DISTDIR}/${EXTRACT_ONLY} + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} +.for i in ${INSTALLFILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}/ +.endfor + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/textproc/qrcodegen/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qrcodegen/distinfo Thu Dec 8 14:33:51 2016 (r428121) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481205035 +SHA256 (qrcodegen_1.14.2.zip) = 48144b8d2f309f4324a85fcd7261244581678fb438a0a49f3a84b8ffcf07b09b +SIZE (qrcodegen_1.14.2.zip) = 697748 Added: head/textproc/qrcodegen/files/qrcodegen.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qrcodegen/files/qrcodegen.in Thu Dec 8 14:33:51 2016 (r428121) @@ -0,0 +1,6 @@ +#!/bin/sh + +cd %%DATADIR%% +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \ + -jar QRCodeGen.jar "$@" + Added: head/textproc/qrcodegen/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qrcodegen/pkg-descr Thu Dec 8 14:33:51 2016 (r428121) @@ -0,0 +1,23 @@ +The 'Portable QR-Code Generator' is a free Java program which generates QR +Codes from + +- WLAN credentials: SSID, network key and and network type + (WEP, WPA/WPA2, not encrypted) +- VCard-Import + o Inlined images can optionally be removed to reduce the size of the + generated QR Code + o VCards up to version 3 (inclusive) are supported + o You can import the cards via drag&drop or by selecting them in a file + chooser dialog + o Supports a broad range of character encodings (ISO-8859-1, UTF-8, UTF-16,) + the actual number depends on the Java Virtual Machine you are using. +- VCard generator +- e-mail addresses +- URLs +- free text +- geographic coordinates + +The QR Code can be printed, saved as BMP, GIF or PNG, or copied to clipboard to +use in other applications. + +WWW: https://sites.google.com/site/qrcodeforwn/home/qr-code-generator-for-wireless-networks Added: head/textproc/qrcodegen/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qrcodegen/pkg-plist Thu Dec 8 14:33:51 2016 (r428121) @@ -0,0 +1,6 @@ +bin/qrcodegen +%%DATADIR%%/FAQ.txt +%%DATADIR%%/Installation.txt +%%DATADIR%%/NOTICE +%%DATADIR%%/QRCodeGen.jar +%%DATADIR%%/Version.html