diff options
author | vd <vd@FreeBSD.org> | 2006-12-13 00:06:42 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-12-13 00:06:42 +0800 |
commit | 939a3e770a4f4b7c5ad5ff457cf1876c9b2acf7c (patch) | |
tree | 676f8b9bc021596850f8f4fd600676c8edf7aaf7 /multimedia | |
parent | 9c0666dd2d4ef7d21e051d828dce622f5a3d41b4 (diff) | |
download | freebsd-ports-graphics-939a3e770a4f4b7c5ad5ff457cf1876c9b2acf7c.tar.gz freebsd-ports-graphics-939a3e770a4f4b7c5ad5ff457cf1876c9b2acf7c.tar.zst freebsd-ports-graphics-939a3e770a4f4b7c5ad5ff457cf1876c9b2acf7c.zip |
Remove expired ports:
2006-12-01 print/latex-beamer: is already included in the teTeX distribution
2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution
2006-12-01 print/latex-bibunits: is already included in the teTeX distribution
2006-12-01 print/latex-booktabs: is already included in the teTeX distribution
2006-12-01 print/latex-index: is already included in the teTeX distribution
2006-12-01 print/latex-layouts: is already included in the teTeX distribution
2006-12-01 print/latex-pgf: is already included in the teTeX distribution
2006-12-01 print/latex-subfig: is already included in the teTeX distribution
2006-12-01 print/latex-xcolor: is already included in the teTeX distribution
2006-12-01 print/latex-lineno: is already included in the teTeX distribution
2006-12-01 print/latex-pict2e: is already included in the teTeX distribution
2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use gstreamer 0.10 instead
2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead."
2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release of gcc instead"
2006-12-01 graphics/php4-ming: doesn't work with new version of ming library
2006-12-01 graphics/dvipng: is already included in the teTeX distribution
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc80/Makefile | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 971c53c2c39..3d783d7c170 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -72,7 +72,6 @@ SUBDIR += gstreamer-plugins-libfame80 SUBDIR += gstreamer-plugins-mpeg2dec SUBDIR += gstreamer-plugins-mpeg2dec80 - SUBDIR += gstreamer-plugins-mpeg2enc80 SUBDIR += gstreamer-plugins-mplex80 SUBDIR += gstreamer-plugins-theora SUBDIR += gstreamer-plugins-theora80 diff --git a/multimedia/gstreamer-plugins-mpeg2enc80/Makefile b/multimedia/gstreamer-plugins-mpeg2enc80/Makefile deleted file mode 100644 index a547574c6cc..00000000000 --- a/multimedia/gstreamer-plugins-mpeg2enc80/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-mpeg2enc -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-mpeg2enc80/Makefile,v 1.1 2006/01/20 02:56:06 ahze Exp $ -# - -PORTREVISION= 2 -CATEGORIES= multimedia - -COMMENT= Gstreamer mpeg encoder plugin - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -GST_PLUGIN= mpeg2enc - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" |