From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 15:25:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0A51B1F; Fri, 25 Apr 2014 15:25:17 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCC27116B; Fri, 25 Apr 2014 15:25:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PFPHtE094742; Fri, 25 Apr 2014 15:25:17 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PFPGZX094736; Fri, 25 Apr 2014 15:25:16 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201404251525.s3PFPGZX094736@svn.freebsd.org> From: Kevin Lo Date: Fri, 25 Apr 2014 15:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352135 - in head/x11-fonts: . comic-neue comic-neue/files 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: Fri, 25 Apr 2014 15:25:18 -0000 Author: kevlo Date: Fri Apr 25 15:25:16 2014 New Revision: 352135 URL: http://svnweb.freebsd.org/changeset/ports/352135 QAT: https://qat.redports.org/buildarchive/r352135/ Log: Import comic-neue 1.1. Comic Neue is a set of free fonts providing an alternative to Microsoft’s popular Comic Sans font. Added: head/x11-fonts/comic-neue/ head/x11-fonts/comic-neue/Makefile (contents, props changed) head/x11-fonts/comic-neue/distinfo (contents, props changed) head/x11-fonts/comic-neue/files/ head/x11-fonts/comic-neue/files/pkg-message.in (contents, props changed) head/x11-fonts/comic-neue/pkg-descr (contents, props changed) head/x11-fonts/comic-neue/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri Apr 25 14:55:11 2014 (r352134) +++ head/x11-fonts/Makefile Fri Apr 25 15:25:16 2014 (r352135) @@ -23,6 +23,7 @@ SUBDIR += code2000 SUBDIR += code2001 SUBDIR += comfortaa-ttf + SUBDIR += comic-neue SUBDIR += consolamono-ttf SUBDIR += croscorefonts-fonts-ttf SUBDIR += cyberbit-ttfonts Added: head/x11-fonts/comic-neue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/comic-neue/Makefile Fri Apr 25 15:25:16 2014 (r352135) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= comic-neue +PORTVERSION= 1.1 +CATEGORIES= x11-fonts +MASTER_SITES= http://comicneue.com/ + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Free Comic Sans alternative + +LICENSE= CC0 +LICENSE_NAME= CC0 1.0 Universal +LICENSE_TEXT= See http://creativecommons.org/publicdomain/zero/1.0/ +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= zip +NO_BUILD= yes + +PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" +FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} +SUB_FILES= pkg-message +SUB_LIST= FONTSDIR=${FONTSDIR} +WRKSRC= ${WRKDIR}/${DISTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/comic-neue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/comic-neue/distinfo Fri Apr 25 15:25:16 2014 (r352135) @@ -0,0 +1,2 @@ +SHA256 (comic-neue-1.1.zip) = f9442fc42252db62ea788bd0247ae0e74571678d1dbd3e3edc229389050d6923 +SIZE (comic-neue-1.1.zip) = 760818 Added: head/x11-fonts/comic-neue/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/comic-neue/files/pkg-message.in Fri Apr 25 15:25:16 2014 (r352135) @@ -0,0 +1,8 @@ +Make sure that the freetype module is loaded. If it is not, add the following +line to the "Modules" section of your X Windows configuration file: + + Load "freetype" + +Add the following line to the "Files" section of X Windows configuration file: + + FontPath "%%FONTSDIR%%/" Added: head/x11-fonts/comic-neue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/comic-neue/pkg-descr Fri Apr 25 15:25:16 2014 (r352135) @@ -0,0 +1,4 @@ +Comic Neue is a set of free fonts providing an alternative to +Microsoft's popular Comic Sans font. + +WWW: http://comicneue.com/ Added: head/x11-fonts/comic-neue/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/comic-neue/pkg-plist Fri Apr 25 15:25:16 2014 (r352135) @@ -0,0 +1,15 @@ +%%FONTSDIR%%/ComicNeue-Angular-Bold-Oblique.ttf +%%FONTSDIR%%/ComicNeue-Angular-Bold.ttf +%%FONTSDIR%%/ComicNeue-Angular-Light-Oblique.ttf +%%FONTSDIR%%/ComicNeue-Angular-Light.ttf +%%FONTSDIR%%/ComicNeue-Angular-Regular-Oblique.ttf +%%FONTSDIR%%/ComicNeue-Angular-Regular.ttf +%%FONTSDIR%%/ComicNeue-Bold-Oblique.ttf +%%FONTSDIR%%/ComicNeue-Bold.ttf +%%FONTSDIR%%/ComicNeue-Light-Oblique.ttf +%%FONTSDIR%%/ComicNeue-Light.ttf +%%FONTSDIR%%/ComicNeue-Regular-Oblique.ttf +%%FONTSDIR%%/ComicNeue-Regular.ttf +@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true +@dirrm %%FONTSDIR%% +@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true