Commit graph

171523 commits

Author SHA1 Message Date
wiz
80e30c043d Reduce context so $NetBSD$ inside the file-to-be-patched isn't in the patch. 2011-05-17 12:44:13 +00:00
manu
d3e3e93af9 Missing commit that broken the build 2011-05-17 12:41:16 +00:00
obache
17c33efd54 Updated inputmethod/ibus-anthy to 1.2.6 2011-05-17 12:02:36 +00:00
obache
235ab2a043 Update ibus-anthy to 1.2.6.
* Updated translations.
* Added an old character dict.
* Updated Romaji table with Gairaigo.
* Fixed the latest page_size for ibus.LookupTable.
2011-05-17 11:58:44 +00:00
obache
43bbfddde2 out of my control anymore... 2011-05-17 11:44:28 +00:00
obache
b66be18ab6 fixes buildlink with pre x11 option GraphicsMagick. 2011-05-17 11:34:04 +00:00
adam
d9f7fe8a3f Added icu option 2011-05-17 11:23:53 +00:00
dmcmahill
9f814a0859 Initial import of graphics/p5-GraphicsMagick version 1.3.12
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

This is an objected-oriented Perl interface to GraphicsMagick, a fork of
ImageMagick. It provides an interface similar to that PerlMagick provides
to ImageMagick, but wit a different class name.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it suitable for Web CGI scripts.
2011-05-17 11:17:24 +00:00
dmcmahill
80b42bc9ab Initial import of graphics/p5-GD-Barcode version 1.15
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

GD::Barcode is a subclass of GD and allows you to create barcode image with GD.
This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22".

From 1.14, you can use this module even if no GD (except plot method).
2011-05-17 11:14:08 +00:00
dmcmahill
f4617566ca Initial import of graphics/p5-Barcode-Code128 version 2.01
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

Barcode::Code128 generates bar codes using the CODE 128 symbology. It can
generate images in PNG or GIF format using the GD package, or it can generate a
text string representing the barcode that you can render using some other
technology if desired.

The intended use of this module is to create a web page with a bar code on it,
which can then be printed out and faxed or mailed to someone who will scan the
bar code. The application which spurred its creation was an expense report tool,
where the employee submitting the report would print out the web page and staple
the receipts to it, and the Accounts Payable clerk would scan the bar code to
indicate that the receipts were received.

The default settings for this module produce a large image that can safely be
FAXed several times and still scanned easily. If this requirement is not
important you can generate smaller image using optional parameters.

If you wish to generate images with this module you must also have the GD.pm
module (written by Lincoln Stein, and available from CPAN) installed.

If the GD module is not present, you can still use the module, but you will not
be able to use its functions for generating images. You can use the barcode()
method to get a string of "#" and " " (hash and space) characters, and use your
own image-generating routine with that as input.
2011-05-17 10:51:26 +00:00
dmcmahill
fb69531325 Initial import of devel/p5-Memoize-Memcached version 0.03
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

This module provides a tied hash interface and some convenience
functions for using a memcached cache to memoize functions.
2011-05-17 10:50:11 +00:00
dmcmahill
118df63e87 Initial import of devel/p5-Locale-PO version 0.21
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

The Perl 5 module Locale::PO provides methods for manipulating objects that represent
entries in a gettext po-file (untranslated and translated strings, with associated
comments). It can load and save complete po-files.
2011-05-17 10:48:54 +00:00
dmcmahill
ceef6789e4 Initial import of devel/p5-ExtUtils-Embed version 1.14
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

ExtUtils::Embed provides utility functions for embedding a Perl interpreter and
extensions in your C/C++ applications. Typically, an application Makefile will
invoke ExtUtils::Embed functions while building your application.
2011-05-17 10:45:15 +00:00
dmcmahill
f7bda8a8f4 Initial import of devel/p5-Algorithm-CheckDigits version 1.1.1
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

This module provides several procedures to compute or validate check
digits.
2011-05-17 10:41:18 +00:00
dmcmahill
13f0a8582e Initial import of databases/p5-MARC-XML version 0.92
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

The MARC-XML distribution is an extension to the MARC-Record distribution for
working with MARC21 data that is encoded as XML. The XML encoding used is the
MARC21slim schema supplied by the Library of Congress. More information may be
obtained here: http://www.loc.gov/standards/marcxml/

This version of MARC-XML supersedes an the versions ending with 0.25 which were
used with the MARC.pm framework. MARC-XML now uses MARC::Record exclusively.
2011-05-17 10:39:42 +00:00
hans
62c72a93e6 Fix the previous fix for png 1.5, makes png icons work again. 2011-05-17 10:36:45 +00:00
dmcmahill
48332b410b Initial import of databases/p5-DublinCore-Record version 0.03
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

DublinCore::Record is an abstract class for manipulating DublinCore metadata.
The Dublin Core is a small set of metadata elements for describing information
resources. For more information on embedding DublinCore in HTML see RFC 2731
http://www.ietf.org/rfc/rfc2731 or http://www.dublincore.org/documents/dces/
2011-05-17 10:36:44 +00:00
dmcmahill
9b75a52484 Initial import of converters/p5-MARC-Crosswalk-DublinCore version 0.02
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

This module provides an implentation of the LOC's spec on how to convert
metadata between MARC and Dublin Core format. The spec for converting MARC to
Dublin Core is available at: http://www.loc.gov/marc/marc2dc.html, and from DC
to MARC: http://www.loc.gov/marc/dccross.html.

NB: The conversion cannot be done in a round-trip manner. i.e. Doing a
conversion from MARC to DC, then trying to go back to MARC will not yield the
original record.
2011-05-17 10:35:27 +00:00
dmcmahill
52db229cdf Initial import of converters/p5-MARC-Charset version 1.2
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings.
MARC-8 is a single byte character encoding that predates unicode, and allows
you to put non-Roman scripts in MARC bibliographic records.
2011-05-17 10:33:38 +00:00
dmcmahill
df37e20459 Initial import of comms/p5-SMS-Send version 0.05
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

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

SMS::Send is intended to provide a driver-based single API for sending SMS and
MMS messages. The intent is to provide a single API against which to write the
code to send an SMS message.

At the same time, the intent is to remove the limits of some of the previous
attempts at this sort of API, like "must be free internet-based SMS services".

SMS::Send drivers are installed seperately, and might use the web, email or
physical SMS hardware. It could be a free or paid. The details shouldn't matter.

You should not have to care how it is actually sent, only that it has been sent
(although some drivers may not be able to provide certainty).
2011-05-17 10:31:52 +00:00
adam
83d1fdee2b Added LICENSE; do not depend on png 2011-05-17 07:23:46 +00:00
adam
dd046565b3 Updated databases/py-psycopg2 to 2.4.1 2011-05-17 06:19:08 +00:00
adam
f4e043af46 Changes 2.4.1:
* Use own parser for bytea output, not requiring anymore the libpq 9.0 to parse
  the hex format.
* Don't fail connection if the client encoding is a non-normalized variant.
* Correctly detect an empty query sent to the backend.
* Fixed a SystemError clobbering libpq errors raised without SQLSTATE.
* Fixed interaction between NamedTuple and server-side cursors.
* Allow to specify --static-libpq on setup.py command line instead of just in
  'setup.cfg'.
2011-05-17 06:14:01 +00:00
taca
97bfeefd4b Note update of security/openssh package to 5.8.2nb2. 2011-05-17 03:27:29 +00:00
taca
580e7ecb84 Don't always try to create ecdsa key which depends on OpenSSL's version.
Bump PKGREVISION.
2011-05-17 03:26:52 +00:00
obache
88a07195f7 Exactly disable `virtuoso'.
Fixes build failure with unwanted detection of unixodbc, per PR#44971.
2011-05-17 02:42:35 +00:00
cheusov
aae5f08a2b Update DEPENDS on qt4-libs for other qt4 packages.
Fix for PR 44732.
2011-05-16 22:13:46 +00:00
cheusov
6f8144866c Added pkgtools/nih version 0.7.1 2011-05-16 22:05:14 +00:00
cheusov
2fb1bd1daf Add nih, approved by sponsors 2011-05-16 22:04:47 +00:00
cheusov
a2cdb27cbf NIH Invented Here :-)
This is a package manager for pkgsrc.

Available commands:
   nih help            - Display help message
   nih refresh         - Download pkg_summary and SHA512 files
   nih install         - Install or update packages
   nih uninstall       - Uninstall packages
   nih verify          - Verify packages integrity
   nih status          - Show status of installed packages
   nih info            - Show information about packages
   nih meta            - Output available or installed meta packages
   nih search          - Powerful search in packages
   nih leaf            - Output or remove autoinstalled leaf packages
   nih list            - List packages
   nih mark            - Mark packages
   nih deps            - Show dependencies
   nih clean-cache     - Clean-up cache directory with binaries
2011-05-16 22:03:14 +00:00
cheusov
061c1bf3f9 add pkg_online removed from pkgsrc by mistake 2011-05-16 21:46:13 +00:00
shattered
368893d48e Note kmymoney2 update. 2011-05-16 21:31:19 +00:00
shattered
20494b26d4 Update to 1.0.5. Notable changes:
* Fixed the way to calculate balance variation for the linear regression
    forecast method (backported from KDE4)
  * Fixed a crash when a budget selected for a report is no longer present
  * Don't allow import of investment transactions that don't have a share
    amount. This used to end in a div by zero when calculating the price.
  * Add all overdue schedules when calculating forecast
  * Backported fix from Ian Neal to solve problems when opening the ledger
    with specific scheduled transactions
  * Fixed loop in payments of the home page when a schedule is set to
    end by date
  * Improved anonymizer
  * Fixed transaction loader for XML file
  * Don't preset date in currency calculator to today in all cases
2011-05-16 21:29:04 +00:00
cheusov
3b7a3f4e23 imported to pkgsrc 2011-05-16 19:24:11 +00:00
cheusov
ded6703fec Added pkgtools/pkg_online-server version 0.12.1 2011-05-16 19:21:53 +00:00
cheusov
0889d27794 Added pkgtools/pkg_online-client version 0.12.1 2011-05-16 19:21:33 +00:00
cheusov
4bd8951356 Add pkg_online client and server, approved by sponsors 2011-05-16 19:20:43 +00:00
cheusov
14e91fecd2 pkg_online - client/server package searcher for pkgsrc.
Every separate field (PKGPATH, PKGNAME, COMMENT etc.) may be queried
separately and multiple fields may be queried too. A lot of search
strategies are available. Set of fields and search strategies may
very depending on your server configuration. Search in multiple
"repositories" is supported too, e.g. search in binary repository
or in pkgsrc source tree.

Communication protocol is a well known dictionary protocol described
in RFC-2229. Server may run dictd or any other dictionary protocol
server.  For dictd see http://www.dict.org and
http://sourceforge.net/projects/dict

pkg_online has minimal amount of things specific to pkgsrc and can
easily be adapted to any other packageing systems.

Of course it is based on pkg_summary-utils ;-)
2011-05-16 19:16:22 +00:00
wiz
41d2b8de18 Added sysutils/bup version 0.24b 2011-05-16 13:53:29 +00:00
wiz
289406dd0a + bup. 2011-05-16 13:53:18 +00:00
wiz
c3854adc14 Initial import of bup-0.24b.
bup is a program that backs things up.  bup has a few advantages
over other backup software:

It uses a rolling checksum algorithm (similar to rsync) to split
large files into chunks. The most useful result of this is you can
backup huge virtual machine (VM) disk images, databases, and XML
files incrementally, even though they're typically all in one huge
file, and not use tons of disk space for multiple versions.

It uses the packfile format from git (the open source version
control system), so you can access the stored data even if you
don't like bup's user interface.

Unlike git, it writes packfiles directly (instead of having a
separate garbage collection / repacking stage) so it's fast even
with gratuitously huge amounts of data. bup's improved index formats
also allow you to track far more filenames than git (millions) and
keep track of far more objects (hundreds or thousands of gigabytes).

Data is "automagically" shared between incremental backups without
having to know which backup is based on which other one - even if
the backups are made from two different computers that don't even
know about each other. You just tell bup to back stuff up, and it
saves only the minimum amount of data needed.

You can back up directly to a remote bup server, without needing
tons of temporary disk space on the computer being backed up.  And
if your backup is interrupted halfway through, the next run will
pick up where you left off. And it's easy to set up a bup server:
just install bup on any machine where you have ssh access.

Bup can use "par2" redundancy to recover corrupted backups even if
your disk has undetected bad sectors.

Even when a backup is incremental, you don't have to worry about
restoring the full backup, then each of the incrementals in turn;
an incremental backup acts as if it's a full backup, it just takes
less disk space.

You can mount your bup repository as a FUSE filesystem and access
the content that way, and even export it over Samba.
2011-05-16 13:52:56 +00:00
adam
44b63b26eb Updated databases/py-sqlite2 to 2.6.3 2011-05-16 13:44:00 +00:00
adam
9e5760b6c5 Changes 2.6.3:
Bug fixes.
2011-05-16 13:43:07 +00:00
abs
92b404034b Remove sysutils/p5-Ocsinventory-Agent as a version is already present as
net/ocsinventory-agent
2011-05-16 13:29:38 +00:00
taca
ce6d10f960 Note update of some pear packages:
net/pear-Net_SMTP		1.5.2
	graphics/pear-Image_Color	1.0.4nb1
	graphics/pear-Image_Canvas	0.3.3
2011-05-16 13:22:06 +00:00
taca
23dc6ede58 Update pear-Image_Canvas package to 0.3.3.
* pkgsrc change: Avoid depends on gd extension in package.xml since it
  is covered by pkgsrc's denedency.


0.3.3		2010-10-25 14:36 UTC

Changelog:

Automatically built QA release
Bug #16808 imagefilledpolygon(): You must have at least 3 points in your
array - ghhoriuchi

Bug #16927 PDF class implementation incomplete? - daveo

Bug #17191 Deprecated: Assigning the return value of new by reference - neufeind
2011-05-16 13:21:04 +00:00
taca
9f9595daaa Avoid depends on gd extension in package.xml since it is covered by
pkgsrc's denedency.

Bump PKGREVISION.
2011-05-16 13:18:59 +00:00
taca
4e35c41929 Update pear-Net_SMTP package to 1.5.2.
1.5.2 (stable)			2011-04-17 02:29 UTC

- Avoid requesting immediate socket timeouts. (Bug 18335)
- Added support for passing additional socket options. (Request 18418)

1.5.1 (stable)			2011-03-11 06:27 UTC

- Fixing SASL proxy authentication for DIGEST-MD5. (Bug 17538)
- Fixing the default socket timeout. (Bug 18335)

1.5.0 (stable)			2011-02-07 04:11 UTC

- Avoid appending an extra space in mailFrom() when $params is empty. (Bug
  17989)
- Differentiating between a connection timeout and general socket I/O
  timeouts. (Request 18197)
2011-05-16 13:17:31 +00:00
taca
aef903f375 Note update of www/php-apc package to 3.1.9. 2011-05-16 13:14:21 +00:00
taca
0c81711ae4 Update php-apc pacakge to 3.1.9.
3.1.9 (stable)
- Fix regression introduced in 3.1.8 (#22687)

3.1.8 (stable)
- Windows read-write locks support on Windows XP or later and Windows
  Win7 or later (use php_apc-xp.dll or php_apc-win7.dll)
- Fix variable type check in user cache update
- Make warnings that user cannot do anything about debug messages
- Fixed bug #21400 (Minor memory leak in MINFO)
- Fixed bug #18890: Ensure that --enable-apc-debug=no disables debug mode.
- Fixed bug #19459: check for expiry while looping through the iterator slots

3.1.7 (beta)
- pthread read-write locks support
- apc.serializer hooks, export apc_serializer.h as an API
- Fix regression bug #20529: Look up files in CWD
- Pool allocator fixes for large allocations
- trunk compat fixes (Kalle)
- ZTS fixes (Pierre, Hirokawa)
- Readability and warning fixes (Pierre, Kalle)
2011-05-16 13:10:56 +00:00