[csw-devel] SF.net SVN: gar:[9028] csw/mgar/pkg/cpan/Digest-SHA1/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Mar 8 16:52:51 CET 2010
Revision: 9028
http://gar.svn.sourceforge.net/gar/?rev=9028&view=rev
Author: dmichelsen
Date: 2010-03-08 15:52:51 +0000 (Mon, 08 Mar 2010)
Log Message:
-----------
cpan/Digest-SHA1: Convert to stub as functionality is build in Perl 5.10.1
Modified Paths:
--------------
csw/mgar/pkg/cpan/Digest-SHA1/trunk/Makefile
csw/mgar/pkg/cpan/Digest-SHA1/trunk/checksums
Modified: csw/mgar/pkg/cpan/Digest-SHA1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Digest-SHA1/trunk/Makefile 2010-03-08 15:51:16 UTC (rev 9027)
+++ csw/mgar/pkg/cpan/Digest-SHA1/trunk/Makefile 2010-03-08 15:52:51 UTC (rev 9028)
@@ -1,17 +1,27 @@
GARNAME = Digest-SHA1
-GARVERSION = 2.12
+GARVERSION = stub
CATEGORIES = cpan
AUTHOR = GAAS
-DESCRIPTION = Interface to the SHA-1 Algorithm
+DESCRIPTION = Stub to the Perl build-in module Digest::SHA1
define BLURB
- The Digest::SHA1 module allows you to use the NIST SHA-1 message digest
- algorithm from within Perl programs. The algorithm takes as input a message
- of arbitrary length and produces as output a 160-bit "fingerprint" or
- "message digest" of the input.
endef
+MODDIST =
+
PACKAGES = CSWpmdigestsha1
CATALOGNAME = pm_digestsha1
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS =
+
+ARCHALL = 1
+
+# This package is completely empty, so it hasn't got any files
+# and no license either.
+CHECKPKG_OVERRIDES = action-class-only-in-pkginfo|none
+CHECKPKG_OVERRIDES += license-missing
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/Digest-SHA1/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Digest-SHA1/trunk/checksums 2010-03-08 15:51:16 UTC (rev 9027)
+++ csw/mgar/pkg/cpan/Digest-SHA1/trunk/checksums 2010-03-08 15:52:51 UTC (rev 9028)
@@ -1 +0,0 @@
-eeb0292868801a202bd7ead87b291374 download/Digest-SHA1-2.12.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list