summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r--graphics/jpeg-mmx/Makefile32
-rw-r--r--graphics/jpeg-mmx/distinfo1
-rw-r--r--graphics/jpeg-mmx/files/patch-ab20
-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-comment1
-rw-r--r--graphics/jpeg-mmx/pkg-descr20
-rw-r--r--graphics/jpeg-mmx/pkg-plist23
8 files changed, 0 insertions, 135 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
deleted file mode 100644
index 7b0ffb0720de..000000000000
--- a/graphics/jpeg-mmx/Makefile
+++ /dev/null
@@ -1,32 +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
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
-DISTNAME= jpegsrc.v${PORTVERSION}
-
-MAINTAINER= jseger@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/jpeg-6b
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --enable-static
-MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
-USE_LIBTOOL= yes
-
-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
-
-.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 ea94fc14123c..000000000000
--- a/graphics/jpeg-mmx/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Sat Mar 21 14:08:57 1998
-+++ configure Wed Mar 22 09:28:33 2000
-@@ -1529,7 +1529,7 @@
-
- if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
- USELIBTOOL="yes"
-- LIBTOOL="./libtool"
-+ LIBTOOL="/usr/local/bin/libtool"
- O="lo"
- A="la"
- LN='$(LIBTOOL) --mode=link $(CC)'
-@@ -1647,7 +1647,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-comment b/graphics/jpeg-mmx/pkg-comment
deleted file mode 100644
index d284eae20217..000000000000
--- a/graphics/jpeg-mmx/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-IJG's jpeg compression utilities
diff --git a/graphics/jpeg-mmx/pkg-descr b/graphics/jpeg-mmx/pkg-descr
deleted file mode 100644
index a804f2ad48d8..000000000000
--- a/graphics/jpeg-mmx/pkg-descr
+++ /dev/null
@@ -1,20 +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.
diff --git a/graphics/jpeg-mmx/pkg-plist b/graphics/jpeg-mmx/pkg-plist
deleted file mode 100644
index 558fd8902e1c..000000000000
--- a/graphics/jpeg-mmx/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-bin/cjpeg
-bin/djpeg
-bin/jpegtran
-bin/rdjpgcom
-bin/wrjpgcom
-share/doc/jpeg/README
-share/doc/jpeg/coderules.doc
-share/doc/jpeg/filelist.doc
-share/doc/jpeg/install.doc
-share/doc/jpeg/jconfig.doc
-share/doc/jpeg/libjpeg.doc
-share/doc/jpeg/structure.doc
-share/doc/jpeg/usage.doc
-share/doc/jpeg/wizard.doc
-include/jconfig.h
-include/jerror.h
-include/jmorecfg.h
-include/jpeglib.h
-lib/libjpeg.a
-lib/libjpeg.la
-lib/libjpeg.so
-lib/libjpeg.so.9
-@dirrm share/doc/jpeg