Below you find a new port for a PHP module which helps verifying German and Austrian bank account numbers.
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"
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.