aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg')
-rw-r--r--multimedia/mpeg/Makefile33
-rw-r--r--multimedia/mpeg/distinfo1
-rw-r--r--multimedia/mpeg/files/patch-aa11
-rw-r--r--multimedia/mpeg/pkg-comment1
-rw-r--r--multimedia/mpeg/pkg-descr13
-rw-r--r--multimedia/mpeg/pkg-plist4
6 files changed, 0 insertions, 63 deletions
diff --git a/multimedia/mpeg/Makefile b/multimedia/mpeg/Makefile
deleted file mode 100644
index 6d7bc97e500e..000000000000
--- a/multimedia/mpeg/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: mpeg
-# Date created: Sa 01 May 1999 15:00:00 MET
-# Whom: Tobias Reifenberger <treif@mayn.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpeg
-PORTVERSION= 1.2.2
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.uni-koeln.de/graph/mpeg/ \
- ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
- ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/
-DISTNAME= MPEGv${PORTVERSION}
-
-MAINTAINER= treif@mayn.de
-
-WRKSRC= ${WRKDIR}/mpegdir
-MAN1= mpeg.1
-
-pre-build:
- @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mpeg ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/mpeg.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/mpeg
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mpeg/README
- ${INSTALL_DATA} ${WRKSRC}/doc.ps ${PREFIX}/share/doc/mpeg/doc.ps
-.endif
-
-.include <bsd.port.mk>
diff --git a/multimedia/mpeg/distinfo b/multimedia/mpeg/distinfo
deleted file mode 100644
index e55795dc9bda..000000000000
--- a/multimedia/mpeg/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (MPEGv1.2.2.tar.gz) = ca81191ee66fd9a34de084ea05a3d3a9
diff --git a/multimedia/mpeg/files/patch-aa b/multimedia/mpeg/files/patch-aa
deleted file mode 100644
index c955ee61197b..000000000000
--- a/multimedia/mpeg/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.orig Thu Mar 2 02:51:10 1995
-+++ makefile Sat May 1 15:14:08 1999
-@@ -3,7 +3,7 @@
- # There should be no changes for most UNIX compilers.
- ###########################################################
-
--MFLAGS = -O
-+MFLAGS = $(CFLAGS)
- DEFS = system.h globals.h marker.h
- BASELINE = mpeg.o codec.o huffman.o io.o chendct.o lexer.o marker.o me.o mem.o stat.o stream.o transform.o
-
diff --git a/multimedia/mpeg/pkg-comment b/multimedia/mpeg/pkg-comment
deleted file mode 100644
index 9e3af641e02a..000000000000
--- a/multimedia/mpeg/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PVRG's MPEG video stream encoder
diff --git a/multimedia/mpeg/pkg-descr b/multimedia/mpeg/pkg-descr
deleted file mode 100644
index d582f20531dc..000000000000
--- a/multimedia/mpeg/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
- MPEG, CCITT H.261 (P*64), JPEG
- Image and Image sequence compression/decompression C software engines.
-
-The Portable Video Research Group at Stanford have developed
-image/image sequence compression and decompression engines (codecs)
-for MPEG, CCITT H.261, and JPEG. The primary goal of these codecs is
-to provide the functionality - these codecs are not optimized for
-speed, rather completeness, and some of the code is kludgey.
-
-Development of MPEG, P64, and JPEG engines has not been the primary
-goal of the Portable Video Research Group. Our research has been
-focused on software and hardware for portable wireless digital video
-communication. The charter of this group ended in the summer of 1994.
diff --git a/multimedia/mpeg/pkg-plist b/multimedia/mpeg/pkg-plist
deleted file mode 100644
index 603b2f391c9e..000000000000
--- a/multimedia/mpeg/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/mpeg
-share/doc/mpeg/README
-share/doc/mpeg/doc.ps
-@dirrm share/doc/mpeg