diff options
author | Scott Mace <smace@FreeBSD.org> | 1994-11-06 08:18:01 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1994-11-06 08:18:01 +0000 |
commit | 3660e9cc1a3de51087b4efeb2b25dc75a10e8ed3 (patch) | |
tree | c4a098df2d82871690e2a524e8469e49c8f405f9 /graphics/jpeg | |
parent | Add pkg files (diff) |
Import of the IJG's jpeg compression utilities release 5
Notes
Notes:
svn path=/head/; revision=327
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 14 | ||||
-rw-r--r-- | graphics/jpeg/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/jpeg/pkg-descr | 19 | ||||
-rw-r--r-- | graphics/jpeg/pkg-plist | 9 |
4 files changed, 43 insertions, 0 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile new file mode 100644 index 000000000000..9434328d2f74 --- /dev/null +++ b/graphics/jpeg/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: jpeg +# Version required: 5 +# Date created: 6 November 1994 +# Whom: smace +# +# $Id: Makefile,v 1.1.1.1 1994/11/06 04:36:07 smace Exp $ +# + +DISTNAME= jpegsrc.v5 +GNU_CONFIGURE= yes +MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ +WRKSRC= ${WRKDIR}/jpeg-5 + +.include <bsd.port.mk> diff --git a/graphics/jpeg/pkg-comment b/graphics/jpeg/pkg-comment new file mode 100644 index 000000000000..b23ce42b7f48 --- /dev/null +++ b/graphics/jpeg/pkg-comment @@ -0,0 +1 @@ +IJG's jpeg compresion utilities version 5 diff --git a/graphics/jpeg/pkg-descr b/graphics/jpeg/pkg-descr new file mode 100644 index 000000000000..1aff0ef09aa4 --- /dev/null +++ b/graphics/jpeg/pkg-descr @@ -0,0 +1,19 @@ +README for release 5 of 24-Sep-94 +================================= + +This distribution contains the fifth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact jpeg-info@uunet.uu.net to be added to our +electronic mailing list. Mailing list members are notified of updates and +have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim +Boucher, Lee Crocker, George Phillips, Davide Rossi, Ge' Weijers, and other +members of the Independent JPEG Group. + +IJG is not associated with the official ISO JPEG standards committee. + + diff --git a/graphics/jpeg/pkg-plist b/graphics/jpeg/pkg-plist new file mode 100644 index 000000000000..47ae8eacd6aa --- /dev/null +++ b/graphics/jpeg/pkg-plist @@ -0,0 +1,9 @@ +@cwd /usr/local +bin/cjpeg +bin/djpeg +bin/rdjpgcom +bin/wrjpgcom +man/man1/cjpeg.1 +man/man1/djpeg.1 +man/man1/rdjpgcom.1 +man/man1/wrjpgcom.1 |