mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add new port x11-fonts/mondulkiri:
A collection of Mondulkiri Opentype fonts. The package contains: - Mondulkiri Normal text font - Mondulkiri Bold form of normal text font - Mondulkiri Very bold font for titles etc. - Mondulkiri 4 characters have the shapes found in the Chuon Nath dictionary - Mondulkiri high line-spacing font - Mondulkiri diagnostic font showing spaces and zero-width (non-)joiner WWW: http://sourceforge.net/projects/khmer/ PR: ports/149442 Submitted by: Kuan-Chung Chiu <buganini at gmail.com>
This commit is contained in:
parent
af170502fa
commit
01ce3d8af2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259532
35
x11-fonts/mondulkiri/Makefile
Normal file
35
x11-fonts/mondulkiri/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: mondulkiri
|
||||
# Date created: August 8 2010
|
||||
# Whom: Kuan-Chung Chiu <buganini@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mondulkiri
|
||||
PORTVERSION= 2
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= SF/khmer/Fonts%20-%20Mondulkiri/Mondulkiri%20Unicode%20Fonts%20v2E3s/
|
||||
DISTNAME= Mondulkiri_Unicode_fonts_V2E3s
|
||||
|
||||
MAINTAINER= buganini@gmail.com
|
||||
COMMENT= Mondulkiri khmer fonts
|
||||
|
||||
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
FONTSDIR= lib/X11/fonts/Khmer/
|
||||
PLIST_SUB+= FONTSDIR=${FONTSDIR}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Opentype\ only\ fonts
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/${FONTSDIR}
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "==> Running fc-cache"
|
||||
@-${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/mondulkiri/distinfo
Normal file
3
x11-fonts/mondulkiri/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Mondulkiri_Unicode_fonts_V2E3s.zip) = 87ecf3087505d66744fe5d16b2290b0b
|
||||
SHA256 (Mondulkiri_Unicode_fonts_V2E3s.zip) = cb722e3cc95329b17325e6d718a5aae48e3c4a422adb4c00d6c5b725f3bf68d7
|
||||
SIZE (Mondulkiri_Unicode_fonts_V2E3s.zip) = 1007869
|
9
x11-fonts/mondulkiri/pkg-descr
Normal file
9
x11-fonts/mondulkiri/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
A collection of Mondulkiri Opentype fonts. The package contains:
|
||||
- Mondulkiri Normal text font
|
||||
- Mondulkiri Bold form of normal text font
|
||||
- Mondulkiri Very bold font for titles etc.
|
||||
- Mondulkiri 4 characters have the shapes found in the Chuon Nath dictionary
|
||||
- Mondulkiri high line-spacing font
|
||||
- Mondulkiri diagnostic font showing spaces and zero-width (non-)joiner
|
||||
|
||||
WWW: http://sourceforge.net/projects/khmer/
|
8
x11-fonts/mondulkiri/pkg-plist
Normal file
8
x11-fonts/mondulkiri/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%FONTSDIR%%/kMon40hV2E3s.ttf
|
||||
%%FONTSDIR%%/kMons40V2E3.ttf
|
||||
%%FONTSDIR%%/kMons40dicV2E3s.ttf
|
||||
%%FONTSDIR%%/kMons40spcV2E3s.ttf
|
||||
%%FONTSDIR%%/kMons60bV2E3s.ttf
|
||||
%%FONTSDIR%%/kMons99V1E2s.ttf
|
||||
@exec %D/bin/fc-cache -f -v %%FONTSDIR%%
|
||||
@dirrm %%FONTSDIR%%
|
Loading…
Reference in New Issue
Block a user