Commit graph

230763 commits

Author SHA1 Message Date
tnn
a763c40f35 wants to link with pthreads 2015-03-15 15:15:30 +00:00
tnn
3bda1a3ec9 needs pthreads 2015-03-15 15:10:01 +00:00
tnn
4656e9d765 mark as NOT_FOR_UNPRIVILEGED 2015-03-15 15:08:30 +00:00
mef
4d47e563a3 Updated mail/smtpfeed to 1.23 2015-03-15 15:07:59 +00:00
mef
7fbda9048b (pkgsrc)
- patch-aa was used to edit Makefile. Now it edits Makefile.in instead
 - patch-a[cefh] are removed, equivalent fix applied
 - patch-dns.c  is added to silent prototype warning

(upstream)
 - Update 1.20 to 1.23
-------------------
1.23: Feb.17,2015:
        dns.c, smtp.c:
                typo fixed: INET6 should be AF_INET6

1.22: Jun.9,2012:
        smtp.c:
                logging whole message in multi-lined SMTP response.

1.21: Jun.7,2012:
        smtp.c, common.h, main.c:
                '-2' option added to avoid piggybacking among domains.
                (to support spec change on GoogleApps service)
        dns.c:
                definitions of functions with "static" are moved outside
                to avoid "invalid strage class" errors.
        *.c, extern.h:
                log() is renamed to logg() to avoid conflict.
2015-03-15 15:07:47 +00:00
tnn
c94500b9e2 needs iconv 2015-03-15 15:06:23 +00:00
taca
a207e86b3c Note remove of php53 package. 2015-03-15 15:01:19 +00:00
taca
1baf27fae8 Remove php53 now. It is not supported any more including security fix. 2015-03-15 15:00:46 +00:00
taca
b9d3cb5ee8 Remove php53. 2015-03-15 15:00:17 +00:00
bsiegert
2f071e8e91 Note gdb update 2015-03-15 14:59:49 +00:00
taca
09b242fb12 Note remove of www/php-eaccelerator package. 2015-03-15 14:58:53 +00:00
taca
f1d0aae55e Remove php-eaccelerator. 2015-03-15 14:58:30 +00:00
taca
330868c31d Remove php-eaccelerator package which was supported by php53 only. 2015-03-15 14:58:04 +00:00
taca
cbb3c0b5d8 Note remove of lang/php5-perl package. 2015-03-15 14:57:01 +00:00
bsiegert
3e2ee61df1 Move wip/gdb (version 7.9) over the 5.x version that has been here for a
long time and that does not even support amd64. The old gdb version, for
those with a penchant for historic software, can be found as devel/gdb5.
2015-03-15 14:56:46 +00:00
taca
884f9f88d0 Remove php5-perl package which was supported by php53 only. 2015-03-15 14:56:24 +00:00
taca
207d0e358e Remove php5-perl. 2015-03-15 14:55:51 +00:00
taca
3c19d65a66 Note remove of meta-pkgs/php53-extensions and databases/php-sqlite packages. 2015-03-15 14:54:31 +00:00
tnn
50bea9a745 needs curses 2015-03-15 14:54:19 +00:00
taca
ecf5a298a9 Remove php-sqlite which supported by php53 only. 2015-03-15 14:53:33 +00:00
taca
4afb820f77 Remove pear-MDB2_Driver_sqlite package which supported by php53 only. 2015-03-15 14:53:02 +00:00
tnn
06a75b4cab needs curses 2015-03-15 14:52:05 +00:00
taca
8346d2d735 Remove pear-MDB2_Driver_sqlite and php-sqlite. 2015-03-15 14:51:36 +00:00
taca
568c44f9eb Note remove of meta-pkgs/php53-extensions package. 2015-03-15 14:50:15 +00:00
taca
faea4899d4 Remove php53-extensions. 2015-03-15 14:49:28 +00:00
taca
65bf5ab8e4 Remove php53-extensions, say good by to php53. 2015-03-15 14:49:05 +00:00
tnn
af9bf54c4b wants to link with pthreads 2015-03-15 14:47:36 +00:00
bsiegert
d6e6a492e5 mention gdb5 addition 2015-03-15 14:35:10 +00:00
bsiegert
210bbea4cc +gdb6 2015-03-15 14:32:24 +00:00
bsiegert
4ae8509fe4 Copy devel/gdb to devel/gdb5 in preparation for importing GDB 7.9. 2015-03-15 14:31:31 +00:00
tnn
01d86e060d wants to link with pthreads 2015-03-15 14:17:00 +00:00
tnn
65152d95a1 needs iconv 2015-03-15 14:15:19 +00:00
mef
a9248bcda1 Updated devel/p5-File-LibMagic to 1.12
Updated devel/p5-Git-Wrapper to 0.040
2015-03-15 14:13:26 +00:00
mef
de764b56bb Update 0.038 to 0.040
---------------------
0.040     2015-03-13 16:11:14-07:00 America/Los_Angeles

0.039     2015-02-23 19:27:47-08:00 America/Los_Angeles (TRIAL RELEASE)

        Various POD updates (B. Estrade)
        Exclude failing test on Mac OS with older Git (#41) (John Anderson)
        POD and typo fixes (Doug Bell)
2015-03-15 14:10:36 +00:00
mef
7b90f103dc Update 1.10 to 1.12
-------------------
1.12     2015-03-07
- The constructor now accepts named params. In addition to a magic_file param,
  it now accepts follow_symlinks and uncompress params. These do what you'd
  expect, tell the object to follow symlinks and/or uncompress files when
  getting info from them. The old single parameter constructor is still
  supported, but is no longer documented.

- The old APIs are now called "discouraged" rather than "deprecated" in the
  documentation. I have no plan to remove these APIs any time soon or to make
  them warn, so "deprecated" was too strong a word.

- Changed a test to hopefully skip rather than fail on OpenBSD systems.


1.11     2015-03-01
- The info_from_handle() method did not handle binary data correctly, which
  could lead to incorrect results.

- The info_from_*() methods returned a full mime type with encoding in the
  "mime_type" key rather than just the mime type alone.

- Allow File::LibMagic->new() to accept an array reference containing multiple
  magic file paths.
2015-03-15 14:08:05 +00:00
adam
4fbe8a138d Updated databases/py-sqlalchemy to 0.9.9 2015-03-15 14:05:21 +00:00
adam
c1923a13de Release 0.9.9 is a large maintenance release featuring 30 changes, mostly bug fixes. A handful of modest feature adds are also present, including new Core features for SQLite, Postgresql, and new API features to provide better control of transaction isolation level when using the ORM. 2015-03-15 14:04:30 +00:00
taca
15fbc8741e Add RUBY_MAJOR_MINOR to use in PLIST. 2015-03-15 14:00:57 +00:00
mef
4d83039d3b Updated devel/p5-Any-Moose to 0.26
Updated devel/p5-AnyEvent to 7.08
Updated devel/p5-CPAN to 2.1000
Updated devel/p5-CPAN-Meta to 2.150001
Updated devel/p5-Class-MethodMaker to 2.23
Updated devel/p5-Class-Virtual to 0.07
Updated devel/p5-Config-MVP to 2.200009
Updated devel/p5-Data-Munge to 0.094
Updated devel/p5-Data-ShowTable to 4.6
Updated devel/p5-Date-Calc-XS to 6.4
Updated devel/p5-Devel-CheckOS to 1.76
Updated devel/p5-Devel-PPPort to 3.31
Updated devel/p5-Expect to 1.32
Updated devel/p5-ExtUtils-ModuleMaker to 0.54
2015-03-15 13:58:50 +00:00
mef
57b53659cb Update 0.52 to 0.54
-------------------
0.54    March 13, 2015

Correct error in TEST_REQUIRES: should have been IO::Capture rather than
IO::CaptureOutput.

0.53    March 10, 2015

Add metadata to Makefile.PL.  Remove IO::Capture from distribution.  Instead,
add it to TEST_REQUIRES metadata in Makefile.PL.
2015-03-15 13:57:43 +00:00
mef
4b45753603 (pkgsrc)
- Add LICENSE to ${PERL5_LICENSE}
(upstream)
 - Update 1.21 to 1.32
----------------------
1.32 2014-10-26
    Skip bc tests. https://rt.cpan.org/Ticket/Display.html?id=98495

1.31 2014-09-02
    Eliminate the requirement for ExtUtils::MakeMaker 1.70.
       Now any ExtUtils::MakeMaker should work on the client side.

    In the tests, add special treatment for $^O=midnightbsd and dragonfly.
       and for $^O=linux as well.
	Test t/11-calc.t also got some special treatment.

1.30 2014-08-22
    RT #47834
    After a failed call to ->expect the ->match, and ->after will return undef
    and ->before will return the content of the accumulator.
    Earlier they retained the values obtained during the last successful match.

    ->before will return undef at the first time but later, if we call ->clear_accum,
    it will start returning the empty string.

    CONFIGURE_REQUIRES ExtUtils::MakeMaker 6.70
    Some test updates.

1.29 2014-08-14
    Official co-maintainer SZABGAB (Gabor Szabo)
    Update documentation according to RT #60722

1.28 2014-08-14
    Croak if undef passed to _trim_length
    Fix double planning on skipped test

1.27 2014-08-13
    Remove $& and $` fixing the rest of RT #61395
    Add more test cases.
    Various code refactoring declaring loop variables;
      parameter passing; return undef; etc.

1.26 2014-08-12
    Skip the bc test on OS-es where it has been failing.
    Stop inheriting from Exporter.
    Eliminate $` and $' from the code. part of (RT #61395)
      This fix might break some existing code n some extreme cases
      when the regex being matched has a lookbehind or a lookahead
      at the edges.

1.25 2014-08-05
    Fix test count.

1.24 2014-08-04
    More test diagnostics.
    Tests added for RT #62359

1.23 2014-07-29
    Refactoring test script.
    Eliminate indirect calls in the code and in the docs.
    Use Perl::Tidy to unify layout.
    Add use warnings;
    IO::Tty prerequisite version 1.03 => 1.11

1.22 2014-07-27
    New unofficial mainainer (Gabor Szabo)
    Merge .pod and .pm and move them to lib/
    Move the test and the code to standard location /t in the distribution.
    Eliminate indirect calls in tests.
    Use Test::More instead of home-brew testing.
    Typos fixed in pod RT #86852.
    Changes file re-ordered and standardized.
2015-03-15 13:54:37 +00:00
mef
0ebf61182e Update 3.28 to 3.31
-------------------
3.31 - 2015-03-12
    * Regen todo files to sync with blead

3.30 - 2015-03-05
    * Update typemap to account for STRLEN added in
      3.29, which prevented compiling on older Perls

3.29 - 2015-03-05
    * Fix issue found by Coverity
      (Thanks to Dave M. for patch)
2015-03-15 13:45:55 +00:00
mef
c6778c1220 Update 1.73 to 1.76
-------------------
1.76    2015-03-13      Add GNU Hurd

1.75    2015-03-08      Add Minix and iOS;
                        Correct ancient typo in Apple family that no-one
                          has ever noticed because no-one uses 'classic'
                          Mac OS;
                        Various 'kwalitee' improvements from Dale Evans

1.74    2015-03-04      Add Linux::Debian;
                        Add MacOSX::v10_*;
                        Add perl 5.6.2 support
                          all the above thanks to Dale Evans
2015-03-15 13:41:44 +00:00
mef
61cbe7d3a2 Update to 6.3
-------------
Version 6.4   07.03.2015

 +  Fixed t/f016.t, t/f027.t and t/f028.t which started failing on 01/01/2015
 +  Fixed t/f035.t which gave a warning "Unescaped left brace in regex is deprecated"
    with Perl 5.21.x
2015-03-15 13:39:13 +00:00
mef
aeffcb0882 Update 3.3 to 4.6
(Initial import was 3.3, and this is the first version update after that,
and following Changes File inserted below is not really sure for diffs, but)
---------------------------------------------------------------------------
Modified "ShowTable.pm":

  Added "showmode" argument to ShowTableValue so it could handle HTML
  embedded text correctly.  ShowTableValue now uses a string substitution
  "%s" for any values with embedded HTML tokens, even if defined as an
  integer or real.

  Changed how URLs work: now %K and %V are substituted into the URL
  corresponding to the given field name key.  No other insertions are
  done, so the URL is completely specified by the user otherwise.

  Added tableAttrs argument to ShowHTMLTable allowing other stuff to be
  inserted within the TABLE token (ie: <TABLE $table_attrs>).

  Changed the regexp in &PlainText to avoid the multiple null string
  matches.

  Changed htmltext to substitute blanks if the optional second argument
  is non-null (which is used when creating URLs).

  Allow column indexes, as well as column names, to be mapped to URLs.

  Added %I (column index) key to the url substitutions.

  Removed Sys::OutPut usage.  Added "put" and "out" subs directly.

  Fixed small documentation problems.

Modified "showtable":

  Added -urls option to support URL mappings for fields.

  Added -attributes option to support table_attributes argument.

Added Changes file.

Added t/html-urls.t test file.
2015-03-15 13:37:08 +00:00
mef
37e7b8a109 Update to 0.094
---------------
0.094   2015-03-08
        * elem("$ref", [$ref]) is now false.
          (elem($ref, ["$ref"]) had been false before.)
2015-03-15 13:29:52 +00:00
mef
737feb5333 Update to 2.200009
------------------
2.200009  2015-03-07 17:18:10-05:00 America/New_York
        - module-loading exceptions now include a section_name attribute for
          the name of the section being assembled
2015-03-15 13:27:28 +00:00
mef
730e55395b Update to 0.07
--------------
0.07  Sun Mar  1 12:32:44 PST 2015
    Misc
    * Update metadata to point at Github.
    * Discourage use of this module, there are better solutions.
    * Clarify the license link in the documentation.
2015-03-15 13:25:26 +00:00
mef
b0bb3b68d7 Update to 2.23
---------------
2.23    Mar 05 2015
        - Use strict and warnings everywhere (Neil Bowers)
        - renamed CommonMethods.pm to CommonMethods.pmt, as it's a
          template for module code. CPANTS was assuming it's a module
          from the name, and failing it (Neil Bowers)
2015-03-15 13:23:25 +00:00
mef
c440ac13ca 2.150001 2015-03-09 14:41:39-04:00 America/New_York
[DOCUMENTED]
  - Include allowed values for license field in 1.x historic licenses rather
    than linking to Module::Build
  - Documented when fragment merging became available
2015-03-15 13:20:10 +00:00