This is acroread7, the new version of Adobe Acrobat reader.

Submitted by:	trevor
This commit is contained in:
Joerg Wunsch 2005-03-19 21:22:31 +00:00
parent c0253bca5b
commit 1386b6bbfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131658
6 changed files with 78 additions and 0 deletions

View File

@ -12,6 +12,7 @@
SUBDIR += acrobatviewer
SUBDIR += acroread
SUBDIR += acroread5-commfont
SUBDIR += acroread7
SUBDIR += adobe-cmaps
SUBDIR += afm
SUBDIR += alignmargins

61
print/acroread7/Makefile Normal file
View File

@ -0,0 +1,61 @@
# New ports collection makefile for: acroread7
# Date created: 16 March 2005
# Whom: Trevor Johnson <trevor@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= acroread7
PORTVERSION= 7.0.0
CATEGORIES= print linux
MASTER_SITES= http://download.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/ \
ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/
DISTNAME= AdobeReader_enu-7.0.0-1.i386.rpm
EXTRACT_SUFX=
DIST_SUBDIR= acroread
EXTRACT_ONLY=
MAINTAINER= trevor@FreeBSD.org
COMMENT= View, distribute and print PDF documents
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango \
${LINUXBASE}/usr/X11R6/lib/libXext.so.6:${PORTSDIR}/x11/linux-XFree86-libs
ONLY_FOR_ARCHS= amd64 i386
USE_REINPLACE= yes
USE_LINUX?= yes
NO_BUILD= yes
REINPLACE_ARGS= -i '' -E
NO_FILTER_SHLIBS= yes
PLIST= ${WRKDIR}/plist
PREFIX= ${LINUXBASE}
pre-install:
@kldstat -v | ${GREP} -E 'linux(aout|elf)' >/dev/null ||\
{ ${ECHO_MSG} "Linux ABI compatibility must be enabled to install ${PORTNAME}-${PORTVERSION}"; \
exit 1; }
@${RM} -rf ${WRKSRC}/tmp
@${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} | ${CPIO} -id; \
${FIND} * -type f -o -type l > ${PLIST} \
&& ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' | \
${GREP} -vE "(usr/bin$$|local$$|share$$|usr$$)" >> ${PLIST}
do-install:
@rpm -U --ignorearch --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm \
--nodeps --replacepkgs ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} || ${TRUE}
# disable the PPKLite plugin as it requires an LDAP share lib
${CHMOD} 0 ${PREFIX}/usr/local/Adobe/Acrobat7.0/Reader/intellinux/plug_ins/PPKLite.api
post-install:
@${REINPLACE_CMD} 's:Linux:FreeBSD|Linux:g' \
${PREFIX}/usr/local/Adobe/Acrobat7.0/bin/acroread
cd ${LOCALBASE}/bin ; ${LN} -sf ${PREFIX}/usr/local/Adobe/Acrobat7.0/bin/acroread acroread7
cd ${LOCALBASE}/bin ; ${LN} -sf ${PREFIX}/usr/local/Adobe/Acrobat7.0/bin/acroread acroread
@${ECHO_MSG} "Be sure to read the license agreement in"
@${ECHO_MSG} "${PREFIX}/usr/local/Adobe/Acrobat7.0/Reader/Legal/ENU/license_ENU_uc.txt"
.include <bsd.port.mk>

2
print/acroread7/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (acroread/AdobeReader_enu-7.0.0-1.i386.rpm) = eba9f1d660f1c6d1ee7783afd63d0e9c
SIZE (acroread/AdobeReader_enu-7.0.0-1.i386.rpm) = 39866435

View File

@ -0,0 +1,3 @@
#!/bin/sh
rm -f ${PKG_PREFIX}/usr/bin/acroread7
rm -f ${PKG_PREFIX}/usr/bin/acroread

View File

@ -0,0 +1,8 @@
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.
Use the "acroread7" command to run this program.

View File

@ -0,0 +1,3 @@
#!/bin/sh
cd ${PREFIX:-/usr/local}/bin ; ln -sf ${PKG_PREFIX}/usr/local/Adobe/Acrobat7.0/bin/acroread acroread7
cd ${PREFIX:-/usr/local}/bin ; ln -sf ${PKG_PREFIX}/usr/local/Adobe/Acrobat7.0/bin/acroread acroread