diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2011-09-23 18:46:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2011-09-23 18:46:18 +0000 |
commit | 91ec3afa2eb3e5d094839f5e272af0553c7b2bd6 (patch) | |
tree | 6d857a15517400649e9d98c6aca83b8dd161ae62 | |
parent | fbd4f11fd7910e50e3240f594c2c8b1cf35bdf8f (diff) | |
download | ports-91ec3afa2eb3e5d094839f5e272af0553c7b2bd6.tar.gz ports-91ec3afa2eb3e5d094839f5e272af0553c7b2bd6.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/sfnt2woff/Makefile | 27 | ||||
-rw-r--r-- | www/sfnt2woff/distinfo | 2 | ||||
-rw-r--r-- | www/sfnt2woff/pkg-descr | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 518fede64a29..d1e5ad233980 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1691,6 +1691,7 @@ SUBDIR += serf SUBDIR += servlet-api SUBDIR += session2 + SUBDIR += sfnt2woff SUBDIR += shellinabox SUBDIR += shttpd SUBDIR += simplog diff --git a/www/sfnt2woff/Makefile b/www/sfnt2woff/Makefile new file mode 100644 index 000000000000..12cfab841174 --- /dev/null +++ b/www/sfnt2woff/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sfnt2woff +# Date Created: Sep 23 2011 +# Whom: Andrey Chernov <ache@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= sfnt2woff +PORTVERSION= 20091004 +CATEGORIES= www converters +MASTER_SITES= http://people.mozilla.org/~jkew/woff/ +DISTNAME= woff-code-latest + +MAINTAINER= ports@freebsd.org +COMMENT= Convert TTF/OTF fonts to WOFF web embeddable format and back + +NO_WRKSUBDIR= yes +USE_ZIP= yes +USE_GMAKE= yes + +PLIST_FILES= bin/sfnt2woff bin/woff2sfnt + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sfnt2woff ${WRKSRC}/woff2sfnt \ + ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/www/sfnt2woff/distinfo b/www/sfnt2woff/distinfo new file mode 100644 index 000000000000..396161bfe70e --- /dev/null +++ b/www/sfnt2woff/distinfo @@ -0,0 +1,2 @@ +SHA256 (woff-code-latest.zip) = 7713630d2f43320a1d92e2dbb014ca3201caab1dd4c0ab92816016824c680d96 +SIZE (woff-code-latest.zip) = 27244 diff --git a/www/sfnt2woff/pkg-descr b/www/sfnt2woff/pkg-descr new file mode 100644 index 000000000000..d95a8089fad5 --- /dev/null +++ b/www/sfnt2woff/pkg-descr @@ -0,0 +1,4 @@ +Small utilities to convert TTF/OTF fonts to WOFF web embeddable +format and back. + +WWW: http://people.mozilla.org/~jkew/woff/ |