cvs commit: ports/devel Makefile ports/devel/p5-Algorithm-LUHN Makefile distinfo pkg-descr pkg-plist

Jean-Yves Lefort jylefort at FreeBSD.org
Wed Jun 29 22:14:25 GMT 2005


jylefort    2005-06-29 22:14:25 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Algorithm-LUHN Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Algorithm-LUHN.
  
  This module calculates the Modulus 10 Double Add Double checksum, also known
  as the LUHN Formula. This algorithm is used to verify credit card numbers and
  Standard & Poor's security identifiers such as CUSIP and CSIN.
  
  You can find plenty of information about the algorithm by searching the web
  for "modulus 10 double add double".
  
  WWW: http://search.cpan.org/dist/Algorithm-LUHN/
  
  PR:             ports/82650
  Submitted by:   Aaron Dalton <aaron at daltons.ca>
  
  Revision  Changes    Path
  1.1917    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Algorithm-LUHN/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Algorithm-LUHN/distinfo (new)
  1.1       +11 -0     ports/devel/p5-Algorithm-LUHN/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-Algorithm-LUHN/pkg-plist (new)


More information about the cvs-ports mailing list