Commit graph

109426 commits

Author SHA1 Message Date
abs
53b919fb20 +p5-Cache and p5-File-NFSLock 2007-02-06 18:50:55 +00:00
abs
f10ec40896 Import p5-Cache into pkgsrc:
The Cache modules are designed to assist a developer in persisting
data for a specified period of time. Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.

The Cache interface is implemented by derived classes that store
cached data in different manners (such as as files on a filesystem,
or in memory).

To use the Cache system, a cache implementation must be chosen to
suit your needs. The most common is Cache::File, which is suitable
for sharing data between multiple invocations and even between
concurrent processes.
2007-02-06 18:50:07 +00:00
abs
379ff7735d Import p5-File-NFSLock-1.20 into pkgsrc:
File::NFSLock - perl module to do NFS (or not) locking

Program based of concept of hard linking of files being atomic
across NFS. This concept was mentioned in Mail::Box::Locker (which
was originally presented in Mail::Folder::Maildir). Some routine
flow is taken from there -- particularly the idea of creating a
random local file, hard linking a common file to the local file,
and then checking the nlink status. Some ideologies were not complete
(uncache mechanism, shared locking) and some coding was even
incorrect (wrong stat index). File::NFSLock was written to be light,
generic, and fast.
2007-02-06 18:48:59 +00:00
abs
9e39255008 Update devel/p5-Heap from 0.50 to 0.71 2007-02-06 18:44:21 +00:00
abs
07df757d3c Update devel/p5-Heap from 0.50 to 0.71
0.60  Sun Nov 16 16:58:12 EST 2003
        - ensured that $elem->heap can be tested for undef
          to determine whether it is actually on a heap at
          the moment
          - requested by Dan Bolser <dmb@mrc-dunn.cam.ac.uk>
        - fixed bug in Heap::Binary delete
          - noted by Arun Bhalla <bhalla@uiuc.edu>
        - changes to t/test.t
          - added tests for delete
          - made test run against all Heap variants
          - made test configurable to get a small test case
            for solving bugs
        - fixed bug in Heap::Binomial delete
        - Heap::Fibonacci delete worked in tests

0.70  Fri Dec  5 00:55:41 EST 2003
        - finally got around to renaming minimum and
          extract_minimum methods to top and extract_top
          - prompted by Steve Lembark <lembark@wrkhors.com>
          - old names are still supported, but depracated

0.71  Thu Jun 17 12:25:36 EDT 2004
        - fixed a memory leak in Heap::Fibonacci
          - the DESTROY method did'nt traverse fully
        - one final reference to extract_minimum in doc for Heap.pm
        - both issues reported by Christian Plessl <plessl@tik.ee.ethz.ch>
2007-02-06 18:43:27 +00:00
joerg
92c55cdc42 Modular Xorg support. 2007-02-06 18:43:14 +00:00
joerg
518fe5bd9b No need for x11.b3.mk here. 2007-02-06 18:36:18 +00:00
joerg
6b728455cb Modular Xorg support. 2007-02-06 18:30:26 +00:00
joerg
02658703d6 No need to include x11.b3.mk. 2007-02-06 18:28:23 +00:00
joerg
1d111c3d8b Don't include x11.b3.mk. 2007-02-06 18:27:33 +00:00
joerg
2824324da1 Modular Xorg support. 2007-02-06 18:22:35 +00:00
joerg
7a022e38c8 No need to include x11.b3.mk directly. 2007-02-06 18:21:15 +00:00
joerg
681364617e Modular Xorg support. 2007-02-06 18:16:02 +00:00
joerg
5b52857e98 Modular Xorg support. 2007-02-06 18:05:58 +00:00
xtraeme
390aa7912c Updated comms/obexapp to 1.4.5 2007-02-06 17:51:42 +00:00
xtraeme
287379ce9c Update to 1.4.5 (thanks to plunky@ for the info about this release):
- obex mtu fixes (submitted by Alexander V. Ribchansky)
- obexapp now registers both opush and ftrn services
- obexapp now supports quotation (with backslash \) in file names
  (with spaces etc.)
- other minor fixes
2007-02-06 17:50:46 +00:00
joerg
d758aa25c9 Needs intltool. 2007-02-06 17:24:42 +00:00
joerg
d62c0d7a60 Ensure consistency by installing man page as man/man1/xbl.1.
Bump revision.
2007-02-06 17:08:19 +00:00
joerg
30ef2d1165 Modular Xorg support. 2007-02-06 15:41:49 +00:00
adam
db46cd64ab Updated graphics/ImageMagick to 6.3.2.3 2007-02-06 14:54:07 +00:00
adam
3f5cba69c7 Changes 6.3.2.3:
* Added thumbnail format to write EXIF thumbnails.
* Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
* Add interpolate and background options to PerlMagick's AffineTransform().
* Revert to Postscript rendering if Freetype delegate library is not
  available.
2007-02-06 14:52:46 +00:00
rillig
382c6ec43a When TERMINFODIR does not exist, tic tries to write the terminfo
database into ~/.terminfo, so make sure that directory exists.
2007-02-06 14:34:54 +00:00
joerg
3916c24c0c Create some directories before to fix build with modular xorg. 2007-02-06 12:51:41 +00:00
joerg
44b3fcaaa5 Modular Xorg support. 2007-02-06 12:45:02 +00:00
joerg
55b4e0c480 Needs pkg-config. 2007-02-06 12:42:57 +00:00
joerg
31b62927fd Modular Xorg support. 2007-02-06 12:24:50 +00:00
joerg
9b674250a1 Modular Xorg support. 2007-02-06 12:13:09 +00:00
adam
4e73f242c5 Updated devel/SDL_gfx to 2.0.16 2007-02-06 10:15:17 +00:00
adam
6c4040d636 Changes 2.0.16:
* updated config.sub to newer version
* added custom RGBA blitter function that sets/maintains target alpha
* added setAlpha function that sets alpha values in 32bit surfaces
* added TextGfxBlit testprogram for new functions
* Fixed C++ type in .h files (thanks Olivier)
* Update some text in README and .spec file
* Removed broken Uint filter routines from test program
* "Cosmetic" changes to test programs and Automake.am
2007-02-06 10:13:46 +00:00
rillig
d4c6fcc58d These packages are not MAKE_JOBS_SAFE. 2007-02-06 08:52:29 +00:00
rillig
6e16f6a972 This package is not MAKE_JOBS_SAFE. 2007-02-06 07:18:28 +00:00
reed
087c665604 Update pkg_summary(5) man page to mention how it can
be generated (from NetBSD).
Add a PKGREVISION.
2007-02-06 01:30:11 +00:00
wiz
2709ed2301 Mention new py-karaoke package. 2007-02-06 00:14:00 +00:00
wiz
157031c364 Add and enable py-karaoke. 2007-02-06 00:13:15 +00:00
wiz
9ec74c6070 Fix CATEGORY. 2007-02-06 00:13:06 +00:00
wiz
883d099ef5 Initial import of py-karaoke-0.5:
PyKaraoke is a free karaoke player for Linux, FreeBSD, Windows and
GP2X.

You can use this program to play your collection of CDG, MIDI and
MPEG karaoke songs. No songs are provided, you must obtain these
from elsewhere.

In short, CDG is the format of professional karaoke CDs. These CDs
can be ripped to your hard disk, and turned into a .mp3 file together
with a .cdg file. This player gives you the ability to play those
mp3+cdg files.  PyKaraoke Features:

    * CDG (MP3+G, OGG+G) playback - Play standard CDG karaoke files
    * MIDI (.MID/.KAR) playback - Play MIDI format karaoke files
    * MPEG playback - Play karaoke songs and movies in MPEG format
    * Playlist - Queue up songs, sit back and enjoy
    * Searchable song database - Easily find your songs from the main screen
    * Search inside ZIP files - Play MP3+G/MIDI files wrapped in ZIP files
    * Cross-platform - Runs on Windows, Linux, FreeBSD and GP2X
2007-02-06 00:12:27 +00:00
wiz
2828681ed2 djvulibre updated to 3.5.18. 2007-02-05 23:43:02 +00:00
wiz
710c421fe7 Not needed any longer after 3.5.18 update. 2007-02-05 23:42:21 +00:00
wiz
a5722899ca Update to 3.5.8:
NEW IN VERSION 3.5.18
---------------------
- Renamed djview as djview3.
- Various enhancement of DDJVUAPI.
- Partial support for page titles instead of page numbers.
- Clarification of metadata information.
- Fixed djvumake mask separation feature.
- Complain when given a so-called "secure" djvu file.
- Fixed handling of urls with cgi arguments
- Fixed bug related to caching and ddjvuapi
- Reorganized ${datadir}/djvu
- Provide scripts in ${datadir}/djvu/*/desktop to register
  the djvu mime types and the djview menu entries.
2007-02-05 23:41:49 +00:00
wiz
6d3ecf01c2 fluidsynth updated to 1.0.7a. 2007-02-05 23:23:42 +00:00
wiz
793da743a6 Update to 1.0.7a:
Uploaded FluidSynth 1.0.7a with a bug fix for the build error that
occurred when neither LASH or LADCCA were enabled.  Also contains an
updated README-OSX from Ebrahim Mayat.
2007-02-05 23:23:12 +00:00
wiz
74ff8b8f43 devilspie updated to 0.20.2. 2007-02-05 23:20:41 +00:00
wiz
413b5d11a3 Update to 0.20.2:
Devil's Pie "Wearing That Dress" 0.20.2
=======================================

* Fix window_workspace (Andrew Yates)
2007-02-05 23:14:51 +00:00
rillig
3576e96e15 + p5-Net-MySQL 2007-02-05 23:10:34 +00:00
joerg
a93f35c867 Add initial DragonFly support. Not tested yet. 2007-02-05 23:08:36 +00:00
rillig
e59a77899b Imported databases/p5-Net-MySQL-0.09 2007-02-05 23:08:12 +00:00
rillig
676799cbe1 Imported p5-Net-MySQL.
Net::MySQL is a Pure Perl client interface for the MySQL database.
This module implements network protocol between server and client
of MySQL, thus you don't need external MySQL client library like
libmysqlclient for this module to work. It means this module enables
you to connect to MySQL server from some operation systems which
MySQL is not ported.
How nifty!

Since this module's final goal is to completely replace DBD::mysql,
API is made similar to that of DBI.
From perl you activate the interface with the statement

Packaged by Francisco Valladolid Hdez.
2007-02-05 23:08:02 +00:00
wiz
0c17587c38 p5-Net updated to 1.20. 2007-02-05 23:07:18 +00:00
wiz
f81a6c8ab6 Update to 1.20:
libnet 1.20  -- Fri Feb  2 19:42:51 CST 2007

Bug Fixes
  * Fixed incorrect handling of CRLF that straddled two blocks
  * Fix bug in response() which was too liberal in what it thought was a response line
  * Silence uninitialized value warnings in Net::Cmd during testing on Win32
  * Documentations typos and updates

Enhancements
  * Added support for ORCPT into Net::SMTP
  * Support for servers that expect the USER command in upper or lower case. Try USER
    first then try user if that fails
2007-02-05 23:06:55 +00:00
joerg
b5092db2e2 Doesn't work on systems without wscons, so mark as only for Net and Open. 2007-02-05 23:04:44 +00:00