diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-12-01 13:55:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-12-01 13:55:35 +0800 |
commit | 2fc0264fa3b210569fc1d85f2cddd5e153d73598 (patch) | |
tree | f03dcfe7ac53d38dfa31303468e99e4d1e7342de | |
parent | d0aadc88e9b4ede9119ec9e5a0ec894e3ca9aecc (diff) | |
download | freebsd-ports-gnome-2fc0264fa3b210569fc1d85f2cddd5e153d73598.tar.gz freebsd-ports-gnome-2fc0264fa3b210569fc1d85f2cddd5e153d73598.tar.zst freebsd-ports-gnome-2fc0264fa3b210569fc1d85f2cddd5e153d73598.zip |
- 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)
-rw-r--r-- | x11-fonts/fntsample/Makefile | 10 | ||||
-rw-r--r-- | x11-fonts/fntsample/distinfo | 10 | ||||
-rw-r--r-- | x11-fonts/fntsample/pkg-descr | 2 |
3 files changed, 11 insertions, 11 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) diff --git a/x11-fonts/fntsample/distinfo b/x11-fonts/fntsample/distinfo index 7a70fdbbc266..222aa465f7c3 100644 --- a/x11-fonts/fntsample/distinfo +++ b/x11-fonts/fntsample/distinfo @@ -1,6 +1,4 @@ -MD5 (fntsample-3.1.tar.gz) = d1ee3bd9ca83372fc7e40add6734bb64 -SHA256 (fntsample-3.1.tar.gz) = e6cbb7e5a9f3d6d69c06cff921de4edd76372bb739a30e60472705a581a0e462 -SIZE (fntsample-3.1.tar.gz) = 170671 -MD5 (Blocks.txt) = aee9add2c5e17a8140f64f78c7d1147e -SHA256 (Blocks.txt) = 9c389049fcd4bba01164301e1efa16ab3058328d5a4913ad35d974401978062a -SIZE (Blocks.txt) = 5857 +SHA256 (fntsample-3.2.tar.gz) = 54ed7ac19dbcee82f9d66ff0c2aec6f63036e220e710849405e881ad58e27ef5 +SIZE (fntsample-3.2.tar.gz) = 174945 +SHA256 (Blocks.txt) = bddae53925efebe265e170e9dfd34811a584e5f59d2b18e3d9f9c7f5c8eb9c08 +SIZE (Blocks.txt) = 7119 diff --git a/x11-fonts/fntsample/pkg-descr b/x11-fonts/fntsample/pkg-descr index 4d067f18c644..fe6ac67aef0f 100644 --- a/x11-fonts/fntsample/pkg-descr +++ b/x11-fonts/fntsample/pkg-descr @@ -2,4 +2,4 @@ A program for making font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files. -WWW: http://sourceforge.net/projects/fntsample/ +WWW: http://fntsample.sourceforge.net/ |