Add Adobe Reader 8.1.1 and localized versions (total 15
languages). Changes from 7.x include: User Interface: * New improved UI with more real-estate in terms of page view space. Only the most commonly used tools are present in the toolbar by default (and the toolbar can be customized by the user according to his/her own preference.) * Sleek design and new stylish user interface elements (including toolbars, navigation tabs, panes, etc.) for a more rich user experience. * Improved launch time and overall performance. Less waiting, more work. * Support for Single Document Interface (SDI) mode for improved usability. Less cluttered, more intuitive. * Always-available search toolbar (includes find and access to search pane) New Features: * Support for playing Multimedia-enabled PDF documents for supported media types (linux). Play Real media and more! * Support for participating in Shared Reviews along with other users of Adobe Reader 8.x on Unix, and Adobe Reader/Acrobat 8.x on Win/Mac. Collaborate right inside the Reader. * Improvements in Commenting and Drawing Markup tools. * New tools such as Loupe Tool, Pan and Zoom. Expand your horizons, and control what you want to see. * Support for dynamically rendered bar code generation in forms. * Updated Review Tracker with inbuilt support for RSS feeds. Use the Reader as your RSS feed reader! * New 2D and 3D measuring tools for more accurate control of architectural drawings. * Printing: New support for Booklet Printing and Low Resolution printing of secured documents. * Significant performance improvement for certain types of forms via direct rendering for Dynamic Forms. * Support for documents created with Adobe Acrobat 3D including navigation, cross-section and rendering. * Accessibility: Support for Orca. * Various new additions to the Manage Digital ID feature, including support for Roaming Credentials, support for Cryptographic Tokens and Smart Cards (PKCS#11 compliant). * Support for adding a Digital Signature Field in documents which have been "Reader Enabled" through Acrobat Professional on Win/Mac. * Support for viewing PDF Packages - get an organized view of your PDFs in a single well-defined interface. * Support for the PRC format for 3D data. * Beyond Reader: New help resources that contains up-to-date information on Adobe products, Adobe Reader and how it can be used with Adobe¡Çs other products. * Adobe Help Viewer - a self-contained, one-stop shop for all help related to the Reader * Improved Search capabilities, including searching of sub-documents in a PDF Package, improved searching of attachments, etc.
This commit is contained in:
parent
a683cd6990
commit
0f1088e2a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205021
43 changed files with 2138 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
SUBDIR += FreeWnn-server
|
||||
SUBDIR += acroread-zh_CN
|
||||
SUBDIR += acroread-zh_TW
|
||||
SUBDIR += acroread8-zh_CN
|
||||
SUBDIR += acroread8-zh_TW
|
||||
SUBDIR += arphicttf
|
||||
SUBDIR += aterm
|
||||
SUBDIR += auto-cn-l10n
|
||||
|
|
16
chinese/acroread8-zh_CN/Makefile
Normal file
16
chinese/acroread8-zh_CN/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: acroread8-zh_CN
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= chinese print linux
|
||||
PKGNAMEPREFIX= zh_CN-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= CHS
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
chinese/acroread8-zh_CN/distinfo
Normal file
3
chinese/acroread8-zh_CN/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_chs-8.1.1-1.i486.tar.gz) = f51c77f6ea0bf5ec824f918d2942d3f0
|
||||
SHA256 (acroread/AdobeReader_chs-8.1.1-1.i486.tar.gz) = 2b9868c37f9e7a3e5a4928f9dc87bd50579bec3009a2a13f5d3a4e5f46279116
|
||||
SIZE (acroread/AdobeReader_chs-8.1.1-1.i486.tar.gz) = 62516845
|
16
chinese/acroread8-zh_TW/Makefile
Normal file
16
chinese/acroread8-zh_TW/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: acroread8-zh_TW
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= chinese print linux
|
||||
PKGNAMEPREFIX= zh_TW-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= CHT
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
chinese/acroread8-zh_TW/distinfo
Normal file
3
chinese/acroread8-zh_TW/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_cht-8.1.1-1.i486.tar.gz) = 665f59ab43aadd9249ab456eb7ec1c04
|
||||
SHA256 (acroread/AdobeReader_cht-8.1.1-1.i486.tar.gz) = 217be77ae2bebac0c9948f0747188254ff29d58e2217f3197dd5ed1480f433bd
|
||||
SIZE (acroread/AdobeReader_cht-8.1.1-1.i486.tar.gz) = 57931432
|
|
@ -4,6 +4,7 @@
|
|||
COMMENT = French support
|
||||
|
||||
SUBDIR += acroread
|
||||
SUBDIR += acroread8
|
||||
SUBDIR += alphabet_sounds_fr
|
||||
SUBDIR += aspell
|
||||
SUBDIR += aster
|
||||
|
|
15
french/acroread8/Makefile
Normal file
15
french/acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: french/acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= french print linux
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= FRA
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
french/acroread8/distinfo
Normal file
3
french/acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_fra-8.1.1-1.i486.tar.gz) = f8e9c076139c4941d0e4881aaeb64617
|
||||
SHA256 (acroread/AdobeReader_fra-8.1.1-1.i486.tar.gz) = 1f4558c1e14b0fe8f392f701c9a207ed1c461d4cff978a6dc9e66957b7067bae
|
||||
SIZE (acroread/AdobeReader_fra-8.1.1-1.i486.tar.gz) = 53006911
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
SUBDIR += BBBike
|
||||
SUBDIR += acroread
|
||||
SUBDIR += acroread8
|
||||
SUBDIR += alt-aspell
|
||||
SUBDIR += aspell
|
||||
SUBDIR += bsdforen-firefox-searchplugin
|
||||
|
|
15
german/acroread8/Makefile
Normal file
15
german/acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: german/acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= german print linux
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= DEU
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
german/acroread8/distinfo
Normal file
3
german/acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_deu-8.1.1-1.i486.tar.gz) = be8bd80f6112a5cbe51fb8a49ec22a52
|
||||
SHA256 (acroread/AdobeReader_deu-8.1.1-1.i486.tar.gz) = 9ca2f1bb1e3e759054ac769d27fcac73d8d758032cb9612f2ffb847fe7ed710e
|
||||
SIZE (acroread/AdobeReader_deu-8.1.1-1.i486.tar.gz) = 53679763
|
|
@ -15,6 +15,7 @@
|
|||
SUBDIR += a2ps
|
||||
SUBDIR += ack
|
||||
SUBDIR += acroread
|
||||
SUBDIR += acroread8
|
||||
SUBDIR += alias-fonts
|
||||
SUBDIR += another-htmllint
|
||||
SUBDIR += anthy
|
||||
|
|
15
japanese/acroread8/Makefile
Normal file
15
japanese/acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= japanese print
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= JPN
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
japanese/acroread8/distinfo
Normal file
3
japanese/acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_jpn-8.1.1-1.i486.tar.gz) = a530b0973ad903a0f2a6d4f6cf39c5b5
|
||||
SHA256 (acroread/AdobeReader_jpn-8.1.1-1.i486.tar.gz) = aa77b3d50a4e88660a0166ea665fe65b8727553f2070a472e3043b0af4f9c11b
|
||||
SIZE (acroread/AdobeReader_jpn-8.1.1-1.i486.tar.gz) = 56468329
|
|
@ -7,6 +7,7 @@
|
|||
SUBDIR += FreeWnn-server
|
||||
SUBDIR += a2ps
|
||||
SUBDIR += acroread
|
||||
SUBDIR += acroread8
|
||||
SUBDIR += aleefonts-ttf
|
||||
SUBDIR += ami
|
||||
SUBDIR += baekmukfonts-bdf
|
||||
|
|
15
korean/acroread8/Makefile
Normal file
15
korean/acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: korean/acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= korean print linux
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= KOR
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
korean/acroread8/distinfo
Normal file
3
korean/acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_kor-8.1.1-1.i486.tar.gz) = efea361fde9ad4c683724d19c27b304d
|
||||
SHA256 (acroread/AdobeReader_kor-8.1.1-1.i486.tar.gz) = 1de169bf097962ce55fa8fe2ab7bf45e7801390e70549ea72f8ae1e980d10807
|
||||
SIZE (acroread/AdobeReader_kor-8.1.1-1.i486.tar.gz) = 53854625
|
|
@ -4,6 +4,7 @@
|
|||
COMMENT = Portuguese language support
|
||||
|
||||
SUBDIR += acroread
|
||||
SUBDIR += acroread8
|
||||
SUBDIR += aspell
|
||||
SUBDIR += aspell-pt_BR
|
||||
SUBDIR += irpf-pt_BR
|
||||
|
|
16
portuguese/acroread8/Makefile
Normal file
16
portuguese/acroread8/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: portuguese/acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= portuguese print linux
|
||||
PKGNAMEPREFIX= pt_BR-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= PTB
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
portuguese/acroread8/distinfo
Normal file
3
portuguese/acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_ptb-8.1.1-1.i486.tar.gz) = 9c10d77fca7a8ab85d88472bd4a7e0eb
|
||||
SHA256 (acroread/AdobeReader_ptb-8.1.1-1.i486.tar.gz) = 83f81a6936e8d4d318b6ff2f6f87e25e6f4af0f18776950bf7342aef8f896ee7
|
||||
SIZE (acroread/AdobeReader_ptb-8.1.1-1.i486.tar.gz) = 52758631
|
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += abntex
|
||||
SUBDIR += acrobatviewer
|
||||
SUBDIR += acroread7
|
||||
SUBDIR += acroread8
|
||||
SUBDIR += acroreadwrapper
|
||||
SUBDIR += adobe-cmaps
|
||||
SUBDIR += advi
|
||||
|
@ -52,6 +53,7 @@
|
|||
SUBDIR += cupsddk
|
||||
SUBDIR += detex
|
||||
SUBDIR += dk-acroread
|
||||
SUBDIR += dk-acroread8
|
||||
SUBDIR += dvi2tty
|
||||
SUBDIR += dvi2xx
|
||||
SUBDIR += dvipdfmx
|
||||
|
@ -69,7 +71,9 @@
|
|||
SUBDIR += epsmerge
|
||||
SUBDIR += epsonepl
|
||||
SUBDIR += es-acroread
|
||||
SUBDIR += es-acroread8
|
||||
SUBDIR += fi-acroread
|
||||
SUBDIR += fi-acroread8
|
||||
SUBDIR += flpsed
|
||||
SUBDIR += font2svg
|
||||
SUBDIR += fontforge
|
||||
|
@ -117,6 +121,7 @@
|
|||
SUBDIR += hyperlatex
|
||||
SUBDIR += ifhp
|
||||
SUBDIR += it-acroread
|
||||
SUBDIR += it-acroread8
|
||||
SUBDIR += jabref
|
||||
SUBDIR += jadetex
|
||||
SUBDIR += kaspaliste
|
||||
|
@ -180,7 +185,9 @@
|
|||
SUBDIR += muttprint
|
||||
SUBDIR += nenscript
|
||||
SUBDIR += nl-acroread
|
||||
SUBDIR += nl-acroread8
|
||||
SUBDIR += no-acroread
|
||||
SUBDIR += no-acroread8
|
||||
SUBDIR += p5-Net-Printer
|
||||
SUBDIR += p5-PDF-Template
|
||||
SUBDIR += p5-PDFLib
|
||||
|
@ -283,6 +290,7 @@
|
|||
SUBDIR += sgf2tex
|
||||
SUBDIR += splix
|
||||
SUBDIR += sv-acroread
|
||||
SUBDIR += sv-acroread8
|
||||
SUBDIR += t1utils
|
||||
SUBDIR += teTeX
|
||||
SUBDIR += teTeX-base
|
||||
|
|
83
print/acroread8/Makefile
Normal file
83
print/acroread8/Makefile
Normal file
|
@ -0,0 +1,83 @@
|
|||
# New ports collection makefile for: acroread8
|
||||
# Date created: 20 October 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= acroread8
|
||||
PORTVERSION?= 8.1.1
|
||||
CATEGORIES?= print linux
|
||||
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
|
||||
ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/
|
||||
DISTNAME= AdobeReader_${ADOBE_LANG:L}-${PORTVERSION}-1.i486
|
||||
DIST_SUBDIR= acroread
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Adobe Reader for view, print, and search PDF documents (${ADOBE_LANG})
|
||||
|
||||
RUN_DEPENDS= acroreadwrapper>=0.0.20071020:${PORTSDIR}/print/acroreadwrapper \
|
||||
${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
|
||||
${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango \
|
||||
${LOCALBASE}/lib/linux-nvu/libgtkembedmoz.so:${PORTSDIR}/www/linux-nvu
|
||||
|
||||
RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
USE_LINUX= yes
|
||||
USE_X_PREFIX= yes
|
||||
#USE_GNOME= desktopfileutils
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= ACRODIR=${ACRODIR} \
|
||||
ACROBASE=${ACROBASE} \
|
||||
ADOBEBASE=${ADOBEBASE} \
|
||||
PLUGINDIR=${PLUGINDIR} \
|
||||
ADOBE_LANG=${ADOBE_LANG:U} \
|
||||
LOCALE_NAME=${LOCALE_NAME}
|
||||
SUB_FILES= ln mv rm pkg-message
|
||||
SUB_LIST= ADOBE_LANG=${ADOBE_LANG:U}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
WRKSRC= ${WRKDIR}/AdobeReader
|
||||
|
||||
LANGCODE= chs:zh_CN cht:zh_TW dan:da_DK deu:de_DE enu:en_US \
|
||||
esp:es_ES fra:fr_FR ita:it_IT jpn:ja_JP kor:ko_KR \
|
||||
nld:nl_NL nor:nb_NO ptb:pt_BR suo:fi_FI sve:sv_SE
|
||||
|
||||
ADOBE_LANG?= ENU
|
||||
.for L in ${ADOBE_LANG:L}
|
||||
LOCALE_NAME= ${LANGCODE:M${L}\:*:C/.*\://}
|
||||
LANG_${L:U}= ""
|
||||
LANG_NON${L:U}= "@comment "
|
||||
.endfor
|
||||
.for L in ${LANGCODE:C/\:.*//:U}
|
||||
LANG_${L}?= "@comment "
|
||||
LANG_NON${L}?= ""
|
||||
PLIST_SUB+= LANG_${L}=${LANG_${L}}
|
||||
PLIST_SUB+= LANG_NON${L}=${LANG_NON${L}}
|
||||
.endfor
|
||||
|
||||
ADOBEBASE= Adobe
|
||||
ACROBASE= ${ADOBEBASE}/Reader8
|
||||
ACRODIR= ${ACROBASE}/${ADOBE_LANG:U}
|
||||
PLUGINDIR= lib/browser_linux_plugins
|
||||
INSTALLDIR= ${PREFIX}/${ACRODIR}
|
||||
INSTALLEXEC= ${SETENV} UNAME_s=Linux \
|
||||
InstallDir=${INSTALLDIR} \
|
||||
UNAME_r="Linux Compatibility on FreeBSD" \
|
||||
${SH} ./INSTALL --install_path=${INSTALLDIR} > /dev/null
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${WRKDIR}/bin
|
||||
@${INSTALL_SCRIPT} \
|
||||
${WRKDIR}/ln ${WRKDIR}/rm ${WRKDIR}/mv \
|
||||
${WRKDIR}/bin
|
||||
do-install:
|
||||
@${ECHO_CMD} Installing...
|
||||
@${MKDIR} ${INSTALLDIR}
|
||||
@cd ${WRKSRC} && ${SETENV} PATH=${WRKDIR}/bin:${PATH} ${INSTALLEXEC} > /dev/null
|
||||
|
||||
.if ${ADOBE_LANG:U} != ENU
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/acroread8/distinfo
Normal file
3
print/acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_enu-8.1.1-1.i486.tar.gz) = e7630311c597feff26024c3383eab110
|
||||
SHA256 (acroread/AdobeReader_enu-8.1.1-1.i486.tar.gz) = e484eea9e57694cc631f63db2f8bf28acdcf0da5b493580252b45d8ca1d60f08
|
||||
SIZE (acroread/AdobeReader_enu-8.1.1-1.i486.tar.gz) = 50094035
|
5
print/acroread8/files/ln.in
Normal file
5
print/acroread8/files/ln.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
#
|
||||
# always do nothing
|
||||
#
|
5
print/acroread8/files/mv.in
Normal file
5
print/acroread8/files/mv.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
#
|
||||
# always do nothing
|
||||
#
|
4
print/acroread8/files/pkg-message.in
Normal file
4
print/acroread8/files/pkg-message.in
Normal file
|
@ -0,0 +1,4 @@
|
|||
====
|
||||
To run this, set ADOBE_LANG=%%ADOBE_LANG%% and use %%PREFIX%%/bin/acroread.
|
||||
(when LANG is set, ADOBE_LANG will be set automatically based on it)
|
||||
====
|
8
print/acroread8/files/rm.in
Normal file
8
print/acroread8/files/rm.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
#
|
||||
# remove harmless files only
|
||||
#
|
||||
case $2 in
|
||||
*/AcroWriteTest|*/*.tmp) /bin/rm "$@" ;;
|
||||
esac
|
5
print/acroread8/pkg-descr
Normal file
5
print/acroread8/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Adobe Reader is free software that allows everyone from business
|
||||
professionals to home users to easily and reliably view, print,
|
||||
and search PDF files using a variety of platforms and devices.
|
||||
|
||||
WWW: http://www.adobe.com/products/acrobat/readermain.html
|
1755
print/acroread8/pkg-plist
Normal file
1755
print/acroread8/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
15
print/dk-acroread8/Makefile
Normal file
15
print/dk-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: dk-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= dk-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= DAN
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/dk-acroread8/distinfo
Normal file
3
print/dk-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_dan-8.1.1-1.i486.tar.gz) = 1df9ca42d0fc5df2e824dcdcfcb1cd43
|
||||
SHA256 (acroread/AdobeReader_dan-8.1.1-1.i486.tar.gz) = 62c6d0f2178f5ea345b6768283da0f1774c2ae55825b76f96b565dac85130d1a
|
||||
SIZE (acroread/AdobeReader_dan-8.1.1-1.i486.tar.gz) = 52666593
|
15
print/es-acroread8/Makefile
Normal file
15
print/es-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: es-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= es-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= ESP
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/es-acroread8/distinfo
Normal file
3
print/es-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_esp-8.1.1-1.i486.tar.gz) = 44b84906d517033e2ff2761003ea69a7
|
||||
SHA256 (acroread/AdobeReader_esp-8.1.1-1.i486.tar.gz) = 3aecc79cf2224ada88a337800ac201235a735064079c0d3bf200d320f3459bd7
|
||||
SIZE (acroread/AdobeReader_esp-8.1.1-1.i486.tar.gz) = 52821061
|
15
print/fi-acroread8/Makefile
Normal file
15
print/fi-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: fi-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= fi-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= SUO
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/fi-acroread8/distinfo
Normal file
3
print/fi-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_suo-8.1.1-1.i486.tar.gz) = 83e7b12200c2f676a60003a737b1fd5d
|
||||
SHA256 (acroread/AdobeReader_suo-8.1.1-1.i486.tar.gz) = e50a2c92978485e08cbe9ebe3d52992f82069165025543cae1043eaf39d49607
|
||||
SIZE (acroread/AdobeReader_suo-8.1.1-1.i486.tar.gz) = 52792235
|
15
print/it-acroread8/Makefile
Normal file
15
print/it-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: it-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= it-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= ITA
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/it-acroread8/distinfo
Normal file
3
print/it-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_ita-8.1.1-1.i486.tar.gz) = 4f3d8f3327522d29bae59184b6d620e2
|
||||
SHA256 (acroread/AdobeReader_ita-8.1.1-1.i486.tar.gz) = cf8ff3c8acdf58434816adac63274596966eada8f28d3f7794e16f60c7c3bcc1
|
||||
SIZE (acroread/AdobeReader_ita-8.1.1-1.i486.tar.gz) = 52644178
|
15
print/nl-acroread8/Makefile
Normal file
15
print/nl-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: nl-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= nl-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= NLD
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/nl-acroread8/distinfo
Normal file
3
print/nl-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_nld-8.1.1-1.i486.tar.gz) = 2c7db3b094bc2c3872cfabd9259207e1
|
||||
SHA256 (acroread/AdobeReader_nld-8.1.1-1.i486.tar.gz) = 59a31d5e2b58240ab5a13d453ee9639f8914e3e922d7208088e99768ce217b7b
|
||||
SIZE (acroread/AdobeReader_nld-8.1.1-1.i486.tar.gz) = 52974942
|
15
print/no-acroread8/Makefile
Normal file
15
print/no-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: no-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= no-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= NOR
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/no-acroread8/distinfo
Normal file
3
print/no-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_nor-8.1.1-1.i486.tar.gz) = 8f1d6ff58a673bea0bd1f6a011ec8628
|
||||
SHA256 (acroread/AdobeReader_nor-8.1.1-1.i486.tar.gz) = 0489db42037a1b8b82e208deea23840b566e6fe86660dec4d0bc97bfaae9bf18
|
||||
SIZE (acroread/AdobeReader_nor-8.1.1-1.i486.tar.gz) = 52915289
|
15
print/sv-acroread8/Makefile
Normal file
15
print/sv-acroread8/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: sv-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= sv-
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/acroread8
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
ADOBE_LANG= SVE
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/sv-acroread8/distinfo
Normal file
3
print/sv-acroread8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (acroread/AdobeReader_sve-8.1.1-1.i486.tar.gz) = 1eb7f102398ea7fd30bcb3f56f5de7af
|
||||
SHA256 (acroread/AdobeReader_sve-8.1.1-1.i486.tar.gz) = 05afcac58fde613c4ca9432f83c2bd42bbd607a3b0c659543d9bb0e957264342
|
||||
SIZE (acroread/AdobeReader_sve-8.1.1-1.i486.tar.gz) = 53809424
|
Loading…
Reference in a new issue