From 2245b95ae1c2816c02edab6223819b111cfdc041 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 23 Dec 2004 18:57:15 +0000 Subject: Move acroread5 to acroread, as requested by tg and vs. PR: 75371 Approved by: portmgr (marcus) --- MOVED | 1 + print/Makefile | 2 +- print/acroread/Makefile | 66 ++++++++++++++++++++++++++++++ print/acroread/distinfo | 2 + print/acroread/files/patch-aa | 32 +++++++++++++++ print/acroread/pkg-descr | 6 +++ print/acroread/pkg-plist | 92 ++++++++++++++++++++++++++++++++++++++++++ print/acroread5/Makefile | 66 ------------------------------ print/acroread5/distinfo | 2 - print/acroread5/files/patch-aa | 32 --------------- print/acroread5/pkg-descr | 6 --- print/acroread5/pkg-plist | 92 ------------------------------------------ 12 files changed, 200 insertions(+), 199 deletions(-) create mode 100644 print/acroread/Makefile create mode 100644 print/acroread/distinfo create mode 100644 print/acroread/files/patch-aa create mode 100644 print/acroread/pkg-descr create mode 100644 print/acroread/pkg-plist delete mode 100644 print/acroread5/Makefile delete mode 100644 print/acroread5/distinfo delete mode 100644 print/acroread5/files/patch-aa delete mode 100644 print/acroread5/pkg-descr delete mode 100644 print/acroread5/pkg-plist diff --git a/MOVED b/MOVED index 219f9aee1aaa..ad573c7d383b 100644 --- a/MOVED +++ b/MOVED @@ -1362,3 +1362,4 @@ print/pxfonts||2004-12-19|already included in the teTeX distribution print/txfonts||2004-12-19|already included in the teTeX distribution audio/juk|multimedia/kdemultimedia3|2004-12-22|juk has been integrated into kdemultimedia3 databases/sqlite|databases/sqlite2|2004-12-23|port renamed +print/acroread5|print/acroread|2004-12-23|last Acrobat Reader port remaining diff --git a/print/Makefile b/print/Makefile index 4ded4daf2d12..6ca4fb66a036 100644 --- a/print/Makefile +++ b/print/Makefile @@ -10,7 +10,7 @@ SUBDIR += abcm2ps SUBDIR += abntex SUBDIR += acrobatviewer - SUBDIR += acroread5 + SUBDIR += acroread SUBDIR += acroread5-commfont SUBDIR += adobe-cmaps SUBDIR += afm diff --git a/print/acroread/Makefile b/print/acroread/Makefile new file mode 100644 index 000000000000..386890aca947 --- /dev/null +++ b/print/acroread/Makefile @@ -0,0 +1,66 @@ +# New ports collection makefile for: acroread +# Date created: 16 November 1996 +# Whom: Thomas Gellekum +# +# $FreeBSD$ +# + +PORTNAME= acroread +PORTVERSION= 5.10 +CATEGORIES= print linux +MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ + ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ +.include +.if ${ARCH} == "i386" +DISTNAME= linux-5010 +.endif +CONFLICTS= acroread-3* +DIST_SUBDIR= acroread + +MAINTAINER= trevor@FreeBSD.org +COMMENT= View, distribute and print PDF documents + +ONLY_FOR_ARCHS= i386 + +.if (exists(${LINUXBASE}/lib/libc-2.3.2.so)) +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs +.else +USE_LINUX= yes +.endif + +USE_REINPLACE= yes +REINPLACE_ARGS= -i '' -E +NO_FILTER_SHLIBS= yes + +.if ${ARCH} == "i386" +PLIST_SUB= "ARCHDIR=intellinux" +.endif +WRKSRC= ${WRKDIR}/installers + +do-build: + @${ECHO_MSG} "Do a \`make install' as root." + +do-install: + @${MKDIR} ${PREFIX}/Acrobat5 + @ReadInstallDir=${PREFIX}/Acrobat5 ${WRKSRC}/INSTALL +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + strings -1 ${WRKSRC}/README > ${DOCSDIR}/README +.endif + +post-install: + ${REINPLACE_CMD} 's:Linux):FreeBSD|Linux):g' ${PREFIX}/Acrobat5/bin/acroread + -@${LINUXBASE}/usr/bin/strip ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread + @brandelf -t Linux ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread + ${REINPLACE_CMD} 's:OSF1):FreeBSD|OSF1):g' ${PREFIX}/Acrobat5/bin/acroread + @cd ${PREFIX}/Acrobat5/bin && \ + ${INSTALL_SCRIPT} ${PREFIX}/Acrobat5/bin/acroread \ + ${PREFIX}/bin/acroread5 + @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5 + @${CHMOD} +x ${PREFIX}/bin/acroread5 + [ -e ${PREFIX}/bin/acroread ] \ + || (cd ${PREFIX}/bin ; ${LN} -sf acroread5 acroread) + @${ECHO_MSG} "Be sure to read the license agreement in" + @${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt" + +.include diff --git a/print/acroread/distinfo b/print/acroread/distinfo new file mode 100644 index 000000000000..dc9eaea7e1e9 --- /dev/null +++ b/print/acroread/distinfo @@ -0,0 +1,2 @@ +MD5 (acroread/linux-5010.tar.gz) = 9721b85d54aab1d9ece37758cc6d64f2 +SIZE (acroread/linux-5010.tar.gz) = 9286383 diff --git a/print/acroread/files/patch-aa b/print/acroread/files/patch-aa new file mode 100644 index 000000000000..1df7cbfd4124 --- /dev/null +++ b/print/acroread/files/patch-aa @@ -0,0 +1,32 @@ +--- INSTALL.orig Mon Jul 1 15:09:57 2002 ++++ INSTALL Thu Aug 8 04:28:23 2002 +@@ -133,8 +133,10 @@ + total=0 + for i in $* ; do + if [ "$i" -a -f "$i" ] ; then +- if [ `uname -s` = "Linux" ] ; then ++ if [ `uname -s` = "FreeBSD|Linux" ] ; then + size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )` ++ elif [ `uname -s` = "FreeBSD" ] ; then ++ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )` + else + size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )` + fi +@@ -344,7 +346,7 @@ + SearchPlatformTar="$3" + CustomPlatformTar="$4" + +- OutputLicense "$ReadLicense" ++# OutputLicense "$ReadLicense" + ReadLicense="" + + PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \ +@@ -524,7 +526,7 @@ + ;; + esac + ;; +- Linux) ++ FreeBSD) + ReadDefaultNum="$ReadIntelLinuxNum" + DefaultName="Intel/Linux" + ;; diff --git a/print/acroread/pkg-descr b/print/acroread/pkg-descr new file mode 100644 index 000000000000..ba2a664df766 --- /dev/null +++ b/print/acroread/pkg-descr @@ -0,0 +1,6 @@ +Acrobat Reader is part of the Adobe Acrobat family of software, which lets +you view, distribute, and print documents in Portable Document Format +(PDF)--regardless of the computer, operating system, fonts, or application +used to create the original file. PDF files retain all the formatting, +fonts, and graphics of the original document, and virtually any +PostScript(TM) document can be converted into a PDF file. diff --git a/print/acroread/pkg-plist b/print/acroread/pkg-plist new file mode 100644 index 000000000000..63ddd6bd801a --- /dev/null +++ b/print/acroread/pkg-plist @@ -0,0 +1,92 @@ +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/autoIndx.api +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/search.api +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/acrosrch.uid +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.cmp +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.lic +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.std +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.syx +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/acro20.lng +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.rsd +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.rst +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.stc +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.stp +@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.syd +Acrobat5/Browsers/netscape +Acrobat5/Browsers/%%ARCHDIR%%/nppdf.so +Acrobat5/Resource/Font/AdobeSansMM +Acrobat5/Resource/Font/AdobeSansMM.MMM +Acrobat5/Resource/Font/AdobeSerifMM +Acrobat5/Resource/Font/AdobeSerifMM.MMM +Acrobat5/Resource/Font/Arial +Acrobat5/Resource/Font/Arial-Bold +Acrobat5/Resource/Font/Arial-BoldItalic +Acrobat5/Resource/Font/Arial-Italic +Acrobat5/Resource/Font/Courier +Acrobat5/Resource/Font/Courier-Bold +Acrobat5/Resource/Font/Courier-BoldOblique +Acrobat5/Resource/Font/Courier-Oblique +Acrobat5/Resource/Font/Fonts14.upr +Acrobat5/Resource/Font/Symbol +Acrobat5/Resource/Font/TimesNewRoman +Acrobat5/Resource/Font/TimesNewRoman-Bold +Acrobat5/Resource/Font/TimesNewRoman-BoldItalic +Acrobat5/Resource/Font/TimesNewRoman-Italic +Acrobat5/Resource/Font/ZapfDingbats +Acrobat5/Resource/LICFONT.TXT +Acrobat5/Reader/AcroVersion +Acrobat5/Reader/MapTypes.pdf +Acrobat5/Reader/help/acrobat.pdf +Acrobat5/Reader/help/reader.pdf +@comment ALPHA-ONLY:Acrobat5/Reader/help/search.pdf +Acrobat5/Reader/%%ARCHDIR%%/app-defaults/AcroRead +Acrobat5/Reader/%%ARCHDIR%%/bin/acroread +Acrobat5/Reader/%%ARCHDIR%%/lib/XKeysymDB +Acrobat5/Reader/%%ARCHDIR%%/lib/libACE.so +Acrobat5/Reader/%%ARCHDIR%%/lib/libACE.so.2.02 +Acrobat5/Reader/%%ARCHDIR%%/lib/libAGM.so +Acrobat5/Reader/%%ARCHDIR%%/lib/libAGM.so.4.08 +Acrobat5/Reader/%%ARCHDIR%%/lib/libBIB.so +Acrobat5/Reader/%%ARCHDIR%%/lib/libBIB.so.1.1 +Acrobat5/Reader/%%ARCHDIR%%/lib/libCoolType.so +Acrobat5/Reader/%%ARCHDIR%%/lib/libCoolType.so.4.10 +Acrobat5/Reader/%%ARCHDIR%%/lib/libOPP.so +Acrobat5/Reader/%%ARCHDIR%%/lib/libOPP.so.1.02 +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/AcroForm.api +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/EScript.api +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/JavaScripts/AFStrENU.js +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/JavaScripts/AForm.js +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/Highlight.api +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/ewh.api +Acrobat5/Reader/%%ARCHDIR%%/plug_ins/wwwlink.api +Acrobat5/Reader/res/ENUtxt.pdf +Acrobat5/Reader/res/splashScreen11R.xbm +Acrobat5/Reader/res/splashScreen18R.xpm +Acrobat5/Reader/license.txt +Acrobat5/bin/acroread +bin/acroread +bin/acroread5 +%%PORTDOCS%%share/doc/acroread/README +@exec ln -sf ../../Resource/Font/ %D/Acrobat5/Reader/%%ARCHDIR%%/fonts +@unexec rm -f %D/Acrobat5/Reader/%%ARCHDIR%%/fonts +@exec ln -sf ../res %D/Acrobat5/Reader/%%ARCHDIR%%/res +@unexec rm -f %D/Acrobat5/Reader/%%ARCHDIR%%/res +@exec echo "Be sure to read the license agreement in" +@exec echo "%D/Acrobat5/Reader/license.txt" +@dirrm Acrobat5/bin +@dirrm Acrobat5/Reader/res +@comment ALPHA-ONLY:@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language +@comment ALPHA-ONLY:@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome +@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins/JavaScripts +@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins +@dirrm Acrobat5/Reader/%%ARCHDIR%%/lib +@dirrm Acrobat5/Reader/%%ARCHDIR%%/bin +@dirrm Acrobat5/Reader/%%ARCHDIR%%/app-defaults +@dirrm Acrobat5/Reader/%%ARCHDIR%% +@dirrm Acrobat5/Reader/help +@dirrm Acrobat5/Reader +@dirrm Acrobat5/Resource/Font +@dirrm Acrobat5/Resource +@dirrm Acrobat5/Browsers/%%ARCHDIR%% +@dirrm Acrobat5/Browsers +@dirrm Acrobat5 +@dirrm share/doc/acroread diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile deleted file mode 100644 index 386890aca947..000000000000 --- a/print/acroread5/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: acroread -# Date created: 16 November 1996 -# Whom: Thomas Gellekum -# -# $FreeBSD$ -# - -PORTNAME= acroread -PORTVERSION= 5.10 -CATEGORIES= print linux -MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ - ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ -.include -.if ${ARCH} == "i386" -DISTNAME= linux-5010 -.endif -CONFLICTS= acroread-3* -DIST_SUBDIR= acroread - -MAINTAINER= trevor@FreeBSD.org -COMMENT= View, distribute and print PDF documents - -ONLY_FOR_ARCHS= i386 - -.if (exists(${LINUXBASE}/lib/libc-2.3.2.so)) -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs -.else -USE_LINUX= yes -.endif - -USE_REINPLACE= yes -REINPLACE_ARGS= -i '' -E -NO_FILTER_SHLIBS= yes - -.if ${ARCH} == "i386" -PLIST_SUB= "ARCHDIR=intellinux" -.endif -WRKSRC= ${WRKDIR}/installers - -do-build: - @${ECHO_MSG} "Do a \`make install' as root." - -do-install: - @${MKDIR} ${PREFIX}/Acrobat5 - @ReadInstallDir=${PREFIX}/Acrobat5 ${WRKSRC}/INSTALL -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - strings -1 ${WRKSRC}/README > ${DOCSDIR}/README -.endif - -post-install: - ${REINPLACE_CMD} 's:Linux):FreeBSD|Linux):g' ${PREFIX}/Acrobat5/bin/acroread - -@${LINUXBASE}/usr/bin/strip ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread - @brandelf -t Linux ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread - ${REINPLACE_CMD} 's:OSF1):FreeBSD|OSF1):g' ${PREFIX}/Acrobat5/bin/acroread - @cd ${PREFIX}/Acrobat5/bin && \ - ${INSTALL_SCRIPT} ${PREFIX}/Acrobat5/bin/acroread \ - ${PREFIX}/bin/acroread5 - @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5 - @${CHMOD} +x ${PREFIX}/bin/acroread5 - [ -e ${PREFIX}/bin/acroread ] \ - || (cd ${PREFIX}/bin ; ${LN} -sf acroread5 acroread) - @${ECHO_MSG} "Be sure to read the license agreement in" - @${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt" - -.include diff --git a/print/acroread5/distinfo b/print/acroread5/distinfo deleted file mode 100644 index dc9eaea7e1e9..000000000000 --- a/print/acroread5/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (acroread/linux-5010.tar.gz) = 9721b85d54aab1d9ece37758cc6d64f2 -SIZE (acroread/linux-5010.tar.gz) = 9286383 diff --git a/print/acroread5/files/patch-aa b/print/acroread5/files/patch-aa deleted file mode 100644 index 1df7cbfd4124..000000000000 --- a/print/acroread5/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ ---- INSTALL.orig Mon Jul 1 15:09:57 2002 -+++ INSTALL Thu Aug 8 04:28:23 2002 -@@ -133,8 +133,10 @@ - total=0 - for i in $* ; do - if [ "$i" -a -f "$i" ] ; then -- if [ `uname -s` = "Linux" ] ; then -+ if [ `uname -s` = "FreeBSD|Linux" ] ; then - size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )` -+ elif [ `uname -s` = "FreeBSD" ] ; then -+ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )` - else - size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )` - fi -@@ -344,7 +346,7 @@ - SearchPlatformTar="$3" - CustomPlatformTar="$4" - -- OutputLicense "$ReadLicense" -+# OutputLicense "$ReadLicense" - ReadLicense="" - - PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \ -@@ -524,7 +526,7 @@ - ;; - esac - ;; -- Linux) -+ FreeBSD) - ReadDefaultNum="$ReadIntelLinuxNum" - DefaultName="Intel/Linux" - ;; diff --git a/print/acroread5/pkg-descr b/print/acroread5/pkg-descr deleted file mode 100644 index ba2a664df766..000000000000 --- a/print/acroread5/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Acrobat Reader is part of the Adobe Acrobat family of software, which lets -you view, distribute, and print documents in Portable Document Format -(PDF)--regardless of the computer, operating system, fonts, or application -used to create the original file. PDF files retain all the formatting, -fonts, and graphics of the original document, and virtually any -PostScript(TM) document can be converted into a PDF file. diff --git a/print/acroread5/pkg-plist b/print/acroread5/pkg-plist deleted file mode 100644 index 63ddd6bd801a..000000000000 --- a/print/acroread5/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/autoIndx.api -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/search.api -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/acrosrch.uid -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.cmp -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.lic -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.std -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.syx -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/acro20.lng -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.rsd -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.rst -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.stc -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.stp -@comment ALPHA-ONLY:Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.syd -Acrobat5/Browsers/netscape -Acrobat5/Browsers/%%ARCHDIR%%/nppdf.so -Acrobat5/Resource/Font/AdobeSansMM -Acrobat5/Resource/Font/AdobeSansMM.MMM -Acrobat5/Resource/Font/AdobeSerifMM -Acrobat5/Resource/Font/AdobeSerifMM.MMM -Acrobat5/Resource/Font/Arial -Acrobat5/Resource/Font/Arial-Bold -Acrobat5/Resource/Font/Arial-BoldItalic -Acrobat5/Resource/Font/Arial-Italic -Acrobat5/Resource/Font/Courier -Acrobat5/Resource/Font/Courier-Bold -Acrobat5/Resource/Font/Courier-BoldOblique -Acrobat5/Resource/Font/Courier-Oblique -Acrobat5/Resource/Font/Fonts14.upr -Acrobat5/Resource/Font/Symbol -Acrobat5/Resource/Font/TimesNewRoman -Acrobat5/Resource/Font/TimesNewRoman-Bold -Acrobat5/Resource/Font/TimesNewRoman-BoldItalic -Acrobat5/Resource/Font/TimesNewRoman-Italic -Acrobat5/Resource/Font/ZapfDingbats -Acrobat5/Resource/LICFONT.TXT -Acrobat5/Reader/AcroVersion -Acrobat5/Reader/MapTypes.pdf -Acrobat5/Reader/help/acrobat.pdf -Acrobat5/Reader/help/reader.pdf -@comment ALPHA-ONLY:Acrobat5/Reader/help/search.pdf -Acrobat5/Reader/%%ARCHDIR%%/app-defaults/AcroRead -Acrobat5/Reader/%%ARCHDIR%%/bin/acroread -Acrobat5/Reader/%%ARCHDIR%%/lib/XKeysymDB -Acrobat5/Reader/%%ARCHDIR%%/lib/libACE.so -Acrobat5/Reader/%%ARCHDIR%%/lib/libACE.so.2.02 -Acrobat5/Reader/%%ARCHDIR%%/lib/libAGM.so -Acrobat5/Reader/%%ARCHDIR%%/lib/libAGM.so.4.08 -Acrobat5/Reader/%%ARCHDIR%%/lib/libBIB.so -Acrobat5/Reader/%%ARCHDIR%%/lib/libBIB.so.1.1 -Acrobat5/Reader/%%ARCHDIR%%/lib/libCoolType.so -Acrobat5/Reader/%%ARCHDIR%%/lib/libCoolType.so.4.10 -Acrobat5/Reader/%%ARCHDIR%%/lib/libOPP.so -Acrobat5/Reader/%%ARCHDIR%%/lib/libOPP.so.1.02 -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/AcroForm.api -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/EScript.api -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/JavaScripts/AFStrENU.js -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/JavaScripts/AForm.js -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/Highlight.api -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/ewh.api -Acrobat5/Reader/%%ARCHDIR%%/plug_ins/wwwlink.api -Acrobat5/Reader/res/ENUtxt.pdf -Acrobat5/Reader/res/splashScreen11R.xbm -Acrobat5/Reader/res/splashScreen18R.xpm -Acrobat5/Reader/license.txt -Acrobat5/bin/acroread -bin/acroread -bin/acroread5 -%%PORTDOCS%%share/doc/acroread/README -@exec ln -sf ../../Resource/Font/ %D/Acrobat5/Reader/%%ARCHDIR%%/fonts -@unexec rm -f %D/Acrobat5/Reader/%%ARCHDIR%%/fonts -@exec ln -sf ../res %D/Acrobat5/Reader/%%ARCHDIR%%/res -@unexec rm -f %D/Acrobat5/Reader/%%ARCHDIR%%/res -@exec echo "Be sure to read the license agreement in" -@exec echo "%D/Acrobat5/Reader/license.txt" -@dirrm Acrobat5/bin -@dirrm Acrobat5/Reader/res -@comment ALPHA-ONLY:@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language -@comment ALPHA-ONLY:@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins/vdkHome -@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins/JavaScripts -@dirrm Acrobat5/Reader/%%ARCHDIR%%/plug_ins -@dirrm Acrobat5/Reader/%%ARCHDIR%%/lib -@dirrm Acrobat5/Reader/%%ARCHDIR%%/bin -@dirrm Acrobat5/Reader/%%ARCHDIR%%/app-defaults -@dirrm Acrobat5/Reader/%%ARCHDIR%% -@dirrm Acrobat5/Reader/help -@dirrm Acrobat5/Reader -@dirrm Acrobat5/Resource/Font -@dirrm Acrobat5/Resource -@dirrm Acrobat5/Browsers/%%ARCHDIR%% -@dirrm Acrobat5/Browsers -@dirrm Acrobat5 -@dirrm share/doc/acroread -- cgit v1.2.3