From owner-svn-ports-all@freebsd.org  Sat Oct  7 18:31:17 2017
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@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 BCDAEE3EB5A;
 Sat,  7 Oct 2017 18:31:17 +0000 (UTC) (envelope-from dch@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 84F5E7699F;
 Sat,  7 Oct 2017 18:31:17 +0000 (UTC) (envelope-from dch@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97IVGw6016309;
 Sat, 7 Oct 2017 18:31:16 GMT (envelope-from dch@FreeBSD.org)
Received: (from dch@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IVGKC016304;
 Sat, 7 Oct 2017 18:31:16 GMT (envelope-from dch@FreeBSD.org)
Message-Id: <201710071831.v97IVGKC016304@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org
 using -f
From: Dave Cottlehuber <dch@FreeBSD.org>
Date: Sat, 7 Oct 2017 18:31:16 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r451471 - in head/x11: . urxvt-font-size
 urxvt-font-size/files
X-SVN-Group: ports-head
X-SVN-Commit-Author: dch
X-SVN-Commit-Paths: in head/x11: . urxvt-font-size urxvt-font-size/files
X-SVN-Commit-Revision: 451471
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.23
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2017 18:31:17 -0000

Author: dch
Date: Sat Oct  7 18:31:16 2017
New Revision: 451471
URL: https://svnweb.freebsd.org/changeset/ports/451471

Log:
  new port: x11/urxvt-font-size
  
  A perl extension for x11/rxvt-unicode that allows changing the
  font size on the fly with keyboard shortcuts.
  
  WWW: https://github.com/majutsushi/urxvt-font-size
  
  Reviewed by:	mat, jrm (mentor)
  Approved by:	jrm (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12463

Added:
  head/x11/urxvt-font-size/
  head/x11/urxvt-font-size/Makefile   (contents, props changed)
  head/x11/urxvt-font-size/distinfo   (contents, props changed)
  head/x11/urxvt-font-size/files/
  head/x11/urxvt-font-size/files/pkg-message.in   (contents, props changed)
  head/x11/urxvt-font-size/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sat Oct  7 18:27:28 2017	(r451470)
+++ head/x11/Makefile	Sat Oct  7 18:31:16 2017	(r451471)
@@ -331,6 +331,7 @@
     SUBDIR += trapproto
     SUBDIR += trayer
     SUBDIR += tycoon
+    SUBDIR += urxvt-font-size
     SUBDIR += urxvt-perls
     SUBDIR += vdesk
     SUBDIR += videoproto

Added: head/x11/urxvt-font-size/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/urxvt-font-size/Makefile	Sat Oct  7 18:31:16 2017	(r451471)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	urxvt-font-size
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.3
+CATEGORIES=	x11
+
+MAINTAINER=	dch@skunkwerks.at
+COMMENT=	Perl extension for rxvt-unicode terminal emulator to change font size
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	urxvt:x11/rxvt-unicode
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	majutsushi
+OPTIONS_DEFINE=	DOCS
+PORTDOCS=	README
+
+INSTDIR_REL=	lib/urxvt/perl
+SCRIPTS=	font-size
+PLIST_FILES=	${LOCALBASE}/${INSTDIR_REL}/font-size
+SUB_FILES=	pkg-message
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR_REL}
+	${INSTALL_DATA} ${WRKSRC}/font-size ${STAGEDIR}${PREFIX}/${INSTDIR_REL}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR}/README
+
+.include <bsd.port.mk>

Added: head/x11/urxvt-font-size/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/urxvt-font-size/distinfo	Sat Oct  7 18:31:16 2017	(r451471)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1507313520
+SHA256 (majutsushi-urxvt-font-size-v1.3_GH0.tar.gz) = 98bddf0dbad4e11231b07121c1c10b10116985f0ae6019173b10eaa23491a4af
+SIZE (majutsushi-urxvt-font-size-v1.3_GH0.tar.gz) = 6276

Added: head/x11/urxvt-font-size/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/urxvt-font-size/files/pkg-message.in	Sat Oct  7 18:31:16 2017	(r451471)
@@ -0,0 +1,12 @@
+To enable this urxvt extension, modify ~/.Xresources as follows:
+
+URxvt.perl-ext-common: ...,font-size
+
+The extension automatically binds:
+
+- Ctrl++ to 'increase'
+- Ctrl+- to 'decrease'
+- Ctrl+0 to 'reset'
+
+For further customization consult
+%%DOCSDIR%%/README

Added: head/x11/urxvt-font-size/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/urxvt-font-size/pkg-descr	Sat Oct  7 18:31:16 2017	(r451471)
@@ -0,0 +1,4 @@
+A perl extension for rxvt-unicode that allows changing the font size on the fly
+with keyboard shortcuts
+
+WWW: https://github.com/majutsushi/urxvt-font-size