[csw-devel] SF.net SVN: gar:[12271] csw/mgar/pkg/cpan/String-CRC32/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Jan 9 00:51:25 CET 2011


Revision: 12271
          http://gar.svn.sourceforge.net/gar/?rev=12271&view=rev
Author:   bonivart
Date:     2011-01-08 23:51:25 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
pm_stringcrc32: update to gar v2, add license, fix packaging

Modified Paths:
--------------
    csw/mgar/pkg/cpan/String-CRC32/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/cpan/String-CRC32/trunk/files/COPYING

Property Changed:
----------------
    csw/mgar/pkg/cpan/String-CRC32/trunk/


Property changes on: csw/mgar/pkg/cpan/String-CRC32/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/cpan/String-CRC32/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/String-CRC32/trunk/Makefile	2011-01-08 23:48:47 UTC (rev 12270)
+++ csw/mgar/pkg/cpan/String-CRC32/trunk/Makefile	2011-01-08 23:51:25 UTC (rev 12271)
@@ -3,7 +3,7 @@
 CATEGORIES = cpan
 AUTHOR = SOENKE
 
-DESCRIPTION = interface for cyclic redundency check generation
+DESCRIPTION = Interface for cyclic redundency check generation
 define BLURB
   The CRC32 module calculates CRC sums of 32 bit lenghts. It generates the
   same CRC values as ZMODEM, PKZIP, PICCHECK and many others.  Despite its
@@ -11,7 +11,16 @@
   files.
 endef
 
+DISTFILES += COPYING
+
 PACKAGES = CSWpmstringcrc32
 CATALOGNAME = pm_stringcrc32
 
 include gar/category.mk
+
+post-install-modulated:
+	@echo " ==> Post-install for $(NAME) (custom)"
+	@( cd $(WORKSRC) ; \
+	  gmake metafile ; \
+	  cp $(NAME)-$(VERSION)/META.yml . )
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/cpan/String-CRC32/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/String-CRC32/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/String-CRC32/trunk/files/COPYING	2011-01-08 23:51:25 UTC (rev 12271)
@@ -0,0 +1,8 @@
+CRC algorithm code taken from CRC-32 by Craig Bruce. 
+The module stuff is inspired by a similar perl module called 
+String::CRC by David Sharnoff & Matthew Dillon.
+Horst Fickenscher told me that it could be useful to supply an init
+value to the crc checking function and so I included this possibility.
+
+The author of this package disclaims all copyrights and 
+releases it into the public domain.


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