Commit graph

7573 commits

Author SHA1 Message Date
wiz
3d9776ffda Convert to user-destdir. From Aleksey Cheusov in PR 40118. 2009-04-29 09:24:17 +00:00
dholland
68a16da69a Rewrite csh scripts in sh, by request of agc. Closes PR 37581.
While here, clean up a lot of pkglint; it appears that the manual
substitutions in the makefile got rolled into several of the patches
at some point. Various problems remain (e.g. the build system runs
/usr/bin/make explicitly in a number of places; plus the manual
substitutions should be tidied away) but this should cover the most
serious ones.

PKGREVISION++.
2009-04-29 05:15:14 +00:00
zafer
62b08c5689 update master. ok'd by obache. 2009-04-28 21:43:49 +00:00
zafer
aea651be6b remove broken mirror. ok'd by obache. 2009-04-28 21:36:42 +00:00
hasso
fb282b442c Make it build on DragonFly. 2009-04-28 11:43:31 +00:00
rillig
70908657b5 Fixed pkglint warning. 2009-04-26 10:13:31 +00:00
dsainty
526ed82900 patch-aa is gone, but not forgotten. Update distinfo to forget about it too. 2009-04-26 05:52:08 +00:00
schmonz
1baeae0371 Add and enable circos. 2009-04-21 17:52:26 +00:00
schmonz
68ef3b47da Initial import of graphics/circos.
Circos is a Perl application for the generation of publication-quality,
circularly composited renditions of genomic data and related annotations.

Circos is particularly suited for visualizing alignments, conservation and
intra and inter-chromosomal relationships.

Approved by: groo
2009-04-21 17:51:05 +00:00
adam
b8b4a53d4f PLIST fix for MNG option disabled 2009-04-21 10:03:31 +00:00
wiz
905f78b7e8 Update to 4.0.4. Set LICENSE.
Comix 4.0.4

    - Applied a workaround for a bug that caused the "Open" dialog to crash
    when trying to open a file when the file type filter had been reset to
    blank. This bug seems to only appear on some systems, probably depending
    on the installed GTK+ version.

    - Fixed a bug that caused the error message for unfulfilled dependencies
    to not be printed properly.

    - The rar/unrar program is now invoked in such a way as to keep broken
    or incomplete files extracted from RAR archives, since Comix might be
    able to display parts of these files anyway.
2009-04-20 09:17:19 +00:00
gdt
4d3157ae2d Update to 1.18a released by Marti Maria. Call it 1.18.0.1 in pkgsrc
so that it sorts correctly, and leave 1.18.1 available for a possible
future upstream bugfix point release.

Changes since 1.18:

  incorporate the fix in our patch-aa

(No need to pull to pkgsrc-stable; this is the same as 1.18nb2)
2009-04-19 16:58:29 +00:00
snj
f70c621512 Accept python26. 2009-04-19 15:05:53 +00:00
rh
d730abe107 Make this build with the new gnustep-make. While at it, enable
user-destdir installs and add Cenon licence.  Bump PKGREVISION.
2009-04-19 07:57:27 +00:00
drochner
100c2f9088 update to 2.3.9
changes:
-important bugfixes
-improved CID support

There was an ABI breakage between 2.3.7 and 2.3.8 which was reverted
in 2.3.9. The public 'PS_FontInfoRec' structure was expanded and
then shrunk. Applications compiled against 2.3.8 should work fine
with 2.3.9. Applications compiled against the new 2.3.9 can
theoretically exhibit problems if run against a 2.3.8 binary, if
some PS_FontInfo stuff is used. See the freetype release notes
for details. I didn't find any suspects for now. If one is found,
it should be changed to require 2.3.9, and PKGREV bumped.
2009-04-16 20:26:25 +00:00
wiz
ba3d61195b Build fix:
Add v4l plugin to PLIST, if videodev.h header is found on Linux.

From Aleksey Cheusov in PR 41218.
2009-04-15 12:25:30 +00:00
reed
2fa9df0338 Added new package: gimmage 2009-04-15 04:06:42 +00:00
reed
eab4117087 Add new package: gimmage
The gimmage package provides a GTKMM-based image viewer.
It includes keyboard shortcuts and a file browser.
2009-04-15 04:04:13 +00:00
tron
a6ca85049f Fix typo in comment. 2009-04-14 19:24:30 +00:00
tron
6c41d87ebe Add patch for the security vulnerability reported in SA34634/CVE-2009-0793
taken from Redhat's Bugzilla.
2009-04-14 18:54:38 +00:00
rh
b422e03187 Use fhs filesystem layout to make ImageViewer more hier(7) compliant.
Bump PKGREVISION.
2009-04-13 12:35:33 +00:00
sno
c1d2f0abdf PkgSrc changes:
- Updating package for p5 module Image::Size to 3.2
  - Add license artistic 2.0

Upstream changes:
3.2	Monday February 23, 2009, 05:00:00 AM -0800

	* lib/Image/Size.pm
	* t/all.t
	Make the package buildable in a pure-Perl software stack. Per
	RT ticket #42930, make Compress::Zlib optional, so that those
	who do not need it are not required to install it. Updated the
	test around the compressed-SWF file to skip if Compress::Zlib
	is absent.

	* Build.PL (restored)
	* ChangeLog (deleted)
	* ChangeLog.xml (added)
	* MANIFEST (deleted)
	* Makefile.PL (deleted)
	* README.Win32 (deleted)
	* etc/ChangeLogML.xsd (added)
	Making large-scale house-keeping changes to the build/dist
	process. Replace ChangeLog (plain-text) with a ChangeLogML file
	created from the CVS/SVN history and hand-adjusted; add the XSD
	for ChangeLogML; restore Build.PL and heavily enhance; and
	remove README.Win32, Makefile.PL and MANIFEST.

	* lib/Image/Size.pm
	Per RT ticket #43452, make the cache visible outside the
	lexical scope of the module This allows the hash to be used
	with packages like IPC::Shareable or IPC::MM to enable sharing
	the cache between processes. Added extra documentation of this,
	and a new section describing approaches to cache-sharing.

	Transaction revision: 136
	* imgsize
	* lib/Image/Size.pm
	Fix URL/specification of the license info for LGPL.
2009-04-12 12:05:43 +00:00
sno
3a04342e3b PkgSrc changes:
- Updating module to 2.41

Upstream changes:
2.41    Added backend support for grouping features in GD::SVG module.
2.40    ** Do not use - contains a bug **
2.39	Makefile.PL will refuse to run if the proper version of libgd is
        unavailable.
2.38	Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37	GD/Image.pm did not bring in croak() properly, meaning that
        incorrect error messages are printed out when any of the
        newFromXXX() calls are made.
2.36	Instructions on using gdAntiAliased with palette images.
2009-04-12 00:32:42 +00:00
sno
085dd4bff8 PkgSrc changes:
- allow optionally build a gd which supports xpm
2009-04-12 00:29:26 +00:00
sno
dfca1e1ce5 PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
2009-04-11 23:15:19 +00:00
minskim
45644f5331 Resolve conflicts between dvipng and teTeX-bin.
Both packages installed bin/dvipng and bin/dvigif; now only dvipng
installs them.
2009-04-11 22:09:43 +00:00
sno
ce35598ee8 Renamed package from SWF-File to p5-SWF-File, because it's a perl5 module
oked by rhaen@ & joerg@ (with rename of p5-PAR)
2009-04-11 21:02:21 +00:00
reed
bec128a5ca clutter needs newer MesaLib headers.
The clutter build failed because GLX_FRONT_LEFT_EXT and
GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3
installed.)
So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
2009-04-11 17:19:00 +00:00
joerg
69ca732749 Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
hasso
84c7a2b87f Make it compile on DragonFly master. 2009-04-07 19:10:25 +00:00
drochner
2fb155a20d update to 2.10.11
changes:
-bugfixes
-translation updates
2009-04-07 11:43:57 +00:00
drochner
d9dc7c2efa add a comment section telling how Python plugin support can be
enabled (but leave it off because it is not useful yet)
2009-04-07 10:33:41 +00:00
kefren
f39208eaf2 Update to mono 2.4 2009-04-07 08:21:19 +00:00
hasso
4b49f91786 Make it build on DragonFly master. 2009-04-07 08:09:06 +00:00
chuck
c920a5e1e4 Added graphics/p5-GDGraph-boxplot version 1.00 2009-04-06 19:10:31 +00:00
chuck
4974c24c1b GD::Graph::boxplot is a perl5 module that uses GD::Graph, GD, and
Statistics::Descriptive to create and display PNG output for box
and whisker graphs.
2009-04-06 19:07:13 +00:00
wiz
09067fd69b Bump PKGREVISION for py-gstreamer0.10 PKGNAME fix. 2009-04-03 07:55:23 +00:00
tron
114fece0f0 Backout last change because "lib/config" gets created by the INSTALL
script and removed by the DEINSTALL script. Problem pointed out
by Joerg Sonnenberger.
2009-04-01 17:12:57 +00:00
tron
b7163e2ec9 Fix package list problem introduced in revision 1 by adding
"lib/graphviz/config" back. Problem noted by Jens Rehsack.
2009-04-01 16:36:06 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
darcy
e9660daec1 Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
wiz
1ff67eec45 Update to 0.9.9:
* Changes in libotf 0.9.9

** New function OTF_get_variation_glyphs returns glyphs selected by
variation selectors.

** The funciton OTF_drive_cmap handles a variation selector.

** The example program `otfview' can handle variation selectors.

** The function OTF_drive_gpos is obsolte now, and the new function
OTF_drive_gpos2 should be used instead.  See the comment of the member
"glyph_id" of type "OTF_Glyph" for the detail.

** If a font doesn't have GDEF table, automatically synthesized GDEF
table is used.
2009-03-22 21:12:51 +00:00
markd
a63d2fc22c add missing patch from previous. 2009-03-22 20:07:31 +00:00
markd
2f9d584e7e Fix build with exiv2-0.18 - from gentoo patches.
Bump PKGREVISION.
2009-03-22 20:03:18 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
gdt
979c847ab2 upstream updated distfile after release, essentially incorporating patch-aa 2009-03-22 18:17:15 +00:00
snj
4cdfe3b988 Update to 2.24.1.
==============
Version 2.24.1
==============

* Release for GNOME 2.26.0

Updates translations:

F Wolff (af)
Khaled Hosny (ar)
Ihar Hrachyshka (be@latin)
Suso Baleato (gl)
Rajesh Ranjan (hi)
Margulan Moldabekov (kk)
Adi Roiban (ro)
Laurent Dhima (sq)
Krishna Babu K (te)
2009-03-22 15:59:36 +00:00
gdt
d80bfc170c Update to 1.18, a security/maintenance release.
From NEWS:

 New in ver 1.18
 ===============

Changes in API
----------------------
*none*

Implementation
----------------------
All errors moved to fatal, since there is no easy recovery strategy
Vulnerability fixes on cmsio1.c
Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
_cmsSaveProfile didn't copy tags from a file based profile, fixed.

Utilities
----------
icctrans: CMYKcm support wrongly implemented, fixed.
icclink: linking 3 to 7 channels didn't work in some cases, fixed.
2009-03-22 14:50:48 +00:00
wiz
318a0fdc7c Update to 0.9.5:
digiKam 0.9.5-rc1 - Release date: 2009-03-15

NEW FEATURES:

General        : Internal CImg library updated to 1.3.0.

BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org):

001 ==> 169037 : Crash when tagging photos.
002 ==> 173314 : digiKam crashes while exiting the photo-editing mode in KDE 3.5.10.
003 ==> 185279 : Raw pictures from Panasonic LX2 have totally wrong colours in digikam show modus.
2009-03-22 10:09:12 +00:00
manu
0529d18242 Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00