diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-10-07 21:16:52 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-10-07 21:16:52 +0000 |
commit | 2c95c09f0a0c28708ffd383802e1ae0ef1de4a38 (patch) | |
tree | 3e86f34691b65f3e2a4b929c9154b15b692e7cc8 /korean | |
parent | 64fef770380a98a41b83333963ad6eed492d8a0d (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/acroread/Makefile | 16 | ||||
-rw-r--r-- | korean/acroread/distinfo | 2 | ||||
-rw-r--r-- | korean/acroread/pkg-descr | 17 |
4 files changed, 36 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 6238a5045e98..7eb733fd2444 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -6,6 +6,7 @@ SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += a2ps + SUBDIR += acroread SUBDIR += acroread5-korfont SUBDIR += aleefonts-ttf SUBDIR += ami diff --git a/korean/acroread/Makefile b/korean/acroread/Makefile new file mode 100644 index 000000000000..a96f3ba96ccf --- /dev/null +++ b/korean/acroread/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: korean/acroread +# Date created: 2005-10-05 +# Whom: trevor +# +# $FreeBSD$ +# + +CATEGORIES= korean print linux + +MASTERDIR= ${.CURDIR}/../../print/acroread7 + +ADOBE_LANG= kor +CMD_SUFFIX= -ko +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/korean/acroread/distinfo b/korean/acroread/distinfo new file mode 100644 index 000000000000..a9fff9aa9aa4 --- /dev/null +++ b/korean/acroread/distinfo @@ -0,0 +1,2 @@ +MD5 (acroread/AdobeReader_kor-7.0.1-1.i386.rpm) = 6bd4f023ab90806e72d5b07bf83957a0 +SIZE (acroread/AdobeReader_kor-7.0.1-1.i386.rpm) = 47155617 diff --git a/korean/acroread/pkg-descr b/korean/acroread/pkg-descr new file mode 100644 index 000000000000..82e0f36ff04d --- /dev/null +++ b/korean/acroread/pkg-descr @@ -0,0 +1,17 @@ +This program displays and prints Portable Document Format (PDF) +files. It also allows you to search for text in a PDF file, or in +all the PDF files in a directory. + +This is the Korean version. It also has support for the English +language. To configure the language, navigate to +Edit->Preferences->International->Application Language, set it to +"Choose at application startup" and restart the program. + +After installation, use the "acroread7-ko" command to run it. + +If fonts in the menus are displayed incorrectly (each character +looks like three sides of a square), try setting the environment +variable GDK_USE_XFT=0 before running the program, for example like: +"GDK_USE_XFT=0 acroread7-ko". + +WWW: http://www.adobe.com/products/acrobat/readermain.html |