Commit graph

203526 commits

Author SHA1 Message Date
rodent
3d68c297f3 Import p5-constant-def-0.01 as devel/p5-constant-def.
Define compile-time constant only if it wasn't previously defined elsewhere. The
main reason is to use for debugging constants, since there is no way to change
the value, except by editing the source.
2013-07-06 00:39:59 +00:00
rodent
afc308c3ea Added devel/p5-Python-Serialise-Marshal version 0.02 2013-07-06 00:38:49 +00:00
rodent
bf265658b1 Import p5-Python-Serialise-Marshal-0.02 as devel/p5-Python-Serialise-Marshal.
Marshalling is a method of serialising files in Python (another method,
Pickling, is also available). It is the method that Mailman uses to store its
config files. This module is an attempt to write a pure Perl implementation of
the algorithm.
2013-07-06 00:38:25 +00:00
rodent
ebafde0608 +p5-Math-Complex 2013-07-06 00:36:53 +00:00
rodent
6545000ba4 Added math/p5-Math-Complex version 1.59 2013-07-06 00:35:37 +00:00
rodent
1970c37b08 Import p5-Math-Complex-1.59 as math/p5-Math-Complex.
This package lets you create and manipulate complex numbers. By default, Perl
limits itself to real numbers, but an extra use statement brings full complex
support, along with a full set of mathematical functions typically associated
with and/or extended to complex numbers.
2013-07-06 00:35:15 +00:00
rodent
11faf7f2da Added devel/p5-IPC-Cache version 0.02 2013-07-06 00:32:29 +00:00
rodent
53661799c5 Import p5-IPC-Cache-0.02 as devel/p5-IPC-Cache.
IPC::Cache is a perl module that implements an object storage space where data
is persisted across process boundaries.
2013-07-06 00:32:03 +00:00
rodent
bebe42c1b6 Added devel/p5-File-Binary version 1.7 2013-07-06 00:31:14 +00:00
rodent
a9c0831044 Import p5-File-Binary-1.7 as devel/p5-File-Binary.
File::Binary is a Binary file reading module, hence the name, and was originally
used to write a suite of modules for manipulating Macromedia SWF files.
2013-07-06 00:30:52 +00:00
rodent
b2eb8ed37e Updated www/py-webpy to 0.37 2013-07-05 23:55:03 +00:00
rodent
f79894cf0b Update to latest release. Include lang/python/application.mk to
REPLACE_PYTHON in two files. From ChangeLog.txt:

## 2012-06-26 0.37

* Fixed datestr issue on Windows -- #155
* Fixed Python 2.4 compatability issues (tx fredludlow)
* Fixed error in utils.safewrite (tx shuge) -- #95
* Allow use of web.data() with app.request() -- #105
* Fixed an issue with session initializaton (tx beardedprojamz) -- #109
* Allow custom message on 400 Bad Request (tx patryk) -- #121
* Made djangoerror work on GAE. -- #80
* Handle malformatted data in the urls. -- #117
* Made it easier to stop the dev server -- #100, #122
* Added support fot customizing cookie_path in session (tx larsga) -- #89
* Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145
* Added GroupedDropdown to support `<optgroup>` tag (tx jzellman) -- #152
* Fixed failure in embedded interpreter - #87
* Optimized web.cookies (tx benhoyt) - #148
2013-07-05 23:35:35 +00:00
joerg
0e1b8d4ff8 operator bool doesn't equal good(), but !bad(). This makes a difference
when it comes to handling EOF. Adjust.
2013-07-05 21:34:11 +00:00
joerg
95a0c857ed Needs pkg-config. 2013-07-05 21:14:32 +00:00
joerg
89bb40dfb3 Update to Podofo 0.9.2 for various bug fixes and improved encryption
support. Additionally, build shared libraries.
2013-07-05 21:12:45 +00:00
joerg
78ad379a28 Add some explicit library dependencies to fix build on recent Linux. 2013-07-05 21:06:02 +00:00
joerg
4781b0b28b + soci 2013-07-05 21:05:07 +00:00
joerg
73b3e78460 Add soci-3.2.1:
SOCI is a database access libary for C++.  It provides a natural
interface with extensive STL integration.  A number of major database
servers are accessable.
2013-07-05 21:04:45 +00:00
stacktic
b513609562 Update misc/rump to 20130705 and filesystems/fs-utils to 20130701 2013-07-05 17:27:18 +00:00
stacktic
fdec4312cb Update filesystems/fs-utils to 20130701 - release v1.00 2013-07-05 17:25:23 +00:00
stacktic
1ccad4ceb8 Update misc/rump to 20130705 2013-07-05 17:20:59 +00:00
ryoon
15b4693181 Fix build on NetBSD 6.99.23.
* EXTRACT_USING=bsdtar for supressing warnings in extract stage.
* Add a patch to fix build on NetBSD 6.99.23, IP_PKTINFO related.
2013-07-05 16:28:43 +00:00
ryoon
d577c0b06f Updated audio/mp3splt-gtk to 0.8.2 2013-07-05 16:18:43 +00:00
ryoon
d7446d48de Update to 0.8.2
Changelog:

-------------------------------------------------------------
mp3splt-gtk version 0.8.2

- fixed important bug in mp3splt-gtk: split using cue file was not splitting the last part
- fixed tags encoding issue in mp3splt-gtk: encode in UTF-8 tags if not valid UTF-8
- implemented "prelisten a section to its ending splitpoint" in mp3splt-gtk (feature request #98)
- libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead
of >=; will be changed to >= when final version of libmp3splt will be released
- now using pkg-config instead of mp3splt.m4 (bug #145)
- corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147)

-------------------------------------------------------------
mp3splt-gtk version 0.8.1

- fixed important bug: application was crashing when pushing the split button without any
splitpoint (libmp3splt)
- fixed important bug: split by time was in hundreths of seconds instead of seconds

-------------------------------------------------------------
mp3splt-gtk version 0.8

- added tags edition from the splitpoints table - closes feature #92
- added cloning features for mass copying of tags using right click on the splitpoints table
- enhanced the CUE export to export the tags as REM comments and also the splitpoint names
- automatically save & restore splitpoints in '~/.mp3splt-gtk/splitpoints.cue'
- better amplitude wave display (wave does not "shake" anymore)
- done issue #37 & #138 - nicer GUI for the option 'same output directory as the input file'
- fixed amplitude wave to be more precise with ogg vorbis files (libmp3splt)
- fixed important bug on mp3splt-gtk 'Queue to player' button
- fixed bug #128 - hash symbol in filename breaks the player
- done feature #38 - reorder filenames in mp3splt-gtk (description_here_partXX)
- fixed bug #133 - updated GPLv2 COPYING file
- fixed bug #137 - autogen.sh should run libtoolize before aclocal/automake
- fixed bug #143 - be able to add splitpoint at the end from the player
- fixed bug #136 - various compilation issues
- fixed issue #90 - added back the icons to split preview and play preview in the splitpoints table
- added a lot of tooltip and GUI renamings
- done feature #91 - amplitude wave now persists in preferences
- added one more interpolation level for the amplitude wave (level 6)
- more precise wave preview in preferences
- fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1
(libmp3splt)
- fixed bug #141 - when input file is a symlink and output directory is the one of the input file
(libmp3splt)
- amplitude more precise with ogg vorbis files (libmp3splt)
- fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt)

-------------------------------------------------------------
mp3splt-gtk version 0.7.3

- redesigned the mp3splt-gtk user interface
- added option to specify the wave quality in the parameters (for performance reasons)
- wave interpolation is now much correct - we use the douglas peucker algorithm instead of the previous one which was stupid
- added gray areas where no splitpoints - regarding #3520736
- added seek key shortcuts to the player - #1811400 & #3528001
- heavy refactoring of mp3splt-gtk code
- fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt)
- fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt)

-------------------------------------------------------------
mp3splt-gtk version 0.7.2

- fixed an important bug of memory leak in player drawing when using GTK+-2
- fixed bug not showing icon and image in the about dialog
- fix for the '--disable-gtk3' option; also fixed the gtk 2.x/3.x check
- made some player graphic optimisations
- added player refresh rate option in Preferences->Player
- added expanders to the player history and player splitpoints view
- we don't need gtk 2 version >= 2.20; changed it to 2.18

-------------------------------------------------------------
mp3splt-gtk version 0.7.1

- added minimum track length option for silence scan - closes #2393766
- added gtk3 support (auto detection or --enable-gtk3, --disable-gtk3) - almost closes #3385903
(some tests still need to be done)
- fixed #3385841 - removed scrollkeeper warnings
- fixed #3385827 - added --disable-doxygen_doc
- fixed #3385829 - building doxygen documentation by itself + installing doxygen files
- fixed #3385833 - don't apply debugging flags or warnings flags by default:
added --enable-c-debug --enable-optimise --enable-extra-warnings
- added support for multiple ogg/vorbis logical streams (mail) (libmp3splt)
- fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt)
- fixed several audacity labels issues (libmp3splt)
- fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)
2013-07-05 16:18:15 +00:00
ryoon
bdbe2fe2e6 Updated audio/mp3splt to 2.5.2 2013-07-05 16:16:43 +00:00
ryoon
878fb36ed8 Updated audio/libmp3splt to 0.8.2 2013-07-05 16:16:22 +00:00
ryoon
ed9f610b65 Update to 2.5.2
Changelog:

#mp3splt version 2.5.2

- added option -I to specify the input tags encoding for when writing ID3v2 tags (ISO-8859-1, UTF-8
or UTF-16)
- added option -K to keep the original tags and just replace them when importing a CUE or CDDB file
(feature request #95)
- fixed bug #149 - use of getline() on mac
- libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead
of >=; will be changed to >= when final version of libmp3splt will be released
- now using pkg-config instead of mp3splt.m4 (bug #145)
- corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147)

#mp3splt version 2.5.1

- fixed a bug when removing the tags from skippoints (libmp3splt)
- added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16

#mp3splt version 2.5

- done issues #40 and #85 - added minimum silence length parameter for auto adjust (mainly libmp3splt)
- added minimum silence length for trim silence mode (minimum silence to trigger a trimming)
(mainly libmp3splt)
- done issue #12 - added option to output the full silence log useful to plot a graph
(mainly libmp3splt)
- implemented back the proxy feature with basic authentification - feature #50 (mainly libmp3splt)
- added option to generate exactly the same input tags bytes using @O (mainly libmp3splt)
- enhanced the CUE export to export the tags as REM comments and also the splitpoint names (libmp3splt)
- fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1
(libmp3splt)
- fixed bug: output tags versions was not equal to the input file tags versions when the user was
setting custom tags without any @o to get the original tags (libmp3splt)
- done issue #79 - added 0 to the number of digits to output in order to be able to support
the old mp3splt output format (libmp3splt)
- fixed bug #141 - when input file is a symlink and output directory is the one of the input file
(libmp3splt)
- fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt)
- fixed bug #133 - updated GPLv2 COPYING file
- fixed bug #142 - skipped splitpoints were handled wrong by '-c'

#mp3splt version 2.4.3

- added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others
- fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt)
- fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt)

#mp3splt version 2.4.2

- fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames (libmp3splt)
- added the shots parameter to silence detection
(-p shots=INTEGER - minimum number of shots to be found as non silence after the silence)

#mp3splt version 2.4.1

- added minimum track length option for silence scan: 'trackmin' parameter to '-p' - closes #2393766
- added option to set original tags when using 'replace tags in tags' - use of #t, #a, ... - closes #3407314
- fixed #3399950 - regression on windows regarding the current working directory
- fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
- fixed #3385833 - don't apply debugging flags or warnings flags by default:
added --enable-c-debug --enable-optimise --enable-extra-warnings
- fixed #3424143 - added a small check for the -O option
- added support for multiple ogg/vorbis logical streams (mail) (libmp3splt)
- fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt)
- fixed several audacity labels issues (libmp3splt)
- fixed inconsistency (extra 0 padding) between @n of -g and @n of -o (mail)
time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)
2013-07-05 16:15:59 +00:00
ryoon
994d2d8a04 Add *BSD support patch. 2013-07-05 16:14:13 +00:00
ryoon
cda40f4ded Update to 0.8.2
Changelog:

libmp3splt version 0.8.2
-------------------------------------------------------------

- added option to specify the input tags encoding for when writing ID3v2 tags
(SPLT_OPT_INPUT_TAGS_ENCODING)
- enable -O3 by default
- added LIBMP3SPLT_MAJOR_VERSION, LIBMP3SPLT_MINOR_VERSION and LIBMP3SPLT_MICRO_VERSION
(feature request #96)
- added option SPLT_TAGS_ORIGINAL for mp3splt_tags_set
- added option to keep the original tags and just replace them when importing a CUE or CDDB file
(SPLT_OPT_CUE_CDDB_ADD_TAGS_WITH_KEEP_ORIGINAL_TAGS) (feature request #95)
- added 'split into memory' ability with a callback function for use with 'pretend to split'
(feature request #94)
- replaced mp3splt.m4 with pkg-config (bug #145)
- corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147)
- fixed a lot of doxygen issues

libmp3splt version 0.8.1a
-------------------------------------------------------------

- corrected ChangeLog file of 0.8.1 release
- added minimal.c in the distribution for the doxygen documentation
- added libmp3splt_ico.svg in the distribution for the doxygen documentation
- added something in the empty_footer.html file to avoid doxygen segfault

libmp3splt version 0.8.1
-------------------------------------------------------------

- fixed a bug - was crashing when removing tags from skippoints
- added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16
- forgot to add 'empty_footer.html' in the distribution

libmp3splt version 0.8
-------------------------------------------------------------

- rewritten libmp3splt public API to target future 1.0 stable release
- written complete documentation of the public API
- done issues #40 and #85 - added minimum silence length parameter for auto adjust
- implemented back the proxy feature with basic authentification - feature #50
- added option to generate exactly the same input tags bytes using @O
- added minimum silence length for trim silence mode (minimum silence to trigger a trimming)
- done issue #12 - added option to output the full silence log useful to plot a graph
- enhanced the CUE export to export the tags as REM comments and also the splitpoint names
- fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1
- fixed bug: output tags versions was not equal to the input file tags versions when the user was
setting custom tags without any @o to get the original tags
- done issue #79 - added 0 to the number of digits to output in order to be able to support
the old mp3splt output format
- fixed bug #141 - when input file is a symlink and output directory is the one of the input file
- amplitude more precise with ogg vorbis files
- plugins are now installed in $(libdir)/libmp3splt$(SONAME) instead of $(libdir)/libmp3splt
- fixed bug #131 - use /usr/lib64 instead of /usr/lib on x64 in mp3splt.m4
- fixed bug #133 - updated GPLv2 COPYING file
- fixed bug on mp3 trim silence scan: last frame was skipped
- fixed bug #134 - use of deprecated gethostbyname()

-------------------------------------------------------------
libmp3splt version 0.7.3

- added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others
- fixed bug: removing TLEN id3v2 tag from the split files
- fixed bug #3530488 - regression introduced with ogg multiple logical streams

libmp3splt version 0.7.2
-------------------------------------------------------------

- fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames
- fixed bug #3497957 libtoolize vs glibtoolize
- fixed #3487543 - compilation without pcre support
- added the shots parameter to silence detection

libmp3splt version 0.7.1
-------------------------------------------------------------

- added minimum track length option for silence scan - closes #2393766
- added option to set original tags when using 'replace tags in tags' - closes #3407314
- added support for multiple ogg/vorbis logical streams (mail)
- fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous)
- fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
time - we cannot rely on the total time - for example with concatenated mp3s
- fixed several audacity labels issues
- fixed inconsistency (extra 0 padding) between @n of custom tags and @n of output filename (mail)
- fixed compilation error without libid3tag
- fixed #3385833 - don't apply debugging flags or warnings flags by default:
added --enable-c-debug --enable-optimise --enable-extra-warnings
- fixed #3385827 - added --disable-doxygen_doc
- fixed #3385829 - building doxygen documentation by itself + installing doxygen files
2013-07-05 16:12:30 +00:00
manu
8d0af51aef Patch from upstream (fixed in trunk and 2.4 branch):
https://issues.apache.org/bugzilla/show_bug.cgi?id=29744

When using CONNECT inside a SSL connexion, fix a bug that caused
apache to reply in plain text.
2013-07-05 15:36:25 +00:00
jperkin
f9143d0209 Fix print-PLIST with a custom PKGGNUDIR. 2013-07-05 15:31:54 +00:00
jperkin
37ecec314f Apply removal of -export-dynamic for SunOS across all of pkgsrc.
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been
looked at yet.
2013-07-05 15:10:00 +00:00
wiz
ef687ae4ad Fixes for building documentation with texinfo-5.x, from Don Armstrong
<don@debian.org>.
2013-07-05 14:51:43 +00:00
jperkin
ebe107e050 Build fix for SunOS >= 5.11. 2013-07-05 14:47:41 +00:00
ryoon
6c0df6e67c Updated lang/scala to 2.10.2 2013-07-05 14:41:15 +00:00
ryoon
77b99cc145 Update to 2.10.2
Changelog:
* Bug fixes.
* New features.
See http://www.scala-lang.org/2.10.2 etc in detail.
2013-07-05 14:40:33 +00:00
wiz
dbbb72f007 Fix build with lua-5.2. 2013-07-05 14:31:40 +00:00
wiz
5c0cedd408 Updated wm/notion to 3.2013030200 2013-07-05 14:28:06 +00:00
wiz
315bbebb09 Update to 2013030200, fixes build with lua-5.2.
Other changes unknown, but from the PLIST changes:
pwm was removed.
notionflux was added.
2013-07-05 14:27:56 +00:00
jaapb
c7da7232a8 - committed change for devel/ocaml-findlib update to 1.4 2013-07-05 14:25:58 +00:00
ryoon
91f52020cd Updated net/mosh to 1.2.4 2013-07-05 14:04:33 +00:00
ryoon
91f3c7120c Update to 1.2.4
Changelog:
2013-03-27 Keith Winstein <mosh-devel@mit.edu>

        * Version 1.2.4 released.

        * New features:
                * Support port ranges with -p LOWPORT:HIGHPORT (Luke Mewburn)
                * Ctrl-^ Ctrl-Z suspends mosh client (Nikolai Zeldovich)
                * mm:ss display of lost-contact times (Kevin Ballard)
                * Show infobar with control chars when Ctrl-^ is typed
                * Put terminal in altscreen mode (Anders Kaseorg)
                * Tell automake/Debian pkg about our checks (Anders Kaseorg)

        * Platform support:
                * OS X: Script to build a universal package (Peter Iannucci)
                * FreeBSD: Fix build problems (Jimmy Olgeni)
                * AIX: port by Anton Lundin
                * Solaris with system curses (Anton Lundin)
                * Cygwin and others: eliminate use of IO::Pty (Anton Lundin)

        * Bug fixes:
                * Fix bug (introduced in 1.2.3) where server stays around
                  if process quits while client is detached
                * Clean up spurious entries from detached sessions warning
                * Fix freeze when connectivity is one-directional for hours
                  (reported by Axel Beckert)
                * Don't wipe title until a new one is set (sqweek)
                * Eliminate memory leaks and cppcheck warnings (Anders Kaseorg)
2013-07-05 14:03:50 +00:00
jaapb
6cc4be3cc0 Updated package to latest version, 1.4. Changes include:
* Fixed performance bug when many arguments need to be processed
* Auto-configuring ocamldoc.opt if it is found
* New config switch -no-custom to prevent that "ocamlfind" is linked in
  custom-runtime mode (bytecode only)
* The library dbm is no longer part of OCaml, and now optional in findlib
* Support for ocamloptp.
* New function Topfind.log for controlling the verbosity
* Rewritten Fl_metascanner without camlp4

Also changed maintainer e-mail address.
2013-07-05 13:57:58 +00:00
ryoon
24a1a4e754 Updated graphics/giflib-util to 5.0.4 2013-07-05 13:48:28 +00:00
ryoon
9df667a737 Update to 5.0.4.
* Sync with giflib 5.0.4.
2013-07-05 13:47:53 +00:00
ryoon
1581bb697f Add a comment. 2013-07-05 13:47:02 +00:00
ryoon
181d6e0233 Fix x11 option build. 2013-07-05 13:46:13 +00:00
ryoon
e9e105ec5b Add a patch. 2013-07-05 13:44:07 +00:00
ryoon
209d81f112 Bump PKGREVISION.
* Fix build for giflib 5.0.4.
2013-07-05 13:39:05 +00:00
ryoon
bb13fdc6a8 Bump PKGREVISION.
* Fix build with giflib 5.0.4.
2013-07-05 13:36:12 +00:00