Commit graph

171725 commits

Author SHA1 Message Date
wiz
85f8321b7a Update to 0.9.2:
0.9.1 - 0.9.2
- Fix build with gcc 4.6.x (Caolan McNamara)
- Handle graciously corrupted WP6 prefix data (Fridrich)
- Initial conversion of Mac double byte script characters (Fridrich)
- Internally use UCS4 instead of UCS2 (Fridrich)
- Add Arabic character conversion for WP5 parser (Fridrich)
- Allow conversion of one WP character to a sequence of unicode
  characters (Fridrich)
- Miscellaneous conversion fixes (Edward Mendelson, Fridrich)
2011-05-18 14:52:44 +00:00
obache
941d6595b3 Note revision bump of GraphicsMagick and p5-GraphicsMagick. 2011-05-18 14:27:46 +00:00
obache
6426eff871 Moudulalize GraphicsMagick, for let PerlMagick to lightweight.
Bump PKGREVISION.

It introduce bump PKGREVISION of p5-GraphicsMagick.
While here,
 * move distinfo and patches location to Makefile.common.
 * let to exactly linked against installed GraphicsMagick.
2011-05-18 14:26:26 +00:00
taca
8e57bcf64c Note update of www/contao29 and www/contao29-example package to 2.9.5. 2011-05-18 13:26:41 +00:00
taca
89c295c9de Update contao29 package to 2.9.5.
Version 2.9.5 (2011-05-18)
--------------------------
- Updated: updated TCPDF to version 5.9.061 (#2929)
- Added: IE9 compatibility
- Added: added the Swedish editArea translation (#3016)
- Fixed: the code editor did not show up in the file manager (#2922)
- Fixed: the RSS reader did not parse HTML code correctly (#2918)
- Fixed: not all option callbacks worked correctly in override multiple mode (#2976)
- Fixed: the textarea widget did not support the readonly attribute (#2997)
- Fixed: the personal data modules did not handle checkbox fields (#3063)
- Fixed some minor issues
2011-05-18 13:25:17 +00:00
is
678f7cecd9 -back out HAVE_GETLINE, so that this builds on pre-5.99 NetBSD
-patch replacement getline() to be of type ssize_t, so that this builds
 on NetBSD >=5.99
Problem reported by Matthias Kretschmer and Luca Sironi; first part of
fix by Matthias, too.
2011-05-18 12:28:50 +00:00
wiz
0d963a50f1 + eterm-0.9.6, libfolks-0.5.1, libjpeg-turbo-1.1.1, roundup-1.4.17,
uim-1.7.0, viewvc-1.1.11.
2011-05-18 11:40:07 +00:00
drochner
16a2ce9dd9 update to 2.32.3
changes:
-bugfixes
-translation updates
2011-05-18 11:00:53 +00:00
drochner
a7ad87ce06 update to 1.2.8.11
changes:
-Support for backward/forward mouse buttons
-bugfixes
2011-05-18 10:58:55 +00:00
drochner
de02ce1891 update to 3.0.9
changes:
-bugfixes
-theming improvements
-translation updates
2011-05-18 10:56:16 +00:00
drochner
1fef24c3f6 update to 2.32.2
changes:
-bugfixes
-translation updates
2011-05-18 10:54:03 +00:00
drochner
f067b9b9a1 update to 1.2.18
change: fixes a serious crasher
2011-05-18 10:51:38 +00:00
drochner
508df49da4 add manpage to substitution rule as in the original build
(still inconsistent since not all occurences are substituted)
2011-05-18 10:48:34 +00:00
drochner
72ecdcbf44 fix gtk2 and pangomm version requirements 2011-05-18 10:45:02 +00:00
drochner
7e8bb8a37e fix glib2 version requirement 2011-05-18 10:43:40 +00:00
drochner
ff5d4eba24 this pkg only installs binaries -- no need to propagate library
dependencies
2011-05-18 10:11:47 +00:00
drochner
ed109ad9b6 update to 1.3.2
This release fixes a bug on x86 when the scale factor of
scale_float(cl_LF, cl_I) exceeded 2^31. In addition, it improves
portability to non-GCC compilers.
2011-05-18 10:08:27 +00:00
drochner
07001889d3 update to 1.4.4
changes: misc bugfixes and cleanup

The code structure around Xshm has changed -- someone please
check the Interix specific patches.
2011-05-18 10:04:26 +00:00
drochner
5716b629c6 update to 0.4.14
changes: bugfixes
2011-05-18 09:58:39 +00:00
drochner
58571259ee reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
drochner
6e89221eef update to 0.10.18
changes: many fixes and improvements -- see the ChangeLog
2011-05-18 09:41:44 +00:00
drochner
edf83976e1 update to 0.10.22
changes: many fixes and improvements -- see the ChangeLog
2011-05-18 09:39:57 +00:00
drochner
780b3c21d1 update to 0.10.29
changes: many fixes and improvements -- see the ChangeLog
2011-05-18 09:38:18 +00:00
drochner
fa791a08f8 update to 0.10.34
changes: many fixes and improvements -- see the ChangeLog
2011-05-18 09:34:20 +00:00
wiz
bb9a64d04d Remove gcc restriction added in 2004.
Let's see if it's still requiring gcc-only in 2011.

Addresses PR 44981.
2011-05-18 08:28:39 +00:00
he
55a0b85258 Note update of lang/parrot to 3.4.0. 2011-05-18 08:21:10 +00:00
he
c2e92828d7 Update parrot to version 3.4.0.
Local changes:
 o Remove local fix which has been adopted upstream.

Upstream changes:
3.4.0 news:

- Core
  + The Generational Mark and Sweep garbage collector is the new default.
  + The --gc-nursery-size command line argument was added.
  + Parrot now gets entropy from the underlying OS.
  + The NCI subsystem now supports 8, 16, 32 and 64 bit integers.
  + The NCI subsystem now supports "long long" and "long double" signatures.
    Not all platforms/compilers support these non-standard types, so developers
    are cautioned to take note that using them reduces portability.
  + Many more OpenGL functions in the Parrot OpenGL bindings are available,
    which required the above-mentioned signatures.
  + Bytecode-related embedding api functions moved to src/embed/bytecode.c.
- Languages
  + Winxed
    - Use 'using extern' for module imports.
    - Improved stage 0 prefix ++ and -- operators.
    - Allow 'null' in conditional operator.
    - Several examples are updated.
- Community
  + Google Summer of Code Bonding period is going well. Students are
    mostly done with their classes and much code will flow soon.
- Documentation
  + More PCT introductions are available.

3.3.0 news:

- Core
  + The isa and isa_pmc vtables can now be overridden from PIR
  + IMCC has a new improved external interface
  + A new IMCCompiler PMC adds prototype PDD31-alike functionality for the
    PIR and PASM compilers
  + New --with-llvm option to Configure.pl, which will link to LLVM if it
    is available
- Community
  + Parrot Virtual Machine was accepted into Google Summer of Code 2011
- Ecosystem
  + Rosella adds a stable "Event" library to implement a
    publish/subscribe mechanism
- Tests
  + The test coverage of the extend_vtable subsystem was greatly increased
2011-05-18 08:20:30 +00:00
dholland
ea0b7ae802 typo 2011-05-18 07:13:10 +00:00
dmcmahill
ddc807553a add and enable several perl modules needed to support databases/koha. PR pkg/43929 2011-05-18 02:23:22 +00:00
dmcmahill
a95d0429c8 note the addition of several packages needed to support koha. PR pkg/43929 2011-05-18 02:11:00 +00:00
dmcmahill
9f05cb469c Initial import of www/p5-HTTP-OAI version 3.24
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

HTTP::OAI is a stub module.

HTTP::OAI::Harvester is the harvesting front-end in the OAI-PERL library.

To harvest from an OAI-PMH compliant repository create an HTTP::OAI::Harvester
object using the baseURL option and then call OAI-PMH methods to request data
from the repository. To handle version 1.0/1.1 repositories automatically you
must request Identify() first.

It is recommended that you request an Identify from the Repository and use the
repository() method to update the Identify object used by the harvester.

When making OAI requests the underlying HTTP::OAI::UserAgent module will take
care of automatic redirection (http code 302) and retry-after (http code 503).
OAI-PMH flow control (i.e. resumption tokens) is handled transparently by
HTTP::OAI::Response.
2011-05-18 02:08:54 +00:00
dmcmahill
037301acfc Initial import of www/p5-HTML-Template-Pro version 0.9504
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Original HTML::Template is written by Sam Tregar, sam@tregar.com with
contributions of many people mentioned there. Their efforts caused
HTML::Template to be mature html tempate engine which separate perl code and
html design. Yet powerful, HTML::Template is slow, especially if mod_perl isn't
available or in case of disk usage and memory limitations.

HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of
HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). It is not
intended to be a complete replacement, but to be a fast implementation of
HTML::Template if you don't need quering, the extended facility of
HTML::Template. Designed for heavy upload, resource limitations, abcence of
mod_perl.

HTML::Template::Pro has complete support of filters and HTML::Template::Expr's
tag EXPR="<expression>", including user-defined functions and construction
<TMPL_INCLUDE EXPR="...">.
2011-05-18 02:05:14 +00:00
dmcmahill
d777bfb769 Initial import of www/p5-CGI-Session-Serialize-yaml version 4.26
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This library can be used by CGI::Session to serialize session data.
It uses YAML, or the faster C implementation, YAML::Syck if it is available.
YAML serializers exist not just for Perl but also other dynamic languages,
such as PHP, Python, and Ruby, so storing session data in this format makes it
easy to share session data across different languages.

YAML is made to be friendly for humans to parse as well as other computer
languages. It creates a format that is easier to read than the default
serializer.
2011-05-18 01:54:52 +00:00
dmcmahill
1efd7f3a9c Initial import of www/p5-CGI-Session-Driver-memcached version 0.04
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

CGI::Session::Driver::memcached is CGI::Session driver for memcached.
2011-05-18 01:31:55 +00:00
dmcmahill
4a120f3c3b Initial import of time/p5-Schedule-At version 1.10
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This modules provides an OS independent interface to 'at', the Unix command
that allows you to execute commands at a specified time.
2011-05-18 01:29:20 +00:00
mspo
67886d55c9 Apache module to look up the IP address of the client end user in
the MaxMind geoip database
2011-05-18 01:27:52 +00:00
dmcmahill
8be72a9054 Initial import of time/p5-Date-Leapyear version 1.72
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Date::Leapyear exports one function - isleap - which returns 1 or 0 if a year
is leap, or not, respectively.
2011-05-18 01:27:43 +00:00
dmcmahill
9192e6a905 Initial import of time/p5-Date-ICal version 1.72
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Date::ICal talks the ICal date format, and is intended to be a base class for
other date/calendar modules that know about ICal time format also.
2011-05-18 01:23:39 +00:00
dmcmahill
a03135ec9a Initial import of textproc/p5-Text-CSV-Encoded version 0.10
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This module inherits Text::CSV and is aware of input/output encodings.
2011-05-18 00:46:20 +00:00
dmcmahill
9871bee9ea Initial import of textproc/p5-PDF-Table version 0.9.3
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This module is intended for table generation using PDF::API2
2011-05-18 00:41:10 +00:00
dmcmahill
338c339912 Initial import of textproc/p5-PDF-Reuse-Barcode version 0.06
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This is a sub-module to PDF::Reuse. It creates barcode "images" to be used in
PDF documents. It uses GD::Barcode and its sub-modules: GD::Barcode::Code39,
COOP2of5, EAN13 and so on, to calculate the barcode pattern. For Code128 it uses
Barcode::Code128.

Normally the barcodes are displayed on a white background and with the
characters under the bars. You can rotate the "image", make it smaller or
bigger, prolong the bars and change the background. (But then, don't forget to
test that your barcode scanner still understands it.)

If you don't change the size of the "image", the bars are approximately 24
pixels high (the guard bars a few pixels longer) and the box/background is 38
pixels high and something like 20 pixels wider than the barcodes. The text
under the bars are 10 pixels high.
2011-05-17 22:09:48 +00:00
dmcmahill
3601c864dc Initial import of textproc/p5-PDF-Reuse version 0.35
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This module could be used when you want to mass produce similar (but not
identical) PDF documents and reuse templates, JavaScripts and some other
components. It is functional to be fast, and to give your programs capacity
to produce many pages per second and very big PDF documents if necessary.

The module produces PDF-1.4 files. Some features of PDF-1.5, like "object
streams" and "cross reference streams", are supported, but only at an
experimental level. More testing is needed. (If you get problems with a new
document from Acrobat 6 or higher, try to save it or recreate it as a PDF-1.4
document first, before using it together with this module.)
2011-05-17 22:03:37 +00:00
dmcmahill
464110ad9d Initial import of textproc/p5-PDF-API2-Simple version 1.1.4u
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

PDF::API2::Simple is a wrapper around the excellent PDF::API2 series of
modules. This module is simply a simplification of those modules, and
has been known to greatly reduce production time. This module is in the
public domain, with a plea of notification. Please see the POD for details.
2011-05-17 21:55:35 +00:00
dmcmahill
23d2ba2ac9 Initial import of textproc/p5-Biblio-EndnoteStyle version 0.05
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This small module provides a way of formatting bibliographic references
using style templates similar to those used by the popular reference
management software Endnote (http://www.endnote.com/). The API is
embarrassingly simple: a formatter object is made using the class's
constructor, the new() method; format() may then be repeatedly called
on this object, using the same or different templates.
2011-05-17 21:48:10 +00:00
dmcmahill
7c61b53c46 Initial import of net/p5-Net-CUPS version 0.61
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Net::CUPS is an object oriented interface to the Common Unix Printing System.
2011-05-17 21:46:09 +00:00
cheusov
29d0826346 Add ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ to mirrors. 2011-05-17 19:53:21 +00:00
mspo
378f543396 he -> the typo in fetch.mk; reported by Snader_LB 2011-05-17 16:38:18 +00:00
chs
40fcc97249 Updated emulators/suse113_gtk2 to 11.3nb4 2011-05-17 16:12:10 +00:00
chs
6fb33574c8 update to dbus-1-1.2.24-2.3.1. fixes CVE-2010-4352. 2011-05-17 16:11:49 +00:00
chs
374b2895a8 Updated emulators/suse113_freetype2 to 11.3nb2 2011-05-17 16:09:21 +00:00