pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc argh - these should go to "devel" and "graphics", resp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d6ec9901d12
branches: trunk
changeset: 515433:5d6ec9901d12
user: drochner <drochner%pkgsrc.org@localhost>
date: Sun Jul 02 11:56:01 2006 +0000
description:
argh - these should go to "devel" and "graphics", respectively.
Too much c&p...
diffstat:
audio/gst-plugins0.10-cairo/DESCR | 10 ----------
audio/gst-plugins0.10-cairo/Makefile | 11 -----------
audio/gst-plugins0.10-cairo/PLIST | 2 --
audio/gst-plugins0.10-pango/DESCR | 20 --------------------
audio/gst-plugins0.10-pango/Makefile | 11 -----------
audio/gst-plugins0.10-pango/PLIST | 2 --
devel/gst-plugins0.10-pango/DESCR | 20 ++++++++++++++++++++
devel/gst-plugins0.10-pango/Makefile | 11 +++++++++++
devel/gst-plugins0.10-pango/PLIST | 2 ++
graphics/gst-plugins0.10-cairo/DESCR | 10 ++++++++++
graphics/gst-plugins0.10-cairo/Makefile | 11 +++++++++++
graphics/gst-plugins0.10-cairo/PLIST | 2 ++
12 files changed, 56 insertions(+), 56 deletions(-)
diffs (160 lines):
diff -r 84de4b34da6e -r 5d6ec9901d12 audio/gst-plugins0.10-cairo/DESCR
--- a/audio/gst-plugins0.10-cairo/DESCR Sun Jul 02 11:47:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Cairo is a vector graphics library with cross-device output support. Currently
-supported output targets include the X Window System and in-memory image
-buffers. PostScript and PDF file output is planned. Cairo is designed to
-produce identical output on all output media while taking advantage of display
-hardware acceleration when available (eg. through the X Render Extension).
-
-Cairo provides a stateful user-level API with capabilities similar to the PDF
-1.4 imaging model. Cairo provides operations including stroking and filling
-Bezier cubic splines, transforming and compositing translucent images, and
-antialiased text rendering.
diff -r 84de4b34da6e -r 5d6ec9901d12 audio/gst-plugins0.10-cairo/Makefile
--- a/audio/gst-plugins0.10-cairo/Makefile Sun Jul 02 11:47:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:47:10 drochner Exp $
-#
-
-GST_PLUGINS0.10_NAME= cairo
-GST_PLUGINS0.10_DIRS= ext/cairo
-GST_PLUGINS0.10_FLAGS= cairo
-
-.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
-
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 84de4b34da6e -r 5d6ec9901d12 audio/gst-plugins0.10-cairo/PLIST
--- a/audio/gst-plugins0.10-cairo/PLIST Sun Jul 02 11:47:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:47:10 drochner Exp $
-lib/gstreamer-0.10/libgstcairo.la
diff -r 84de4b34da6e -r 5d6ec9901d12 audio/gst-plugins0.10-pango/DESCR
--- a/audio/gst-plugins0.10-pango/DESCR Sun Jul 02 11:47:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Pango is a library for layout and rendering of text, with an emphasis
-on internationalization. Pango can be used anywhere that text layout
-is needed; however, most of the work on Pango-1.0 was done using the
-GTK+ widget toolkit as a test platform. Pango forms the core of text
-and font handling for GTK+-2.0.
-
-Pango is designed to be modular; the core Pango layout can be used
-with four different font backends:
-
- - Core X windowing system fonts
- - Client-side fonts on X using the Xft library
- - Direct rendering of scalable fonts using the FreeType library
- - Native fonts on Microsoft backends
-
-Dynamically loaded modules then handle text layout for particular
-combinations of script and font backend.
-
-As well as the low level layout rendering routines, Pango includes
-PangoLayout, a high level driver for laying out entire blocks of text,
-and routines to assist in editing internationalized text.
diff -r 84de4b34da6e -r 5d6ec9901d12 audio/gst-plugins0.10-pango/Makefile
--- a/audio/gst-plugins0.10-pango/Makefile Sun Jul 02 11:47:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:46:07 drochner Exp $
-#
-
-GST_PLUGINS0.10_NAME= pango
-GST_PLUGINS0.10_DIRS= ext/pango
-GST_PLUGINS0.10_FLAGS= pango
-
-.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
-
-.include "../../devel/pango/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 84de4b34da6e -r 5d6ec9901d12 audio/gst-plugins0.10-pango/PLIST
--- a/audio/gst-plugins0.10-pango/PLIST Sun Jul 02 11:47:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:46:07 drochner Exp $
-lib/gstreamer-0.10/libgstpango.la
diff -r 84de4b34da6e -r 5d6ec9901d12 devel/gst-plugins0.10-pango/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gst-plugins0.10-pango/DESCR Sun Jul 02 11:56:01 2006 +0000
@@ -0,0 +1,20 @@
+Pango is a library for layout and rendering of text, with an emphasis
+on internationalization. Pango can be used anywhere that text layout
+is needed; however, most of the work on Pango-1.0 was done using the
+GTK+ widget toolkit as a test platform. Pango forms the core of text
+and font handling for GTK+-2.0.
+
+Pango is designed to be modular; the core Pango layout can be used
+with four different font backends:
+
+ - Core X windowing system fonts
+ - Client-side fonts on X using the Xft library
+ - Direct rendering of scalable fonts using the FreeType library
+ - Native fonts on Microsoft backends
+
+Dynamically loaded modules then handle text layout for particular
+combinations of script and font backend.
+
+As well as the low level layout rendering routines, Pango includes
+PangoLayout, a high level driver for laying out entire blocks of text,
+and routines to assist in editing internationalized text.
diff -r 84de4b34da6e -r 5d6ec9901d12 devel/gst-plugins0.10-pango/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gst-plugins0.10-pango/Makefile Sun Jul 02 11:56:01 2006 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2006/07/02 11:56:01 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME= pango
+GST_PLUGINS0.10_DIRS= ext/pango
+GST_PLUGINS0.10_FLAGS= pango
+
+.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
+
+.include "../../devel/pango/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84de4b34da6e -r 5d6ec9901d12 devel/gst-plugins0.10-pango/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gst-plugins0.10-pango/PLIST Sun Jul 02 11:56:01 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2006/07/02 11:56:01 drochner Exp $
+lib/gstreamer-0.10/libgstpango.la
diff -r 84de4b34da6e -r 5d6ec9901d12 graphics/gst-plugins0.10-cairo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins0.10-cairo/DESCR Sun Jul 02 11:56:01 2006 +0000
@@ -0,0 +1,10 @@
+Cairo is a vector graphics library with cross-device output support. Currently
+supported output targets include the X Window System and in-memory image
+buffers. PostScript and PDF file output is planned. Cairo is designed to
+produce identical output on all output media while taking advantage of display
+hardware acceleration when available (eg. through the X Render Extension).
+
+Cairo provides a stateful user-level API with capabilities similar to the PDF
+1.4 imaging model. Cairo provides operations including stroking and filling
+Bezier cubic splines, transforming and compositing translucent images, and
+antialiased text rendering.
diff -r 84de4b34da6e -r 5d6ec9901d12 graphics/gst-plugins0.10-cairo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins0.10-cairo/Makefile Sun Jul 02 11:56:01 2006 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2006/07/02 11:56:01 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME= cairo
+GST_PLUGINS0.10_DIRS= ext/cairo
+GST_PLUGINS0.10_FLAGS= cairo
+
+.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
+
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84de4b34da6e -r 5d6ec9901d12 graphics/gst-plugins0.10-cairo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins0.10-cairo/PLIST Sun Jul 02 11:56:01 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2006/07/02 11:56:01 drochner Exp $
+lib/gstreamer-0.10/libgstcairo.la
Home |
Main Index |
Thread Index |
Old Index