diff options
author | tg <tg@FreeBSD.org> | 1996-11-20 15:29:45 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-11-20 15:29:45 +0800 |
commit | 51781298f1187731cf054561e402dd82ad6b0a54 (patch) | |
tree | fe7a8ea13d18a6d14e8c836301e58bd565b43ece /print/acroread5 | |
parent | fa5c6a7decaf5a38a06e2357466d45044ae95f98 (diff) | |
download | freebsd-ports-gnome-51781298f1187731cf054561e402dd82ad6b0a54.tar.gz freebsd-ports-gnome-51781298f1187731cf054561e402dd82ad6b0a54.tar.zst freebsd-ports-gnome-51781298f1187731cf054561e402dd82ad6b0a54.zip |
Import of acroread, a reader for the Adobe Portable Document Format.
Note: This is set to RESTRICTED and INTERACTIVE, until someone says
something definite about the copyright/inclusion on CDROM.
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 33 | ||||
-rw-r--r-- | print/acroread5/distinfo | 1 | ||||
-rw-r--r-- | print/acroread5/files/patch-aa | 38 | ||||
-rw-r--r-- | print/acroread5/pkg-comment | 1 | ||||
-rw-r--r-- | print/acroread5/pkg-descr | 6 | ||||
-rw-r--r-- | print/acroread5/pkg-plist | 47 |
6 files changed, 126 insertions, 0 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile new file mode 100644 index 000000000000..d9c278a623fd --- /dev/null +++ b/print/acroread5/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: acroread +# Version required: 3.0 +# Date created: 16 November 1996 +# Whom: Thomas Gellekum <tg@freebsd.org> +# +# $Id$ +# + +DISTNAME= acroread_linux_b1106 +PKGNAME= acroread-3.0 +CATEGORIES= print +MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \ + ftp://nic.switch.ch/mirror/Acrobat/unix/3.x/ + +MAINTAINER= tg@FreeBSD.ORG + +RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib + +RESTRICTED= "Commercial software." +IS_INTERACTIVE= yes +NO_WRKSUBDIR= yes + +do-build: + @${ECHO_MSG} "Do a \`make install' as root." + +do-install: + @${WRKDIR}/INSTALL + +post-install: + @sed -e 's/Linux)/FreeBSD\|Linux)/' <${PREFIX}/Acrobat3/bin/acroread >${PREFIX}/bin/acroread + @chmod +x ${PREFIX}/bin/acroread + +.include <bsd.port.mk> diff --git a/print/acroread5/distinfo b/print/acroread5/distinfo new file mode 100644 index 000000000000..07b638f9343b --- /dev/null +++ b/print/acroread5/distinfo @@ -0,0 +1 @@ +MD5 (acroread_linux_b1106.tar.gz) = bad4875aad93089586781bba93a44d48 diff --git a/print/acroread5/files/patch-aa b/print/acroread5/files/patch-aa new file mode 100644 index 000000000000..92fa10bf43f3 --- /dev/null +++ b/print/acroread5/files/patch-aa @@ -0,0 +1,38 @@ +--- INSTALL.orig Thu Nov 7 00:04:53 1996 ++++ INSTALL Sat Nov 16 15:30:26 1996 +@@ -67,7 +67,7 @@ + exit 1 + fi + +- if [ -z "$PAGER" ] || [ "`type $PAGER`" = "$PAGER not found" ] ; then ++ if [ -z "$PAGER" ] || [ "`$PAGER`" = "$PAGER not found" ] ; then + if [ "`type more`" != "more not found" ] ; then + command=more + elif [ "`type pg`" != "pg not found" ] ; then +@@ -117,6 +117,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 +@@ -559,7 +561,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 )` +@@ -1044,7 +1046,7 @@ + DistDefaultNum="$DistIntelBSDINum" + DefaultName="Intel/BSDI" + ;; +- Linux) ++ FreeBSD|Linux) + AcroDefaultNum="$AcroIntelLinuxNum" + ExchDefaultNum="$ExchIntelLinuxNum" + ReadDefaultNum="$ReadIntelLinuxNum" diff --git a/print/acroread5/pkg-comment b/print/acroread5/pkg-comment new file mode 100644 index 000000000000..e67f3020b0f7 --- /dev/null +++ b/print/acroread5/pkg-comment @@ -0,0 +1 @@ +View, distribute and print PDF documents. diff --git a/print/acroread5/pkg-descr b/print/acroread5/pkg-descr new file mode 100644 index 000000000000..ba2a664df766 --- /dev/null +++ b/print/acroread5/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/acroread5/pkg-plist b/print/acroread5/pkg-plist new file mode 100644 index 000000000000..39a1f837aee9 --- /dev/null +++ b/print/acroread5/pkg-plist @@ -0,0 +1,47 @@ +Acrobat3/Browsers/netscape +Acrobat3/Browsers/intellinux/nppdf.so +Acrobat3/Fonts/AcroRead.upr +Acrobat3/Fonts/AdobeSansMM +Acrobat3/Fonts/AdobeSansMM.MMM +Acrobat3/Fonts/AdobeSerifMM +Acrobat3/Fonts/AdobeSerifMM.MMM +Acrobat3/Fonts/Courier +Acrobat3/Fonts/Courier-Bold +Acrobat3/Fonts/Courier-BoldOblique +Acrobat3/Fonts/Courier-Oblique +Acrobat3/Fonts/Helvetica +Acrobat3/Fonts/Helvetica-Bold +Acrobat3/Fonts/Helvetica-BoldOblique +Acrobat3/Fonts/Helvetica-Oblique +Acrobat3/Fonts/Symbol +Acrobat3/Fonts/Times-Bold +Acrobat3/Fonts/Times-BoldItalic +Acrobat3/Fonts/Times-Italic +Acrobat3/Fonts/Times-Roman +Acrobat3/Fonts/ZapfDingbats +Acrobat3/Reader/AcroVersion +Acrobat3/Reader/Acrobat.pdf +Acrobat3/Reader/License.pdf +Acrobat3/Reader/MapTypes.pdf +Acrobat3/Reader/ReadMe +Acrobat3/Reader/help/reader.pdf +Acrobat3/Reader/intellinux/fonts +Acrobat3/Reader/intellinux/res +Acrobat3/Reader/intellinux/app-defaults/AcroRead +Acrobat3/Reader/intellinux/bin/acroread +Acrobat3/Reader/intellinux/lib/XKeysymDB +Acrobat3/Reader/intellinux/lib/libagm.so +Acrobat3/Reader/intellinux/lib/libagm.so.2.0 +Acrobat3/Reader/intellinux/lib/libpfs.so +Acrobat3/Reader/intellinux/lib/libpfs.so.2.4 +Acrobat3/Reader/intellinux/lib/libreadcore.so +Acrobat3/Reader/intellinux/lib/libreadcore.so.3.0 +Acrobat3/Reader/intellinux/plug_ins/Highlight.api +Acrobat3/Reader/intellinux/plug_ins/ewh.api +Acrobat3/Reader/intellinux/plug_ins/wwwlink.api +Acrobat3/Reader/res/splashScreen11R.xbm +Acrobat3/Reader/res/splashScreen18R.xpm +Acrobat3/Reader/res/splashScreen21.xbm +Acrobat3/Reader/res/splashScreen28.xpm +Acrobat3/bin/acroread +bin/acroread |