Date: Tue, 30 Apr 2013 20:56:59 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316965 - head/japanese/font-vlgothic Message-ID: <201304302056.r3UKuxWg000841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Tue Apr 30 20:56:58 2013 New Revision: 316965 URL: http://svnweb.freebsd.org/changeset/ports/316965 Log: Update to 20130422 and add style clean-ups. Modified: head/japanese/font-vlgothic/Makefile head/japanese/font-vlgothic/distinfo head/japanese/font-vlgothic/pkg-descr Modified: head/japanese/font-vlgothic/Makefile ============================================================================== --- head/japanese/font-vlgothic/Makefile Tue Apr 30 20:53:25 2013 (r316964) +++ head/japanese/font-vlgothic/Makefile Tue Apr 30 20:56:58 2013 (r316965) @@ -1,15 +1,10 @@ -# New ports collection makefile for: VLGothic fotns -# Date created: 31 Oct 2006 -# Whom: NIIMI Satoshi <sa2c@sa2c.net> -# +# Created by: NIIMI Satoshi <sa2c@sa2c.net> # $FreeBSD$ -# PORTNAME= vlgothic -PORTVERSION= 20121109 +PORTVERSION= 20130422 CATEGORIES= japanese x11-fonts -MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= vlgothic/57344 +MASTER_SITES= SFJP/vlgothic/58671 PKGNAMEPREFIX= ja-font- DISTNAME= VLGothic-${PORTVERSION} @@ -33,6 +28,10 @@ WRKSRC= ${WRKDIR}/VLGothic LOCAL_FONTSDIR= share/fonts X_FONTSDIR= lib/X11/fonts +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DATADIR} @@ -42,14 +41,14 @@ do-install: ${MKDIR} ${PREFIX}/${X_FONTSDIR}/TTF ${LN} -s -f ${DATADIR}/*.ttf \ ${PREFIX}/${X_FONTSDIR}/TTF/ - ${INSTALL_DATA} ${FILESDIR}/20-unhint-vlgothic.conf \ - ${FILESDIR}/62-fonts-vlgothic.conf \ + ${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \ + ${FILESDIR}/62-fonts-${PORTNAME}.conf \ ${PREFIX}/etc/fonts/conf.avail - ${LN} -s -f ../conf.avail/20-unhint-vlgothic.conf \ - ${PREFIX}/etc/fonts/conf.d/20-unhint-vlgothic.conf - ${LN} -s -f ../conf.avail/62-fonts-vlgothic.conf \ - ${PREFIX}/etc/fonts/conf.d/62-fonts-vlgothic.conf -.if !defined(NOPORTDOCS) + ${LN} -s -f ../conf.avail/20-unhint-${PORTNAME}.conf \ + ${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf + ${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \ + ${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif Modified: head/japanese/font-vlgothic/distinfo ============================================================================== --- head/japanese/font-vlgothic/distinfo Tue Apr 30 20:53:25 2013 (r316964) +++ head/japanese/font-vlgothic/distinfo Tue Apr 30 20:56:58 2013 (r316965) @@ -1,2 +1,2 @@ -SHA256 (VLGothic-20121109.tar.xz) = 19cb2df1634f51b6637aa36fd7998d7aa0c1c95cfac0659f66c8874e08dd9103 -SIZE (VLGothic-20121109.tar.xz) = 2224040 +SHA256 (VLGothic-20130422.tar.xz) = 05d68e0866d788dc69caf9a763937051f2ff0e510f85e7cd091cf21d5f428888 +SIZE (VLGothic-20130422.tar.xz) = 2213024 Modified: head/japanese/font-vlgothic/pkg-descr ============================================================================== --- head/japanese/font-vlgothic/pkg-descr Tue Apr 30 20:53:25 2013 (r316964) +++ head/japanese/font-vlgothic/pkg-descr Tue Apr 30 20:56:58 2013 (r316965) @@ -1,3 +1,3 @@ Free Japanese TrueType fonts named 'VLGothic'. -WWW: http://vlgothic.dicey.org/ +WWW: http://vlgothic.dicey.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304302056.r3UKuxWg000841>