View | Details | Raw Unified | Return to bug 168891
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	junicode
8
PORTNAME=	junicode
9
PORTVERSION=	0.7
9
PORTVERSION=	0.7.6
10
CATEGORIES=	x11-fonts
10
CATEGORIES=	x11-fonts
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S|.|-|g} \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S|.|-|g} \
12
		http://anthesphoria.net/FreeBSD/ports/distfiles/
12
		http://anthesphoria.net/FreeBSD/ports/distfiles/
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (junicode-0-7.zip) = 2f446b4cc41c9fc28db5150dcb7883256e535b5ffc46c170330584647718f979
1
SHA256 (junicode-0-7-6.zip) = 500e186a10420176bbf7965048b9c86e0f36e050f798df539839c44bb17e643f
2
SIZE (junicode-0-7.zip) = 1153453
2
SIZE (junicode-0-7-6.zip) = 1389224
(-)pkg-plist (-1 / +5 lines)
Lines 1-9 Link Here
1
%%FONTSDIR%%/Junicode-Bold.ttf
1
%%FONTSDIR%%/Junicode-Bold.ttf
2
%%FONTSDIR%%/Junicode-BoldItalic.ttf
2
%%FONTSDIR%%/Junicode-BoldItalic.ttf
3
%%FONTSDIR%%/Junicode-Italic.ttf
3
%%FONTSDIR%%/Junicode-Italic.ttf
4
%%FONTSDIR%%/Junicode-Regular.ttf
4
%%FONTSDIR%%/Junicode.ttf
5
%%PORTDOCS%%%%DOCSDIR%%/Junicode.pdf
5
%%PORTDOCS%%%%DOCSDIR%%/Junicode.pdf
6
%%PORTDOCS%%%%DOCSDIR%%/Junicode.tex
6
%%PORTDOCS%%%%DOCSDIR%%/Junicode.tex
7
%%PORTDOCS%%%%DOCSDIR%%/aelfric_job.pdf
8
%%PORTDOCS%%%%DOCSDIR%%/aelfric_job.tex
9
%%PORTDOCS%%%%DOCSDIR%%/homer_sample.pdf
10
%%PORTDOCS%%%%DOCSDIR%%/homer_sample.tex
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%
11
%%PORTDOCS%%@dirrm %%DOCSDIR%%
8
@exec %%LOCALBASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true
12
@exec %%LOCALBASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true
9
@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
13
@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true

Return to bug 168891