diff options
author | hrs <hrs@FreeBSD.org> | 2006-02-22 02:49:11 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-02-22 02:49:11 +0800 |
commit | b2e76b63a14d421d74f53a61adbdfe4d3f04c92e (patch) | |
tree | 915e197eb867fea8405bf1731d88f0a26e912a35 /chinese/acroread-zh_TW | |
parent | 2eb08fb6f57ed0551ad2b4a06ecbd7bba41cb98c (diff) | |
download | freebsd-ports-gnome-b2e76b63a14d421d74f53a61adbdfe4d3f04c92e.tar.gz freebsd-ports-gnome-b2e76b63a14d421d74f53a61adbdfe4d3f04c92e.tar.zst freebsd-ports-gnome-b2e76b63a14d421d74f53a61adbdfe4d3f04c92e.zip |
- Use a distfile in tarball instead of one in rpm.
- Remove CONFLICTS. All of the localized versions can coexist now.
- Update the localized versions to 7.0.5 if possible.
- Add support for print/acroreadwrapper.
Discussed with: netchild and mezz
PR: ports/90319
Diffstat (limited to 'chinese/acroread-zh_TW')
-rw-r--r-- | chinese/acroread-zh_TW/Makefile | 7 | ||||
-rw-r--r-- | chinese/acroread-zh_TW/distinfo | 6 | ||||
-rw-r--r-- | chinese/acroread-zh_TW/pkg-descr | 17 |
3 files changed, 7 insertions, 23 deletions
diff --git a/chinese/acroread-zh_TW/Makefile b/chinese/acroread-zh_TW/Makefile index 3f1dc53c2ff8..3aa19835adaa 100644 --- a/chinese/acroread-zh_TW/Makefile +++ b/chinese/acroread-zh_TW/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # +PORTVERSION= 7.0.1 +PORTREVISION= 1 CATEGORIES= chinese print linux PKGNAMEPREFIX= zh_TW- MASTERDIR= ${.CURDIR}/../../print/acroread7 - -ADOBE_LANG= cht -CMD_SUFFIX= -zh_TW MD5_FILE= ${.CURDIR}/distinfo +ADOBE_LANG= CHT + .include "${MASTERDIR}/Makefile" diff --git a/chinese/acroread-zh_TW/distinfo b/chinese/acroread-zh_TW/distinfo index 109eee18f58e..52161162b684 100644 --- a/chinese/acroread-zh_TW/distinfo +++ b/chinese/acroread-zh_TW/distinfo @@ -1,3 +1,3 @@ -MD5 (acroread/AdobeReader_cht-7.0.1-1.i386.rpm) = 388235a714bde96a9b1ac4f84cf6a4e7 -SHA256 (acroread/AdobeReader_cht-7.0.1-1.i386.rpm) = b990439126abb9d829596e48471505b38a274756e536d476d683d53ad8301f46 -SIZE (acroread/AdobeReader_cht-7.0.1-1.i386.rpm) = 51054588 +MD5 (acroread/AdbeRdr701_linux_cht.tar.gz) = b66407d7e13b116f11f22ddfb94c5fde +SHA256 (acroread/AdbeRdr701_linux_cht.tar.gz) = 159c965bee3e86b773bf696834a1a486952e8b2001ac3d6cf30dab34ff8b4494 +SIZE (acroread/AdbeRdr701_linux_cht.tar.gz) = 51276246 diff --git a/chinese/acroread-zh_TW/pkg-descr b/chinese/acroread-zh_TW/pkg-descr deleted file mode 100644 index f1ae809d56d7..000000000000 --- a/chinese/acroread-zh_TW/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -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 Traditional Chinese 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-zh_TW" 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-zh_TW". - -WWW: http://www.adobe.com/products/acrobat/readermain.html |