diff options
author | rh <rh@pkgsrc.org> | 2000-01-02 17:33:02 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-02 17:33:02 +0000 |
commit | 7c7a9cfe04d1f51c3cd3261f962812b07cc2a522 (patch) | |
tree | d74df9f1228d5cab1596c396f60755ab57b75ee3 /graphics | |
parent | b6ad0eea6b69cdb376620c4572bc4cd1f4ccdd8b (diff) | |
download | pkgsrc-7c7a9cfe04d1f51c3cd3261f962812b07cc2a522.tar.gz |
Initial import of libgdgeda-1.6, a modified gd library for use with gEDA.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgdgeda/Makefile | 19 | ||||
-rw-r--r-- | graphics/libgdgeda/files/md5 | 3 | ||||
-rw-r--r-- | graphics/libgdgeda/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/libgdgeda/pkg/DESCR | 20 | ||||
-rw-r--r-- | graphics/libgdgeda/pkg/PLIST | 14 |
5 files changed, 57 insertions, 0 deletions
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile new file mode 100644 index 00000000000..eea8a18c192 --- /dev/null +++ b/graphics/libgdgeda/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 17:33:02 rh Exp $ +# + +DISTNAME= libgdgeda-1.6 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.geda.seul.org/ + +DEPENDS+= png-*:../../graphics/png + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/libgdgeda/files/md5 b/graphics/libgdgeda/files/md5 new file mode 100644 index 00000000000..08659c3c25a --- /dev/null +++ b/graphics/libgdgeda/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/02 17:33:02 rh Exp $ + +MD5 (libgdgeda-1.6.tar.gz) = 6e2110d40e15c0455d581683ec111362 diff --git a/graphics/libgdgeda/pkg/COMMENT b/graphics/libgdgeda/pkg/COMMENT new file mode 100644 index 00000000000..bbdfbaa03b0 --- /dev/null +++ b/graphics/libgdgeda/pkg/COMMENT @@ -0,0 +1 @@ +a modified version of the gd packages for use with gEDA diff --git a/graphics/libgdgeda/pkg/DESCR b/graphics/libgdgeda/pkg/DESCR new file mode 100644 index 00000000000..42c75792418 --- /dev/null +++ b/graphics/libgdgeda/pkg/DESCR @@ -0,0 +1,20 @@ + 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/pkg/PLIST b/graphics/libgdgeda/pkg/PLIST new file mode 100644 index 00000000000..b614b491fc5 --- /dev/null +++ b/graphics/libgdgeda/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 17:33:02 rh Exp $ +bin/libgdgeda-config +include/gdgeda/gd.h +include/gdgeda/gd_io.h +include/gdgeda/gdfontg.h +include/gdgeda/gdfontl.h +include/gdgeda/gdfontmb.h +include/gdgeda/gdfonts.h +include/gdgeda/gdfontt.h +include/gdgeda/mtables.h +include/gdgeda/gdcache.h +lib/libgdgeda.a +lib/libgdgeda.so.3.0 +@dirrm include/gdgeda |