Commit graph

171516 commits

Author SHA1 Message Date
dmcmahill
100187a963 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
94246aa122 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
b9533db984 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
80120bd2b6 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
9a99e09ed1 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
3417fe2818 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
c2d31436d4 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
d2a66e872e 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
c211fe5078 Fix the previous fix for png 1.5, makes png icons work again. 2011-05-17 10:36:45 +00:00
dmcmahill
e85b94431f 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
d2e35a2d82 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
e41d3b6c06 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
0685e38c69 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
667d49f628 Added LICENSE; do not depend on png 2011-05-17 07:23:46 +00:00
adam
c614fbd046 Updated databases/py-psycopg2 to 2.4.1 2011-05-17 06:19:08 +00:00
adam
fe66930c0c 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
17d6969c66 Note update of security/openssh package to 5.8.2nb2. 2011-05-17 03:27:29 +00:00
taca
5d2a3ee538 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
77fffb0cb7 Exactly disable `virtuoso'.
Fixes build failure with unwanted detection of unixodbc, per PR#44971.
2011-05-17 02:42:35 +00:00
cheusov
d03bc5bd8f Update DEPENDS on qt4-libs for other qt4 packages.
Fix for PR 44732.
2011-05-16 22:13:46 +00:00
cheusov
b2630e10dc Added pkgtools/nih version 0.7.1 2011-05-16 22:05:14 +00:00
cheusov
69d524118b Add nih, approved by sponsors 2011-05-16 22:04:47 +00:00
cheusov
b198b2c8bc 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
f2b943aaf1 add pkg_online removed from pkgsrc by mistake 2011-05-16 21:46:13 +00:00
shattered
7c467a8994 Note kmymoney2 update. 2011-05-16 21:31:19 +00:00
shattered
32c9eb1373 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
24904fbdba imported to pkgsrc 2011-05-16 19:24:11 +00:00
cheusov
edbfba13b8 Added pkgtools/pkg_online-server version 0.12.1 2011-05-16 19:21:53 +00:00
cheusov
eb73f98528 Added pkgtools/pkg_online-client version 0.12.1 2011-05-16 19:21:33 +00:00
cheusov
0ea37c006e Add pkg_online client and server, approved by sponsors 2011-05-16 19:20:43 +00:00
cheusov
89f802c082 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
54f0922e92 Added sysutils/bup version 0.24b 2011-05-16 13:53:29 +00:00
wiz
64b7dba2eb + bup. 2011-05-16 13:53:18 +00:00
wiz
235d23153b 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
1917d86ba9 Updated databases/py-sqlite2 to 2.6.3 2011-05-16 13:44:00 +00:00
adam
d41eb189f0 Changes 2.6.3:
Bug fixes.
2011-05-16 13:43:07 +00:00
abs
55a9f3e70a Remove sysutils/p5-Ocsinventory-Agent as a version is already present as
net/ocsinventory-agent
2011-05-16 13:29:38 +00:00
taca
98ff755f3b 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
ad1f494ec1 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
b7096eba7b 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
02ff8b566b 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
a0a1057d5f Note update of www/php-apc package to 3.1.9. 2011-05-16 13:14:21 +00:00
taca
de7899a29a 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
taca
ce38923704 Note update of lang/php53 package to 5.3.6nb1. 2011-05-16 13:09:31 +00:00
taca
24fe43b93b Add a patch to fix for CVE-2011-1148 (and more bugfix) from PHP's repository.
Bump PKGREVISION.
2011-05-16 13:08:45 +00:00
taca
3ec868e561 Note update of lang/pear pacakge to 1.9.2nb2. 2011-05-16 13:05:42 +00:00
taca
9f0df591d8 Add a patch to fix CVE-2011-1144 (and a few bug fixes).
Bump PKGREVISION.
2011-05-16 13:05:01 +00:00
adam
e748a53c57 Added databases/mysql-workbench version 5.2.33 2011-05-16 12:42:18 +00:00
adam
0729496074 MySQL Workbench is a cross-platform, visual database design tool developed by
MySQL. It is the highly anticipated successor application of the DBDesigner4
project. MySQL Workbench will be available as a native GUI tool on Windows,
Linux and OS X.
2011-05-16 12:40:50 +00:00
wiz
41bc4f5f71 Updated net/clive to 2.3.0.3 2011-05-16 11:10:14 +00:00