Commit graph

227760 commits

Author SHA1 Message Date
mef
b48d5cb9b4 Update 0.31 to 0.33
-------------------
0.33    2014-04-11T21:04:52+0200
    - added base() handling to no (Thomas Klausner)
    - support 'no MODULE' etc (for RT-94305) (Kenichi Ishigaki)
    - typo fix (David Steinbrunner)
    - ignore __DATA|END__ sections
       (see https://rt.cpan.org/Ticket/Display.html?id=88969 ) (Kenichi Ishigaki)
    - ignore use/require method calls (Kenichi Ishigaki)

0.32    2013-09-04T16:48:07+0200
    - not to include cached results (Kenichi Ishigaki)
    - Fix handling module beginning with v and pragma with version.
      (Yasutaka ATARASHI)
    - Recognize "use parent". (Yasutaka ATARASHI)
2015-01-28 03:35:33 +00:00
pho
1aa66c0075 PLIST: Add a missing file
"share/appdata/evince-dvidocument.metainfo.xml" gets installed when the dvi option is enabled.
2015-01-28 03:16:24 +00:00
mef
debed1b5ff Updated devel/p5-ExtUtils-Depends to 0.403
Updated devel/p5-Data-Dump-Streamer to 2.38
Updated devel/p5-Test-Aggregate to 0.372
Updated devel/p5-Test-CPAN-Meta-YAML to 0.24
Updated devel/p5-Test-YAML-Meta to 0.21
Updated devel/p5-Test-CheckDeps to 0.010
Updated devel/p5-Test-CheckManifest to 1.29
Updated devel/p5-Test-CleanNamespaces to 0.18
Updated devel/p5-Devel-CheckOS to 1.73
Updated devel/p5-Test-Compile to 1.2.1
Updated devel/p5-Test-Exception to 0.36
Updated devel/p5-Test-FailWarnings to 0.008
Updated devel/p5-Test-File to 1.41
Updated devel/p5-Test-File-ShareDir to 1.000005
Updated devel/p5-Test-Harness to 3.35
Updated devel/p5-ExtUtils-Manifest to 1.70
Updated devel/p5-ExtUtils-MakeMaker to 7.05.10
2015-01-28 03:15:25 +00:00
mef
8a066c0161 (pkgsrc)
- Remove DEPENDS to devel/p5-CPAN-Meta-Requirements ( Bundled since 7.05_05)
(upstream)
  - Update 7.04 to 7.05.10
----------------------
7.05_10 Mon Jan 26 15:06:37 GMT 2015
    Test fixes:
    - Update XSBUILD test to work when compiling under C++

7.05_09 Fri Jan 23 10:15:47 GMT 2015
    Bug fixes:
    - pure_nolink as dep of dynamic/static in top_targets in case override
      ( fixes a build issue in core)
    - Only add DynaLoader to makeaperl if -Dusedl

7.05_08 Tue Jan 20 10:00:01 GMT 2015
    Enhancements:
    - Add XSBUILD option: control XSMULTI per XS type and per-object
    - Cache is_make_type results for performance (196 in normal WriteMakefile)

    Bug fixes:
    - Eliminate non-error STDERR
    - Use $from (rename to $object) param not $(OBJECT) in xs_make_dynamic_lib
    - Set $(OBJECT) if XSMULTI
    - Eliminate unnecessary MM_NW5 const_cccmd override
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - WriteEmptyMakefile rmtree _eumm, clean target removes Makefile
    - WriteEmptyMakefile not recurse by default
    - Make manifypods dep on blibdirs as needs it to function
    - Back-compat linkext -> subdirs_(perl-linktype) if LINKTYPE= and some DIR
    - Eliminate leak of dirhandles in ExtUtils::Liblist::lsdir
    - perllocal.pod generation "Perl in Space" fix
    - quote_literal PASTHRU_* as can have "" in
    - Switch to using version->stringify, never ->normal

    Test fixes:
    - Introduce use of $ENV{AUTHOR_TESTING} - don't skip some if true
    - Skip static tests if not static perl and not author - false negatives

    Doc fixes:
    - PL_FILES better documented

    Dist fixes:
    - The bundled Encode::Locale has been updated to 1.04

7.05_07 Fri Jan  9 15:58:49 GMT 2015
    Bug fixes:
    - Dynamic and static targets now depend from pure_nolink

    Test fixes:
    - Skip XS static on Haiku as well
    - Correctly skip static linking test on shrplib perls
    - Handle an occasional race condition in pm_to_blib.t

7.05_06 Thu Jan  8 19:03:48 GMT 2015
    Enhancements:
    - Refactored XS handling
    - XSMULTI=>1 - put multiple *.xs under lib, it "just works"
    - pure_all target split so can do "make dynamic" and "make static"

    Bug fixes:
    - dist_ci target fixed for nmake
    - Avoid dmake warning with XS
    - Borland and GNU compiler can be specified with full path
    - Fix parallel-build problems with split of pure_all target
    - Make Win32 miniperl tests pass if no chcp
    - Fix metadata extraction problem with *.pm with CRLF

    Test fixes:
    - Now tested: XS builds of static, bootstrap code system
    - XS tests now pluggable
    - Win32 t/basic.t now tries Win32 module before chcp

    Doc fixes:
    - FAQ updated for XSMULTI
    - Improve doc for oneliner method

7.05_05 Wed Dec 31 22:42:17 GMT 2014
    Enhancements:
    - Metadata is now represented internally as Meta Spec 2.0
    - Use intermediate files to store META.* and *.ppd files
    - ExtUtils::Command has been re-incorporated at 1.19 of that module

    Bug fixes:
    - the SHELL env var needs to be set if gmake is used on Win32
    - No longer manify top-level README.pod document
    - Some "dubious code" in the shebang fixin has been fixed
    - Lots of XS-handling code tidyups

    Test fixes:
    - Ensure that tempdirs get tidied up after tests
    - ExtUtils::Command tests have been added

    Doc fixes:
    - Lots of changes to the FAQ document

    Dist fixes:
    - Bundled CPAN::Meta, CPAN::Meta::Requirements and Parse::CPAN::Meta
      updated to latest versions
    - No longer bundle CPAN::Meta and prereqs on perls < 5.008001
    - 'version' added to the no_index declaration

7.05_04 Wed Dec 24 14:31:17 GMT 2014
    Core fixes:
    - Fix for lack of B module at build time when in core

7.05_03 Wed Dec 24 11:45:58 GMT 2014
    Bug fixes:
    - Revert LibList to a previous working state
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target
    - RT#100268 fix wrong variable being used
    - Make open_for_writing() exportable for utf8 encoding
    - Made prereqs work minus version-range if no CPAN::Meta::Requirements

    Test fixes:
    - vstrings test was recfactored
    - prereqs test acquired labels for all tests

    QA fixes:
    - use containerised travis builds for extra speed
    - blead build has been prioritised as it takes the longest

7.05_02 Mon Dec 15 20:06:12 GMT 2014
    VMS fixes:
    - Unixify path in t/INSTALL_BASE.t

    Test fixes:
    - perl_lib calls fixed in tests
    - t/Liblist_Kid.t fixed for Win32 and others

7.05_01 Sat Dec  6 15:44:55 GMT 2014
    Enhancements:
    - version ranges are now supported for PREREQS, etc.

    Bug fixes:
    - Also quote linker paths to handle spaces
    - Avoid cmdline duplication if ARCHLIB and LIB are identical

    Test fixes:
    - Removed done_testing from a number of test files
    - Added a subdir with a space test
2015-01-28 03:07:24 +00:00
mef
93b7817b95 Update to 1.70
1.70  2014-12-31
  - also skip _eumm, an artifact of ExtUtils::MakeMaker 7.05*
  - avoid unreliable permissions tests on cygwin
2015-01-28 02:46:36 +00:00
mef
fb277ff765 Update to 3.35
3.35    2015-01-14
        - Fix prove --version to actually print the version (Leon Timmermans, #101216)
        - Add --version to usage message (Leon Timmermans, #101215)
2015-01-28 02:30:48 +00:00
mef
563bd9a31b Update 1.000000 to 1.000005
---------------------------
1.000005 2014-08-15T23:41:58Z
 [00 Trivial]
 - CPANDAY!
 - no code changes.
 - tests augmented.
 - whitespace greatly reduced.

 [Dependencies::Stats]
 - Dependencies changed since 1.000004, see misc/*.deps* for details
 - configure: «¤1
 - develop: +1 (suggests: «¤1)
 - test: -4 (recommends: «¤1 -2)

 [Misc]
 - Improve source side POD to reduce build side whitespace.

 [Tests]
 - update Test::ReportPrereqs

1.000004 2014-07-22T19:29:27Z
 [Doc Bugfix]
 - Previous releases changelog was misleading.
 - We're requiring a newer Path::Tiny to avoid a problem. ( As opposed to the impression that a newer Path::Tiny caused
   the problem, grammar-- )

1.000003 2014-07-22T19:02:06Z
 [Bugfix]
 - Attempt to avoid tempdir(CLEANUP => 1) being an error by requiring newer Path::Tiny

 [Dependencies::Stats]
 - Dependencies changed since 1.000002, see misc/*.deps* for details
 - runtime: «¤1

1.000002 2014-07-18T16:33:36Z
 [00 Trivial]
 - Minor packaging cleanups shaving ~7k

 [Dependencies::Stats]
 - Dependencies changed since 1.000001, see misc/*.deps* for details
 - develop: (suggests: «¤2)
 - test: +2 «¤1 (recommends: +1)

1.000001 2014-06-07T15:14:38Z
 [00 Trivial]
 - Mostly internal aesthetic changes / perlcritic things.
 - tempdir behaviours used via Path::Tiny interface instead of directly.
 - Silly runtime function proxies mostly deleted.
 - packaging tweaked minorly

 [Dependencies::Stats]
 - Dependencies changed since 1.000000, see misc/*.deps* for details
 - configure: (recommends: «¤1)
 - develop: +3 -3 (suggests: +2 -1)
 - runtime: -1
 - test: (recommends: «¤2)
2015-01-28 02:27:53 +00:00
mef
0921386f27 1.41 - Fri Sep 12 15:47:30 2014
* Adjust the UTF-8 and encoding tests to work with older perls

1.40 - Fri Sep 12 05:37:07 2014
        * Fix up tests for UTF-8 checks
2015-01-28 02:16:31 +00:00
mef
760527c7ea Update to 0.008
---------------
0.008     2013-09-25 14:08:48 America/New_York
    [FIXES]
    - Compile test could hang on Windows

    [PREREQS]
    - Dropped configure_requires for ExtUtils::MakeMaker to 6.17
2015-01-28 02:13:03 +00:00
mef
1d7243b5a6 Update to 0.36
--------------
0.36   [2015-01-08]
    -   Fix bug when Test::More has been downgraded
2015-01-28 02:10:55 +00:00
mef
9fcb893060 Update to 1.2.1 (as of 2014-12-08)
v1.2.1    UNRELEASED              (Evan Giles <egiles@cpan.org>)
    - Fix (skip where appropriate) failing CPAN test
    - Avoid warnings for empty files in all_pl_files (Nigel Gregoire)
2015-01-28 02:09:17 +00:00
mef
86c1ad1b4f Update 1.71 to 1.73
1.73    2014-08-01      Add support for Android

1.72    2014-04-16      Add support for Bitrig, an OpenBSD fork;
                        Check $^O case-insensitively as some OSes
                          aren't particularly consistent
2015-01-28 02:06:54 +00:00
mef
bbb768e041 Update 0.16 to 0.18
-------------------
0.18      2015-01-21 03:54:30Z
  - remove Moose test requires <-> Test::CleanNamespaces test recommends
    circular relationship (softened to suggests)

0.17      2015-01-20 03:46:46Z
  - skip Mouse tests if some required interfaces are not available
2015-01-28 02:02:24 +00:00
mef
fcb7491d16 Update 1.26 to 1.29
-------------------
1.29  2015-01-05
      [DOCUMENTATION]
      * document dir/file feature that was added in 1.27 (pr#2
        - Thanks to Doug Hoyte (FRACTAL))

1.28  2014-01-19
      + fix bug where some files in the selftest were skipped
      while the files where added to the dist.

1.27  2014-01-17
      + added feature to specify path of MANIFEST or directory where it is stored
2015-01-28 02:00:12 +00:00
mef
e91fa9b963 Update 0.008 to 0.010
---------------------
0.010     2013-10-09 18:10:39 Europe/Amsterdam
          - Revert adding conventional [Test::CheckDeps] test, to avoid circular dependency

0.009     2013-10-09 15:39:01 Europe/Amsterdam
          - Added Synopsis
          - $Test::Builder::Level increased, so failing tests appear to come
            from the .t file rather than Test/CheckDeps.pm
          - also test 'develop' prereqs when AUTHOR_TESTING
2015-01-28 01:57:41 +00:00
mef
838916aafa Update to 0.21
--------------
0.21    2015-01-17
        - consistent abstract.
        - INSTALL documentation update.
        - extended META test suite.
        - fixed license fields in META.json to be lists.
        - added WARNING notice.
2015-01-28 01:55:26 +00:00
mef
ea2c12b8d6 Update 0.22 to 0.24
-------------------
0.24    2015-01-19
        - #386b81d - merged document updates from Karen Etheridge (ETHER).

0.23    2015-01-15
        - extended META test suite.
        - added META.json and tests.
2015-01-28 01:53:39 +00:00
mef
a51c929e04 Update to 0.372
---------------
0.372  2015-01-07
        - Add 'no_generate_plan' option to Test::Aggregate::Nested.
          Thanks to David D Lowe for the pull request (gh-3 and rt-100246).
2015-01-28 01:50:06 +00:00
mef
3837dc87df Update 2.36 to 2.38 .. ChangeLog is not really known, but written as:
-------------------
2.37
Various changes. See github log for changes.
    https://github.com/demerphq/Data-Dump-Streamer
NOTE, I have little time to maintain this package. If a secondary maintainer
wants to step up I would be happy to grant the appropriate permissions so that
new releases do not take so long.
2015-01-28 01:48:28 +00:00
mef
63ebe553f4 Update 0.304 to 0.403
---------------------
0.403
    - Avoid using Test::More::done_testing() for to support building
      out-of-the-box on older perls.

0.402 Sat Oct 18 18:06:19 EEST 2014
    - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
      patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260

0.401 Sat Aug 23 14:20:11 IRKT 2014
    - Add README changes created by 'make dist' from the POD
    - Rename test modules
    - Test old/new schemes with .pm files
    - Move old/new scheme tests from middle of other stuff to end
    - Rename test packages to 8.3 unique

0.400 Sun Aug 10 13:58:24 CEST 2014
    - In addition to the package variables $inc, $libs and @typemaps, write an
      'Inline' method to <package>::Install::Files for easier interoperability
      with the Inline module.
    - Accompany the 'Inline' method with a 'deps' method in
      <package>::Install::Files in addition to the @deps package variable.
    - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
      default, falling back to the package variables if the methods are not
      defined.
    - Make the docs recommend the 'Inline' and 'deps' approach for creating
      <package>::Install::Files manually, without
      ExtUtils::Depends::save_config.

0.309 Sat Aug  2 15:23:03 PDT 2014
    - Depends.pm: use $DLEXT instead of $SO for library filename extensions
    - MANIFEST: remove MYMETA.* files
    - use DynaLoader::mod2fname if available
    - Added Android support

0.308 Sun May 18 16:22:11 PDT 2014
    - Fix win32 test failure in t/02_save_load.t (closes RT#95301)

0.307 Mon Apr 28 22:04:38 PDT 2014
    - $Data::Dumper::Terse set to 1 broke save_config
    - Document API expected by ::load function

0.306 Mon Sep 28 22:04:38 PDT 2013
    - Fixed typo in RT queue URL; fixes RT#88960

0.305 Mon Sep  2 14:16:58 PDT 2013
    - Makefile.PL: converted to CPAN::Meta::Spec v2
    - Updated license in RPM spec file; closes RT#88196
    - Updated contact info and added git repo info to POD
    - Add comments for find_extra_libs method (closes RT#43900)
    - Fixed typo (closes RT#86572)
2015-01-28 01:37:31 +00:00
mef
780c90368d Updated ham/gnuradio-doxygen to 3.7.5.2nb1 2015-01-28 01:05:51 +00:00
mef
13a6792f1b - Re-packaged due to devel/doxygen update 1.8.8 to 1.8.9.1
- PKGREVISION++
2015-01-28 00:57:27 +00:00
mef
67e5eb9718 Updated net/arping to 2.15 2015-01-28 00:27:57 +00:00
mef
ae185d67c9 Update to 2.15
--------------
Explicit ChangeLog not found, but looking into the source, the option -m is added.
  ------------
  +               "    -m type"
  +#ifndef HAVE_PCAP_LIST_TSTAMP_TYPES
  +               " (Disabled on this system. Option ignored)"
  +#endif
  +               "\n           Type of timestamp to use for incoming packets. Use -vv when\n"
  +               "           pinging to list available ones.\n"

  -               "[ -C <count> ] [ -i <interface> ] "
  +               "[ -C <count> ] [ -i <interface> ] [ -m <type> ] "
2015-01-28 00:27:43 +00:00
schmonz
900a662074 Added net/publicfile-run version 20150109 2015-01-27 23:02:30 +00:00
schmonz
73cefa867b Add and enable publicfile-run. 2015-01-27 23:02:11 +00:00
schmonz
588dcdedd7 Add publicfile-run, a package that creates the users and group
needed to run publicfile services and provides NetBSD-style rc.d
scripts, in the pkgsrc tradition of qmail-run and djbdns-run. By
J. Lewis Muir, from wip.
2015-01-27 23:01:31 +00:00
gdt
b87cf7a03b Add ONLY_FOR_PLATFORM based on reports from the coda mailinglist.
(Feel free to add platforms as they are verified to have kernel
support.)

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-01-27 22:03:16 +00:00
ryoon
815c9094bb Updated www/firefox-l10n to 35.0.1 2015-01-27 21:55:40 +00:00
ryoon
2796036e32 Update to 35.0.1
* Sync with firefox-35.0.1.
2015-01-27 21:55:05 +00:00
ryoon
f629ade78a Updated www/firefox to 35.0.1 2015-01-27 21:42:31 +00:00
ryoon
43ce05876f Update to 35.0.1
Changelog:
Fixed 35.0.1 - With the Enhanced Steam extension, Firefox could crash (1123732)
Fixed 35.0.1 - Fix a potential startup crash (1122367)
Fixed 35.0.1 - Kerberos authentication did not work with alias (1108971)
Fixed 35.0.1 - SVG / CSS animation had a regression causing rendering issues on websites like openstreemap.org (1083079)
Fixed 35.0.1 - On Godaddy webmail, Firefox could crash (1113121)
Fixed 35.0.1 - document.baseURI did not get updated to document.location after base tag was removed from DOM for site with a CSP (1121857)
Fixed 35.0.1 - With a Right-to-left (RTL) version of Firefox, the text selection could be broken (1104036)
Fixed 35.0.1 - CSP had a change in behavior with regard to case sensitivity resources loading (1122445)
2015-01-27 21:41:47 +00:00
drochner
90819bf238 privoxy update 2015-01-27 20:33:08 +00:00
drochner
61357a7081 update to 3.0.23
changes:
-fixes possible crashes and memory leaks which qualify as DOS problems
 (CVE-2015-1380, CVE-2015-1381, CVE-2015-1382)
-minor fixes, documentation improvements
2015-01-27 20:32:26 +00:00
gdt
b9811df80d Note additional upstream reports of this patch. 2015-01-27 19:50:40 +00:00
gdt
34f50d36af Note when the patch was sent upstream. 2015-01-27 19:40:24 +00:00
hauke
db8a172166 Builds and installs on Solaris. The changes:
o various explicit #includes
o sources use {u_,u}int*_t in equal share, so just build with -D
o providing Solaris' MAXHOSTNAMELEN with -D avoids patching half a dozen files
o misc. build fixes

Use pkgsrc CONF_FILES framework
Make pkglint happy

TODO: Test on Solaris, SMF config files for venus and server
2015-01-27 15:21:52 +00:00
prlw1
3d8f49273b xen build with python 3.3 fails with:
xenkernel45:
  File "/tmp/pkgsrc/sysutils/xenkernel45/work.x86_64/xen-4.5.0/xen/tools/compat-
build-source.py", line 30
    print line.rstrip()
             ^
SyntaxError: invalid syntax

xentools45:
  File "mkchecker.py", line 40, in <module>
    if compat_arches.has_key(a):
AttributeError: 'dict' object has no attribute 'has_key'
...

XXX Assume the same is true for python 3.4 and mark as not for 33 34
2015-01-27 14:52:56 +00:00
jperkin
ebec34aad2 Remove duplicate entry. 2015-01-27 14:04:34 +00:00
mef
4fd059a3c8 Updated devel/p5-Class-Base to 0.06
Updated devel/p5-Class-Gomor to 1.03
Updated devel/p5-Class-MethodMaker to 2.22
2015-01-27 14:00:17 +00:00
mef
680515803a Update to 2.22
2.22    Jan 14 2015
        - use File::Temp::tmpnam as needed in Android (Brian Fraser)
2015-01-27 13:56:37 +00:00
jperkin
c07a539bad Updated security/mozilla-rootcerts to 1.0.20140820nb2 2015-01-27 13:54:19 +00:00
mef
1eb93c4982 Update to 1.03
1.03 Tue Jan 13 19:21:45 CET 2015
   - update: copyright notice
   - update: Kwalitee
2015-01-27 13:54:18 +00:00
jperkin
805047afbd Fix typo in previous. 2015-01-27 13:54:10 +00:00
jperkin
60fff5773d Updated security/mozilla-rootcerts to 1.0.20140820nb2 2015-01-27 13:53:22 +00:00
jperkin
e31292423f Ensure we call the full path to the script. Bump PKGREVISION. 2015-01-27 13:53:06 +00:00
mef
3ee1ca41a8 Update to 0.0.6
----------------
0.06 2014.08.26
    Add license to META files
    Updating the Changes file
2015-01-27 13:52:34 +00:00
mef
a6e3b6ba22 Updated devel/doxygen to 1.8.9.1 2015-01-27 13:49:23 +00:00
mef
10e719d636 Update to
Release 1.8.9.1
(release date 04-01-2015)
  - Fixed a couple of cases where sharing string data could lead to corruption [view]
  - Various VHDL related fixes [view]
  - Bug 742151 - Bogus warning: citelist: Unexpected new line character [view]
  - Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view]
  - Bug 742235 - Bogus message with addtogroup [view]
  - Documentation HTML Header, Footer, and Stylesheet changes [view]
  - Documenting RESULT variable of Fortran FUNCTION [view]
  - Fix potential null pointer dereference in src/context.cpp [view]
  - Fixed compilation issue on Windows [view]
  - Fortran FUNCTION source code [view]
  - Fortran: code color GOTO as flow keyword. [view]
  - Help message regarding layout file [view]
  - Remove unused local and static global variables [view]
  - Suggestion to use stripPrefix has been implemented for
    RESULT. For consistency also implemented for
    arguments. [view]
  - Switched back to version 6.2 of JavaCC for VHDL parser generation. [view]
2015-01-27 13:49:12 +00:00
ryoon
40b3473cf8 Updated devel/nspr to 4.10.8 2015-01-27 12:37:21 +00:00