summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /graphics/jpeg-mmx
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r--graphics/jpeg-mmx/Makefile46
-rw-r--r--graphics/jpeg-mmx/distinfo1
-rw-r--r--graphics/jpeg-mmx/files/patch-ab21
-rw-r--r--graphics/jpeg-mmx/files/patch-ad20
-rw-r--r--graphics/jpeg-mmx/files/patch-ae18
-rw-r--r--graphics/jpeg-mmx/pkg-descr22
-rw-r--r--graphics/jpeg-mmx/pkg-plist24
7 files changed, 0 insertions, 152 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
deleted file mode 100644
index af98d0f09e9e..000000000000
--- a/graphics/jpeg-mmx/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: jpeg
-# Date created: 6 November 1994
-# Whom: smace
-#
-# $FreeBSD$
-#
-# PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired
-# version number) when updating this port. Thank you.
-
-PORTNAME= jpeg
-PORTVERSION= 6b
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= http://www.ijg.org/files/ \
- ftp://ftp.uu.net/graphics/jpeg/
-DISTNAME= jpegsrc.v${PORTVERSION}
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= IJG's jpeg compression utilities
-
-WRKSRC= ${WRKDIR}/jpeg-6b
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-shared --enable-static
-
-ADDITIONAL_HEADER= jinclude.h jpegint.h
-
-# define J_MAXMEM like "make J_MAXMEM=32" to limit max processing memory to 32Mb
-.if defined(J_MAXMEM)
-CONFIGURE_ARGS+= --enable-maxmem=${J_MAXMEM}
-.endif
-
-MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/jpeg
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg
- @${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg
-.endif
-.for header in ${ADDITIONAL_HEADER}
- @${INSTALL_DATA} ${WRKSRC}/${header} ${PREFIX}/include
-.endfor
-
-.include <bsd.port.mk>
diff --git a/graphics/jpeg-mmx/distinfo b/graphics/jpeg-mmx/distinfo
deleted file mode 100644
index 3b195dfd40b5..000000000000
--- a/graphics/jpeg-mmx/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (jpegsrc.v6b.tar.gz) = dbd5f3b47ed13132f04c685d608a7547
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab
deleted file mode 100644
index 85392d80c6ae..000000000000
--- a/graphics/jpeg-mmx/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig Sat Mar 21 14:08:57 1998
-+++ configure Mon Aug 4 21:49:44 2003
-@@ -1559,7 +1559,8 @@
- if test "x$LTSTATIC" = xno; then
- disable_static="--disable-static"
- fi
-- $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh
-+ pic_flag="-fPIC"
-+ $ac_aux_dir/ltconfig $disable_shared $disable_static $ac_aux_dir/ltmain.sh
- fi
-
- # Select memory manager depending on user input.
-@@ -1647,7 +1648,7 @@
- # Extract the library version ID from jpeglib.h.
- echo $ac_n "checking libjpeg version number""... $ac_c" 1>&6
- echo "configure:1650: checking libjpeg version number" >&5
--JPEG_LIB_VERSION=`sed -e '/^#define JPEG_LIB_VERSION/!d' -e 's/^[^0-9]*\([0-9][0-9]*\).*$/\1/' $srcdir/jpeglib.h`
-+JPEG_LIB_VERSION=9
- echo "$ac_t""$JPEG_LIB_VERSION" 1>&6
-
-
diff --git a/graphics/jpeg-mmx/files/patch-ad b/graphics/jpeg-mmx/files/patch-ad
deleted file mode 100644
index 224fefe2e850..000000000000
--- a/graphics/jpeg-mmx/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- djpeg.c.orig Sat Oct 11 18:29:07 1997
-+++ djpeg.c Mon Apr 24 16:04:13 2000
-@@ -26,6 +26,7 @@
- #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
- #include "jversion.h" /* for version message */
-
-+#include <locale.h> /* to declare setlocal() */
- #include <ctype.h> /* to declare isprint() */
-
- #ifdef USE_CCOMMAND /* command-line reader for Macintosh */
-@@ -385,6 +386,9 @@
- cinfo->unread_marker - JPEG_APP0, (long) length);
- }
-
-+ if (traceit) {
-+ setlocale(LC_ALL, "");
-+ }
- while (--length >= 0) {
- ch = jpeg_getc(cinfo);
- if (traceit) {
diff --git a/graphics/jpeg-mmx/files/patch-ae b/graphics/jpeg-mmx/files/patch-ae
deleted file mode 100644
index 5004e6cd3040..000000000000
--- a/graphics/jpeg-mmx/files/patch-ae
+++ /dev/null
@@ -1,18 +0,0 @@
---- rdjpgcom.c.orig Sat Oct 11 18:41:04 1997
-+++ rdjpgcom.c Mon Apr 24 16:04:13 2000
-@@ -14,6 +14,7 @@
- #define JPEG_CJPEG_DJPEG /* to get the command-line config symbols */
- #include "jinclude.h" /* get auto-config symbols, <stdio.h> */
-
-+#include <locale.h> /* to declare setlocale() */
- #include <ctype.h> /* to declare isupper(), tolower() */
- #ifdef USE_SETMODE
- #include <fcntl.h> /* to declare setmode()'s parameter macros */
-@@ -231,6 +232,7 @@
- ERREXIT("Erroneous JPEG marker length");
- length -= 2;
-
-+ setlocale(LC_ALL, "");
- while (length > 0) {
- ch = read_1_byte();
- /* Emit the character in a readable form.
diff --git a/graphics/jpeg-mmx/pkg-descr b/graphics/jpeg-mmx/pkg-descr
deleted file mode 100644
index af22241e014c..000000000000
--- a/graphics/jpeg-mmx/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-The Independent JPEG Group's JPEG software
-==========================================
-
-README for release 6 of 2-Aug-95
-================================
-
-This distribution contains the sixth 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 IJG at 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, Julian Minguillon, George Phillips, Davide Rossi,
-Ge' Weijers, and other members of the Independent JPEG Group.
-
-IJG is not affiliated with the official ISO JPEG standards committee.
-
-WWW: http://www.ijg.org/
diff --git a/graphics/jpeg-mmx/pkg-plist b/graphics/jpeg-mmx/pkg-plist
deleted file mode 100644
index 8f67c7ec5e9b..000000000000
--- a/graphics/jpeg-mmx/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/cjpeg
-bin/djpeg
-bin/jpegtran
-bin/rdjpgcom
-bin/wrjpgcom
-include/jconfig.h
-include/jerror.h
-include/jinclude.h
-include/jmorecfg.h
-include/jpegint.h
-include/jpeglib.h
-lib/libjpeg.a
-lib/libjpeg.so
-lib/libjpeg.so.9
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/coderules.doc
-%%PORTDOCS%%%%DOCSDIR%%/filelist.doc
-%%PORTDOCS%%%%DOCSDIR%%/install.doc
-%%PORTDOCS%%%%DOCSDIR%%/jconfig.doc
-%%PORTDOCS%%%%DOCSDIR%%/libjpeg.doc
-%%PORTDOCS%%%%DOCSDIR%%/structure.doc
-%%PORTDOCS%%%%DOCSDIR%%/usage.doc
-%%PORTDOCS%%%%DOCSDIR%%/wizard.doc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%