summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-05-10On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.jlam2-1/+14
2006-05-10don't @dirrm foreign dirsdrochner1-3/+1
2006-05-10icon-theme.cache doesn't belong heredrochner1-2/+1
2006-05-10Update graphics/ImageMagick to 6.2.7.5, as the 6.2.7.4 distfile is not availabletonio3-9/+7
Changelog: * Default quantum scale to QuantumRange/(maximum-minimum) in magick/quantum.c. Also remove two files from PLIST, as they are no more present
2006-05-09Propagate PNG_NO_ASSEMBLER_CODE to dependencies.wiz2-3/+9
This should fix PR 33325 (ImageMagick not building on amd64).
2006-05-08Changes 0.5.2:adam4-41/+20
* Improved handling of inexact PNM-to-PNG conversions. * Fixed a typo that was breaking the build on some Unix platforms.
2006-05-08Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk.hira1-3/+3
2006-05-08Changes 6.2.7.3:adam6-42/+19
* Add -adaptive-sharpen to the convert and mogrify programs. Changes 6.2.7.2: * Generate proper image filenames when filename has more than one embedded period (e.g. image.gif.eps becomes image.gif-0.eps, image.gif-1.eps, etc.). * CompositeImage() is now thread-safe.
2006-05-08Uses C++, noted by <smb> on pkgsrc-users.salo1-1/+2
2006-05-07Add ruby-gnuplot.minskim1-1/+2
2006-05-07Import ruby-gnuplot.minskim4-0/+38
Ruby Gnuplot is a pipe-based interface to the gnuplot package. It provides the full capabilities of the gnuplot package to Ruby programs.
2006-05-06Fix GCC 3.4+: Label at end of compound statement.joerg2-1/+24
2006-05-06Bump PKGREVISION:wiz3-3/+26
Remove use of internal png library function, to make this package build against the current png package. From the povray.general newsgroup: Well - you could remove that call but will probably loose ability to interrupt/continue render with PNG output.
2006-05-06-lz is mendatory on some platorms (like Darwin)adam2-4/+4
2006-05-06Changes 0.5.1:adam5-19/+42
* Implemented bit depth reduction for palette images. * Upgraded libpng to version 1.2.10-optipng [private] * Improved the BMP support. * Added a Unix man page. * Allowed abbreviation of command-line options. * Changed user option -log to accept a file name as an argument. * Changed user option -no to -simulate. * Fixed an error in handling .bak files on Unix. * Fixed a small typo in the help screen. * Added the GUIDE and THANKS documents. * Converted some text document files to HTML.
2006-05-04I meant to remove that bogus "xpost-patch" a long time ago -- GC it.tv1-9/+1
2006-05-03Fix some ifdef'd png code, using patch provided by Mathieu in PR 33325.wiz2-1/+26
Build fix for some cases.
2006-05-02update to 2.14.1drochner3-8/+9
changes: -Use the directory of the currently viewed image as file chooser initial location -Avoid setting the error twice in thumbnail code -Checks mimetype before trying to include new detected files on image list - Updated translations
2006-05-02update to 0.95drochner9-336/+386
changes: -"mainpoint" system allows lines to always point towards the middle -Python plug-ins added -automatically change grid size depending on zoom level -Text input now highlights the object -security problems fixed in XFig import and Python plug-in -new shapes added -new UML objects added -Full screen mode -Improved SVG import -Plug-in loading and unloading doesn't require restart -i18n problems fixed -bugs have been fixed -Command line usage has improved -ses the new GTK+ File Dialog pkgsrc change: -precompile Python files
2006-05-01This package installs a perl script; add a runtime dependency on perl byminskim1-1/+3
setting USE_TOOLS. Bump PKGREVISION.
2006-05-01Changes 1.7:adam3-9/+10
This is a bugfix release. A bug in the progress bar code, which caused arithmetic exceptions on some 64-bit architectures, has been fixed. Changes 1.6: This release contains an algorithm improvement that leads to a speedup of 20-60% over previous versions of potrace. A new PDF backend was added, courtesy of Tor Andersson. An option --progress was added for displaying a progress bar. The Windows version of potrace now uses MinGW instead of Cygwin, eliminating the need to install a special DLL alongside the executable programs, and solving some problems with wildcards and executable PostScript files. Some spurious "premature end of file" messages were eliminated. The core functionality of potrace was separated into a library with a documented API, making it easier for developers to incorporate potrace into other GPL-licensed software.
2006-04-30subprocess is only installed on Python <= 2.3. Conditionalize PLISTjoerg2-8/+17
accordingly. Bump revision.
2006-04-30Reset PKGREVISION on ImageMagick update; plus cosmeticsadam1-11/+7
2006-04-30Changes 6.2.7.1:adam4-21/+22
* Bug fixes and improvements (see ChangeLog for details)
2006-04-28Add DragonFly support.joerg9-25/+70
2006-04-28Fix pthread detection.joerg3-2/+34
2006-04-28apparently on IRIX some of the math functions are found in libmx, sojschauma1-1/+7
add this explicitly to LDFLAGS
2006-04-28Never ever touch the included libtiff. Bump revision.joerg4-20/+61
2006-04-28Uses msgfmt.joerg1-2/+2
2006-04-28Add DragonFly support.joerg2-6/+13
2006-04-28Don't try to install cat pages, the extension detection doesn't work.joerg4-7/+25
Bump revision.
2006-04-28rename kimdaba to kphotoalbumdrochner5-5/+5
2006-04-28update to 2.2, and call it "kphotoalbum" as the author prefersdrochner3-352/+267
most visible change is a new thumbnail viewer (faster, larger); there is also some exif support which I didn't enable in the pkg yet
2006-04-23Fix build with png-1.2.9nb2. Bump PKGREVISION.wiz3-3/+41
2006-04-23Add untested patch by the maintainer to fix build on 1.6.2.wiz1-1/+7
2006-04-22Python is normally multithreaded, so link against pthread.joerg3-2/+25
Fix label at end of compound statement errors.
2006-04-22Add DragonFly support.joerg5-1/+69
2006-04-22Don't hard-code -lpthread, use correct pkgsrc variables instead.joerg2-1/+15
2006-04-22Add DragonFly support.joerg12-2/+172
2006-04-22Add DragonFly support.joerg5-1/+69
2006-04-22Fix GCC 3.4+: (int *)[] is not valid C++.joerg2-1/+15
2006-04-22Fix GCC 3.4+: __FUNCTION__ works like __func__ (aka variable).joerg7-20/+186
Add DragonFly support.
2006-04-22Split patch-aa (one patch per file) and add DragonFly support.joerg6-19/+97
2006-04-22Move shared library entries into the main PLIST and use themjoerg3-13/+13
conditionally on Darwin, DragonFly and FreeBSD. Bump revision.
2006-04-22correct homepage URL; noted by Mr Raymond Phillips in a mail tojschauma1-2/+2
webmaster@
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig8-16/+16
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22Only use assembler code on i386. Fixes amd64 build and PR 33331 by Ben Collver.wiz1-1/+7
2006-04-21Add DragonFly support. Also let it be used on FreeBSD.joerg3-3/+26
2006-04-20Include vgl plugin in PLIST on DragonFly and FreeBSD.joerg3-14/+15
Use conditional comment for dga instead of second PLIST file.
2006-04-20Add DragonFly support.joerg4-3/+43