Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2011 17:14:36 +0200 (CEST)
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157707: [PATCH] update of x11-fonts/terminus-font
Message-ID:  <201106081514.p58FEadN031649@vincent.daemonic.se>
Resent-Message-ID: <201106081520.p58FK9TU097678@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157707
>Category:       ports
>Synopsis:       [PATCH] update of x11-fonts/terminus-font
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 08 15:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	The port x11-fonts/terminus-font is out of date.
>How-To-Repeat:
	
>Fix:

	Attached patch updates terminus-fonts to latest version, which includes some new fonts and bug fixes. It also introduses a compile options to get higher uppercase letters compared to for instance f and l. This option only affects size 18 fonts.

--- x11-fonts.terminus-font.update.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-fonts/terminus-font/Makefile,v
retrieving revision 1.19
diff -u -d -r1.19 Makefile
--- Makefile	31 Jan 2011 15:01:50 -0000	1.19
+++ Makefile	8 Jun 2011 15:11:29 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	terminus-font
-PORTVERSION=	4.32
+PORTVERSION=	4.35
 CATEGORIES=	x11-fonts
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME:L}/${PORTNAME}-${PORTVERSION}|}
 
@@ -23,11 +23,12 @@
 
 OPTIONS=	AO2 "Variant of letter 'a'" off \
 		DV1 "Variant of cyrillic letters 'de' and 've'" off \
-		GE1 "Variant of cyrillic letter 'ge'" off \
+		GE2 "Variant of cyrillic letter 'ge'" off \
 		GQ2 "Variant of grave accent and apostrophe" off \
 		IJ1 "Variant of cyrillic letters 'i' and 'short i'" off \
 		KA2 "Variant of cyrillic letter 'ka'" off \
-		CM2 "Variant of letters with circumflex, caron and macron" off
+		CM2 "Variant of letters with circumflex, caron and macron" off \
+		HI2 "Higher uppercase letters, for size 18" off
 
 SUB_LIST=	FONTDIR="${PREFIX}/${FONTDIR}"
 SUB_FILES=	pkg-message
@@ -45,8 +46,8 @@
 .if defined(WITH_DV1)
 	cd ${WRKSRC} && ${PATCH} -p1 -i alt/dv1.diff
 .endif
-.if defined(WITH_GE1)
-	cd ${WRKSRC} && ${PATCH} -p1 -i alt/ge1.diff
+.if defined(WITH_GE2)
+	cd ${WRKSRC} && ${PATCH} -p1 -i alt/ge2.diff
 .endif
 .if defined(WITH_GQ2)
 	cd ${WRKSRC} && ${PATCH} -p1 -i alt/gq2.diff
@@ -60,6 +61,15 @@
 .if defined(WITH_CM2)
 	cd ${WRKSRC} && ${PATCH} -p1 -i alt/cm2.diff
 .endif
+.if defined(WITH_HI2)
+	cd ${WRKSRC} && ${PATCH} -p1 -i alt/hi2.diff
+.if defined(WITH_DV1)
+	cd ${WRKSRC} && ${PATCH} -p1 -i alt/hi2-dv1.diff
+.endif
+.if defined(WITH_KA2)
+	cd ${WRKSRC} && ${PATCH} -p1 -i alt/hi2-ka2.diff
+.endif
+.endif
 
 post-build:
 	@${GZIP_CMD} ${WRKSRC}/*.pcf
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-fonts/terminus-font/distinfo,v
retrieving revision 1.9
diff -u -d -r1.9 distinfo
--- distinfo	31 Jan 2011 15:01:50 -0000	1.9
+++ distinfo	8 Jun 2011 15:11:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (terminus-font-4.32.tar.gz) = f05a8afb426af080bc94b6ac9846daac2a3f2e2883feaf96a503bb2e5507aea4
-SIZE (terminus-font-4.32.tar.gz) = 278839
+SHA256 (terminus-font-4.35.tar.gz) = 6ae4cd2186050c96997052e167013aa21b6039a164f31fa06e9ae697f3d8b8dc
+SIZE (terminus-font-4.35.tar.gz) = 313577
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-fonts/terminus-font/pkg-plist,v
retrieving revision 1.9
diff -u -d -r1.9 pkg-plist
--- pkg-plist	31 Jan 2011 15:01:50 -0000	1.9
+++ pkg-plist	8 Jun 2011 15:11:30 -0000
@@ -208,4 +208,30 @@
 %%FONTDIR%%/ter-u14n.pcf.gz
 %%FONTDIR%%/ter-712n.pcf.gz
 %%FONTDIR%%/ter-716n.pcf.gz
+%%FONTDIR%%/ter-118b.pcf.gz
+%%FONTDIR%%/ter-118n.pcf.gz
+%%FONTDIR%%/ter-218b.pcf.gz
+%%FONTDIR%%/ter-218n.pcf.gz
+%%FONTDIR%%/ter-518b.pcf.gz
+%%FONTDIR%%/ter-518n.pcf.gz
+%%FONTDIR%%/ter-718b.pcf.gz
+%%FONTDIR%%/ter-718n.pcf.gz
+%%FONTDIR%%/ter-918b.pcf.gz
+%%FONTDIR%%/ter-918n.pcf.gz
+%%FONTDIR%%/ter-c18b.pcf.gz
+%%FONTDIR%%/ter-c18n.pcf.gz
+%%FONTDIR%%/ter-d18b.pcf.gz
+%%FONTDIR%%/ter-d18n.pcf.gz
+%%FONTDIR%%/ter-f18b.pcf.gz
+%%FONTDIR%%/ter-f18n.pcf.gz
+%%FONTDIR%%/ter-g18b.pcf.gz
+%%FONTDIR%%/ter-g18n.pcf.gz
+%%FONTDIR%%/ter-k18b.pcf.gz
+%%FONTDIR%%/ter-k18n.pcf.gz
+%%FONTDIR%%/ter-p18b.pcf.gz
+%%FONTDIR%%/ter-p18n.pcf.gz
+%%FONTDIR%%/ter-u18b.pcf.gz
+%%FONTDIR%%/ter-u18n.pcf.gz
+%%FONTDIR%%/ter-x18b.pcf.gz
+%%FONTDIR%%/ter-x18n.pcf.gz
 @dirrm %%FONTDIR%%
--- x11-fonts.terminus-font.update.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106081514.p58FEadN031649>