summaryrefslogtreecommitdiff
path: root/print/acroread5
diff options
context:
space:
mode:
Diffstat (limited to 'print/acroread5')
-rw-r--r--print/acroread5/Makefile74
-rw-r--r--print/acroread5/distinfo2
-rw-r--r--print/acroread5/files/acroread.diff17
-rw-r--r--print/acroread5/files/patch-aa41
-rw-r--r--print/acroread5/pkg-comment1
-rw-r--r--print/acroread5/pkg-descr6
-rw-r--r--print/acroread5/pkg-plist87
7 files changed, 0 insertions, 228 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
deleted file mode 100644
index 34dc3b39a67e..000000000000
--- a/print/acroread5/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: acroread
-# Date created: 16 November 1996
-# Whom: Thomas Gellekum <tg@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= acroread
-PORTVERSION= 4.05
-CATEGORIES= print linux
-MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/
-.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386"
-DISTNAME= linux-ar-405
-.elif ${ARCH} == "alpha"
-DISTNAME= fdec-rs-405
-.endif
-
-MAINTAINER= dima@FreeBSD.org
-
-.if ${ARCH} == "i386"
-RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
-.elif ${ARCH} == "alpha"
-RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
-.endif
-
-NO_LATEST_LINK= yes
-
-ONLY_FOR_ARCHS= i386 alpha
-
-NO_FILTER_SHLIBS= yes
-
-.if ${ARCH} == "i386"
-WRKSRC= ${WRKDIR}/ILINXR.install
-PLIST_SUB= "ARCHDIR=intellinux"
-.elif ${ARCH} == "alpha"
-WRKSRC= ${WRKDIR}/AOSFRS.install
-PLIST= ${WRKDIR}/PLIST
-PLIST_SUB= "ARCHDIR=alphaosf"
-.endif
-
-pre-configure:
-.if ${ARCH} == "i386"
- @${PERL} -pi.fbsd -e 's:Linux\):FreeBSD|Linux):g' ${WRKSRC}/INSTALL
-.elif ${ARCH} == "alpha"
- @${PERL} -pi.fbsd -e 's:OSF1\):FreeBSD|OSF1):g' ${WRKSRC}/INSTALL
- ${SED} -e 's/@comment ALPHA-ONLY://g' ${PKGDIR}/PLIST > ${PLIST}
-.endif
-
-do-build:
- @${ECHO_MSG} "Do a \`make install' as root."
-
-do-install:
- @${MKDIR} ${PREFIX}/Acrobat4
- @ReadInstallDir=${PREFIX}/Acrobat4 ${WRKSRC}/INSTALL
-
-post-install:
-.if ${ARCH} == "i386"
- @${PERL} -pi -e 's:Linux\):FreeBSD|Linux):g' ${PREFIX}/Acrobat4/bin/acroread
- @/compat/linux/usr/bin/strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
- @brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
-.elif ${ARCH} == "alpha"
- @${PERL} -pi -e 's:OSF1\):FreeBSD|OSF1):g' ${PREFIX}/Acrobat4/bin/acroread
- @strip ${PREFIX}/Acrobat4/Reader/alphaosf/bin/acroread
-.endif
- @cd ${PREFIX}/Acrobat4/bin && \
- ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \
- ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
- ${PREFIX}/bin/acroread4 && ${RM} acroread.orig
- @${CHMOD} +x ${PREFIX}/bin/acroread4
- @${ECHO_MSG} "Be sure to read the license agreement in"
- @${ECHO_MSG} "${PREFIX}/Acrobat4/Reader/License.pdf"
-
-.include <bsd.port.post.mk>
diff --git a/print/acroread5/distinfo b/print/acroread5/distinfo
deleted file mode 100644
index fbbffd969acd..000000000000
--- a/print/acroread5/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (linux-ar-405.tar.gz) = ad40572f1f9972d2b91d01217a2b0f23
-MD5 (fdec-rs-405.tar.gz) = 79cd8b15532243732ff6a3665533e0dd
diff --git a/print/acroread5/files/acroread.diff b/print/acroread5/files/acroread.diff
deleted file mode 100644
index 836142fbc594..000000000000
--- a/print/acroread5/files/acroread.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- acroread.foo Thu Mar 9 10:32:08 2000
-+++ acroread Thu Mar 9 10:34:47 2000
-@@ -305,10 +305,14 @@
- alphaosf)
- LD_LIBRARY_PATH="`prepend "$ACRO_INSTALL_DIR/$ACRO_CONFIG/lib:$ACRO_INSTALL_DIR/$ACRO_CONFIG/lib" "$LD_LIBRARY_PATH"`"
- export LD_LIBRARY_PATH
-+ LC_CTYPE="C"
-+ export LC_CTYPE
- ;;
- intellinux)
- LD_LIBRARY_PATH="`prepend "$ACRO_INSTALL_DIR/$ACRO_CONFIG/lib:$ACRO_INSTALL_DIR/$ACRO_CONFIG/lib" "$LD_LIBRARY_PATH"`"
- export LD_LIBRARY_PATH
-+ LC_CTYPE="C"
-+ export LC_CTYPE
- ;;
- intelbsdi)
- ;;
diff --git a/print/acroread5/files/patch-aa b/print/acroread5/files/patch-aa
deleted file mode 100644
index e88055b38e48..000000000000
--- a/print/acroread5/files/patch-aa
+++ /dev/null
@@ -1,41 +0,0 @@
---- INSTALL.orig Wed Jan 26 16:38:00 2000
-+++ INSTALL Thu Mar 9 10:33:31 2000
-@@ -115,6 +115,8 @@
- if [ "$i" -a -f "$i" ] ; then
- if [ `uname -s` = "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
-@@ -157,9 +159,9 @@
- uid=`expr "$id_out" : 'uid=[0-9]*(\([^)]*\))'`
- gid=`expr "$id_out" : '[^ ]* gid=[0-9]*(\([^)]*\))'`
- if [ "$uid" = "root" ] ; then
-- ( cd "$1" ; tar xfo "$2" ; chown -R $uid . ; chgrp -R $gid . )
-+ ( cd "$1" ; tar --unlink -xof "$2" ; chown -R $uid . ; chgrp -R $gid . )
- else
-- ( cd "$1" ; tar xfo "$2" )
-+ ( cd "$1" ; tar --unlink -xof "$2" )
- fi
- }
-
-@@ -490,7 +492,7 @@
- SearchPlatformTar="$3"
- CustomPlatformTar="$4"
-
-- OutputLicense "$ReadLicense"
-+# OutputLicense "$ReadLicense"
- ReadLicense=""
-
- PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
-@@ -563,7 +565,7 @@
- *) ScriptDirectory="$CurrentDirectory"/"$ScriptDirectory" ;;
- esac
-
--if [ "`type uname`" != "uname not found" ] ; then
-+if [ "`uname`" != "uname not found" ] ; then
- OSname=`uname -s`
- if [ "$OSname" = "AIX" ] ; then
- OSrelease=`uname -a | ( read name host minor major foo ; echo $major.$minor )`
diff --git a/print/acroread5/pkg-comment b/print/acroread5/pkg-comment
deleted file mode 100644
index 4f31de055120..000000000000
--- a/print/acroread5/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-View, distribute and print PDF documents
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 d77ef19ccb81..000000000000
--- a/print/acroread5/pkg-plist
+++ /dev/null
@@ -1,87 +0,0 @@
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/autoIndx.api
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/search.api
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/acrosrch.uid
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.cmp
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.lic
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.std
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/vdk10.syx
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/acro20.lng
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.rsd
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.rst
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.stc
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.stp
-@comment ALPHA-ONLY:Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language/vdk10.syd
-Acrobat4/Browsers/netscape
-Acrobat4/Browsers/%%ARCHDIR%%/nppdf.so
-Acrobat4/Resource/Font/Arial
-Acrobat4/Resource/Font/Arial-Bold
-Acrobat4/Resource/Font/Arial-BoldItalic
-Acrobat4/Resource/Font/Arial-Italic
-Acrobat4/Resource/Font/Fonts14.upr
-Acrobat4/Resource/Font/TimesNewRoman
-Acrobat4/Resource/Font/TimesNewRoman-Bold
-Acrobat4/Resource/Font/TimesNewRoman-BoldItalic
-Acrobat4/Resource/Font/TimesNewRoman-Italic
-Acrobat4/Resource/Font/AdobeSansMM
-Acrobat4/Resource/Font/AdobeSansMM.MMM
-Acrobat4/Resource/Font/AdobeSerifMM
-Acrobat4/Resource/Font/AdobeSerifMM.MMM
-Acrobat4/Resource/Font/Courier
-Acrobat4/Resource/Font/Courier-Bold
-Acrobat4/Resource/Font/Courier-BoldOblique
-Acrobat4/Resource/Font/Courier-Oblique
-Acrobat4/Resource/Font/Symbol
-Acrobat4/Resource/Font/ZapfDingbats
-Acrobat4/Reader/AcroVersion
-Acrobat4/Reader/Acrobat.pdf
-Acrobat4/Reader/License.pdf
-Acrobat4/Reader/MapTypes.pdf
-Acrobat4/Reader/help/reader.pdf
-@comment ALPHA-ONLY:Acrobat4/Reader/help/search.pdf
-Acrobat4/Reader/%%ARCHDIR%%/app-defaults/AcroRead
-Acrobat4/Reader/%%ARCHDIR%%/bin/acroread
-Acrobat4/Reader/%%ARCHDIR%%/lib/XKeysymDB
-Acrobat4/Reader/%%ARCHDIR%%/lib/libAGM.so
-Acrobat4/Reader/%%ARCHDIR%%/lib/libAGM.so.3.0
-Acrobat4/Reader/%%ARCHDIR%%/lib/libCoolType.so
-Acrobat4/Reader/%%ARCHDIR%%/lib/libCoolType.so.1.0
-Acrobat4/Reader/%%ARCHDIR%%/lib/libICC.so
-Acrobat4/Reader/%%ARCHDIR%%/lib/libICC.so.1.0
-Acrobat4/Reader/%%ARCHDIR%%/lib/libreadcore.so
-Acrobat4/Reader/%%ARCHDIR%%/lib/libreadcore.so.4.0
-Acrobat4/Reader/%%ARCHDIR%%/plug_ins/JavaScripts/AFStrENU.js
-Acrobat4/Reader/%%ARCHDIR%%/plug_ins/JavaScripts/AForm.js
-Acrobat4/Reader/%%ARCHDIR%%/plug_ins/AcroForm.api
-Acrobat4/Reader/%%ARCHDIR%%/plug_ins/Highlight.api
-Acrobat4/Reader/%%ARCHDIR%%/plug_ins/ewh.api
-Acrobat4/Reader/%%ARCHDIR%%/plug_ins/wwwlink.api
-Acrobat4/Reader/res/splashScreen11R.xbm
-Acrobat4/Reader/res/splashScreen18R.xpm
-Acrobat4/Reader/res/splashScreen21.xbm
-Acrobat4/Reader/res/splashScreen28.xpm
-Acrobat4/ReadMe
-Acrobat4/bin/acroread
-bin/acroread4
-@exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
-@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
-@exec ln -sf ../../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
-@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res
-@exec echo "Be sure to read the license agreement in"
-@exec echo "%D/Acrobat4/Reader/License.pdf"
-@dirrm Acrobat4/bin
-@dirrm Acrobat4/Reader/res
-@comment ALPHA-ONLY:@dirrm Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome/language
-@comment ALPHA-ONLY:@dirrm Acrobat4/Reader/%%ARCHDIR%%/plug_ins/vdkHome
-@dirrm Acrobat4/Reader/%%ARCHDIR%%/plug_ins/JavaScripts
-@dirrm Acrobat4/Reader/%%ARCHDIR%%/plug_ins
-@dirrm Acrobat4/Reader/%%ARCHDIR%%/lib
-@dirrm Acrobat4/Reader/%%ARCHDIR%%/bin
-@dirrm Acrobat4/Reader/%%ARCHDIR%%/app-defaults
-@dirrm Acrobat4/Reader/%%ARCHDIR%%
-@dirrm Acrobat4/Reader/help
-@dirrm Acrobat4/Reader
-@dirrm Acrobat4/Resource/Font
-@dirrm Acrobat4/Resource
-@dirrm Acrobat4/Browsers/%%ARCHDIR%%
-@dirrm Acrobat4/Browsers
-@dirrm Acrobat4