hmm, never read mail at work

This commit is contained in:
mickey 1997-12-04 01:58:28 +00:00
parent a64b9682d3
commit 7910029de6
6 changed files with 0 additions and 123 deletions

View File

@ -1,19 +0,0 @@
# OpenBSD makefile for: xpdf
# Version required: 0.7
# Date created: 03 Dec 1997
# Whom: mickey
#
# $OpenBSD: Makefile,v 1.1 1997/12/03 20:36:38 mickey Exp $
#
DISTNAME= xpdf-0.7
PKGNAME= xpdf-0.7
CATEGORIES= textproc graphics print
MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/
MAINTAINER= mickey@OpenBSD.ORG
USE_X11= yes
MAN1= xpdf.1 pdftops.1 pdftotext.1
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (xpdf-0.7.tar.gz) = a871cade04c8c9e55ff7e45c5ff49b4b

View File

@ -1,88 +0,0 @@
*** Makefile.config.orig Fri May 30 03:29:08 1997
--- Makefile.config Fri May 30 03:31:38 1997
***************
*** 44,50 ****
#------------------------------------------------------------------------
# Binaries and man pages will be installed here:
! PREFIX = /usr/local
# SCO puts stuff here:
#PREFIX = /u
--- 44,50 ----
#------------------------------------------------------------------------
# Binaries and man pages will be installed here:
! PREFIX ?= /usr/X11R6
# SCO puts stuff here:
#PREFIX = /u
*************** EXE =
*** 149,155 ****
#CFLAGS2 = -O2 -Wall -DNO_XPM
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
! CFLAGS2 = -O2 -Wall -Wno-unused -DNO_XPM
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
--- 149,155 ----
#CFLAGS2 = -O2 -Wall -DNO_XPM
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
! CFLAGS2 = -O2 -m486 -pipe -Wall -Wno-unused -I${X11BASE}/include
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
*************** CXXFLAGS2 = $(CFLAGS2)
*** 197,209 ****
#------------------------------------------------------------------------
# For most systems, just grab the X library:
! XLIBS = -lX11
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
#XLIBS = -L/usr/X11R6/lib -lX11
# For official FreeBSD port (using the FreeBSD makefiles):
! #XLIBS = -L$(X11BASE)/lib -lX11
# Some BSDI systems may need -lipc (?):
#XLIBS = -L/usr/X11R6/lib -lX11 -lipc
--- 197,209 ----
#------------------------------------------------------------------------
# For most systems, just grab the X library:
! #XLIBS = -lX11
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
#XLIBS = -L/usr/X11R6/lib -lX11
# For official FreeBSD port (using the FreeBSD makefiles):
! XLIBS = -L$(X11BASE)/lib -lX11
# Some BSDI systems may need -lipc (?):
#XLIBS = -L/usr/X11R6/lib -lX11 -lipc
*************** XLIBS = -lX11
*** 242,251 ****
#------------------------------------------------------------------------
# This is needed for the color icon:
! #XPMLIB = -lXpm
# Use this if you don't have libXpm (and also define NO_XPM in CFLAGS2):
! XPMLIB =
#------------------------------------------------------------------------
# C++ compilation rule.
--- 242,251 ----
#------------------------------------------------------------------------
# This is needed for the color icon:
! XPMLIB = -lXpm
# Use this if you don't have libXpm (and also define NO_XPM in CFLAGS2):
! #XPMLIB =
#------------------------------------------------------------------------
# C++ compilation rule.

View File

@ -1 +0,0 @@
Display tool for PDF files

View File

@ -1,8 +0,0 @@
Xpdf is a viewer for Portable Document Format (PDF) files. (These are
also sometimes also called 'Acrobat' files, from the name of Adobe's
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
or Xt libraries. It uses standard X fonts. Xpdf is quite usable on a
486-66 PC running FreeBSD.

View File

@ -1,6 +0,0 @@
bin/xpdf
bin/pdftops
bin/pdftotext
man/man1/xpdf.1
man/man1/pdftops.1
man/man1/pdftotext.1