Commit graph

185947 commits

Author SHA1 Message Date
hans
46ef41886f Fix build with gcc4.5 and newer. Patch taken from Gentoo, see
https://bugs.gentoo.org/show_bug.cgi?id=321209
2012-05-06 11:07:24 +00:00
wiz
83338833ab Remove ispman and p5-ispman.
Very outdated packages (last touched in 2006) that have config file
handling issues; also, ispman is not destdirized.
2012-05-06 10:20:38 +00:00
wiz
a3a7a75175 Add destdir support.
(It was so easy that I can only infer that noone cares about these packages :) )
2012-05-06 10:12:20 +00:00
wiz
f9ac43efe5 + courier-0.68.1, courier-authlib-0.64.0, freefont-20120503,
gimp-2.8, hiawatha-8.2, jabberd2-2.2.16, kde4-4.8.3, py-feedparser-5.1.2,
  rudiments-0.36.1, taskjuggler-3.2.0, valgrind-3.7.0.
2012-05-06 10:10:10 +00:00
marino
e323780736 inputmethod/scim: workaround bad NLS test on DragonFly
With the upgrade to version 1.4.12 or 1.4.13, scim began failing on
DragonFly when PKG_DEVELOPER=yes option was used due to the missing
locale files outlined in the plist.  All the USE_TOOLS callouts and
buildlinks were correct.  The problem was traced back to the configure
tests for gettext.  They were producing casting errors and number of
argument errors.

The workaround is to cache the result of the gettext/libintl test
as successful in the package makefile.  Doing so results in successful
build, confirming the conftest has a problem at least on some platforms.
2012-05-06 09:18:48 +00:00
obache
41ec2b65d5 Updated net/libvncserver to 0.9.9 2012-05-06 09:09:35 +00:00
obache
f85d33c5dd Update libVNCServer to 0.9.9.
0.9.9
   - Overall changes:
     * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility
       to our http server. Pure JavaScript, no Java plugin required anymore! (But a
       recent browser...)
     * Added a GTK+ VNC viewer example.

   - LibVNCServer/LibVNCClient:
     * Added support to build for Google Android.
     * Complete IPv6 support in both LibVNCServer and LibVNCClient.

   - LibVNCServer:
     * Split two event-loop related functions out of the rfbProcessEvents() mechanism.
       This is required to be able to do proper event loop integration with Qt. Idea was
       taken from Vino's libvncserver fork.
     * Added TightPNG (http://wiki.qemu.org/VNC_Tight_PNG) encoding support. Like the
       original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
       with PNG here.
     * Added suport for serving VNC sessions through WebSockets
       (http://en.wikipedia.org/wiki/WebSocket), a web technology providing for multiplexing
       bi-directional, full-duplex communications channels over a single TCP connection.
     * Support connections from the Mac OS X built-in VNC client to LibVNCServer
       instances running with no password.
     * Replaced the Tight encoder with a TurboVNC one which is tremendously faster in most
       cases, especially with high-color video or 3D workloads.
       (http://www.virtualgl.org/pmwiki/uploads/About/tighttoturbo.pdf)

   - LibVNCClient:
     * Added support to only listen for reverse connections on a specific IP address.
     * Support for using OpenSSL instead of GnuTLS. This could come in handy on embedded
       devices where only this TLS implementation is available.
     * Added support to connect to UltraVNC Single Click servers.
2012-05-06 09:08:36 +00:00
tron
68c4515cf5 Remove Perl dependence as this package doesn't contain Perl Script anymore. 2012-05-06 09:03:48 +00:00
tron
708845c4b5 Note update of the "phpmyadmin" package to version 3.5.1. 2012-05-06 09:01:35 +00:00
tron
eb22b80efb Update "phpmyadmin" package to version 3.5.1. Major changes since 3.4.*:
- browse-mode improvements
  -  grid editing
  -  remember recent tables
  -  remember last sort order by table
  -  flexible column width
  -  reorder columns
  -  more compact navigation bar
- AJAXification of many operations
- reorganised server status page, with server monitoring
- improved support for stored routines, events and triggers
- openGIS support
- zoom-search in table search
- Drizzle support
- improved ENUM/SET editor
2012-05-06 09:01:10 +00:00
gls
e654c578ae Updated misc/calibre to 0.8.50 2012-05-06 08:34:29 +00:00
gls
73f91ef412 Update misc/calibre to 0.8.50
pkgsrc changes:
---------------
- Depends on textproc/py-ccsutils >=0.9.9.

Upstream changes:
-----------------

Release 0.8.50 - May 04, 2012
=============================

New Features

    Tweak Book: Allow tweaking of KF8 MOBI files. Useful to fine-tune the result
of a conversion. Right click on the book and select Tweak Book to use the
feature. Note that tweaking a MOBI file that contains both KF8 and older MOBI6
will cause the MOBI6 version to be discarded.
    AZW3 output plugin. This output plugin generates pure KF8 mobi files. These
only work on the Kindle Fire and Kindle Touch with latest firmware.
    Conversion: Allow easy re-ordering of the search and replace expressions in
the conversion dialog. Also apply the expressions in the same order that they
were entered when doing the conversion.
    Automatically add the Tag 'Sample Book' when an Amazon sample is added to
calibre
    FB2 Input: Better handling of inline images.
    Closes tickets: 989869

Bug Fixes

    KF8 Output: Fix section to section jumps not working for documents with
multi-level ToCs
    EPUB Input: Handle the case of the metadata ToC containing a reference to
the cover HTML file.
    Closes tickets: 993812

    CHM Input: Handle files with deeply nested markup and non html files
listed at the start of the manifest.
    Closes tickets: 993607

    KF8 Output: Workaround Kindle Touch bug that causes the book to be rendered
as black pages when a height is specified for <body>

    Fix regression in 0.8.49 that broke italics detection in heuristic
processing on 32-bit systems.
    Closes tickets: 991380

    KF8 Output: Fix joint MOBI6/KF8 books not being recognized as MOBI files
by older Kindles
    KF8 Output: Fix errors when processing documents with HTML comments
and/or XML processing instructions
    Get Books: Amazon fix prices not being found. B&N fix details link.
ebooks.com: fix cover image. Website changes to various EU stores
    FB2 Input: More robust base64 decoding to handle embedded images that are
incorrectly encoded.
    Closes tickets: 990929

    Fix scrolling with the cover browser updating only the selection in the
book list, not the current book.
    Closes tickets: 990881

    Save to Disk: Do not run out memory when saving very large files on
systems with low RAM.
    Closes tickets: 990741

    FB2 Output: Use 2 letter language codes in preference to 3-letter ones to
not break poorly implemented FB2 readers
    Closes tickets: 990026

    EPUB Input: Auto set the media-type for OPF manifest entries with an
empty media-type

New news sources

    George Monbiot by Darko Miletic
    El Mundo by atordo
    AraInfo and Diagonal by Ruben Pollan

Improved news sources

    National Post
    Daily Mirror
    Sun
    Newsweek Polska
    Max-Planck
    derStandard
    tweakers.net


Release 0.8.49 - Apr 27, 2012
=============================
New Features

    Experimental support for generating Amazon's new KF8 format MOBI files

    calibre can now generate Amazon's new KF8 format MOBI files. To turn
on this feature, go to Preferences->Tweaks and click Plugin Tweaks. In
the box add: test_mobi_output_type = 'both' calibre will now produce MOBI
files that have both the old MOBI format and the new KF8 format in them.
To learn more about KF8, see: http://www.amazon.com/gp/feature.html?docId=1000729511
Note that calibre support for KF8 is still experimental and there will
likely be bugs.

    Upgrade to using cssutils 0.9.9 for CSS parsing. Improved speed
and robustness.
    Show cover size in a tooltip in the conversion dialog

    Closes tickets: 986958 [External link]
    Driver for Nook Simple Touch with Glow Light

    Closes tickets: 989264 [External link]

Bug Fixes

    Heuristics: When italicizing words do not operate on words not in
between HTML tags.
    Closes tickets: 986298 [External link]

    Fix (I hope) the bulk metadata download process crashing for some
people on OS X when clicking the Yes button to apply the updates.
    Closes tickets: 986658 [External link]

    Fix tooltip not being updated in the book details panel when
pasting in a new cover
    Closes tickets: 986958 [External link]

    Cover Browser: Wrap the title on space only, not in between words.
    Closes tickets: 986516 [External link]

    Edit metadata dialog: If a permission denied error occurs when
clicking the next or prev buttons, stay on the current book.
    Closes tickets: 986903 [External link]

    Fix heuristics not removing unnecessary hyphens from the end
of lines.
    Closes tickets: 822744 [External link]

New news sources

    Berria by Alayn Gortazar
    Sol Haber by Onur Gungor
    Telam by Darko Miletic
    Richmond Times-Dispatch by jde

Improved news sources

    Metro Nieuws NL
    Der Tagesspiegel
2012-05-06 08:34:14 +00:00
ryoon
fe00ab3132 Updated graphics/gource to 0.38 2012-05-06 08:30:15 +00:00
ryoon
56ac70666d Update to 0.38
* New dependencies to boost and glm

Changelog:
0.38:
 * New high quality sprites.
 * Fullscreen toggle with alt + enter.
 * Window is now resizable. -WIDTHxHEIGHT! creates a non-resizable window.
 * Lowered minimum zoom distance.
 * Use AM_CPPFLAGS in Makefile.am to allow passing custom CPPFLAGS.
 * Don't add files that match the path of a known directory.
 * Fixed divide by zero in text shader causing artifacts on some video cards.
 * Recursively search for repository directory when log-format not specified
   (thanks to Jorg Bachmann for original concept / prototype).
 * New dependency on Boost Filesystem.
 * Doubled the maximum zoom out distance.
 * Allow negative timestamps before 1970 in custom log (artzub).
 * Fix for UTF8-CPP checked.h compilation issue (vszakats).
 * Fixed bug causing missing characters in text.
 * Fixed --highlight-users option not using highlight-colour.
 * highlight-colour default changed to white.
 * Added --selection-colour option (applied to selected users and files).
 * Added --dir-colour option (applied to directories).
2012-05-06 08:29:38 +00:00
ryoon
6806ccb4b6 Add glm 2012-05-06 08:25:38 +00:00
ryoon
296ad4f93c Added graphics/glm version 0.9.3.2 2012-05-06 08:24:55 +00:00
ryoon
ae8c70905e Import glm-0.9.3.2 as graphics/glm.
OpenGL Mathematics (GLM) is a header only C++ mathematics library
for graphics software based on the OpenGL Shading Language (GLSL)
specification.
2012-05-06 08:23:22 +00:00
ryoon
f46ce4489c Updated www/apache-tomcat7 to 7.0.26nb1 2012-05-06 08:11:36 +00:00
ryoon
78977ab41d Bump PKGREVISION.
* Required java is 6 or later
* Remove unnecessary CLASSPATH definition in tomcat.sh
Thank you, tnozaki@.
2012-05-06 08:08:16 +00:00
jnemeth
2c55022d53 Updated comms/asterisk18 to 1.8.12.0 2012-05-06 06:08:05 +00:00
jnemeth
df9b08b5a7 Update to Asterisk 1.8.12.0: this is a bugfix release
pkgsrc changes:

- set OPTIMIZE to -O3 as levels above are poorly defined and can
  cause problems
- maintain current patch namimg convention

-----

The Asterisk Development Team has announced the release of Asterisk 1.8.12.0.

The release of Asterisk 1.8.12.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- Prevent chanspy from binding to zombie channels

* --- Fix Dial m and r options and forked calls generating warnings
      for voice frames.

* --- Remove ISDN hold restriction for non-bridged calls.

* --- Fix copying of CDR(accountcode) to local channels.

* --- Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors

* --- Eliminate double close of file descriptor in manager.c

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.12.0

Thank you for your continued support of Asterisk!
2012-05-06 05:40:50 +00:00
dholland
eee22f5e78 Fix build with the new glib2. Bleh. 2012-05-06 05:29:53 +00:00
dholland
ce386ae0f1 Fix build with the new glib2. 2012-05-06 04:34:03 +00:00
dholland
548f91f0c9 Turn off G_DISABLE_DEPRECATED as well as GTK_DISABLE_DEPRECATED; part
of fixing the build with the new glib2.
2012-05-06 04:15:43 +00:00
dholland
19eed5326c Patch up broken makefiles hidden by failure to check for error in shell
loops.
2012-05-06 04:14:02 +00:00
dholland
4df3a985b0 Fix patch whitespace. 2012-05-06 04:13:35 +00:00
dholland
0260a9fc23 Makefiles should stop on error. 2012-05-06 03:07:23 +00:00
taca
9c0407d110 Make sure to contao211's version to 2.11.3.
Noted by David Holland, thanks much.
2012-05-06 01:39:40 +00:00
dholland
c8d0847887 Not MAKE_JOBS_SAFE. (and now it takes that much longer to build... sigh) 2012-05-06 00:33:46 +00:00
dholland
00289284ae Something docbook-related changed a while ago and this package now
installs, among its documentation, an extra empty file called
pfe-manual.proc.

It's been failing in ~every bulk build, so I'm just going to add the
thing to the PLIST unconditionally. And because of the total
unimportance of the extra file, I'm not going to bump the package
revision.
2012-05-06 00:14:08 +00:00
schwarz
a4192c3fd6 updated download archives since original ftp servser seems to have become
unreachable/unavailable. Now using source archive from old Ubuntu archives
instead.
2012-05-05 22:44:19 +00:00
wiz
2d37a90305 Added misc/py-anki version 1.2.9 2012-05-05 22:24:06 +00:00
wiz
0482cb0090 + anki packages. 2012-05-05 22:23:43 +00:00
wiz
6c69e8dc97 Adapt for import. 2012-05-05 22:23:26 +00:00
wiz
442e43bf21 Initial import of py-anki-1.2.9:
Anki is a program which makes remembering things easy. Because it is a lot
more efficient than traditional study methods, you can either greatly
decrease your time spent studying, or greatly increase the amount you learn.

Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless.
2012-05-05 22:22:51 +00:00
wiz
bd70daa7fd Initial import of libanki-1.2.9.
Anki is a program which makes remembering things easy. Because it is a lot
more efficient than traditional study methods, you can either greatly
decrease your time spent studying, or greatly increase the amount you learn.

Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless.

This package contains the libraries for anki.
2012-05-05 22:22:15 +00:00
joerg
6e662e7e46 Needs a full dependency on qt4-tools. Bump revision. 2012-05-05 22:17:34 +00:00
joerg
fc4bb6cc7e Fix build of py26-expat against expat-2.0. Bump revision. 2012-05-05 22:16:14 +00:00
joerg
50814e8914 Fix PLIST on !Linux 2012-05-05 22:15:06 +00:00
dholland
1b20cf05ba Rearrange inline patches to hopefully work on both gcc and clang. 2012-05-05 22:14:42 +00:00
joerg
ba89f184a2 Make sure rpath to Perl module is properly set. Bump revision. 2012-05-05 22:14:39 +00:00
joerg
fc84423894 Sort dependencies to not conflict with KDE4 2012-05-05 22:13:41 +00:00
wiz
f1ce089a88 Updated graphics/py-matplotlib to 1.1.0nb1 2012-05-05 21:54:06 +00:00
wiz
98e3f9709b Replace python interpreter in a few files. Bump PKGREVISION. 2012-05-05 21:53:57 +00:00
dholland
27489dc9ce Doesn't work with python25. (uses byte-string literals, needs >= 26) 2012-05-05 21:47:22 +00:00
dholland
24ffc53b22 Update install rule patch to stop on error. 2012-05-05 21:33:55 +00:00
jakllsch
88cd36786e Updated graphics/darktable to 1.0.3 2012-05-05 19:22:44 +00:00
jakllsch
012be32d5f correct previous 2012-05-05 19:20:28 +00:00
jakllsch
54bac4685a update darktable to 1.0.3
Changes since 1.0:

Usability improvements:
- Filmstrip centers on selected image

Behavioral changes:
- Improved (hierarchical) tag export for flickr and friends

Camera support:
- Improved Sony NEX-7 support
- Initial camera support for Nikon D800 and Sony SLT-A57 (color rendition
  of these cameras might still be suboptimal due to the lack of a proper
  color matrix, and is subject to future change.)
- White balance updates for Canon EOS Rebel T3, Olympus E-5 & Nikon D800

Platform support:
- Fixes for FreeBSD

Various:
- New subtle denoise preset for equalizer
- Various build fixes
- Numerous other fixes
2012-05-05 19:18:33 +00:00
dholland
5779085fb4 Add missing krb5.bl3.mk; force use of internal libroken to avoid PLIST
divergence.

XXX: This package still cannot be used with pkgsrc heimdal because
XXX: it conflicts on bin/kpasswd and bin/pagsh. This should be fixed,
XXX: as replacing native kerberos's kpasswd binary on the PATH isn't
XXX: really good either.
2012-05-05 16:03:23 +00:00