diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-01 05:55:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-01 05:55:35 +0000 |
commit | dcdd8696a272b14b29241a81d46c3b2a92dd2db0 (patch) | |
tree | 754068e8ccc965620c81995755a92646096b4d8f /x11-fonts/fntsample/Makefile | |
parent | 28905d90358f7eea073658567aa630701041eb83 (diff) |
- Update to 3.2
- Introduce Unicode 6.0.0 data
- Add LICENSE
- Update WWW
- Take maintainership
Changes:
- Add support for SVG output (works correctly only for single page output)
Notes
Notes:
svn path=/head/; revision=265491
Diffstat (limited to 'x11-fonts/fntsample/Makefile')
-rw-r--r-- | x11-fonts/fntsample/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 38f1a9385957..b6dc5eb37be3 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -6,17 +6,19 @@ # PORTNAME?= fntsample -PORTVERSION= 3.1 -PORTREVISION?= 1 +PORTVERSION= 3.2 +PORTREVISION?= 0 CATEGORIES?= x11-fonts -MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION} http://unicode.org/Public/5.1.0/ucd/:unidata +MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION} http://unicode.org/Public/6.0.0/ucd/:unidata DISTNAME= fntsample-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Blocks.txt:unidata EXTRACT_ONLY= ${DISTFILES:M*gz} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT?= Show Unicode coverage of a font +LICENSE= GPLv3 + USE_PERL5_RUN= yes .if defined(PDFOUTLINE) |