Date: Fri, 20 Jul 2012 15:18:02 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301231 - head/x11-fonts/terminus-font Message-ID: <201207201518.q6KFI26x010084@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Jul 20 15:18:01 2012 New Revision: 301231 URL: http://svn.freebsd.org/changeset/ports/301231 Log: Update to version 4.38. Adds a new option, TD1, which places '~' vertically centered on the line. Approved by: kwm (mentor) Modified: head/x11-fonts/terminus-font/Makefile head/x11-fonts/terminus-font/distinfo Modified: head/x11-fonts/terminus-font/Makefile ============================================================================== --- head/x11-fonts/terminus-font/Makefile Fri Jul 20 15:14:23 2012 (r301230) +++ head/x11-fonts/terminus-font/Makefile Fri Jul 20 15:18:01 2012 (r301231) @@ -6,7 +6,7 @@ # PORTNAME= terminus-font -PORTVERSION= 4.36 +PORTVERSION= 4.38 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME:L}/${PORTNAME}-${PORTVERSION}|} @@ -21,7 +21,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-f USE_PERL5_BUILD=yes USE_GMAKE= yes -OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 +OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1 AO2_DESC= Variant of letter 'a' DV1_DESC= Variant of cyrillic letters 'de' and 've' GE2_DESC= Variant of cyrillic letter 'ge' @@ -29,7 +29,8 @@ GQ2_DESC= Variant of grave accent and ap IJ1_DESC= Variant of cyrillic letters 'i' and 'short i' KA2_DESC= Variant of cyrillic letter 'ka' HI2_DESC= Higher uppercase letters, for size 18 -LL2_DESC= Variant with more distinctive l (ell) +LL2_DESC= Variant with more distinctive 'l' (ell) +TD1_DESC= Variant with centered '~' SUB_LIST= FONTDIR="${PREFIX}/${FONTDIR}" SUB_FILES= pkg-message @@ -71,6 +72,9 @@ post-extract: .if ${PORT_OPTIONS:MLL2} cd ${WRKSRC} && ${PATCH} -p1 -i alt/ll2.diff .endif +.if ${PORT_OPTIONS:MTD1} + cd ${WRKSRC} && ${PATCH} -p1 -i alt/td1.diff +.endif post-build: @${GZIP_CMD} ${WRKSRC}/*.pcf Modified: head/x11-fonts/terminus-font/distinfo ============================================================================== --- head/x11-fonts/terminus-font/distinfo Fri Jul 20 15:14:23 2012 (r301230) +++ head/x11-fonts/terminus-font/distinfo Fri Jul 20 15:18:01 2012 (r301231) @@ -1,2 +1,2 @@ -SHA256 (terminus-font-4.36.tar.gz) = 7b0dcebd8ef2e36aeeb7fcd97082ad881e95b2871e40c9a6255377bea6bcd345 -SIZE (terminus-font-4.36.tar.gz) = 309387 +SHA256 (terminus-font-4.38.tar.gz) = f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7 +SIZE (terminus-font-4.38.tar.gz) = 316507
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207201518.q6KFI26x010084>