diff options
author | rm <rm@FreeBSD.org> | 2012-01-11 15:53:43 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-01-11 15:53:43 +0800 |
commit | a6f7e953c5dd2d143460436ee216af4107a2cd8a (patch) | |
tree | 850b1fdb5a1d2c24cb70c72d6c6237af77a7a506 /x11-fonts | |
parent | aec1a6862d0c17358fb0b1f58a5dce04e77cafe3 (diff) | |
download | freebsd-ports-gnome-a6f7e953c5dd2d143460436ee216af4107a2cd8a.tar.gz freebsd-ports-gnome-a6f7e953c5dd2d143460436ee216af4107a2cd8a.tar.zst freebsd-ports-gnome-a6f7e953c5dd2d143460436ee216af4107a2cd8a.zip |
- update to 0.7
PR: 164001
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria dot net> (maintainer)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/junicode/Makefile | 7 | ||||
-rw-r--r-- | x11-fonts/junicode/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/junicode/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fonts/junicode/pkg-plist | 4 |
4 files changed, 9 insertions, 11 deletions
diff --git a/x11-fonts/junicode/Makefile b/x11-fonts/junicode/Makefile index caadfa08f8e1..2b6d7032b550 100644 --- a/x11-fonts/junicode/Makefile +++ b/x11-fonts/junicode/Makefile @@ -6,11 +6,10 @@ # PORTNAME= junicode -PORTVERSION= 0.6.17 +PORTVERSION= 0.7 CATEGORIES= x11-fonts -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0-6-17 \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S|.|-|g} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ - DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|g} MAINTAINER= nikola.lecic@anthesphoria.net @@ -32,7 +31,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${FONTSDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif post-install: diff --git a/x11-fonts/junicode/distinfo b/x11-fonts/junicode/distinfo index d62e1edc8e61..d2bc971f44e5 100644 --- a/x11-fonts/junicode/distinfo +++ b/x11-fonts/junicode/distinfo @@ -1,2 +1,2 @@ -SHA256 (junicode-0-6-17.zip) = 006b8dcdb59a9f0fe93f28eb6b10d4123f4935907305a10470dde4de6965462f -SIZE (junicode-0-6-17.zip) = 1256381 +SHA256 (junicode-0-7.zip) = 2f446b4cc41c9fc28db5150dcb7883256e535b5ffc46c170330584647718f979 +SIZE (junicode-0-7.zip) = 1153453 diff --git a/x11-fonts/junicode/pkg-descr b/x11-fonts/junicode/pkg-descr index 7d46d3980d71..1b654799cf69 100644 --- a/x11-fonts/junicode/pkg-descr +++ b/x11-fonts/junicode/pkg-descr @@ -1,6 +1,6 @@ Junicode is an advanced Unicode font for medieval scholars, including the full range of characters for languages written in the Latin script. It -also partially implements the recommendation of the Medieval Unicode Font +also mostly implements the recommendation of the Medieval Unicode Font Initiative (MUFI). The following languages are fully supported: Old and Middle English, Old @@ -13,7 +13,8 @@ contextual alternates (calt), horizontal kerning (kern), discretionary ligatures (circled numbers and letters via dlig), glyph (de)composition (ccmp), correct positioning of combining marks -- mark-to-base (mark) and mark-to-mark (mkmk), small caps (smcp and c2sc), old-style figures (onum), -super- and subscript numbers (sups and subs) and Unicode fractions (frac). +super- and subscript numbers (sups and subs), Unicode fractions (frac) and +mirrored runes (rtlm). Junicode's OpenType style sets provide support for Nordic and Insular letter-forms, Old English typography, enlarged minuscules, swash letters, diff --git a/x11-fonts/junicode/pkg-plist b/x11-fonts/junicode/pkg-plist index b942a526cfdf..1a7c4100ec74 100644 --- a/x11-fonts/junicode/pkg-plist +++ b/x11-fonts/junicode/pkg-plist @@ -3,9 +3,7 @@ %%FONTSDIR%%/Junicode-Italic.ttf %%FONTSDIR%%/Junicode-Regular.ttf %%PORTDOCS%%%%DOCSDIR%%/Junicode.pdf -%%PORTDOCS%%%%DOCSDIR%%/License.pdf -%%PORTDOCS%%%%DOCSDIR%%/aelfric_job.pdf -%%PORTDOCS%%%%DOCSDIR%%/mufi.pdf +%%PORTDOCS%%%%DOCSDIR%%/Junicode.tex %%PORTDOCS%%@dirrm %%DOCSDIR%% @exec %%LOCALBASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true @unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true |