Bug 137661 - New port: german/konto_check (validity check for bank account numbers)
Summary: New port: german/konto_check (validity check for bank account numbers)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 10:50 UTC by Dominik Brettnacher
Modified: 2009-09-19 14:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.99 KB, text/plain)
2009-08-11 10:50 UTC, Dominik Brettnacher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Brettnacher 2009-08-11 10:50:04 UTC
Below you find a new port for a PHP module which helps verifying German and
Austrian bank account numbers.
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-09-19 13:55:52 UTC
miwi        2009-09-19 12:55:44 UTC

  FreeBSD ports repository

  Modified files:
    german               Makefile 
  Added files:
    german/pecl-konto_check Makefile distinfo pkg-descr pkg-plist 
    german/pecl-konto_check/files patch-konto_check.c 
  Log:
  konto_check is a PHP module to check the validity of German and
  Austrian Bank Account Numbers. All currently defined test methods
  by Deutsche Bundesbank (March 2009: 00 to D3) are implemented.
  
  This port only installs the PHP module.
  
  WWW: http://www.informatik.hs-mannheim.de/konto_check/
  
  PR:             ports/137661
  Feature safe:   yes
  Submitted by:   Dominik Brettnacher <domi at nonsensss.de>
  
  Revision  Changes    Path
  1.73      +1 -0      ports/german/Makefile
  1.1       +44 -0     ports/german/pecl-konto_check/Makefile (new)
  1.1       +3 -0      ports/german/pecl-konto_check/distinfo (new)
  1.1       +40 -0     ports/german/pecl-konto_check/files/patch-konto_check.c (new)
  1.1       +7 -0      ports/german/pecl-konto_check/pkg-descr (new)
  1.1       +5 -0      ports/german/pecl-konto_check/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-09-19 13:56:19 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Port was renamed to 
pecl-konto_check, pet portlint etc. Thx for your submission.