Commit graph

8892 commits

Author SHA1 Message Date
wiz
cf1950d152 Update to 3.9.5:
Many bugs and security issues are resolved in this stable release.
2011-04-12 08:57:57 +00:00
adam
7b632da783 Changes 1.2.4:
* 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-11 07:02:20 +00:00
minskim
913280edb7 Add tex-pst-barcode{,-doc}. 2011-04-05 19:39:25 +00:00
minskim
8f663d963c Import tex-pst-barcode-doc-0.08 as graphics/tex-pst-barcode-doc.
This is documentation for tex-pst-barcode.
2011-04-05 19:38:05 +00:00
minskim
c1324414c2 Import tex-pst-barcode-0.08 as graphics/tex-pst-barcode.
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-05 19:37:53 +00:00
drochner
1bbe3d1a39 update to 0.9.1
changes:
-new search bar
-TIFF support
-plugin framework, mostly for exporting
-many more improvements and bugfixes
2011-04-05 18:34:20 +00:00
drochner
51d6bd8e96 update to 0.13.4
changes:
-imported dcraw 9.07/1.442, support for more cameras
-bugfixes
2011-04-05 18:08:46 +00:00
drochner
80ba30e60e update to 0.3.1
changes: logging improvements
2011-04-05 17:57:41 +00:00
drochner
28229c8cb2 update to 2.90
changes:
-handle more tags and data formats
-bugfixes
2011-04-05 16:57:49 +00:00
drochner
e15bad8c78 update to 1.11
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-05 16:53:47 +00:00
wiz
9ce2aeae85 Update to 1.5.2:
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-05 12:47:56 +00:00
tron
23d843320e Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine. 2011-04-05 11:43:08 +00:00
wiz
a09e68dd80 Fix build with png-1.5. 2011-04-05 11:04:39 +00:00
drochner
44b09c95c0 delete some unused Makefile rules which are not prefixed by TABs
correctly, leading to refusal by recent gmake
2011-04-04 12:17:29 +00:00
adam
edb75fbbeb Changes 10.35.80:
* 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-04 09:17:24 +00:00
zafer
707f6b34ba add LICENSE, update HOMEPAGE 2011-04-03 22:23:47 +00:00
wiz
b5979c8234 Fix build with png-1.5. 2011-04-03 16:38:41 +00:00
wiz
db39edf9b2 Fix build with png-1.5. 2011-04-03 13:47:01 +00:00
wiz
8b5099714b Fix build with png-1.5. 2011-04-03 11:58:22 +00:00
wiz
a24ceb6edc Link against libgif now that default has changed, and fix build with png-1.5. 2011-04-03 11:40:07 +00:00
wiz
8d6a75bcb7 Fix CVE-2008-4863 using the Debian patch by James Vega.
Bump PKGREVISION.
Mark MAKE_JOBS_SAFE=no since installation fails with -j16.
2011-04-01 11:31:56 +00:00
wiz
e5be77ec43 Set LICENSE. 2011-04-01 10:59:56 +00:00
adam
fa62114998 Simplified conditionals 2011-03-31 13:37:21 +00:00
drochner
95bcc3e8fe add patch from upstream
(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-31 11:05:44 +00:00
asau
7bdbfe689c Support staged installation. 2011-03-31 08:07:01 +00:00
gdt
16772f1c76 Add hunk: don't assume bare split writes @_, because new perl doesn't.
Rename patchfile for new convention, and add comments.
2011-03-28 19:36:30 +00:00
joerg
09653c04f2 Dependency is restricted to 2.5+ 2011-03-28 18:01:40 +00:00
wiz
2763bd0e33 Fix build with png-1.5. Reported by joerg. 2011-03-28 08:01:20 +00:00
wiz
4a87d7e74d Set LICENSE. 2011-03-28 07:57:58 +00:00
wiz
1dc19307ca Fix build with png-1.5. Reported by joerg. 2011-03-28 07:50:39 +00:00
joerg
33e44ac746 Not support on Python 2.4 2011-03-27 17:01:55 +00:00
obache
b18b6212ba Welcome back cozmixng.org! 2011-03-26 01:57:50 +00:00
wiz
b7565b87db Jens Rehsack noted that the inclusion of jpeg/bl3.mk in xfce4-thunar
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-24 14:35:16 +00:00
taca
39a420c968 Update ruby-mini-magick package to 3.2.
Changes are unavailable.
2011-03-23 16:26:04 +00:00
adam
5693f4c0ed Changes 2.3.0:
This version adds a new ANSI-colorized-output option (probably optimized for
dark-background xterms) and more informative output for interlaced images.
2011-03-23 10:56:55 +00:00
adam
1783b5a793 Changes 1.14:
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-23 10:09:44 +00:00
adam
2aa5b1320a Changes 1.7.15:
* 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-23 09:00:23 +00:00
minskim
dd7ad35cb3 Let xdvipresent depend on tex-* instead of the entire teTeX. 2011-03-21 19:27:16 +00:00
minskim
5c70852798 Add pstricks packages. 2011-03-18 21:52:39 +00:00
minskim
81bd847ad9 Import tex-psgo-doc-0.17 as graphics/tex-psgo-doc.
This is documentation for tex-psgo.
2011-03-18 21:48:01 +00:00
minskim
e3dc56526e Import tex-psgo-0.17 as graphics/tex-psgo.
This is a TeX package to typeset go diagrams with PSTricks.
2011-03-18 21:47:51 +00:00
minskim
0a9dd4ba26 Import tex-pstricks-add-doc-3.51 as graphics/tex-pstricks-add-doc.
This is documentation for tex-pstricks-add.
2011-03-18 21:45:14 +00:00
minskim
d42d14a508 Import tex-pstricks-add-3.51 as graphics/tex-pstricks-add.
Collects together examples that have been posted to the pstricks mailing
list, together with many additional features for the basic pstricks,
pst-plot and pst-node, including: - bugfixes; - new options for the
pspicture environment; - arrows; - braces as node connection/linestyle;
- extended axes for plots (e.g., logarithm axes); - polar plots; -
plotting tangent lines of curves or functions; - solving and printing
differential equationd; - box plots; - matrix plots; and - pie charts.
The package makes use of PostScript routines provided by pst-math.
2011-03-18 21:45:03 +00:00
minskim
118b62f947 Import tex-pst-tree-doc-1.12 as graphics/tex-pst-tree-doc.
This is documentation for tex-pst-tree.
2011-03-18 21:44:09 +00:00
minskim
fd8da76118 Import tex-pst-tree-1.12 as graphics/tex-pst-tree.
pst-tree is a pstricks package that defines a macro \pstree which offers
a structured way of joining nodes created using pst-node in order to
draw trees.
2011-03-18 21:43:51 +00:00
minskim
caed964b38 Import tex-pst-vue3d-doc-1.24 as graphics/tex-pst-vue3d-doc.
This is documentation for tex-pst-vue3d.
2011-03-18 21:39:48 +00:00
minskim
f3f1840ad8 Import tex-pst-vue3d-1.24 as graphics/tex-pst-vue3d.
With pst-vue3d three dimensional objects like cubes, spheres and others
can be viewed from different points. The distribution includes a
comprehensive set of examples of usage.
2011-03-18 21:39:44 +00:00
minskim
f0957e2b08 Import tex-pst-text-doc-1.00 as graphics/tex-pst-text-doc.
This is documentation for tex-pst-text.
2011-03-18 21:39:39 +00:00
minskim
80c710fadc Import tex-pst-text-1.00 as graphics/tex-pst-text.
Pst-text is a PSTricks based package for plotting text along a different
path and manipulating characters. It includes the functionality of the
old package pst-char.
2011-03-18 21:39:35 +00:00
minskim
554b387336 Import tex-pst-slpe-doc-1.3 as graphics/tex-pst-slpe-doc.
This is documentation for tex-pst-slpe.
2011-03-18 21:39:31 +00:00