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 /korean | |
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 'korean')
-rw-r--r-- | korean/acroread/Makefile | 7 | ||||
-rw-r--r-- | korean/acroread/distinfo | 6 | ||||
-rw-r--r-- | korean/acroread/pkg-descr | 17 |
3 files changed, 7 insertions, 23 deletions
diff --git a/korean/acroread/Makefile b/korean/acroread/Makefile index a96f3ba96ccf..88987ad3b04f 100644 --- a/korean/acroread/Makefile +++ b/korean/acroread/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # +PORTVERSION= 7.0.5 +PORTREVISION= 0 CATEGORIES= korean print linux MASTERDIR= ${.CURDIR}/../../print/acroread7 - -ADOBE_LANG= kor -CMD_SUFFIX= -ko MD5_FILE= ${.CURDIR}/distinfo +ADOBE_LANG= KOR + .include "${MASTERDIR}/Makefile" diff --git a/korean/acroread/distinfo b/korean/acroread/distinfo index ffb51e7c5811..1e849af8e706 100644 --- a/korean/acroread/distinfo +++ b/korean/acroread/distinfo @@ -1,3 +1,3 @@ -MD5 (acroread/AdobeReader_kor-7.0.1-1.i386.rpm) = 6bd4f023ab90806e72d5b07bf83957a0 -SHA256 (acroread/AdobeReader_kor-7.0.1-1.i386.rpm) = 1b474f5f316c37693d655d5419cdcf474ab8edccbfc371879a09fe25767f48c3 -SIZE (acroread/AdobeReader_kor-7.0.1-1.i386.rpm) = 47155617 +MD5 (acroread/AdobeReader_kor-7.0.5-1.i386.tar.gz) = 02f96baa2761c0f36194f2e63eb9d395 +SHA256 (acroread/AdobeReader_kor-7.0.5-1.i386.tar.gz) = 8c7d569ea641ad0fd7dc410e2e2fec7b82afe63e9cadd9669e58ee89291c85fb +SIZE (acroread/AdobeReader_kor-7.0.5-1.i386.tar.gz) = 47584874 diff --git a/korean/acroread/pkg-descr b/korean/acroread/pkg-descr deleted file mode 100644 index 82e0f36ff04d..000000000000 --- a/korean/acroread/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 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 |