diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 20:43:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 20:43:43 +0000 |
commit | f2ae9f3e0b9b1c92d2369bbc774cbb65829ee61c (patch) | |
tree | b9dd381e57a7c820f31901234c6d3535f92e2fd6 /graphics | |
parent | 52f174f280a98481c8ae9c24c7c085e4b6245a58 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 9 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-aalib80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-cairo80/Makefile | 19 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-gdkpixbuf80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-hermes80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-jpeg80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libmng80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libpng80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libvisual80/Makefile | 18 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-swfdec80/Makefile | 20 |
10 files changed, 0 insertions, 174 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7f98df65125c..933e017ab1f1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -234,21 +234,12 @@ SUBDIR += gscan2pdf SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib - SUBDIR += gstreamer-plugins-aalib80 SUBDIR += gstreamer-plugins-cairo - SUBDIR += gstreamer-plugins-cairo80 - SUBDIR += gstreamer-plugins-gdkpixbuf80 - SUBDIR += gstreamer-plugins-hermes80 SUBDIR += gstreamer-plugins-jpeg - SUBDIR += gstreamer-plugins-jpeg80 SUBDIR += gstreamer-plugins-libcaca - SUBDIR += gstreamer-plugins-libmng80 SUBDIR += gstreamer-plugins-libpng - SUBDIR += gstreamer-plugins-libpng80 SUBDIR += gstreamer-plugins-libvisual - SUBDIR += gstreamer-plugins-libvisual80 SUBDIR += gstreamer-plugins-swfdec - SUBDIR += gstreamer-plugins-swfdec80 SUBDIR += gthumb SUBDIR += gtkam SUBDIR += gtkcairo diff --git a/graphics/gstreamer-plugins-aalib80/Makefile b/graphics/gstreamer-plugins-aalib80/Makefile deleted file mode 100644 index a815a3982007..000000000000 --- a/graphics/gstreamer-plugins-aalib80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-aalib -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-aalib80/Makefile,v 1.2 2006/02/24 18:50:32 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer ascii art plugin - -GST_PLUGIN= aalib - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-cairo80/Makefile b/graphics/gstreamer-plugins-cairo80/Makefile deleted file mode 100644 index 8e765e2607d0..000000000000 --- a/graphics/gstreamer-plugins-cairo80/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cairo -# Date created: Mar 8 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-cairo80/Makefile,v 1.2 2006/02/24 18:50:32 marcus Exp $ -# $MCom: ports/graphics/gstreamer-plugins-cairo80/Makefile,v 1.2 2006/02/24 18:50:32 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer vector graphics plugin - -GST_PLUGIN= cairo - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-gdkpixbuf80/Makefile b/graphics/gstreamer-plugins-gdkpixbuf80/Makefile deleted file mode 100644 index c6f42e81e54f..000000000000 --- a/graphics/gstreamer-plugins-gdkpixbuf80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-gdkpixbuf -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-gdkpixbuf80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer image decoder plugin - -GST_PLUGIN= gdkpixbuf - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-hermes80/Makefile b/graphics/gstreamer-plugins-hermes80/Makefile deleted file mode 100644 index 28cda7355436..000000000000 --- a/graphics/gstreamer-plugins-hermes80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-hermes -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-hermes80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer hermes colorspace plugin - -GST_PLUGIN= hermes - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-jpeg80/Makefile b/graphics/gstreamer-plugins-jpeg80/Makefile deleted file mode 100644 index 674e9d3e254b..000000000000 --- a/graphics/gstreamer-plugins-jpeg80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-jpeg -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-jpeg80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer jpeg encoder/decoder plugin - -GST_PLUGIN= jpeg - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libmng80/Makefile b/graphics/gstreamer-plugins-libmng80/Makefile deleted file mode 100644 index 60e5f56a31ab..000000000000 --- a/graphics/gstreamer-plugins-libmng80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libmng -# Date created: 6 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-libmng80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer Multiple-image Network Graphics plugin - -GST_PLUGIN= libmng - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libpng80/Makefile b/graphics/gstreamer-plugins-libpng80/Makefile deleted file mode 100644 index f75ea2367a6c..000000000000 --- a/graphics/gstreamer-plugins-libpng80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libpng -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-libpng80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ -# - -PORTREVISION= 6 -CATEGORIES= graphics - -COMMENT= Gstreamer png plugin - -GST_PLUGIN= libpng - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libvisual80/Makefile b/graphics/gstreamer-plugins-libvisual80/Makefile deleted file mode 100644 index a00778910562..000000000000 --- a/graphics/gstreamer-plugins-libvisual80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libvisual -# Date created: 4 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-libvisual80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer libvisual plugin - -GST_PLUGIN= libvisual - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-swfdec80/Makefile b/graphics/gstreamer-plugins-swfdec80/Makefile deleted file mode 100644 index 5b98abe8a166..000000000000 --- a/graphics/gstreamer-plugins-swfdec80/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-swfdec -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-swfdec80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer flash redering plugin - -GST_PLUGIN= swfdec - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -BROKEN= Does not compile - -.include "${MASTERDIR}/Makefile" |