Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-13 | Update MAINTAINER email address. | ben | 1 | -2/+2 | |
2003-07-26 | Bump revision due to SDL update, and sync versions in buildlink files where | jmmv | 2 | -4/+4 | |
needed. This is required because esound has been droped as a dependancy. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-19 | Change address of maintainer per PR 22170. | wiz | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -3/+4 | |
dependency bumps. | |||||
2002-12-24 | Replace collver@linuxfreemail.com with collver1@attbi.com. | wiz | 1 | -2/+2 | |
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps. | |||||
2002-12-23 | Replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. | wiz | 1 | -2/+2 | |
2002-08-28 | Remove buildlink.mk files that aren't used by any other files in pkgsrc. | jlam | 1 | -41/+0 | |
2002-08-27 | buildlink1 -> buildlink2 | jlam | 1 | -4/+4 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+26 | |
buildlink2.mk files back into the main trunk. | |||||
2002-04-03 | Unless on x86 pass --disable-mmx to configure so inline x86 assembly isn't used | jmc | 1 | -1/+5 | |
2002-03-24 | Initial import of SDL_gfx, provided by Ben Collver in pkg/16015. | wiz | 5 | -0/+104 | |
DESCR: The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons for SDL Surfaces. The current components of the SDL_gfx library are: - Graphic Primitives (SDL_gfxPrimitves.h) - Rotozoomer (SDL_rotozoom.h) - Framerate control (SDL_framerate.h) - MMX image filters (SDL_imageFilter.h) |