summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Add and enable py-piddle.markd1-1/+2
2002-10-30Initial import of py-piddle-1.0.15markd4-0/+189
Plug In Drawing, Does Little Else. A cross-platform drawing library for Python. PIDDLE is a Python module for creating two-dimensional graphics in a manner that is both cross-platform and cross-media; that is, it can support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file output (PostScript, PDF, GIF, etc.). It makes use of the native 2D drawing calls of each backend, for maximum efficiency and quality. It works by defining a base class (piddle.Canvas) with methods for all supported drawing primitives. A particular drawing context is provided in the form of a derived class. PIDDLE applications will be able to automatically select an appropriate backend for the user's environment.
2002-10-30Add Sparc ELF codecs for Solaris.markd2-2/+12
2002-10-30Update libgnomecanvas to 2.0.4nb1. Changes include:rh2-12/+14
- USE_X11 instead of USE_X11BASE - add missing PKGCONFIG_OVERRIDE
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh9-42/+9
2002-10-28Add and enable aqsis.agc1-1/+2
2002-10-28Initial import of aqsis-0.6.4, a Renderman clone, into the NetBSD Packagesagc9-0/+511
collection. A RenderMan compliant renderer. Based on the REYES architecture, Aqsis is designed for speed and memory efficiency. Complete implementation of programmable shading.
2002-10-28Add png support. Bump version to 3.7.1nb1. Requested in PR 18798.wiz1-1/+5
2002-10-28This file was removed on rev 1.14. I don't know why cvs re-added it insteadbouyer1-57/+0
of aborting because of the conflict.
2002-10-28Add and enable gmngview.wiz1-1/+2
2002-10-28Initial import of gmngview-1.0.4, a simple GTK-based MNG viewer.wiz5-0/+52
2002-10-28Update to 2002.10.26:wiz3-8/+20
* few translation updates * US Sacagawea dollar coin * and some nuts
2002-10-28Update to 2002.10.26:wiz3-6/+7
* Czech language support * translation updates * KDE and Gnome launcher installation fixes
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 ;)
2002-10-27Use buildlink2. Use perl5/module.mk.seb3-18/+9
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-10-27On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists.bouyer2-2/+59
2002-10-27libGLU is part of Free4 on Solaris too.bouyer2-4/+4
2002-10-27MesaLib is part of XFree 4 on solaris too.bouyer2-4/+4
2002-10-26Correct XPM include and lib paths.bouyer2-10/+20
2002-10-26Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world.bouyer2-11/+15
2002-10-26Also need @X_EXTRA_LIBS@ for X libraries.bouyer2-4/+4
2002-10-26install the README file - the only piece of documentation availabledrochner2-3/+7
(requested by Hubert F.)
2002-10-26Solaris's /bin/sh doesn't likebouyer1-1/+3
for file in ${CODEC_FILES}; do when CODEC_FILES is empty. .if out this part of the code if CODEC_FILES is not defined or is empty.
2002-10-25Update to 0.90pre9:wiz8-83/+76
This release contains dozen of fixes for various problems reported by users, including ones related to DVD/VOB subtitles disappearing, mms:// streaming, and fullscreen switching under Metacity and KDE 3.1. libaf, the new audio filter layer, has been introduced. It does automatic formating, and samplerate and channel number conversion for less featureful soundcards. The new option -autosync should help with buggy soundcard drivers. Audio/video codec and output driver selection has been reworked. The code cleanup has continued, and memleaks are starting to be eliminated.
2002-10-25forgot a dirrmdrochner1-1/+2
2002-10-24not needed anymoredrochner1-6/+0
2002-10-24-use buildlink2drochner2-7/+8
-while here, update to 0.6.14 changes: -new translations -CGM import/export filters -SVG export has some basic support for Text
2002-10-24install some header files (this got lost recently)drochner3-3/+23
and buildlink2ify them needed (at least) for graphics/sketch
2002-10-24switch to buildlink2drochner2-8/+11
2002-10-24regen (1.5 fix in patch-ad)wiz1-2/+2
2002-10-22Use lang/gcc/buildlink2.mk instead of Makefile.gcc.jlam1-2/+2
2002-10-22hack in support for Powershot A20 and S330 Digital Elph; the latterdrochner3-1/+29
is from John Kohl per PR pkg/18742, the former result of a google search
2002-10-22Update to tuxpaint 2002.10.20:wiz3-16/+21
This release includes documentation updates. The README was converted to HTML with screenshots. A British English 'translation' was created. There were man page updates, so that it no longer requires docbook-to-man. Windows printing code was updated, and the Norwegian and Icelandic translations were updated.
2002-10-21Replace USE_LIBINTL with buildlink2.mk inclusion.wiz1-2/+2
2002-10-21Remove unneeded USE_LIBINTL.wiz1-2/+1
2002-10-21Remove unused USE_LIBINTL.wiz1-2/+1
2002-10-21Convert to buildlink2.wiz2-11/+11
2002-10-20Use perl5/module.mk.seb1-6/+2
2002-10-20Regen: rearrange patch-aa to keep solaris9's patch happy.bouyer1-2/+2
2002-10-20Rearrange patch-aa to keep Solaris9's patch happy.bouyer1-7/+9
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-20Convert to buildlink2.wiz1-7/+5
2002-10-20Convert to buildlink2.wiz1-2/+4
2002-10-20Drop USE_MESA, not needed any longer.wiz1-3/+1
2002-10-20Use bsd.pkg.install.mk and change INSTALL.OpenWindows into a model for howjlam2-45/+28
to replace the complexity of the default INSTALL/DEINSTALL scripts with something simpler when simple is all that's needed. Also replace the check for OpenWindows with one that's more sensible.
2002-10-20post-patch -> pre-configure. By Greg A. Woods in PR 18718.wiz1-2/+2
2002-10-19Makes awk expression work with XFree 4.1.0 (which has no FREETYPE_PATCHheinz1-2/+2
in freetype.h).
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh9-18/+18
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>