Commit graph

137654 commits

Author SHA1 Message Date
schmonz
b5c0ed690b Note {lib,}mp3splt updates. 2009-02-12 21:36:49 +00:00
schmonz
b77f0338f2 Update to 2.2.3. From the changelog:
- added ID3v2 support (for known tags like title, artist, album,
    track number, ...)
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added '-N' option for Not writing mp3splt.log file
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- created a completely new windows installer allowing to install
    only some components and to uninstall only the installed files
- added some more documentation about the 'off' parameter
- updated to check for illegal characters in output filenames
- fixed bug with mp3splt not searching for plugins in its directory
    on Windows (it will now search in the directory of the 'mp3splt'
    executable if we detect a path from the launch command and in
    the installation directory written in the registry)
- fixed the zeroes not being added before the number when using @n
- fixed small bug about '-Q' not working right
- the default behaviour of the tags on the split files has changed:
    by default, we set the tags version of the file to split in the
    split files (for example if the file for split has ID3 version
    X, the tags in the split files will be ID3vX)
- added -1 (force tags in output files to be ID3v1) and -2 (force
    tags in output files to be ID3v2) options
- implemented query{search_string}(chosen_result_int) for the -c
    option : windows users should use this instead of -c query when
    searching using a "unicode" string
- fixed all tags/filenames "unicode" encoding issues on windows
- fixed small track issue in tags
- fixed issue when the output is the same as the original file
2009-02-12 21:35:34 +00:00
schmonz
a7b428bda7 Update to 0.5.4. From the changelog:
- fixed bug crashing the applications on the silence split when no
    'get_silence_level' function defined
- added ID3v2 support when compiling with 'libid3tag' support
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- fixed bug #2398397 : 'license version broken in README'
- fixed the zeroes not being added before the number when using @n
- fixed a lot of ugly codings and compiler warnings
- fixed problem with configure yielding error when libid3tag not found
- fixed libtool incompatibility issue (libtool: link: cannot find
    the library `../libltdl/libltdlc.la'), bug #2144760
- updated to check for illegal characters in output filenames
- fixed all tags/filenames "unicode" encoding issues on windows
- the default behaviour of the tags on the split files has changed:
    by default, we set the tags version of the file to split in the
    split files (for example if the file for split has ID3 version
    X, the tags in the split files will be ID3vX)
- the tags in the output files can be changed with the
    SPLT_OPT_FORCE_TAGS_VERSION option
- fixed issue when the input file is erased if the output is the
    same as the original file
- fixed small track issue in tags
2009-02-12 21:35:08 +00:00
drochner
aa77e743df update to 0.10.4
changes:
-fixed some crashes and a memory leak
-fixed pdfimages to work for jpeg
pkgsrc change: pulled in color management support from the development
branch (but tested by me for many weeks), as an option which is on
per default
2009-02-12 20:55:07 +00:00
drochner
bc1a4f1675 update to 8.64
Approximately 100 bugs have been fixed since the 8.63 release.
Of particular note in this release are improvements to overprint and
spot color support in documents with transparency, improvements to PDF
and PS output, proper handling of PDF-specific text rendering modes and
support for reading AES-encrypted PDF documents.
Also improved is handling of CJK text, especially in vertical writing
modes, memory footprint processing some files at high resolution and
support for using the system's default paper size on unix.
The interpreter's handling of color spaces has been moved from
PostScript code to C.
A number of the included printer drivers and cups wrappers have been
updated to support a PDF-based workflow. Also fixed are several
long-standing bugs in the pcl drivers with respect to duplex, resolution
and paper tray selection.
2009-02-12 19:51:08 +00:00
kefren
aab6d155bc Fix Bug 475132 for amd64. Patch provided by Zoltan Varga 2009-02-12 19:44:50 +00:00
minskim
130dfbd39e Note PKGREVISION bump of bison. 2009-02-12 18:44:07 +00:00
minskim
792c161226 Bump PKGREVISION because the path to m4 was changed on Darwin<9.
The tools framework changed m4 on Darwin<9 from the native one to the
pkgsrc version last month.  bison needs a PKGREVISION bump because it
embeds the path to m4 in its binary.
2009-02-12 18:43:21 +00:00
joerg
19df0f2ffa Supports DESTDIR. 2009-02-12 17:33:51 +00:00
joerg
ac1b3c70f2 DESTDIR support. 2009-02-12 16:06:32 +00:00
obache
d9fb68c496 Updated databases/p5-tokyotyrant to 1.6nb1 2009-02-12 15:34:15 +00:00
obache
f594754c83 distfile was replaced silently (some document was changed).
bump PKGREVISION.
2009-02-12 15:33:58 +00:00
he
fc5cf26c87 Note update of lang/see to 3.0.1376nb1. 2009-02-12 15:26:37 +00:00
he
121d4bfe8d Update from version 3.0.1376 to 3.0.1376nb1.
Pkgsrc changes:
 o Add a patch so that our PowerPC-based ports are properly detected
   by the dtoa configuration logic, by also recognizing __powerpc__
   to indicate big-endian float format.
   This should fix PR#40624.
2009-02-12 15:24:14 +00:00
obache
e3dbd06533 + cue-20090209 [pkg/40623] 2009-02-12 14:41:53 +00:00
obache
f1a1ad5db0 Updated databases/p5-tokyotyrant to 1.6 2009-02-12 12:32:07 +00:00
obache
8b4b6a342d Update p5-tokyotyrant to 1.6, for tokyotyrant-1.1.14. 2009-02-12 12:31:52 +00:00
obache
951cc10eda Updated databases/tokyocabinet to 1.4.5 2009-02-12 11:53:03 +00:00
obache
887b68b7de Update tokyocabinet to 1.4.5.
Changes:
2009-02-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbput, tchdbget, tchdbout): bugs related to race condition were fixed.

	* tchdb.c (tchdbputimpl): bugs related to race condition were fixed.

	* tchmttest.c (runrace, procrace): new functions.

	* tcbmttest.c (runrace, procrace): new functions.

	- Release: 1.4.5
2009-02-12 11:52:46 +00:00
hira
f9cb7c785e Add missing checksums to distinfo. This fixes PR pkg/40620. 2009-02-12 09:17:51 +00:00
markd
34ad09dec4 add DESTDIR support. 2009-02-12 06:44:55 +00:00
markd
d3e9ade2b4 Add DESTDIR support. 2009-02-12 06:08:33 +00:00
markd
7800044cc2 Add DESTDIR support. 2009-02-12 04:01:13 +00:00
minskim
d71356c9a9 Add lua-stdlib and lua-stdlib-doc. 2009-02-12 01:49:44 +00:00
minskim
2b024c56de Import lua-stdlib-doc-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
This package provides a documentation for Lua stdlib, a library of
modules for common programming tasks, including list, table and
functional operations, regexps, objects, pretty-printing and getopt.
The whole thing can be loaded with 'require "std"', or modules can be
used individually.
2009-02-12 01:47:49 +00:00
minskim
9c675a239b Import lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)
2009-02-12 01:45:01 +00:00
joerg
9e32bd6a51 Move to proper Python Egg building. Bump revision. 2009-02-12 00:46:34 +00:00
adrianp
b774bcb01f Added www/apache-roller version 4.0.1 2009-02-12 00:28:34 +00:00
adrianp
9d435177a5 +apache-roller 2009-02-12 00:28:12 +00:00
adrianp
eed171569b Apache Roller is a full-featured, multi-user and group-blog server suitable
for blog sites large and small.

Roller is a Java web application that should be able to run on any Java EE
server and any relational database. Currently, Roller is best supported on
Tomcat and MySQL -- but users have reported success running Roller on
Glassfish, Websphere, JBoss, Resin, Gernonimo, Derby, PostgresSQL, Oracle,
etc.)

Here are some of Roller's key features:

* Multi-user blogging: can support tens of thousands of users and blogs
* Group blogging with three permisson levels (editor, author and limited)
* Support for comment moderation and comment spam prevention measures
* Bloggers have complete control over blog layout/style via templates
* Built-in search engine indexes weblog entry content
* Pluggable cache and rendering system
* Support for blog clients that support MetaWeblog API
* All blogs have entry and comment feeds in both RSS 2.0 and Atom 1.0 formats
2009-02-12 00:26:59 +00:00
joerg
601eb83a16 Don't check for tgetent or curses, it is never used. 2009-02-12 00:14:48 +00:00
markd
a9cd31821a add DESTDIR support. 2009-02-12 00:00:57 +00:00
joerg
f6da77786c Don't segfault if running pkg_info on a binary package without
+BUILD_INFO (or installed without +INSTALLED_INFO). Second half of
PR 30276.
2009-02-11 23:51:30 +00:00
joerg
52e03c25de pkg_install-20090212:
Print the error about missing build information even when the
+BUILD_INFO file is missing instead of segfaulting. The problem is from
PR 30276, a solution in the form of just installing it will not be
implemented.
2009-02-11 23:42:42 +00:00
adrianp
4c7b488106 +jdbc-mysql{31,5} 2009-02-11 23:31:30 +00:00
joerg
3abd2d8fbf Don't use text relocations, link against shared libcrypto.
DESTDIR support. Simplify. Bump revision.
2009-02-11 23:25:59 +00:00
abs
ba0649486d Updated security/msudir to 0.15 2009-02-11 23:19:21 +00:00
abs
7303ba167b Updated security/msudir to 0.15
move to code.google
PKG_DESTDIR_SUPPORT=    destdir
2009-02-11 23:19:01 +00:00
adrianp
a3a4dcbbbf Added databases/jdbc-mysql31 version 3.1.14 2009-02-11 23:11:29 +00:00
adrianp
856ce717d7 +jdbc-mysql31 2009-02-11 23:11:08 +00:00
adrianp
d52a98e4f5 MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J.

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
4 designation means that the driver is pure-Java implementation of the MySQL
protocol and does not rely on the MySQL client libraries.
2009-02-11 23:10:16 +00:00
markd
7198f1734d add DESTDIR support. 2009-02-11 23:09:29 +00:00
adrianp
c970296586 Change HOMEPAGE 2009-02-11 23:04:38 +00:00
abs
2555f718fa Updated sysutils/rconfig 2009-02-11 23:00:08 +00:00
abs
9386672104 Updated sysutils/rconfig to 0.47
move to code.google
Add PKG_DESTDIR_SUPPORT
2009-02-11 22:59:49 +00:00
adrianp
eb50c86713 Fix PKGNAME change fallout 2009-02-11 22:56:02 +00:00
joerg
d6aa963e76 Fix build with Python 2.5. 2009-02-11 22:52:42 +00:00
joerg
29e895b157 Python 2.3 doesn't work, so remove it. 2009-02-11 22:50:09 +00:00
joerg
0a3668f28c Doesn't support Python 2.3. 2009-02-11 22:47:05 +00:00
abs
b7970cd47e fix distinfo 2009-02-11 22:45:58 +00:00