summaryrefslogtreecommitdiff
path: root/graphics/g2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-2/+2
2004-04-10Convert to buildlink3 and correct a spelling error in DESCR.snj2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Revision bumped because of gd shared library major bumpadam1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-11Update MASTER_SITE to a URL that downloadsjmc1-2/+2
2003-04-29Update do version 0.49a.jtb6-77/+51
Changes: * license change to LGPL * added new Tijs Michels spline implementation * small fixes in spline package * added g2_spline_demo.c * removed some non ansi parts (e.g. // comments) * added query pointer for X11 (mouse) * other small fixes and changes
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-10/+7
Depend in ALL_TARGET does not seem to be needed anymore so remove it, otherwise perl5/module.mk usage would have been limited ;)
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-03Increment PKGNAME rather than DISTNAME.jtb1-2/+3
2001-05-03Make the Fortran interface work properly. Install the demos.jtb7-4/+146
While here, build shared libraries using libtool. Increment version number.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08Install the Perl module.jtb1-1/+13
2001-02-07Initial import of g2:jtb5-0/+43
Powerful, easy to use 2D graphics library