1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Remove this port due to possible security bug.

Submitted by:	Fred <sexyfork@nomade.fr>
PR:		ports/36404
Approved by:	dima (maintainer)
This commit is contained in:
Jun Kuriyama 2003-07-07 22:55:25 +00:00
parent 1dff1753af
commit 7378fd68c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84409
7 changed files with 0 additions and 233 deletions

View File

@ -10,7 +10,6 @@
SUBDIR += acrobatviewer
SUBDIR += acroread
SUBDIR += acroread-commfont
SUBDIR += acroread4
SUBDIR += acroread5
SUBDIR += acroread5-commfont
SUBDIR += adobe-cmaps

View File

@ -1,78 +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.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
COMMENT= View, distribute and print PDF documents
.if ${ARCH} == "i386"
USE_LINUX= yes
.elif ${ARCH} == "alpha"
RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
.endif
ONLY_FOR_ARCHS= i386 alpha
USE_REINPLACE= yes
LATEST_LINK= acroread4
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"
@${REINPLACE_CMD} -e 's:Linux):FreeBSD|Linux):g' ${WRKSRC}/INSTALL
.elif ${ARCH} == "alpha"
@${REINPLACE_CMD} -e 's:OSF1):FreeBSD|OSF1):g' ${WRKSRC}/INSTALL
${SED} -e 's/@comment ALPHA-ONLY://g' ${PKGDIR}/pkg-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"
@${REINPLACE_CMD} -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"
@${REINPLACE_CMD} -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
@${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat4
@${CHMOD} +x ${PREFIX}/bin/acroread4
[ -e ${PREFIX}/bin/acroread ] \
|| (cd ${PREFIX}/bin ; ${LN} -s acroread4 acroread)
@${ECHO_MSG} "Be sure to read the license agreement in"
@${ECHO_MSG} "${PREFIX}/Acrobat4/Reader/License.pdf"
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
MD5 (linux-ar-405.tar.gz) = ad40572f1f9972d2b91d01217a2b0f23
MD5 (fdec-rs-405.tar.gz) = 79cd8b15532243732ff6a3665533e0dd

View File

@ -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)
;;

View File

@ -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 )`

View File

@ -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.

View File

@ -1,88 +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/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