[libparse-netstat-perl] branch master updated (bc9d025 -> 7e05692)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Nov 15 21:52:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libparse-netstat-perl.

      from  bc9d025   update changelog
      adds  2514e2e   v0.01
      adds  40fb1e2   Add sample result in Synopsis
      adds  57c929b   v0.02
      adds  51f2570   Test: Mix 'netstat -a' output (aside from existing 'netstat -anp' output)
      adds  65f5baa   Allow space in program
      adds  09e7ea5   v0.03
      adds  dd94446   Replace SubSpec PodWeaver plugin with Perinci
      adds  e5324af   Replace Sub::Spec with Rinci
      adds  794b821   Release v0.04
      adds  26bd984   Add releaser information to Changes (for in the future when modules are released by others)
      adds  f9763b0   Update weaver.ini to use PWP::SHARYANTO
      adds  54e3355   dzil: Use @SHARYANTO plugin bundle
      adds  12a654c   Mark todo-rebuild-with-makemaker
      adds  8397bc3   dist: Rename .todo tag file
      adds  d6d6b30   dist: Rename .todo tag file (put reason into why I need to re-release this dist)
      adds  8483bfb   dist: Pass lint-prereqs
      adds  8c8aacc   dist: dzil: Force @SHARYANTO version (inspired by chorny)
      adds  b893701   dist: dzil: rename bundle SHARYANTO -> Author::SHARYANTO
      adds  98d5bed   dist: pw: rename bundle SHARYANTO -> Author::SHARYANTO
      adds  c551a1d   dist: Remove homepage/repository (become default with pwp-sh 0.05+)
      adds  da0a3c6   fmt
      adds  01cae1f   Updates (Rinci metadata, etc)
      adds  21d6537   Add command-line script
      adds  928338f   Update regex to use (?P<...>) instead of (?<...>) to make it compatible with Python (I'm using Kodos/Kiki to debug RE), update regex for UDP to parse state, tweak error message
      adds  dcd66e4   Remove unneeded code
      adds  a515a57   Release v0.05
      adds  23176c1   Add support for Windows netstat output
      adds  1ecf3b3   Update/add tests
      adds  7504665   Uniform (lowercase) proto result fields
      adds  4cf49e1   Release v0.06
      adds  6d81880   Add example
      adds  c73220d   dist: Replace MANIFEST.SKIP with DZP::PruneFiles
      adds  005bf88   Use DZP::Rinci::ScriptFromFunc
      adds  d57c82c   [dist] Use cmdline=classic because Perinci::CmdLine::Lite doesn't support accepting arg from file/stdin yet
      adds  08c1fa5   Release v0.07
      adds  27e9e05   [dist] Change dzil/pw plugin bundle
      adds  64e4d8d   Switch cli scripts to using Perinci::CmdLine::Lite
      adds  22e9b46   Release v0.08
      adds  138a9b2   Accept proto 'tcp4' or 'udp4' (FreeBSD's netstat) [RT#100607]
      adds  2235139   Add test for freebsd 10.1's output
      adds  b9e7f31   Release v0.09
      adds  85538eb   Refactor: split into per-flavor modules, put test data in share/netstat-samples/
      adds  58c83f7   Add sample data for FreeBSD 9.2 (currently unused)
      adds  09de368   Add support for solaris [RT#100618]
      adds  031255a   Update test
      adds  c114d8b   Release v0.10
      adds  2683ce6   Wording
      adds  25a5526   Tweak metadata
      adds  da8bff2   Tweak Rinci metadata, change summary.alt.neg -> summary.alt.bool.not to comply with DefHash 1.0.8
      adds  82e6e00   Release v0.11
      adds  08ff88e   [dzil] Make use of DZP::Rinci::AbstractFromMeta
      adds  cbdf84d   [dzil] Update syntax of lint-prereqs directive (-> lint_prereqs) to be more IOD-compliant
      adds  610e191   [dist] Move spec prereqs from RuntimeRequires to DevelopRecommends to reduce deps but still allow indicating spec requirement
      adds  b5bb038   Release v0.12
      adds  5c0b5ec   [dist] Re-pass lint-prereqs (core modules must now be listed)
      adds  d4902b3   [dist] Add nytprof* to .gitignore
      adds  a12897e   [test] Replace File::Slurp::Tiny with File::Slurper
      adds  931839d   [doc] Mention parse-netstat
      adds  ea32849   [dist] Moving spec prereq from DevelopRecommends to DevelopSuggests with _SPEC:: prefix
      adds  24914ee   [dist] Fix expressing follow-spec prereq relationship with x_spec
      adds  1db7817   [dist] Remove preamble text in Changes
      adds  6346a4d   Support netstat on freebsd (mac flavor)
      adds  9713bde   Release v0.13
      adds  7d25b55   Split Parse::Netstat::darwin
      adds  0f36778   Release v0.14
      adds  6652b6b   New upstream version 0.14
       new  c5140cc   Update upstream source from tag 'upstream/0.14'
       new  ee33a6a   Update debian/changelog
       new  eb83c4a   Update upstream metadata
       new  30c5815   Update copyright years
       new  66bfda2   Change build-dependency on File::Slurp::Tiny to File::Slurper
       new  5b7fd25   Declare compliance with Debian Policy 4.1.1
       new  7e05692   prepare changelog for release

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |   9 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |   8 +-
 META.json                                          | 221 +++++++-----
 META.yml                                           | 197 +++++++----
 Makefile.PL                                        |  24 +-
 README                                             |   2 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |   4 +-
 debian/copyright                                   |   2 +-
 debian/upstream/metadata                           |   6 +-
 dist.ini                                           |  15 +-
 lib/Parse/Netstat.pm                               |  35 +-
 lib/Parse/Netstat/darwin.pm                        | 384 +++++++++++++++++++++
 lib/Parse/Netstat/freebsd.pm                       |  26 +-
 lib/Parse/Netstat/linux.pm                         |  16 +-
 lib/Parse/Netstat/solaris.pm                       |  14 +-
 lib/Parse/Netstat/win32.pm                         |  16 +-
 share/netstat-samples/netstat-an-darwin            | 132 +++++++
 t/00-compile.t                                     |   7 +-
 t/01-basics.t                                      |  18 +-
 ...elease-pod-coverage.t => author-pod-coverage.t} |   6 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   7 +-
 t/release-rinci.t                                  |   4 +-
 24 files changed, 930 insertions(+), 242 deletions(-)
 create mode 100644 lib/Parse/Netstat/darwin.pm
 create mode 100644 share/netstat-samples/netstat-an-darwin
 rename t/{release-pod-coverage.t => author-pod-coverage.t} (62%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (52%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-netstat-perl.git



More information about the Pkg-perl-cvs-commits mailing list