Initial import of libgdgeda-1.6, a modified gd library for use with gEDA.
This commit is contained in:
parent
b6ad0eea6b
commit
7c7a9cfe04
5 changed files with 57 additions and 0 deletions
19
graphics/libgdgeda/Makefile
Normal file
19
graphics/libgdgeda/Makefile
Normal file
|
@ -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"
|
3
graphics/libgdgeda/files/md5
Normal file
3
graphics/libgdgeda/files/md5
Normal file
|
@ -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
|
1
graphics/libgdgeda/pkg/COMMENT
Normal file
1
graphics/libgdgeda/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
a modified version of the gd packages for use with gEDA
|
20
graphics/libgdgeda/pkg/DESCR
Normal file
20
graphics/libgdgeda/pkg/DESCR
Normal file
|
@ -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).
|
14
graphics/libgdgeda/pkg/PLIST
Normal file
14
graphics/libgdgeda/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue