diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-23 09:51:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-23 09:51:59 +0000 |
commit | 626bd86b5435fd52086a77ff2c1ca0fc16edfcb8 (patch) | |
tree | f0c19b1e8dd5ee020613cf03e71380fa1ed61b85 /graphics | |
parent | 9a5864fa01000ab3790cd3e0966f7a61e5c0d400 (diff) | |
download | pkgsrc-626bd86b5435fd52086a77ff2c1ca0fc16edfcb8.tar.gz |
remove graphics/libgdgeda. This was previously only used by the cad/geda
suite and those packages now use the standard graphics/gd library instead
of the customized libgdgeda one.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgdgeda/DESCR | 20 | ||||
-rw-r--r-- | graphics/libgdgeda/Makefile | 21 | ||||
-rw-r--r-- | graphics/libgdgeda/PLIST | 13 | ||||
-rw-r--r-- | graphics/libgdgeda/buildlink3.mk | 22 | ||||
-rw-r--r-- | graphics/libgdgeda/distinfo | 5 |
6 files changed, 1 insertions, 83 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6b111682b4d..23778c9a307 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.437 2006/10/07 03:07:25 markd Exp $ +# $NetBSD: Makefile,v 1.438 2006/10/23 09:51:59 dmcmahill Exp $ # COMMENT= Graphics tools and libraries @@ -170,7 +170,6 @@ SUBDIR+= libart2 SUBDIR+= libcaca SUBDIR+= libexif SUBDIR+= libexif-gtk -SUBDIR+= libgdgeda SUBDIR+= libgdiplus SUBDIR+= libggi SUBDIR+= libggigcp diff --git a/graphics/libgdgeda/DESCR b/graphics/libgdgeda/DESCR deleted file mode 100644 index 3cc9674139b..00000000000 --- a/graphics/libgdgeda/DESCR +++ /dev/null @@ -1,20 +0,0 @@ - libgdgeda is a special version of gd 1.6, specifically created for -gEDA. The changes from the original gd library are: - - - gdImageArc arcs rotate counterclockwise (as opposed to the - original clockwise rotation). - - mtables.c is now build like any other C file (ie it's not - #included). Created mtables.h which contain the prototypes - for the math lookup tables. - - Created libgdgeda-config, which is a sh script. This script - is used in gEDA to determine the various build parameters of - libgdgeda (cflags and ldflags). - - index.html was moved into the doc directory - - Updated source from gd 1.6 which removes support for gifs and - adds support for pngs. Now requires libpng. - - Updated source from gd 1.6.3 - - Updated to libtool 1.3.3 - - It is recommended that people wanting to use gd in their own -programs use the original gd (unless you happen to need some of the -modifications that were made). diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile deleted file mode 100644 index 92a5dd7e370..00000000000 --- a/graphics/libgdgeda/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:00 wiz Exp $ -# - -DISTNAME= libgdgeda-2.0.15 -PKGREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/ - -MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.geda.seul.org/ -COMMENT= Modified version of the gd packages for use with gEDA - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -DIST_SUBDIR= ${PKGNAME_NOREV}nb2 - -GNU_CONFIGURE= YES -USE_LIBTOOL= YES - -.include "../../graphics/png/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/libgdgeda/PLIST b/graphics/libgdgeda/PLIST deleted file mode 100644 index 3785ca623a7..00000000000 --- a/graphics/libgdgeda/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:35 jlam Exp $ -bin/libgdgeda-config -include/gdgeda/gd.h -include/gdgeda/gd_io.h -include/gdgeda/gdcache.h -include/gdgeda/gdfontg.h -include/gdgeda/gdfontl.h -include/gdgeda/gdfontmb.h -include/gdgeda/gdfonts.h -include/gdgeda/gdfontt.h -lib/libgdgeda.la -lib/pkgconfig/libgdgeda.pc -@dirrm include/gdgeda diff --git a/graphics/libgdgeda/buildlink3.mk b/graphics/libgdgeda/buildlink3.mk deleted file mode 100644 index c42e2491af2..00000000000 --- a/graphics/libgdgeda/buildlink3.mk +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.9 2006/07/08 23:10:52 jlam Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -LIBGDGEDA_BUILDLINK3_MK:= ${LIBGDGEDA_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= libgdgeda -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgdgeda} -BUILDLINK_PACKAGES+= libgdgeda -BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgdgeda - -.if !empty(LIBGDGEDA_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.libgdgeda+= libgdgeda>=2.0.15 -BUILDLINK_ABI_DEPENDS.libgdgeda+= libgdgeda>=2.0.15nb3 -BUILDLINK_PKGSRCDIR.libgdgeda?= ../../graphics/libgdgeda -.endif # LIBGDGEDA_BUILDLINK3_MK - -.include "../../graphics/png/buildlink3.mk" - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/graphics/libgdgeda/distinfo b/graphics/libgdgeda/distinfo deleted file mode 100644 index 98392c9adf4..00000000000 --- a/graphics/libgdgeda/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 08:45:09 agc Exp $ - -SHA1 (libgdgeda-2.0.15nb2/libgdgeda-2.0.15.tar.gz) = 472b361047ba7fb00b37fe4bcbb20316667677da -RMD160 (libgdgeda-2.0.15nb2/libgdgeda-2.0.15.tar.gz) = 19279eea6ec59d3397f802579b3b21cd2b8d0d09 -Size (libgdgeda-2.0.15nb2/libgdgeda-2.0.15.tar.gz) = 522645 bytes |