From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 08:48:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C289894; Thu, 27 Feb 2014 08:48:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 081D71B3B; Thu, 27 Feb 2014 08:48:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R8m3qP031176; Thu, 27 Feb 2014 08:48:03 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R8m3rs031173; Thu, 27 Feb 2014 08:48:03 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270848.s1R8m3rs031173@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 08:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346263 - head/x11-fonts/manu-gothica X-SVN-Group: ports-head 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.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 08:48:04 -0000 Author: miwi Date: Thu Feb 27 08:48:03 2014 New Revision: 346263 URL: http://svnweb.freebsd.org/changeset/ports/346263 QAT: https://qat.redports.org/buildarchive/r346263/ Log: - Stage support - Update MASTER_SITES and WWW: line PR: 187043 Submitted by: Ports fury Modified: head/x11-fonts/manu-gothica/Makefile head/x11-fonts/manu-gothica/pkg-descr head/x11-fonts/manu-gothica/pkg-plist Modified: head/x11-fonts/manu-gothica/Makefile ============================================================================== --- head/x11-fonts/manu-gothica/Makefile Thu Feb 27 08:46:42 2014 (r346262) +++ head/x11-fonts/manu-gothica/Makefile Thu Feb 27 08:48:03 2014 (r346263) @@ -3,18 +3,16 @@ PORTNAME= manu-gothica DISTVERSION= 0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= http://www.bryld.info/filer/ +MASTER_SITES= http://www.bryld.dk/filer/ \ + http://www.kswla.org/KATG%20Page%20Files/ DISTNAME= manugot19 EXTRACT_SUFX= .ttf MAINTAINER= ports@FreeBSD.org COMMENT= Old German blackletter handwriting (Suetterlin) -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -23,21 +21,16 @@ RESTRICTED= The font is free for persona EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} -NO_BUILD= yes +NO_BUILD= yes NO_WRKSUBDIR= yes -FONTSDIR= lib/X11/fonts/TTF/ -PLIST_SUB+= FONTSDIR=${FONTSDIR} -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/manugot19.ttf ${PREFIX}/${FONTSDIR}/manugot19.ttf - -post-install: - @${ECHO_MSG} "===> Running fc-cache" - -${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR} - @${ECHO_MSG} - @${ECHO_MSG} + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} manugot19.ttf \ + ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/TTF + @${LN} -sf ${DATADIR}/manugot19.ttf \ + ${STAGEDIR}${PREFIX}/lib/X11/fonts/TTF .include Modified: head/x11-fonts/manu-gothica/pkg-descr ============================================================================== --- head/x11-fonts/manu-gothica/pkg-descr Thu Feb 27 08:46:42 2014 (r346262) +++ head/x11-fonts/manu-gothica/pkg-descr Thu Feb 27 08:48:03 2014 (r346263) @@ -2,3 +2,5 @@ This True Type Font has been based on th was taught in Schleswig and Germany around Year 1900 (Suetterlin). If you study sources from that time and before, it is important to be familiar with this writing style. The font is free for personal use. + +WWW: http://www.bryld.dk/hent-filer/ Modified: head/x11-fonts/manu-gothica/pkg-plist ============================================================================== --- head/x11-fonts/manu-gothica/pkg-plist Thu Feb 27 08:46:42 2014 (r346262) +++ head/x11-fonts/manu-gothica/pkg-plist Thu Feb 27 08:48:03 2014 (r346263) @@ -1,6 +1,8 @@ -%%FONTSDIR%%/manugot19.ttf -@exec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true -@unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || true -@unexec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true -@unexec if [ -e %D/%%FONTSDIR%%/fonts.cache-1 -a ! -s %D/%%FONTSDIR%%/fonts.cache-1 ]; then rm %D/%%FONTSDIR%%/fonts.cache-1; fi -@dirrmtry %%FONTSDIR%% +lib/X11/fonts/TTF/manugot19.ttf +%%DATADIR%%/manugot19.ttf +@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/lib/X11/fonts/TTF 2>/dev/null || true +@unexec rm %D/lib/X11/fonts/TTF/fonts.cache-1 2>/dev/null || true +@unexec %%LOCALBASE%%/bin/fc-cache -f -v %D/lib/X11/fonts/TTF 2>/dev/null || true +@unexec if [ -e %D/lib/X11/fonts/TTF/fonts.cache-1 -a ! -s %D/lib/X11/fonts/TTF/fonts.cache-1 ]; then rm %D/lib/X11/fonts/TTF/fonts.cache-1; fi +@dirrm %%DATADIR%% +@dirrmtry lib/X11/fonts/TTF