[libtext-metaphone-perl] branch master updated (eed3c2b -> 14442bf)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Aug 8 01:04:54 UTC 2016


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

kanashiro pushed a change to branch master
in repository libtext-metaphone-perl.

      from  eed3c2b   Releasing package libtext-metaphone-perl version 20081017-1
      adds  e9fa8d8   New repository initialized by cvs2svn.
      adds  e8320fc   Initial revision
      adds  8af60b0   Untabified
      adds  a509c99    r32187 at windhund:  schwern | 2007-06-30 00:26:40 -0500  Tabs to spaces.
      adds  4b38fe8    r32188 at windhund:  schwern | 2007-06-30 00:35:21 -0500  Convert tests to Test::More
      adds  e298337    r32191 at windhund:  schwern | 2007-06-30 02:08:26 -0400  Remove a whole lot of old h2xs extraneous crap.
      adds  2591a2e    r32192 at windhund:  schwern | 2007-06-30 02:09:13 -0400  detabify and indent
      adds  c2ac6fa    r32193 at windhund:  schwern | 2007-06-30 02:40:57 -0400  Plug the memory leak by copying the phoned_word string into an SV and  freeing the string.
      adds  348d92f    r32194 at windhund:  schwern | 2007-06-30 02:41:23 -0400  Detabify
      adds  ec50393    r32195 at windhund:  schwern | 2007-06-30 02:43:03 -0400  Flip the ordering of the Changes file so the newest releases come first.
      adds  edbce1e    r32196 at windhund:  schwern | 2007-06-30 02:47:52 -0400  Eliminate the Perl wrapper around the XS entirely.
      adds  64a650e    r32197 at windhund:  schwern | 2007-06-30 02:51:24 -0400  Version 2.00
      adds  0bba4fc    r32198 at windhund:  schwern | 2007-06-30 02:51:54 -0400  Ooops, need to quote 2.00
      adds  40c65a9       * An allocation bug would cause a crash if your phoned word is the       same length as the original word.  (Thanks Dan Markham)
      adds  fc9e15a       - Fixed POD errors
      adds  7e978fb   Fix a mistake in the postamble.  Didn't seem to have any effect...
      adds  6caa2ea   Change to ISO date versions.
      adds  5130793       * Fixed freeing of internal string so it will now build on Strawberry.       [rt.cpan.org 34448]
      adds  af0ba1c   We never used FillMemory() and it wasn't defined.  Remove from the header file.
      adds  5ca5244   Date for release
      adds  93344a4   Test with Travis CI.
      adds  e4bdf0a   Add a Git ignore file.
      adds  b605e9b   Update the meta info to use Github and metacpan.
      adds  4f95cea   POD spelling fix from Debian.
      adds  f9fa633   Ignore the file built by XS.
      adds  5b46ad5   Add a possible crash test case.
      adds  92eefb0   Ignore an XS build artifact.
      adds  e1d1ac5   Fix an off-by-one memory error.
      adds  f3d94b1   Add a MANIFEST.SKIP, update the MANIFEST.
      adds  fc4e066   Version 20160804
      adds  46c8f1a   Start using AppVeyor for Strawberry Perl CI.
      adds  cb0027c   I guess Strawberry Perl uses dmake.
      adds  b46235a   Use Perl's malloc/free consistently.
      adds  b5ec2fa   That didn't work. Try something else suggested by perlmonks.
      adds  c5f5e39   Version 20160805
      adds  32b81b5   Imported Upstream version 20160805
       new  0f9819a   Merge tag 'upstream/20160805'
       new  c2a353e   Update debian/changelog
       new  3a5b381   Update debian/upstream/metadata
       new  5900df1   Drop patch fixing typos, applied by upstream
       new  14442bf   releasing libtext-metaphone-perl version 20160805-1

The 5 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:
 .travis.yml                                       | 10 +++
 Changes                                           | 21 ++++++
 MANIFEST                                          | 21 +++---
 MANIFEST.SKIP                                     | 73 +++++++++++++++++++
 META.json                                         | 55 +++++++++++++++
 META.yml                                          | 47 +++++++------
 Makefile.PL                                       | 14 ++--
 Metaphone.pm                                      |  6 +-
 Metaphone.xs                                      | 13 ++--
 SIGNATURE                                         | 40 -----------
 appveyor.yml                                      | 21 ++++++
 debian/changelog                                  |  9 +++
 debian/patches/01-spelling-error-in-manpage.patch | 25 -------
 debian/patches/series                             |  1 -
 debian/upstream/metadata                          |  5 +-
 metaphone.h                                       | 35 ++-------
 metaphone_c.c                                     | 53 +++++---------
 my_memory.c                                       | 86 -----------------------
 my_memory.h                                       | 66 -----------------
 myconsts.h                                        | 35 ---------
 mytypes.h                                         | 18 -----
 t/metaphone.t                                     |  4 ++
 22 files changed, 268 insertions(+), 390 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 SIGNATURE
 create mode 100644 appveyor.yml
 delete mode 100644 debian/patches/01-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 my_memory.c
 delete mode 100644 my_memory.h
 delete mode 100644 myconsts.h
 delete mode 100644 mytypes.h

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



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