Commit graph

7697 commits

Author SHA1 Message Date
joerg
d79cec3e62 Fix destdir. 2009-07-16 10:51:17 +00:00
sno
c0975dd576 pkgsrc changes:
- Updating package for p5 module GD.pm from 2.43 to 2.44
  - Adjusting license according to main module POD

Upstream changes:
2.44    GD::Group now installed properly.
	Quenched compiler warning caused by Newxs() calls.
2009-07-16 06:18:43 +00:00
kefren
2673c36354 Update to mono 2.4.2 2009-07-15 11:42:31 +00:00
joerg
4236899270 Update to June snapshot of E17. No detailed changes. 2009-07-14 22:16:25 +00:00
hasso
e400c8f303 Make it build on DragonFly. 2009-07-11 19:36:43 +00:00
obache
9bfb146725 Update ocrad to 0.18.
Based on patch provided by Uwe Klaus in PR 41617.

2009-05-08  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.18 released.
	* Added a layout analyser able to process arbitrary pages.
	* Added new option `--quiet'.
	* The `--layout' option no more accepts an argument.
	* The `--crop' option now accepts negative coordinates.
	* New recognized letter; 'a' with ring above.
	* Fixed recognition on files with a single big character.
	* Fixed bug that didn't write maxval when saving pgm or ppm.
	* Fixed some includes that prevented compilation with GCC 4.3.0.
	* "make install-info" should now work on Debian and OS X.
	* Makefile.in: Man page is now installed by default.
	* New file testsuite/check.sh.
	* Arg_parser updated to 1.2.
	* Verbosity control of messages has been modified.

2007-06-29  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.17 released.
	* License updated to GPL version 3 or later.
	* `--scale' no more suppresses ORF output.
	* Improved removal of thick frames.
	* Changed `Textline' to accept more than one big initial.
	* Class `Block' renamed to `Blob'.
	* `configure' and `Makefile.in' have been modified to be more
	  GNU-standards compliant.

2006-10-20  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.16 released.
	* Added new option `--filter'.
	* Better algorithm for vertical space detection (blank lines).
	* Some fixes made to `configure' script.
	* Added two new debug levels.
	* Improvements in character recognition.

2006-04-03  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.15 released.
	* Added new argument parser that replaces `getopt_long'.
	* Fixed a bug that prevented compilation with GCC 4.1.

2006-02-15  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.14 released.
	* Ocrad is now able to read ppm files.
	* Added new class `Page_image' (256-level greymap).
	* Added automatic and adaptive binarization by Otsu's method.
	* Added new option `--crop'.
	* Added two new chapters `Image Format Conversion' and
	  `Algorithm' to the texinfo file.
	* Target `check' added to Makefile.
	* Changed `ocrad.png' icon to color, one line.
2009-07-11 08:05:06 +00:00
tron
9443dd0538 Set license to gnu-lgpl-v2.1 and mpl-1.1. 2009-07-10 16:26:40 +00:00
obache
5fd16b39a0 Set LICENSE=gnu-gpl-v2. 2009-07-10 09:18:44 +00:00
sno
f1552a26fb pkgsrc changes:
- Updating package for p5 module GD from 2.41 to 2.43
  - Adding license (artistic)

Upstream changes:
2.43    Added "transparent" color to GD::Simple.
	Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS
	and .config.cache
2.42	Fixed magic number detection to autodetect certain missed jpeg
	files (thanks to Mike Walker)
2009-07-10 08:36:53 +00:00
joerg
8371da0127 user-destdir support. Deal with bash dependency. Bump revision. 2009-07-09 19:48:23 +00:00
drochner
35ec252997 lensfun 2009-07-09 19:46:14 +00:00
drochner
2d91c0daf2 add lensfun-0.2.3, a library to correct photographic lens distortions,
from wiz per pkgsrc-wip
2009-07-09 19:44:50 +00:00
drochner
ea553ea91f update to 2.26.3
changes:
-bugfixes
-translation updates
2009-07-09 18:18:58 +00:00
drochner
ddd00d88a6 update to 1.8.8
changes:
small number of bug fixes (in particular a
few corrections to the documentation and a few fixes in the FreeType font
backend)
2009-07-09 17:27:56 +00:00
hasso
1e744f5d32 Update to 7.4.4. Make software ratserizer actually work. Add one patch from
upstream repo to fix null pointer dereference.

Changes in 7.4.4:

* Fixed i965/i915 segfault in screen destruction (bug 22408)

Changes in 7.4.3:

* Fixed texture object reference counting bug (bug 21756)
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
  point (SF bug 2793846)
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
* Fixed some OSMesa build issues
* Fixed a vertex buffer object crash
* Fixed broken glTexImage3D() when image type = GL_BITMAP
* Fixed some GLSL preprocessor bugs
* Fixed framebuffer mem leak in i945/i965 DRI drivers
* Fixed texture coordinate repeat bug in swrast (bug 21872)
* Fixed incorrect viewport clamping (lower bound is zero, not one)
* GLX fix for glean's makeCurrent test case
2009-07-08 20:00:57 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
sno
63a307200a Updating package fot p5 module RRDTool::OO from 0.22nb1 to 0.25
Setting license to ${PERl5_LICENSE}

Upstream changes:
0.25 (04/25/2009)
    (ms) Applied patch by Christian Dengler, adding the 'hrule' graph
         parameter and increasing the sleep time in 002Pod.t to two
         secs to prevent system clock inacurracies from causing
         test failures.

0.24 (04/02/2009)
    (ms) Added support for capturing PRINT output as suggested by
         Peter Mistich. print_output() now returns a ref to an array
         with the output of the last graph() command's PRINT output.

0.23 (02/05/2009)
    (ms) update() now accepts DateTime objects as well (suggested by
         Jay Buffington)
    (ms) [rt.cpan.org #43011] Fixed rounding error on 64-bit systems
         reported by Todd E. Rinaldo
2009-07-08 12:43:43 +00:00
obache
7c4fdc17cb Update RMagick to 2.10.0.
Changes:
RMagick 2.10.0
    o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier
      than 1.8.5 no longer supported.
    o (Experimental) Support the use of Ruby managed memory for all memory
      allocations (available in ImageMagick 6.5.3-10)
    o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3)
    o Add new AlphaBackgroundChannel enum value (available in ImageMagick
      6.5.2-5)
    o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
2009-07-08 04:00:57 +00:00
sno
0563890269 adding destdir support and license of perl itself (META.yml) 2009-07-07 16:07:18 +00:00
obache
cd7080a016 Need workaround for Upstream Bug#562310, as noticed in PR 41475. 2009-07-07 10:48:53 +00:00
drochner
d893858dc0 +exiv2-organize 2009-07-07 10:09:51 +00:00
drochner
3e567a44ff add the "organize" tool which comes with exiv2>=0.18.1,
as "exiv2-organize" to avoid namespace pollution
This can sort pictures into directory trees using metadata
as file/directory names.
2009-07-07 10:07:45 +00:00
drochner
9ae64af03a update to 0.18.2
changes:
-adds write-support for Adobe Photoshop PSD images
-adds read-support for Panasonic RW2 images
-makernote and lens updates
-bugfixes
-updates Polish translations

approved by gdt
2009-07-07 10:02:51 +00:00
joerg
413b650163 Fix build in the new GNUSTEP world order. 2009-07-07 05:50:21 +00:00
joerg
297c22dc7a Fix installation for new GNUSTEP world order. 2009-07-07 05:46:52 +00:00
joerg
a8f448ff1d Fix build in new GNUSTEP world order. 2009-07-07 05:40:51 +00:00
joerg
39d5a7141e Regen PLIST after gnustep hierachy changes. Bump revision. 2009-07-06 21:50:39 +00:00
joerg
562892eeb3 Fix PLIST for gnustep hierachy changes. Bump revision. 2009-07-06 16:23:33 +00:00
obache
2b0747b886 Use ${PERL5_SUB_INSTALLVENDORARCH} in PLIST.
Fixes PLIST mismatch on Darwin reported in PR 41646.
2009-07-05 10:15:02 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
edf9180157 Create needed directories. 2009-06-29 22:38:39 +00:00
joerg
0c978a9104 Must explicitly request SDL support. 2009-06-29 20:28:35 +00:00
joerg
057b991090 Explicitly request SDL support. 2009-06-29 20:26:43 +00:00
joerg
5bfccabbe4 Create needed directories. 2009-06-29 17:36:12 +00:00
joerg
f27c2a8882 Create needed directories. 2009-06-29 17:10:27 +00:00
joerg
9fab56c41d Add missing directories. 2009-06-29 16:36:33 +00:00
drochner
79ec7f5834 update to 3.2.5b
This is a security update.
changes:
-fix some unsecure tmpfile writing (CVE-2009-1962)
-more bugfixes
-symbol library extensions
-changed default browser to firefox and default pdf viewer to xpdf
-HTML MAP export (fig2dev) produces reference to .png file instead
 of .gif now
-minor UI improvements
2009-06-22 18:29:33 +00:00
drochner
55feadba01 add a patch from upstream
(http://bugzilla.maptools.org/show_bug.cgi?id=2065)
to fix a buffer underflow which can cause DOS or system access
(SA35515)
bump PKGREVISION
2009-06-22 14:54:44 +00:00
hasso
168af103cd Attempt to make it build cleanly and to solve PLIST problems without dri
option (default for most of platforms). Tested on DragonFly only. Bump
PKGREVISION.
2009-06-19 18:19:15 +00:00
obache
884258cbd9 Note restriction of acceptable python version came from py-gtk2 and py-cairo.
pygoocanvas itself require just python>=2.2.
2009-06-16 01:36:28 +00:00
joerg
fd44f30bc9 Restrict to Python 2.4+ to match GTK2 and Cairo dependency. 2009-06-15 18:56:12 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
24ce9c6c39 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
36958484da Downgrade babl to 0.0.22 again.
The world, and especially gegl, is not ready for it yet.

Addresses PR 41573.
2009-06-13 08:05:05 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
ahoka
3efe446c69 Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
taca
484bc2d722 * Fix build problem of ruby-mini-magick package correcting URL parameter
to rakefile to fix build problem with newer rake's strict checking.
* Add LICENSE.

No PKGREVISION bump since there is no change with built package.
2009-06-12 13:35:40 +00:00
tnn
a3e1f62ec1 patch-cc: libtoolize src/mesa/drivers/x11/Makefile.
Should fix build with PKG_OPTION dri disabled. (PR pkg/41572)
2009-06-11 13:11:32 +00:00
tnn
0cb82318a3 Add DESTDIR support. 2009-06-11 10:04:27 +00:00