[csw-devel] SF.net SVN: gar:[19626] csw/mgar/pkg/cpan/Cache/trunk/Makefile
igalic at users.sourceforge.net
igalic at users.sourceforge.net
Sat Nov 10 22:48:25 CET 2012
Revision: 19626
http://gar.svn.sourceforge.net/gar/?rev=19626&view=rev
Author: igalic
Date: 2012-11-10 21:48:24 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
cpan/Cache/trunk: gar-ify Cache
Modified Paths:
--------------
csw/mgar/pkg/cpan/Cache/trunk/Makefile
Modified: csw/mgar/pkg/cpan/Cache/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Cache/trunk/Makefile 2012-11-10 21:23:45 UTC (rev 19625)
+++ csw/mgar/pkg/cpan/Cache/trunk/Makefile 2012-11-10 21:48:24 UTC (rev 19626)
@@ -4,17 +4,25 @@
GARTYPE = v2
AUTHOR = CLEISHMAN
-DESCRIPTION = new cache interface.
+DESCRIPTION = The Cache interface
define BLURB
- The Cache modules are designed to assist a developer in persisting data for
- a specified period of time. Often these modules are used in web applications
- to store data locally to save repeated and redundant expensive calls to
- remote machines or databases.
endef
-DISTFILES = $(call admfiles,CSWpmcache,depend prototype)
+CATALOG_RELEASE = unstable
-DEPENDS += cpan/Heap cpan/IO-String cpan/File-NFSLock
-DEPENDS += cpan/Digest-SHA1 cpan/TimeDate
+LICENSE = LICENSE
+PACKAGES += CSWpm-cache
+CATALOGNAME_CSWpm-cache = pm_cache
+SPKG_DESC_CSWpm-cache =
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-cache = 1
+RUNTIME_DEP_PKGS_CSWpm-cache += CSWpm-heap
+RUNTIME_DEP_PKGS_CSWpm-cache += CSWpm-date-parse
+RUNTIME_DEP_PKGS_CSWpm-cache += CSWpm-io-string
+RUNTIME_DEP_PKGS_CSWpm-cache += CSWpm-file-nfslock
+RUNTIME_DEP_PKGS_CSWpm-cache += CSWpm-digest-sha1
+OBSOLETED_BY_CSWpm-cache += CSWpmcache
+CATALOGNAME_CSWpmcache = pm_cache_stub
+
include gar/category.mk
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