diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-17 00:57:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-17 00:57:49 +0800 |
commit | f2fbcfc485c0aa20760376dc50bba7763b549dd8 (patch) | |
tree | 2f337fae521136a03285d3f68f57dbc9bcf7dda6 /x11-fonts | |
parent | 0b78ed59494e467c6c311434433cebe97db9b472 (diff) | |
download | marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.tar marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.tar.gz marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.tar.bz2 marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.tar.lz marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.tar.xz marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.tar.zst marcuscom-ports-f2fbcfc485c0aa20760376dc50bba7763b549dd8.zip |
Add cantarell-fonts at 0.0.4.
I think i read somewhere that this is the default font for gnome-shell.
But information about it is very rare.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15491 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/cantarell-fonts/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/pkg-plist | 3 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11-fonts/cantarell-fonts/Makefile b/x11-fonts/cantarell-fonts/Makefile new file mode 100644 index 000000000..2043458cd --- /dev/null +++ b/x11-fonts/cantarell-fonts/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: cantarell-fonts +# Date Created: 2 Feb 2011 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cantarell-fonts +PORTVERSION= 0.0.4 +CATEGORIES= fonts gnome +MASTER_SITES= GNOME + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Cantarell, a Humanist sans-serif font family + +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig + +USE_GNOME= pkgconfig +USE_GMAKE= yes +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|(datadir)/fontconfig/conf.avail/|(prefix)/etc/fonts/conf.avail/|g' \ + ${WRKSRC}/fontconfig/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-fonts/cantarell-fonts/distinfo b/x11-fonts/cantarell-fonts/distinfo new file mode 100644 index 000000000..0e0be2b31 --- /dev/null +++ b/x11-fonts/cantarell-fonts/distinfo @@ -0,0 +1,2 @@ +SHA256 (cantarell-fonts-0.0.4.tar.gz) = 698a57bb75fa1c8de970b79a2788f8dd7a3f71672cbbe6944631387054c0faa7 +SIZE (cantarell-fonts-0.0.4.tar.gz) = 315577 diff --git a/x11-fonts/cantarell-fonts/pkg-descr b/x11-fonts/cantarell-fonts/pkg-descr new file mode 100644 index 000000000..378b17bea --- /dev/null +++ b/x11-fonts/cantarell-fonts/pkg-descr @@ -0,0 +1,3 @@ +Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully +support the following writing systems: Basic Latin, Western European, Catalan, +Baltic, Turkish, Central European, Dutch and Afrikaans. diff --git a/x11-fonts/cantarell-fonts/pkg-plist b/x11-fonts/cantarell-fonts/pkg-plist new file mode 100644 index 000000000..87cd9feee --- /dev/null +++ b/x11-fonts/cantarell-fonts/pkg-plist @@ -0,0 +1,3 @@ +etc/fonts/conf.avail/31-cantarell.conf +share/fonts/cantarell/Cantarell-Bold.otf +share/fonts/cantarell/Cantarell-Regular.otf |