Commit graph

4612 commits

Author SHA1 Message Date
minskim
3786702943 Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
2004-12-14 20:36:54 +00:00
markd
01f810ca1b Fix build using latest ImageMagick.
Bump PKGREVISION.
2004-12-14 12:16:43 +00:00
agc
a0c283e28c Make this package work better on platforms where the install utility can
only take one file to be installed.
2004-12-13 22:51:09 +00:00
markd
5adc12dc5f share/kde/locale -> ${PKGLOCALEDIR}/locale. Bump PKGREVISION. 2004-12-13 11:58:21 +00:00
salo
b874ab977f Bump PKGREVISION, security fix:
"Multiple buffer overflows in imlib 1.9.14 and earlier, which is used by
gkrellm and several window managers, allow remote attackers to execute
arbitrary code via certain image files."  (1.9.15 is also affected)

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1026

Patch from Pavel Kankovsky.
2004-12-10 09:30:42 +00:00
markd
2a2b9e36cb locale files moved to under ${PKGLOCALEDIR}/locale/...
Bump PKGREVISION.
2004-12-10 06:40:11 +00:00
markd
b647167698 Update to kde 3.3.2
Changes:
* kfax: fix kfax does not save printer settings
* kfax: fix Truncations occur on dialog
* kfax: fix kfax prints all pages in one g3-file to one page
* kfax: fix can not print to printer or file
* kfax: fix BoundingBox: line in PS file has width and height interchanged
* kfax: fix KFax has its own printer dialog
* kfax: fix rotation not honored when printing
* kfax: fix G3/G4/tiff-files not assigned to kFax
* kfax: fix zoom error
* kfax: fix Problem with format of fax-files
* kfax: fix CTRL-R shortcut for rotate does not work in kfax
* kfax: fix Can't print only part of a document
* kolourpaint: Fix crash due to text box when scaling image behind it
* kolourpaint: Don't get stuck on a wait cursor after attempting to
  paste empty text into a text box
* kolourpaint: Smaller selection and text box resize handles - covers
  up fewer selected pixels, doesn't cover up text
2004-12-10 06:26:33 +00:00
recht
915afb153f Fix the build on Darwin. From darwinports. 2004-12-05 23:26:16 +00:00
minskim
8d1f697265 Disable pkgviews installation until automake is pkgviews-enabled.
This closes PR/pkg 28323.
2004-12-05 20:19:50 +00:00
wiz
829094795b Update to 1.2.8:
Changes since the last public release (1.2.7):

  Fixed bug in png_text_compress() that would fail to complete a large block.
  Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
    strip alpha operation in png_do_strip_filler().
  Added PNG_1_2_X definition in pngconf.h
  #ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0)
  Reduce color_type to a nonalpha type after strip alpha operation in
    png_do_strip_filler().
  Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM
  Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
  Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin).
  Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
    of data type in deflate (Cosmin).
  Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of
    PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING.
  Despammed mailing addresses by masking "@" with "at".
  Added scripts/makefile.elf with supporting code in pngconf.h for symbol
    versioning (John Bowler).
  Added projects/visualc71 (Simon-pierre).
2004-12-05 11:17:12 +00:00
adam
f68ac179bb Changes 6.1.6-0:
* The -channel option is operational again.
  * The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
2004-12-05 09:42:11 +00:00
jmmv
99a268a9a7 Update to 2.8.2:
- Eel dependency removed (Paolo Borelli)
- Important crash fixes (James Henstridge, Jens Finke)
- AIX compilation fixes (Sandie Vanderme)
- Translation Updates:
  Alexander Shopov (bg), David Lodge (en_GB), Dwayne Bailey (zu, nso),
  Martin Willemoes Hansen (da), Mohammad DAMT (id)
2004-12-04 22:46:29 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
adam
aa39a517f9 Changes 1.9.15:
* Minor bug fixes
2004-12-03 13:42:47 +00:00
seb
d1d076e27f Force use of bundled libgd: fix build when libgd is installed beforehand.
Please note that for now the use of an external libgd is still considered
experimental by graphviz team.

Reported by abs@. Thanks!
2004-12-03 11:42:57 +00:00
reed
b1ad419389 Make sure that the AUTOM4TE and AUTOCONF is defined in the environment
because old (or wrong) versions may be used or the tool may be missing
(such as not in path).

When not in path, you may receive errors like:
 sh: autom4te: not found
 aclocal-1.9: autom4te failed with exit status: 1
(noticed under Solaris)

Or if wrong versions are used, you may receive:
 autom4te: unknown language: Autoconf-without-aclocal-m4
 aclocal-1.9: autom4te failed with exit status: 1
(noticed under Mac OS X)

Maybe the correct fix would be to fix the pkgsrc-installed
aclocal and automake scripts so that the autom4te and autoconf
scripts used from within are using the correct path and version
(as also installed from pkgsrc).
2004-12-02 17:51:19 +00:00
reed
8ac2f31093 Remove files before creating symlinks (as required on Solaris). 2004-12-02 17:42:18 +00:00
wiz
5af956c5b1 Rename round() to ngraph_round(), to avoid conflict with function
defined in math.h. [bulk build fix]
2004-12-02 14:08:16 +00:00
adam
3e23a9c5b1 Changes 10.18.17:
* pnmtoxwd: fix endianness on little-endian machines
* pnmtoxwd: include 256 colour map in direct colour instead of zero
* pnmtoxwd: fix bug: doesn't work if you specify an option
2004-12-02 12:35:36 +00:00
taca
222690ede7 Make it compile on NetBSD 1.6.X, really this is fix for traditional
C compile which needs to define variable in first in function.
2004-12-02 01:47:35 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
taca
998b26b1ce Allow to select font rendering engines with PKG_OPTION. Possible
options are freetype, vflib and xft2.  Default is xft2 which is the
same as previous magicpoint package.

This work is written by Kouichirou Hiratsuka and I modified to use
bsd.options.mk framework.

Bump package revision.
2004-11-30 17:29:30 +00:00
adam
bbc677a10f Changes 1.8.4:
* Require gtk+-2.4.
* The framerate limiter is more accurate and is by default enabled at 100 fps.
* Faster collection loading, the file is now mmapped.
* Slovak translation.

Changes 1.8.3:
* New menu item to open the current image directory menu.
* The PageUp and PageDown can be used to switch images.
* Fixed a thinko in the case where automatic centering is disabled.
* Transitions can be disabled in a more intuitive way.
2004-11-30 16:13:53 +00:00
adam
15c74ac0dd Changes 2.5.1:
* Bug fixes
2004-11-30 16:04:45 +00:00
adam
1fee4263af filmgimp is dead, long live cinepaint 2004-11-30 15:37:45 +00:00
adam
10f10ad685 filmgimp has been renamed to cinepaint 2004-11-30 15:36:33 +00:00
adam
fee2a89870 CinePaint is a free open source painting and image retouching program designed
to work best with 35mm film and other high resolution high dynamic range images.
It is the most popular open source tool in the motion picture industry - used
in 2 Fast 2 Furious, Scooby-Doo, Harry Potter, Stuart Little and other feature
films. CinePaint is used for painting of background mattes and for
frame-by-frame retouching of movies. It is being extended to do film
restoration. CinePaint is available for Linux, Macintosh OS X, Windows, and
other popular operating systems.

Animation renderers and 35mm film scanners are capable of creating greater color
bit-depth than can be displayed on monitors (8-bit per channel) or can be
manipulated in most programs. The 32-bit per channel color capacity of CinePaint
appeals most to cinematographers and professional still photographers. However,
CinePaint is a general-purpose tool useful for working on images for motion
pictures, print, and the Web. CinePaint supports many file formats, conventional
formats such as JPEG, PNG, TIFF, and TGA images -- and more exotic motion
picture digital intermediate formats such as Cineon and OpenEXR.

CinePaint is free software. The generosity and commitment of its developers,
users and sponsors make CinePaint possible
2004-11-30 15:35:34 +00:00
wiz
5e0753b8cf Fix PLIST for hicolor-icon-theme>=0.5, and depend on that version
PKGREVISION++.
2004-11-30 14:19:56 +00:00
seb
13c8ee8910 Sort includes and remove a commented out include. 2004-11-30 10:16:14 +00:00
seb
1c70f097e8 Update to version 1.16.
Changes since last packaged version (1.12)
September 14, 2004
	- release 1.16
    dotneato
	- fix bugs: 275, 523, 526, 527, 529, 534
August 30, 2004
        - release 1.14
    dotneato
	- the official gd now has support support for GIFs again - the
		internal gd is now closely sync'ed with the official version
		and will eventually be removed in favor of using a
		separate installation of the official version.
	- gd has new support for FontConfig (thanks to Dag Lem)
		NB. the fontname attribute in graphs is now a font pattern
		as understood by fontconfig (e.g. fontname="Times-Italic"),
		unless it contains a '/' in which case it is interpreted as
		a font path as before.
	- gd provides support for html4 entities in decimal, hex or named,
		e.g "<"
	- "dot -v" debugging output now reports fontname -> fontpath resolutions
	- PostScript generated by -Tps now uses "xshow" operator for strings
		for better matching of bitmap and PostScript outputs.
	- ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL)
	- new feature: parallel edges by using a ":" separated list of edge
		colors
	- new feature: rankdir=BT and rankdir=RL  (thanks to Dag Lem)
	- new layout engine: fdp - force directed placement (EXPERIMENTAL)
		a neato-like undirected layout engine that produces
		clustered symmetric layouts.
		Supports edges between clusters and nodes.
	- updated neato engine: now using stress majorization as the default,
		which avoids the potential for cycling
	- model=subset in neato provides a third distance function, where
		two nodes sharing many nodes will be place farther apart
	- shape=none now equivalent to shape=plaintext
	- fix label justification with \l and \r
	- first cut at <FONT> support added to html labels
	- various color transparency fixes
	- various fixes for UTF8 and Latin[12] character encodings.
	- various cluster fixes.
	- improved hyperlink support in -Tsvg
	- support tooltips on clusters in client-side imagemaps
    gvpr
	- add support for scanf and friends
    general
	- greater use of shared libraries.
	- pkg-config files provided for shared libraries (EXPERIMENTAL)
	- "./configure --disable-shared --enable-static" works if needed
	- C++ wrappers on all header files (thanks to Victor Wodecki)
	- various configuration and portablity fixes
	- provide pdf version of man pages
	- Windows package provides graphviz libraries and header files
	- Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411,
		412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435,
		438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463,
		464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499,
		500, 501, 504, 508, 511, 512, 514
March 5, 2004
    - added glyphwidths.ps support utility
2004-11-29 22:11:50 +00:00
wiz
02f60a3184 Add RCS Id. 2004-11-29 20:31:44 +00:00
wiz
2530e36bc9 Update to 6.3.30, provided by Osamu OISHI in PR 28454.
Changes: perhaps if I could read Japanese...
2004-11-29 20:31:16 +00:00
wiz
7df923365c Remove BUILDLINK_DEPENDS line for old version of freetype2. 2004-11-29 19:56:16 +00:00
jklos
f7d1554dd4 Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,
Juan RP)
2004-11-29 17:00:01 +00:00
wiz
de7289b776 Add dependency on gtkspell (for text input spellchecking), and bump PKGREVISION.
Closes PR 28449.
2004-11-29 15:14:48 +00:00
wiz
c0c22db5d7 This uses pkgconfig; include its buildlink3 file.
Addresses PR 28449.
2004-11-29 14:55:38 +00:00
wiz
afe762654e Add and enable jpegpixi. 2004-11-29 14:19:24 +00:00
wiz
eba36efcd5 Import from pkgsrc-wip, package by Greg Troxel:
Jpegpixi is short for JPEG Pixel Interpolator. The intent of the
program is to interpolate pixels (single pixels, dots, stripes) in
JPEG images.  This is useful to correct images from a digital camera
with CCD defects.  For example, if one pixel is always bright green,
this pixel can be interpolated with jpegpixi.

Jpegpixi is unique in that it tries to preserve the quality of the
JPEG image as much as possible.  Usual graphics programs decode JPEG
images when they are loaded, and re-encode them when they are saved,
which results in an overall loss of quality.  Jpegpixi, on the other
hand, only decodes the DCT blocks (typically 8x8, 16x8, or 16x16 pixel
areas) which contain pixels to be interpolated, and when it re-encodes
them, it uses exactly the same parameters with which the image has
originally been encoded.  These blocks are therefore only minimally
disturbed, and other blocks remain pixel-by-pixel identical to the
original image.
2004-11-29 14:16:57 +00:00
wiz
50da1a7b0f Reset maintainer, and remove superfluous BUILDLINK_DEPENDS line. 2004-11-29 11:07:59 +00:00
adam
006075cc76 Chamges 6.1.5-7:
* The black channel offset was incorrectly computed when compositing causing
  a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
  QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
  image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics().  Its like QueryTypeMetrics()
  but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.
2004-11-29 09:05:46 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
dmcmahill
c064c16a0f update to hp2xx-3.4.4
There have been many many bug fixes and improvements since the last
packaged release.  SVG, PDF, and DXF output is available now.  The complete
list (>200 lines) is in the CHANGES file in the distribution.
2004-11-28 15:12:11 +00:00
taca
11a23bc901 Update ruby-opengl package to 0.32f.
2004-07-17  <yoshi@giganet.net>

	* fixed marks callback function (thanks patch: nobu.nokada@softhome.net)

2004-07-10  <yoshi@giganet.net>

	* fixed ReadPixels bug (thanks patch: Alvin Schur)

	* fixed GLUT font constats(thanks patch: Alvin Schur)

2004-02-28  <yoshi@giganet.net>

	* fixed SubWindow bug (thanks patch: HATAKEYAMA Motohiko)

	* add COPYRIGHT file

	* fixed sample (thanks patch: Matthias Neeracher)

2003-10-12  <yoshi@giganet.net>

	* fixed nurbs bug (thanks patch: Ashish Myles)

2003-10-12  <yoshi@giganet.net>

	* fixed submenu bug (thanks bug report: Daniel Amelang)

	* fixed for cygwin 1.5.5 (???)
2004-11-28 14:55:00 +00:00
wiz
3443211dad Update to 0.5:
Create the stock/* directories.
2004-11-28 14:48:36 +00:00
jdolecek
a055b4fb3c Update php-jpgraph to 1.16.
Notable changes include splitting PlotBand and IconPlot to separate
files (requires update of all scripts using these objects), additional
error checking, and many bug fixes. Full list available at
	http://www.aditus.nu/jpgraph/Changelog

Reorganize package to use bsd.pkg.install.mk and CONF_FILES,
modelled similar to phpmyadmin package.
2004-11-27 22:34:19 +00:00
taca
a41203ce3b Migrate ruby-opengl to use new framework for Ruby packages. 2004-11-27 16:13:35 +00:00
taca
1ea2373c73 Migrate ruby-gd to use new framework for Ruby packages. 2004-11-27 16:12:57 +00:00
tron
9fefe88c2a Remove me as maintainer of this package. 2004-11-27 08:09:37 +00:00
abs
302fd5d0d8 Update cambeva to 2.2. Changes since 2.0:
2.2
----
* added color tags to config file (for css file)

2.1
-----
* support for robots.txt, sending robots away.
* fixing content-length for css
* improved html and css. validators give ok.
2004-11-26 23:30:04 +00:00