Initial import of jpeg2ps 1.9

jpeg2ps is a utility for converting JPEG images to compressed PostScript
Level 2 or 3 files (without uncompressing the images). The JPEG data is
simply 'wrapped' with PostScript which yields considerably smaller PS
files.

WWW: http://www.pdflib.com/jpeg2ps/

from Sebastian Stark <seb@todesplanet.de>
This commit is contained in:
sturm 2003-05-11 16:52:29 +00:00
parent c2ff300a6e
commit 0534eca1a2
5 changed files with 49 additions and 0 deletions

21
graphics/jpeg2ps/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/11 16:52:29 sturm Exp $
COMMENT= "convert jpeg to compressed PostScript"
DISTNAME= jpeg2ps-1.9
CATEGORIES= graphics
# according to jpeg2ps.1
PERMIT_PACKAGE_CDROM= "may not sell"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "may not sell"
PERMIT_DISTFILES_FTP= Yes
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.pdflib.com/jpeg2ps/
REGRESS_TARGET= test
MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS} -c' LD='${CC}'
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (jpeg2ps-1.9.tar.gz) = e654f6a584435e6717b6c2659c07db28
RMD160 (jpeg2ps-1.9.tar.gz) = 076c59aeded1615bdb65db138a8448e9146f7ed3
SHA1 (jpeg2ps-1.9.tar.gz) = 2fc2701c7c00ba17b051ebcc7b9c8059eb6614f9

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/05/11 16:52:29 sturm Exp $
--- Makefile.orig Sat May 3 13:43:44 2003
+++ Makefile Sat May 3 13:44:25 2003
@@ -42,10 +42,10 @@ DOSDISTFILES = $(DISTFILES) jpeg2ps.exe
# Location where to install the binary. This is a suitable value for Linux
# (and possibly other unix-like) systems.
-BINDIR = /usr/local/bin
+BINDIR = ${PREFIX}/bin
# Location where to install the manual page.
-MANDIR = /usr/local/man/man1
+MANDIR = ${PREFIX}/man/man1
CONVFILES = \
jpeg2ps.c psimage.h readjpeg.c asc85ec.c getopt.c \

View File

@ -0,0 +1,6 @@
jpeg2ps is a utility for converting JPEG images to compressed PostScript
Level 2 or 3 files (without uncompressing the images). The JPEG data is
simply 'wrapped' with PostScript which yields considerably smaller PS
files.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/11 16:52:29 sturm Exp $
bin/jpeg2ps
man/man1/jpeg2ps.1