Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144537764
D12463.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D12463.diff
View Options
Index: head/x11/Makefile
===================================================================
--- head/x11/Makefile
+++ head/x11/Makefile
@@ -331,6 +331,7 @@
SUBDIR += trapproto
SUBDIR += trayer
SUBDIR += tycoon
+ SUBDIR += urxvt-font-size
SUBDIR += urxvt-perls
SUBDIR += vdesk
SUBDIR += videoproto
Index: head/x11/urxvt-font-size/Makefile
===================================================================
--- head/x11/urxvt-font-size/Makefile
+++ head/x11/urxvt-font-size/Makefile
@@ -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>
Index: head/x11/urxvt-font-size/distinfo
===================================================================
--- head/x11/urxvt-font-size/distinfo
+++ head/x11/urxvt-font-size/distinfo
@@ -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
Index: head/x11/urxvt-font-size/files/pkg-message.in
===================================================================
--- head/x11/urxvt-font-size/files/pkg-message.in
+++ head/x11/urxvt-font-size/files/pkg-message.in
@@ -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
Index: head/x11/urxvt-font-size/pkg-descr
===================================================================
--- head/x11/urxvt-font-size/pkg-descr
+++ head/x11/urxvt-font-size/pkg-descr
@@ -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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 8:09 AM (7 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28618306
Default Alt Text
D12463.diff (2 KB)
Attached To
Mode
D12463: new port: x11/urxvt-font-size
Attached
Detach File
Event Timeline
Log In to Comment