1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

(1) modified to handle encrypted pdf files

PR:		ports/12337
Submitted by:	Christopher Hall <hsw@acm.org>

(2) fixed MASTER_SITES:
-               ftp://ftp.cdrom.com/pub/tex/ctan/support/xpdf/
+               ${MASTER_SITE_TEX_CTAN}
This commit is contained in:
Satoshi Taoka 1999-06-23 06:37:46 +00:00
parent 39609d470c
commit 25944a0787
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19711
3 changed files with 16 additions and 3 deletions

View File

@ -3,20 +3,30 @@
# Date created: 02 Feb 1996 # Date created: 02 Feb 1996
# Whom: chuckr@glue.umd.edu # Whom: chuckr@glue.umd.edu
# #
# $Id: Makefile,v 1.19 1998/12/09 10:44:36 vanilla Exp $ # $Id: Makefile,v 1.20 1998/12/23 01:11:52 steve Exp $
# #
DISTNAME= xpdf-0.80 DISTNAME= xpdf-0.80
CATEGORIES= graphics print CATEGORIES= graphics print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ MASTER_SITES= ${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/ \
ftp://ftp.duke.edu/pub/X11/contrib/applications/ \ ftp://ftp.duke.edu/pub/X11/contrib/applications/ \
ftp://ftp.cdrom.com/pub/tex/ctan/support/xpdf/ ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR=support/xpdf
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
.if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
PATCH_SITES= ftp://ftp.sci.usq.edu.au/pub/linux/xpdf/
PATCHFILES= xpdf-0.80-decrypt.patch
PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
.endfi
MAINTAINER= chuckr@glue.umd.edu MAINTAINER= chuckr@glue.umd.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
RESTRICTED= "Contains cryptography"
.endif
USE_X_PREFIX= yes USE_X_PREFIX= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gzip --enable-japanese CONFIGURE_ARGS= --with-gzip --enable-japanese

View File

@ -1 +1,2 @@
MD5 (xpdf-0.80.tgz) = 91d49cfaf1e555a26a9bcd0b57e51f8a MD5 (xpdf-0.80.tgz) = 91d49cfaf1e555a26a9bcd0b57e51f8a
MD5 (xpdf-0.80-decrypt.patch) = 97d6648022fcd9633917f8dc96d25fa2

View File

@ -5,3 +5,5 @@ PDF software.) Xpdf runs under UNIX and the X Window System.
Xpdf is designed to be small and efficient. It does not use the Motif Xpdf is designed to be small and efficient. It does not use the Motif
or Xt libraries. It uses standard X fonts. Xpdf is quite usable on a or Xt libraries. It uses standard X fonts. Xpdf is quite usable on a
486-66 PC running FreeBSD. 486-66 PC running FreeBSD.
WWW: http://www.foolabs.com/xpdf/