summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache197-356/+397
2011-04-20note "used by ..." comments.obache1-1/+4
2011-04-20note a "used by ..." comment.obache1-1/+3
2011-04-19Fix palette cases, after bug report from Gentoo.wiz4-62/+81
Bump PKGREVISION.
2011-04-15trim library search path so that the dynamic version of libpythondrochner3-5/+14
is found for building the Python plugin module (I still think that no Python library needs to be linked in for modules, but I want to keep the change minimal.) Inspired by an observation by Mark Davies, see the "python buildlink3.mk and lib/python2.?/config" thread on tech-pkg. bump PKGREVISION
2011-04-15add patches from upstream, via Debian/Ubuntu:drochner6-3/+151
-possible buffer overflows when parsing config files of plugins (CVE-2010-4540, CVE-2010-4541, CVE-2010-4542) -possible buffer overflow in PSP image parser plugin (CVE-2010-4543) bump PKGREV
2011-04-14update to 0.9.2drochner3-22/+11
This is a bug fix release that fixes a translation issue and several critical publishing bugs.
2011-04-14update to 2.12.3drochner2-8/+6
changes: -bugfixes -translation updates
2011-04-14sync w/ base pkgdrochner1-4/+3
2011-04-14update to 2.30.2drochner4-10/+12
changes: -use libchamplain08 for map display -translation updates
2011-04-12Update to 3.9.5:wiz9-295/+6
Many bugs and security issues are resolved in this stable release.
2011-04-11Changes 1.2.4:adam2-11/+6
* The -T/--threshold option was added to set the minimum optimization gain needed before a file is optimized. The default is to optimize if gain is even just one byte. * Some minor fixes were also done.
2011-04-05Add tex-pst-barcode{,-doc}.minskim1-1/+3
2011-04-05Import tex-pst-barcode-doc-0.08 as graphics/tex-pst-barcode-doc.minskim4-0/+23
This is documentation for tex-pst-barcode.
2011-04-05Import tex-pst-barcode-0.08 as graphics/tex-pst-barcode.minskim4-0/+28
An earlier version (0.03) was packaged by David Rankin in PR 33390. The pst-barcode package allows printing of barcodes, in a huge variety of formats (see documentation for details). As a pstricks package, pst-barcode requires pstricks. The package uses PostScript for calculating the bars. For PDF output use a multi-pass mechansism such as pst-pdf.
2011-04-05update to 0.9.1drochner6-77/+122
changes: -new search bar -TIFF support -plugin framework, mostly for exporting -many more improvements and bugfixes
2011-04-05update to 0.13.4drochner2-6/+6
changes: -imported dcraw 9.07/1.442, support for more cameras -bugfixes
2011-04-05update to 0.3.1drochner3-7/+8
changes: logging improvements
2011-04-05update to 2.90drochner2-6/+6
changes: -handle more tags and data formats -bugfixes
2011-04-05update to 1.11drochner3-25/+47
changes: -New data point picker for finding coordinates of points on plot -New data navigator window for filtering, sorting and examining dataset statistics -UI improvements, minor feature improvements -bugfixes
2011-04-05Update to 1.5.2:wiz3-29/+6
Version 1.5.2beta01 [February 13, 2011] More -Wshadow fixes for older gcc compilers. Older gcc versions apparently check formal parameters names in function declarations (as well as definitions) to see if they match a name in the global namespace. Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the old VisualC++ preprocessor. Turned on interlace handling in png_read_png(). Fixed gcc pendantic warnings. Handle longjmp in Cygwin. Fixed png_get_current_row_number() in the interlaced case. Cleaned up ALPHA flags and transformations. Implemented expansion to 16 bits. Version 1.5.2beta02 [February 19, 2011] Fixed mistake in the descriptions of user read_transform and write_transform function prototypes in the manual. The row_info struct is png_row_infop. Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior. Corrected png_get_current_row_number documentation Fixed the read/write row callback documentation. This documents the current behavior, where the callback is called after every row with information pertaining to the next row. Version 1.5.2beta03 [March 3, 2011] Fixed scripts/makefile.vcwin32 Updated contrib/pngsuite/README to add the word "modify". Define PNG_ALLOCATED to blank when _MSC_VER<1300. Version 1.5.2rc01 [March 19, 2011] Define remaining attributes to blank when MSC_VER<1300. ifdef out mask arrays in pngread.c when interlacing is not supported. Version 1.5.2rc02 [March 22, 2011] Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip" from the makefiles. Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill) Version 1.5.2rc03 [March 24, 2011] Don't include standard header files in png.h while building the symbol table, to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro). Version 1.5.2 [March 31, 2011]
2011-04-05Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine.tron1-1/+2
2011-04-05Fix build with png-1.5.wiz2-4/+20
2011-04-04delete some unused Makefile rules which are not prefixed by TABsdrochner3-1/+48
correctly, leading to refusal by recent gmake
2011-04-04Changes 10.35.80:adam6-34/+33
* asciitopgm: fix bug: memory corruption on too-long lines. * asciitopgm: fix bug: improper handling of blank lines. Changes 10.35.79: * configure: don't default to /usr/X11R6/lib/libX11.so just because /usr/X11R6 exists. /usr/X11R6/lib must exist. * pngtopnm: fix bug: -verbose reports history chunk present when it's really a palette.
2011-04-03add LICENSE, update HOMEPAGEzafer1-2/+3
2011-04-03Fix build with png-1.5.wiz3-1/+51
2011-04-03Fix build with png-1.5.wiz2-1/+408
2011-04-03Fix build with png-1.5.wiz2-1/+35
2011-04-03Link against libgif now that default has changed, and fix build with png-1.5.wiz4-17/+154
2011-04-01Fix CVE-2008-4863 using the Debian patch by James Vega.wiz3-3/+27
Bump PKGREVISION. Mark MAKE_JOBS_SAFE=no since installation fails with -j16.
2011-04-01Set LICENSE.wiz1-1/+2
2011-03-31Simplified conditionalsadam1-6/+2
2011-03-31add patch from upstreamdrochner3-3/+77
(http://bugzilla.maptools.org/show_bug.cgi?id=2300) to fix possible buffer overflow in the "thunder" decoder (CVE-2011-1167) bump PKGREV
2011-03-31Support staged installation.asau23-2/+361
2011-03-28Add hunk: don't assume bare split writes @_, because new perl doesn't.gdt3-7/+16
Rename patchfile for new convention, and add comments.
2011-03-28Dependency is restricted to 2.5+joerg1-1/+2
2011-03-28Fix build with png-1.5. Reported by joerg.wiz2-1/+26
2011-03-28Set LICENSE.wiz1-1/+2
2011-03-28Fix build with png-1.5. Reported by joerg.wiz2-1/+17
2011-03-27Not support on Python 2.4joerg1-1/+2
2011-03-26Welcome back cozmixng.org!obache1-2/+2
2011-03-24Jens Rehsack noted that the inclusion of jpeg/bl3.mk in xfce4-thunarwiz1-2/+2
must be propagated in its bl3.mk file. Do that, and depend on that version; recursive PKGREVISION bump since a few dependencies might link against jpeg now.
2011-03-23Update ruby-mini-magick package to 3.2.taca3-8/+8
Changes are unavailable.
2011-03-23Changes 2.3.0:adam2-9/+8
This version adds a new ANSI-colorized-output option (probably optimized for dark-background xterms) and more informative output for interlaced images.
2011-03-23Changes 1.14:adam3-11/+27
This release changes raw PostScript processing to avoid the non-rendering PostScript specials created by hyperref. A command-line switch to turn off raw PostScript rendering has been added. Finally, a few bugs has been fixed, such as correct decoding of the -T switch, a CRLF bug when reading configuration files in Windows, and a few bugs associated to subprocesses.
2011-03-23Changes 1.7.15:adam2-6/+6
* Force bit_depth to 1, 2, or 4 when -plte_len is <=2, <=4, or <=16 and the -bit_depth option is not present, to avoid writing invalid palette indexes.
2011-03-21Let xdvipresent depend on tex-* instead of the entire teTeX.minskim2-18/+19
2011-03-18Add pstricks packages.minskim1-1/+35