mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
new port of Japanese Truetype fonts for use with Linux emulation
This commit is contained in:
parent
6ad3977594
commit
8ceef1bbc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94352
@ -180,6 +180,7 @@
|
||||
SUBDIR += libslang
|
||||
SUBDIR += linux-JM
|
||||
SUBDIR += linux-mozillafirebird-gtk1
|
||||
SUBDIR += linux-ttfonts
|
||||
SUBDIR += linux_locale
|
||||
SUBDIR += lipsf
|
||||
SUBDIR += lookup
|
||||
|
30
japanese/linux-ttfonts/Makefile
Normal file
30
japanese/linux-ttfonts/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: linux-ttfonts-ja
|
||||
# Date created: 2003-11-19
|
||||
# Whom: trevor
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ttfonts-ja
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= japanese x11-fonts linux
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT= Japanese Truetype fonts for use with Linux emulation
|
||||
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
|
||||
|
||||
BASEVERSION= 9
|
||||
MD5_FILE= ${MASTERDIR}/distinfo
|
||||
PLIST= ${WRKDIR}/plist
|
||||
RPM_SET= ttfonts-ja-1.2-21.noarch.rpm
|
||||
|
||||
pre-install:
|
||||
${RM} -rf ${WRKSRC}/tmp
|
||||
${MKDIR} ${WRKSRC}/tmp
|
||||
cd ${WRKSRC}/tmp; \
|
||||
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
|
||||
${FIND} * -type f -o -type l > ${PLIST}; \
|
||||
${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
2
japanese/linux-ttfonts/distinfo
Normal file
2
japanese/linux-ttfonts/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
$FreeBSD$
|
||||
MD5 (rpm/ttfonts-ja-1.2-21.noarch.rpm) = 72a26e220169e1abcba6080935fa0ebc
|
14
japanese/linux-ttfonts/pkg-descr
Normal file
14
japanese/linux-ttfonts/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Japanese Truetype fonts for use with Linux emulation:
|
||||
|
||||
-kochi-fixed-medium-r-normal--0-0-0-0-c-0-jisx0201.1976-0
|
||||
-kochi-fixed-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0
|
||||
-kochi-gothic-medium-r-normal--0-0-0-0-c-0-iso8859-1
|
||||
-kochi-gothic-medium-r-normal--0-0-0-0-c-0-jisx0201.1976-0
|
||||
-kochi-gothic-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0
|
||||
-kochi-helvetica-medium-r-normal--0-0-0-0-c-0-jisx0201.1976-0
|
||||
-kochi-helvetica-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0
|
||||
-kochi-mincho-medium-r-normal--0-0-0-0-c-0-iso8859-1
|
||||
-kochi-mincho-medium-r-normal--0-0-0-0-c-0-jisx0201.1976-0
|
||||
-kochi-mincho-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0
|
||||
-kochi-times-medium-r-normal--0-0-0-0-c-0-jisx0201.1976-0
|
||||
-kochi-times-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0
|
Loading…
Reference in New Issue
Block a user