Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 19:08:34 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Kevin Lo <kevlo@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r352135 - in head/x11-fonts: . comic-neue comic-neue/files
Message-ID:  <20140425170834.GF38988@ivaldir.etoilebsd.net>
In-Reply-To: <201404251525.s3PFPGZX094736@svn.freebsd.org>
References:  <201404251525.s3PFPGZX094736@svn.freebsd.org>

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

--xHbokkKX1kTiQeDC
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Apr 25, 2014 at 03:25:16PM +0000, Kevin Lo wrote:
> 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/
>=20
> Log:
>   Import comic-neue 1.1.
>  =20
>   Comic Neue is a set of free fonts providing an alternative to Microsoft=
=E2=80=99s
>   popular Comic Sans font.
>=20
> 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 chang=
ed)
>   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
>=20
> Modified: head/x11-fonts/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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 +=3D code2000
>      SUBDIR +=3D code2001
>      SUBDIR +=3D comfortaa-ttf
> +    SUBDIR +=3D comic-neue
>      SUBDIR +=3D consolamono-ttf
>      SUBDIR +=3D croscorefonts-fonts-ttf
>      SUBDIR +=3D cyberbit-ttfonts
>=20
> Added: head/x11-fonts/comic-neue/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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=3D	comic-neue
> +PORTVERSION=3D	1.1
> +CATEGORIES=3D	x11-fonts
> +MASTER_SITES=3D	http://comicneue.com/
> +
> +MAINTAINER=3D	kevlo@FreeBSD.org
> +COMMENT=3D	Free Comic Sans alternative
> +
> +LICENSE=3D	CC0
> +LICENSE_NAME=3D	CC0 1.0 Universal
> +LICENSE_TEXT=3D	See http://creativecommons.org/publicdomain/zero/1.0/
> +LICENSE_PERMS=3D	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
> +
> +BUILD_DEPENDS=3D	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
> +RUN_DEPENDS:=3D	${BUILD_DEPENDS}
> +
> +USES=3D		zip
> +NO_BUILD=3D	yes
> +
> +PLIST_SUB=3D	FONTSDIR=3D"${FONTSDIR:S|${PREFIX}/||}"
> +FONTSDIR=3D	${PREFIX}/lib/X11/fonts/${PORTNAME}
> +SUB_FILES=3D	pkg-message
> +SUB_LIST=3D	FONTSDIR=3D${FONTSDIR}
> +WRKSRC=3D		${WRKDIR}/${DISTNAME}
> +
> +do-install:
> +	${MKDIR} ${STAGEDIR}${FONTSDIR}
> +	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
> +
> +.include <bsd.port.mk>
>=20
> Added: head/x11-fonts/comic-neue/distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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) =3D f9442fc42252db62ea788bd0247ae0e74571678d=
1dbd3e3edc229389050d6923
> +SIZE (comic-neue-1.1.zip) =3D 760818
>=20
> Added: head/x11-fonts/comic-neue/files/pkg-message.in
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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 20=
14	(r352135)
> @@ -0,0 +1,8 @@
> +Make sure that the freetype module is loaded.  If it is not, add the fol=
lowing
> +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%%/"
>=20

I'm not sure the above is really necessary

> Added: head/x11-fonts/comic-neue/pkg-descr
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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=20
> +Microsoft's popular Comic Sans font.
> +
> +WWW: http://comicneue.com/
>=20
> Added: head/x11-fonts/comic-neue/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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/tr=
ue
> +@dirrm %%FONTSDIR%%
> +@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true
>=20
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-key=
words.html

you have keywords to handle that a better way

regards,
Bapt

--xHbokkKX1kTiQeDC
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlNalpIACgkQ8kTtMUmk6Ez7dwCfc4d7VT8p2A3KHQStcNEJslVK
r5cAn1DFTxscfT62yKaZ9rNuGohLo2qX
=ISOt
-----END PGP SIGNATURE-----

--xHbokkKX1kTiQeDC--



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