Commit graph

176905 commits

Author SHA1 Message Date
hiramatsu
b616dd2621 Update p5-Tie-Cache-LRU to 20110205.
Change from previous:
20110205  Sat, 05 Feb 2011 14:57:08 +1100
    Misc
    * Clarified the license
2011-10-22 01:39:30 +00:00
cheusov
62adde15c4 Updated devel/mk-configure to 0.21.2 2011-10-21 23:30:47 +00:00
cheusov
c632df60ed Update to 0.21.2
mkc_check_compiler has been reimplemented. This fixes problems
  on system with /bin/sh == bash (affected versions: 0.21.1)
  and makes it drammatically faster.
2011-10-21 23:30:31 +00:00
ryoon
4f949c5568 Added archivers/zutils version 0.9 2011-10-21 21:44:54 +00:00
ryoon
32cf448930 Add zutils 2011-10-21 21:44:11 +00:00
ryoon
be8e7e73c7 Conflict with lzip<1.12 2011-10-21 21:43:29 +00:00
ryoon
e20138a854 Import zutils-0.9 as archivers/zutils
Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given
file, including standard input, is compressed, its decompressed
content is used. Compressed files are decompressed on the fly; no
temporary files are created. These utilities are not wrapper scripts
but safer and more efficient C++ programs. In particular the
"--recursive" option is very efficient in those utilities supporting it.

The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.
2011-10-21 21:41:09 +00:00
hiramatsu
9eba5dc70e Add HOMEPAGE and LICENSE. 2011-10-21 21:38:27 +00:00
ryoon
04a3a00f30 Remove lzip 2011-10-21 21:28:40 +00:00
ryoon
c63e12b6b5 Updated archivers/lzip to 1.12 2011-10-21 21:28:11 +00:00
ryoon
679d4711cb Update to 1.12
* lzdiff and lzgrep are now separate package, zutils (not packaged yet).

Changelog:
2011-04-30  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.12 released.
	* main.cc: Added new option `-F, --recompress'.
	* encoder.h (update_prices): Update high length symbol prices
	  independently of the value of `pos_state'. This gives better
	  compression for large values of `--match-length' without being
	  slower.
	* encoder.h encoder.cc: Optimize pair price calculations. This
	  reduces compression time for large values of `--match-length'
	  by up to 6%.
	* Compression time of option `-0' has been reduced by 2%.
	* main.cc (decompress): Print only one status line for each
	  multimember file when only one `-v' is specified.
	* main.cc (decompress): Print up to 6 bytes of trailing garbage
	  when `-vvvv' is specified.
	* main.cc (open_instream): Do not show the message
	  " and `--stdout' was not specified" for directories, etc.
	* lziprecover.cc: If `-v' is not specified show errors only.
	* testsuite/unzcrash.cc: Use Arg_parser.
	* testsuite/unzcrash.cc: Added new options `-b', `-p' and `-s'.

2010-09-16  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.11 released.
	* Added new option `-0' which produces a compression speed and
	  ratio comparable to those of `gzip -9'.
	* fast_encoder.h fast_encoder.cc: New files.
	* main.cc: Match length limit set by options -1 to -8 has been
	  reduced to extend range of use towards gzip. Lower numbers now
	  compress less but faster. (-1 now takes 43% less time for only
	  20% larger compressed size).
	* encoder.cc: Compression of option -9 has been slightly increased.
	* lziprecover.cc: Added new option `--merge' which tries to
	  produce a correct file merging the good parts of two or more
	  damaged copies.
	* lziprecover.cc: Added new option `--repair' for repairing a
	  1-byte error in single-member files.
	* decoder.cc (decode_member): Detect file errors earlier to
	  improve efficiency of lziprecover's new repair capability.
	  This change also prevents (harmless) access to uninitialized
	  memory when decompressing a corrupt file.
	* lziprecover.cc: Added new option `--force'.
	* lziprecover.cc: Added new option `--output'.
	* lziprecover.cc: Added new option `--split' to select the until
	  now only operation of splitting multimember files.
	* lziprecover.cc: If no operation is specified, warn the user
	  and do nothing.
	* main.cc: Fixed warning about fchown's return value being ignored.
	* decoder.cc: `-tvvvv' now also shows compression ratio.
	* main.cc: Set stdin/stdout in binary mode on MSVC and OS2.
	* New examples have been added to the manual.
	* testsuite: `test1' renamed to `test.txt'. Added new tests.
	* Matchfinder types HC4 (4 bytes hash-chain) and HT4 (4 bytes
	  hash-table) have been tested and found no better than the
	  current BT4.

2010-04-05  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.10 released.
	* decoder.h: Input_buffer integrated in Range_decoder.
	* main.cc: File specified with option `-o' is now created with
	  mode 0666 if umask allows it, deleted if interrupted by user.
	* main.cc: New constant `o_binary'.
	* main.cc: Dictionary size for options -2, -3, -4 and -8 has
	  been changed to improve linearity of compressed sizes.
	* lzip.h: Fixed warnings produced by over-optimization (-O3).
	* Makefile.in: Added quotes to directory names.

2010-01-17  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.9 released.
	* main.cc (main): Return at least 1 if closing stdout fails.
	* Makefile.in: Added `--name' option to help2man invocation.
	* testsuite/check.sh: Use `test1' instead of `COPYING' for testing.

2009-09-02  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.8 released.
	* Compression time has been reduced by 4%.
	* Lzdiff and lzgrep have been moved to the new package zutils.
	* Fixed warnings on sistems where uint32_t != unsigned int.
2011-10-21 21:26:47 +00:00
hiramatsu
6a0b4e0e9c Updated www/p5-AnyEvent-HTTPD to 0.93.
Updated security/p5-Authen-Htpasswd to 0.171.
2011-10-21 21:10:33 +00:00
hiramatsu
d3f3eef65e Update p5-Authen-Htpasswd to 0.171.
Changes from previous;
0.171  Tue Aug 09 13:09:00 BST 2011
    - re-disting because I failed to notice MYMETA.* in the dist

0.170  Tue Aug 09 12:17:00 BST 2011
    - fix user inflation code to handle arbitrary usernames
2011-10-21 21:09:43 +00:00
hiramatsu
a6ae30c8ff Update p5-AnyEvent-HTTPD to 0.93.
Changes from previous:
0.93    Thu Aug  4 10:38:09 CEST 2011
        - made it possible to remove default headers
          completely, thanks go to Chris Kastorff for providing a patch.
        - applied also a fix for case handling of the headers,
          thanks go to the patch from Chris Kastorff.
        - fixed some tests. I hate it when all bugs that
          are found via CPAN Testers are bugs in the tests.
        - fixed that the URL returned by Request::url method will
          now also contain the query string (thanks to art sackett for
          spotting this).

0.92    Tue Mar  1 11:46:14 CET 2011
        - added simple SSL/TLS support.
        - removed from tests from the distribution.
        - replaced 01_basic_request.t with a non-wget variant for CPAN.

0.91    Wed Feb  2 15:21:02 CET 2011
        - set the Date header correctly.
        - append a newline to error messages.
        - hopefully improved connection closing mechanism.
        - don't send body when responding to a HEAD request.

0.90    Mon Jan 31 13:04:45 CET 2011
        - fixed a small thing with response on dead connections.
        - added small example of 'request' event usage.
        - make Content-Length: not be empty.
        - hand HEAD requests down to the event handlers.
        - added allowed_methods support from nrh.
        - don't force cache policy anymore.
2011-10-21 21:09:10 +00:00
ryoon
386e276b91 Remove mp3splt 2011-10-21 20:58:08 +00:00
ryoon
4251231e65 Updated audio/libmp3splt to 0.7
Updated audio/mp3splt to 2.4
Updated audio/mp3splt-gtk to 0.7
2011-10-21 20:57:29 +00:00
ryoon
d4fc408dfa Update to 0.7
* Introduce gnome option.

Changelog:
mp3splt-gtk version 0.7

- added trimming using silence detection
- fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: (libmp3splt)
* only one artist, album, title are supported
* for mp3's, the total tracknumber is not yet supported
- fixed bug: don't show split files when setting silence splitpoints or trim splitpoints
- fixed #3355210 - gtk not intuitive - split button with text and shadow
- fixed windows bug to take translations from the current directory (+libmp3splt)
- fixed windows bug with wide characters in directory path of executable (+libmp3splt)
2011-10-21 20:56:00 +00:00
ryoon
c46c0517c3 Update to 2.4
Changelog:
#mp3splt version 2.4

- added negative splitpoints support with EOF-min.sec[.0-99] (only works when the input is not seekable)
- added trimming using silence detection with -r (use with -p th to set the threshold)
- fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: (libmp3splt)
* only one artist, album, title are supported
* for mp3's, the total tracknumber is not yet supported
- fixed windows bug to take translations from the current directory (+libmp3splt)
- fixed windows bug with wide characters in directory path of executable (+libmp3splt)

#mp3splt version 2.3a

- fixed tracktype.org issue (libmp3splt)

#mp3splt version 2.3

- new '-G' option: set tags from filename regular expression
- more translations (project mp3splt-gtk on transifex)
- added genre tag to custom tags and to output format (libmp3splt)
- support for the FILE attribute in CUE files - #1353726 (libmp3splt)
- fixed CUE import bug - spaces at the end are now correctly wiped out (libmp3splt)
- fixed bug #3114384: introduced back the 'file might be VBR' warning (libmp3splt)
- fixed bug #3034474: genre tag problems (libmp3splt)
- fixed ogg stream issues - #2861898 & #1078018 (libmp3splt)
2011-10-21 20:53:29 +00:00
ryoon
37d0b12692 Update to 0.7
* Remove LOCALBASE
* Use pkg-config for library detection (pcre and so on)

Changelog:
libmp3splt version 0.7
-------------------------------------------------------------

- added negative splitpoints support: closes #3005266, #1659204
- added trimming using silence detection: closes #3016524, #3141369, #880051, #1576489
- fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions:
* only one artist, album, title are supported
* for mp3's, the total tracknumber is not yet supported
- rewritten internet part (tracktype, freedb)
- fixed windows bug to take translations from the current directory
- fixed windows bug with wide characters in directory path of executable

libmp3splt version 0.6.1a
-------------------------------------------------------------

- fixed tracktype.org issue

libmp3splt version 0.6.1
-------------------------------------------------------------

- added genre tag to custom tags and to output format (@g)
- support for the FILE attribute in CUE files - #1353726
- support for setting tags from filename regular expression
- added cutter as unit testing framework in libmp3splt
- fixed CUE import bug - spaces at the end are now correctly wiped out
- fixed bug #3114384: introduced back the 'file might be VBR' warning
- fixed bug #3034474: genre tag problems
- fixed ogg stream issues - #2861898 & #1078018
- fixed bug: setting the saved end time on wrong splitpoint indexes
- more translations (project mp3splt-gtk on transifex)
- and many other bugs ...
2011-10-21 20:51:50 +00:00
ryoon
39b6343387 Move find-prefix.mk line. 2011-10-21 19:54:58 +00:00
ryoon
d2f5f0f48f Remove enscript 2011-10-21 19:38:46 +00:00
ryoon
2dbe7791e4 Updated print/enscript to 1.6.5.2 2011-10-21 19:38:28 +00:00
ryoon
7ab54f637b Update to 1.6.5.2
* Set LICENSE.
* Make pkglint happy

Changelog:
Summary of changes in enscript version 1.6.5.2:

* Fix CFG_FATAL macro in util.c; this prevents a segmentation fault
  when the configuration file contains unknown parameters. (Savannah
  bug #28769)

* Fix segmentation fault with line lengths over 90 characters.
  (Savannah bug #29198)

Summary of changes in enscript version 1.6.5.1:

* Typo corrections in the manual pages.

* Reorganise source tree to use a single ChangeLog file.

* Actually ship f90.st in the tarball.

* Reorganise INSTALL and README.

Noteworthy changes in enscript version 1.6.5:

* New maintainer.

* Licensing change: GNU Enscript is now distributed under version 3 or
  later of the GNU GPL.

* Build system fixes - distcheck now passes.

* At least four security bug fixes:
  - CAN-2004-1184
  - CAN-2004-1185
  - CAN-2004-1186
  - CVE-2008-3863, CVE-2008-4306

* Syntax highlighting fixes.
  - shell escaping rules from Shawn McMahon.
  - JavaScript regexps now recognised.
  - New highlighting rules for Fortran 90 from David Bowler.

See changelogs for more detailed notes.
2011-10-21 19:37:28 +00:00
cegger
d037c14c24 Updated xen 4.1 packages to 4.1.2 2011-10-21 18:31:13 +00:00
cegger
f463e71c79 Update to Xen 4.1.2
Fixes/features include:
 * New XL toolstack
 * kexec/kdump
 * Remus
 * Device passthrough to HVM guests
 * Interrupt handling
 * Support for Supervisor Mode Execution Protection (SMEP)
2011-10-21 18:26:58 +00:00
chs
7cf1701d4d Updated emulators/suse113_qt4 to 11.3nb1 2011-10-21 16:03:35 +00:00
chs
19719ef49c update to qt4 4.6.3-2.5.1.
fixes CVE-2011-3193, CVE-2011-3194.
2011-10-21 16:03:21 +00:00
chs
2da6cd5ec9 Updated emulators/suse113_openssl to 11.3nb5 2011-10-21 16:02:57 +00:00
chs
fa02df1522 update to openssl 1.0.0-6.11.1.
fixes CVE-2011-3207, CVE-2011-3210.
2011-10-21 15:56:37 +00:00
ryoon
9d5adc6c3c Add comments. 2011-10-21 14:50:09 +00:00
taca
9cb4aec920 + samba-3.6.1. 2011-10-21 13:41:11 +00:00
ryoon
fbb762e351 Remove abcmidi 2011-10-21 13:33:28 +00:00
ryoon
d59629ebad Updated audio/abcmidi to 20111019 2011-10-21 13:33:01 +00:00
ryoon
481d931836 Update to 20111019
Changelog:
* Many bug fix
* use GNU configure
2011-10-21 13:31:55 +00:00
reed
2ddbe1f304 added devel/lettuce
Behaviour-driven development test tool
2011-10-21 12:39:35 +00:00
ryoon
a39720f994 Remove abcm2ps 2011-10-21 12:36:33 +00:00
ryoon
6abdee32db Updated print/abcm2ps to 6.5.2 2011-10-21 12:36:12 +00:00
reed
c1d5b73589 Import lettuce 1.1.33
Lettuce is a simple behaviour-driven development (BDD) tool based
on Cucumber. The features of the system (to be tested) are defined
in a natural language with scenarios describing the features. Steps
are written in python.

(I packaged this for my work at ISC. We are developing a
DNS server test suite to be usable for various DNS servers
for compliance testing.)
2011-10-21 12:35:30 +00:00
ryoon
eaa31a40c0 Update to 6.5.2
Changelog:
* SVG output related bug fix
* Some bug fix and improvements.
* In detal, see Changes file.
2011-10-21 12:35:17 +00:00
hiramatsu
b171a813af Added devel/p5-Data-Integer version 0.004.
Updated databases/p5-Rose-DB to 0.764.
2011-10-21 10:08:50 +00:00
hiramatsu
ea5e0c7c16 Update p5-Rose-DB to 0.764.
Changes from previous:
0.764 (10.18.2011) - John Siracusa <siracusa@gmail.com>

    * Use ENGINE=InnoDB instead of TYPE=InnoDB in MySQL table creation
      statements to avoid an incompatibility with MySQL 5.5 (RT 71757)

0.763 (12.30.2010) - John Siracusa <siracusa@gmail.com>

    * Support for Rose::DB::Object 0.794
    * Return from rollback() early if AutoCommit is set.
2011-10-21 10:07:52 +00:00
hiramatsu
08cf455b4f Add p5-Data-Integer. 2011-10-21 10:06:57 +00:00
hiramatsu
b792ddfea0 Import perl module Data::Integer into devel/p5-Data-Integer, to prepare
to import DBIx::Class::PassphraseColumn.

This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric part
of a Perl scalar. This module supplies constants describing the native
integer type.

There are actually two native integer representations: signed and
unsigned. Both are handled by this module.
2011-10-21 10:05:45 +00:00
hiramatsu
37c010456d Note update of devel/p5-Module-CoreList, devel/p5-MooseX-Getopt and
www/p5-Pod-POM-Web.
2011-10-21 07:15:26 +00:00
hiramatsu
4beb6af598 Update p5-Pod-POM-Web to 1.17.
Changes from previous:
1.17 01.05.2011
  - skip tests on systems that do not have 'perlfunc.pod' or 'perlvar.pod'

1.16 28.04.2011
  - Export 'server' and 'index' functions into main:: namespace if
    called from command-line (suggested by DOLMEN -- Olivier Mengué)
  - fix titles containing POD markup
  - explicit error message if perlfunc or perlvar are not installed

1.15 20.11.2010
  - H1 header can be either NAME or TITLE
  - adapt to new structure of perlvar.pod in bleadperl
  - CSS fix for diplaying AnnoCPAN notes
  - dependency on Pod::POM 0.25
2011-10-21 07:14:25 +00:00
hiramatsu
ac9e342ccf Update p5-MooseX-Getopt to 0.37.
Changes from previous:
0.37 Wed 30 Mar 2011
  * Fix missing dependency. (RT#67077)

0.36 Tue 29 Mar 2011
  * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
  * MooseX::Getopt::GLD
    - change it to a MooseX::Role::Parameterized, so that it accepts
      'getopt_conf' parameter (Damien Krotkine)

0.35 Wed 09 Feb 2011
  * Fix missed change from Test::Exception to Test::Fatal

0.34 Tue 08 Feb 2011
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * Move most of new_with_options logic into separate publically
    accessible process_argv method, so that arg processing can be
    done without actually creating object (Jonathan Swartz)
2011-10-21 07:13:58 +00:00
hiramatsu
bad5bdfa0b Update p5-Module-CoreList to 2.56.
Changes from previous:
2.56 Thu Oct 20 2011
  - Updated for v5.15.4

2.56 Tues Sept 20 2011
  - Updated for v5.15.3
  - Corrected version of Module::CoreList shipped
    with v5.10.0
  - Corrected Errno being shipped with v5.6.0 and v5.6.1
  - Corrected VMS::Filespec being shipped with v5.12.3
  - Corrected DB_File being shipped with v5.8.2
  - Added http://perlpunks.de/corelist to SEE ALSO

2.55 Sat Aug 20 2011
  - Updated for v5.15.2

2.54 Wed Jul 20 2011
  - Updated for v5.15.1

2.53 Thu Jul 14 2011
  - Added release date option '-r' to corelist

2.52 Mon Jul 4  2011
  - [rt.cpan.org #69108] Extraneous modules listed
    reported by Dee Newcum

2.51
  - Updated for v5.15.0

2.50
  - Updated for v5.12.4

2.49
  - Updated for v5.14.0

2.46 Sun Mar 20 2011
  - Resolved RT #59511
  - Updated for v5.13.11

2.45 Sun Feb 20 2011
  - Bumped the version number and data for the 5.13.10 release

2.44    Sat Jan 22 2011
  - Merged v5.12.3 and v5.13.9

2.43    Sat Jan 22 2011
  - Updated for v5.12.3

2.42_01 Thu Jan 20 2011
  - Updated for v5.13.9

2.42    Mon Dec 20 2010
  - Updated for v5.13.8

2.41    Sat Nov 20 2010
  - Updated for v5.13.7

2.40    Wed Oct 20 2010
  - Updated for v5.13.6
2011-10-21 07:10:20 +00:00
hiramatsu
a1450cfd5f Add HOMEPAGE and LICENSE. 2011-10-21 06:10:21 +00:00
obache
e705e1da53 Remove (trial) workaround for getaddrinfo() on Linux added over 5 years ago.
It break the feature in these days.
2011-10-21 05:24:13 +00:00
hiramatsu
e6ecd16fdb Add HOMEPAGE and LICENSE. 2011-10-21 04:47:22 +00:00