diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-19 13:15:52 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-19 13:15:52 +0000 |
commit | 3e3d196615a235ac1c75243413dbc00ff54c3a5b (patch) | |
tree | b12f7acb9ea1618e509e3eac7e0dbea047ef8ab3 | |
parent | d8097ae134a03034f3ec65e9e1e7ca63fc45f2f8 (diff) | |
download | FreeBSD-ports-3e3d196615a235ac1c75243413dbc00ff54c3a5b.zip FreeBSD-ports-3e3d196615a235ac1c75243413dbc00ff54c3a5b.tar.gz |
new port of Japanese Truetype fonts for use with Linux emulation
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/linux-ttfonts/Makefile | 30 | ||||
-rw-r--r-- | japanese/linux-ttfonts/distinfo | 2 | ||||
-rw-r--r-- | japanese/linux-ttfonts/pkg-descr | 14 |
4 files changed, 47 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 253663a..3126921 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -180,6 +180,7 @@ SUBDIR += libslang SUBDIR += linux-JM SUBDIR += linux-mozillafirebird-gtk1 + SUBDIR += linux-ttfonts SUBDIR += linux_locale SUBDIR += lipsf SUBDIR += lookup diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile new file mode 100644 index 0000000..a22828b --- /dev/null +++ b/japanese/linux-ttfonts/Makefile @@ -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" diff --git a/japanese/linux-ttfonts/distinfo b/japanese/linux-ttfonts/distinfo new file mode 100644 index 0000000..5741e35 --- /dev/null +++ b/japanese/linux-ttfonts/distinfo @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/ttfonts-ja-1.2-21.noarch.rpm) = 72a26e220169e1abcba6080935fa0ebc diff --git a/japanese/linux-ttfonts/pkg-descr b/japanese/linux-ttfonts/pkg-descr new file mode 100644 index 0000000..88e8ea9 --- /dev/null +++ b/japanese/linux-ttfonts/pkg-descr @@ -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 |