aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-06 12:13:54 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-06 12:13:54 +0000
commit4260becf394dc78ad5b696b38eb1e3b47e32f8c1 (patch)
tree2e152eed9e20c5d8bf7d697a34d59a56f7bc22ab /print
parentdc5b6afed5dfe3e0bb8e96bc4ac37290db6e8d49 (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/acrobatviewer/Makefile69
-rw-r--r--print/acrobatviewer/distinfo4
-rw-r--r--print/acrobatviewer/files/AcrobatViewer.in5
-rw-r--r--print/acrobatviewer/pkg-descr13
-rw-r--r--print/acrobatviewer/pkg-message5
-rw-r--r--print/acrobatviewer/pkg-plist7
7 files changed, 0 insertions, 104 deletions
diff --git a/print/Makefile b/print/Makefile
index e23ac58561ab..3ba33ad74708 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -8,7 +8,6 @@
SUBDIR += abc2mtex
SUBDIR += abcm2ps
SUBDIR += abntex
- SUBDIR += acrobatviewer
SUBDIR += acroread8
SUBDIR += acroread9
SUBDIR += acroreadwrapper
diff --git a/print/acrobatviewer/Makefile b/print/acrobatviewer/Makefile
deleted file mode 100644
index aa9e79b798bc..000000000000
--- a/print/acrobatviewer/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= acrobatviewer
-PORTVERSION= 1.1
-PORTREVISION= 2
-CATEGORIES= print java
-DISTFILES= viewer.bin:1 MRJToolkitStubs.zip:2
-MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/magic/acrobatviewer/unix/1.x/:1 \
- http://developer.apple.com/samplecode/MRJToolkitStubs/:2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Viewer for the PDF files written in Java(TM)
-
-DEPRECATED= Abandoned, outdated (no updates since 1999)
-EXPIRATION_DATE= 2014-03-05
-
-#XXX need info-unzip for archive.zip
-USE_ZIP= yes
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-JAVA_EXTRACT= yes
-NO_BUILD= yes
-SUB_FILES+= AcrobatViewer
-SUB_LIST+= PORTNAME=${PORTNAME}
-
-# For the end-users this "InstallAnywhere" wizard probably is a great step
-# toward Windows-like software installations compared with the traditional
-# "make install" paradigm, but for Unix administrators it is a pain to deal
-# with. Fortunately, Zero G (author of the InstallAnywhere) does not use a
-# proprietary format for archiving files, so it was possible for me to do the
-# following dirty hack. If they will provide a better way to centralise
-# installations in the next versions of InstallAnywhere then I'll be glad to
-# remove all following crap.
-
-BLOCKSIZE= 32768
-ARCHSTART= 1
-ARCHSIZE= 2749762
-ARCHBLOCKS= 84
-
-NO_STAGE= yes
-do-extract:
- @${MKDIR} ${WRKSRC} && \
- cd ${WRKSRC} && \
- dd if=${DISTDIR}/viewer.bin of=archive.zip bs=${BLOCKSIZE} skip=${ARCHSTART} count=${ARCHBLOCKS} 2>/dev/null && \
- ${LOCALBASE}/bin/unzip -o -a -j -qq archive.zip
- @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
- ${DISTDIR}/MRJToolkitStubs.zip ${EXTRACT_AFTER_ARGS}
-
-post-extract:
- @cd ${WRKDIR}/MRJToolkitStubs/MRJToolkitStubs && \
- ${JAR} cmf META-INF/MANIFEST.MF MRJToolkitStubs.jar com && \
- ${MV} MRJToolkitStubs.jar ${WRKSRC}
-
-do-install:
- ${MKDIR} ${JAVAJARDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/acrobat.jar ${JAVAJARDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/MRJToolkitStubs.jar ${JAVAJARDIR}/${PORTNAME}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/License.pdf ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/help.pdf ${DOCSDIR}/
-.endif
- ${INSTALL_SCRIPT} ${WRKDIR}/AcrobatViewer ${PREFIX}/bin/AcrobatViewer
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/print/acrobatviewer/distinfo b/print/acrobatviewer/distinfo
deleted file mode 100644
index ad6552abde6f..000000000000
--- a/print/acrobatviewer/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (viewer.bin) = beb9d32fca6f7411ef53f726e68172aeb21c2073f3a989bd16f4f6a6f298fcee
-SIZE (viewer.bin) = 2782530
-SHA256 (MRJToolkitStubs.zip) = da7fed3f58e740fdb588daf064439356181e498f07dfe1218ac21da801c6f59a
-SIZE (MRJToolkitStubs.zip) = 19748
diff --git a/print/acrobatviewer/files/AcrobatViewer.in b/print/acrobatviewer/files/AcrobatViewer.in
deleted file mode 100644
index 218accc0ad39..000000000000
--- a/print/acrobatviewer/files/AcrobatViewer.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%PORTNAME%%/acrobat.jar:%%JAVAJARDIR%%/%%PORTNAME%%/MRJToolkitStubs.jar" com.adobe.acrobat.Viewer "$@"
diff --git a/print/acrobatviewer/pkg-descr b/print/acrobatviewer/pkg-descr
deleted file mode 100644
index 600c6283e4ba..000000000000
--- a/print/acrobatviewer/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Adobe(R) Acrobat(R) Viewer lets you view Adobe Portable Document Format (PDF)
-files on all platforms that have a Java(TM) Virtual Machine (JVM) installed.
-
-If you already have Adobe Acrobat Reader, you won't need Acrobat Viewer. But if
-there is no available version of Acrobat Reader for your system, and you have a
-Java Virtual Machine installed, then Acrobat Viewer is for you. Written
-entirely in Java, Acrobat Viewer can be used as an application or a JavaBean.
-
-Acrobat Viewer can be licensed for free to be bundled with Java-related
-products, or integrated into custom Java solutions through the JavaBean
-interface. Please read the End User License Agreement for details.
-
-WWW: http://www.adobe.com/products/acrviewer/acrvdnld.html
diff --git a/print/acrobatviewer/pkg-message b/print/acrobatviewer/pkg-message
deleted file mode 100644
index c547b201dbf2..000000000000
--- a/print/acrobatviewer/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-
-Please advise all your users intended to use Acrobat Viewer to create
-"~/AcrobatFonts" directory, which is necessary for Acrobat Viewer to normally
-save its configuration data.
-
diff --git a/print/acrobatviewer/pkg-plist b/print/acrobatviewer/pkg-plist
deleted file mode 100644
index 54687938645c..000000000000
--- a/print/acrobatviewer/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/AcrobatViewer
-%%JAVAJARDIR%%/acrobatviewer/acrobat.jar
-%%JAVAJARDIR%%/acrobatviewer/MRJToolkitStubs.jar
-%%PORTDOCS%%%%DOCSDIR%%/License.pdf
-%%PORTDOCS%%%%DOCSDIR%%/help.pdf
-@dirrm %%JAVAJARDIR%%/acrobatviewer
-@dirrm %%DOCSDIR%%