Revision: 19573
          http://gar.svn.sourceforge.net/gar/?rev=19573&view=rev
Author:   idogan23
Date:     2012-11-09 13:07:20 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------


Added Paths:
-----------
    csw/mgar/pkg/cpan/Crypt-ECB/
    csw/mgar/pkg/cpan/Crypt-ECB/branches/
    csw/mgar/pkg/cpan/Crypt-ECB/tags/
    csw/mgar/pkg/cpan/Crypt-ECB/trunk/
    csw/mgar/pkg/cpan/Crypt-ECB/trunk/Makefile
    csw/mgar/pkg/cpan/Crypt-ECB/trunk/checksums
    csw/mgar/pkg/cpan/Crypt-ECB/trunk/files/

Added: csw/mgar/pkg/cpan/Crypt-ECB/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Crypt-ECB/trunk/Makefile                          (rev 0)
+++ csw/mgar/pkg/cpan/Crypt-ECB/trunk/Makefile  2012-11-09 13:07:20 UTC (rev 
19573)
@@ -0,0 +1,27 @@
+NAME = Crypt-ECB
+VERSION = 1.45
+CATEGORIES = cpan
+GARTYPE = v2
+AUTHOR = APPEL
+
+DESCRIPTION = Perl ECB Encryption Module
+define BLURB
+  This module is a Perl-only implementation of the ECB mode. In combination 
with
+  a block cipher such as DES, IDEA or Blowfish, you can encrypt and decrypt
+  messages of arbitrarily long length. Though for security reasons other modes
+  than ECB such as CBC should be preferred. See textbooks on cryptography if 
you
+  want to know why.
+
+  The functionality of the module can be accessed via OO methods or via 
standard
+  function calls. Remember that some crypting module like for example Blowfish
+  has to be installed. The syntax follows that of Crypt::CBC.
+endef
+
+PACKAGES = CSWpm-crypt-ecb
+CATALOGNAME_CSWpm-crypt-ecb = pm_crypt_ecb
+
+PACKAGING_PLATFORMS +=  solaris10-sparc solaris10-i386
+
+ARCHALL = 1
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Crypt-ECB/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Crypt-ECB/trunk/checksums                         (rev 0)
+++ csw/mgar/pkg/cpan/Crypt-ECB/trunk/checksums 2012-11-09 13:07:20 UTC (rev 
19573)
@@ -0,0 +1 @@
+c0eb6e86045c1145fbc7867a84e2dcdd  Crypt-ECB-1.45.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to