Revision: 26912 http://sourceforge.net/p/gar/code/26912 Author: dmichelsen Date: 2022-03-16 14:26:29 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/PadWalker/trunk: Update to 2.5 and makemake
Modified Paths: -------------- csw/mgar/pkg/cpan/PadWalker/trunk/Makefile csw/mgar/pkg/cpan/PadWalker/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cpan/PadWalker/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/PadWalker/trunk/Makefile 2022-03-16 14:15:29 UTC (rev 26911) +++ csw/mgar/pkg/cpan/PadWalker/trunk/Makefile 2022-03-16 14:26:29 UTC (rev 26912) @@ -1,23 +1,21 @@ NAME = PadWalker -VERSION = 1.7 +VERSION = 2.5 CATEGORIES = cpan GARTYPE = v2 AUTHOR = ROBIN -DESCRIPTION = Play with other peoples' lexical variables +DESCRIPTION = Play with other peoples lexical variables define BLURB - PadWalker is a module which allows you to inspect (and even change!) - lexical variables in any subroutine which called you. It will only show - those variables which are in scope at the point of the call. endef -PACKAGES = CSWpmpadwalker -CATALOGNAME = pm_padwalker +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-padwalker +CATALOGNAME_CSWpm-padwalker = pm_padwalker +SPKG_DESC_CSWpm-padwalker = Play with other peoples lexical variables +OBSOLETED_BY_CSWpm-padwalker += CSWpmpadwalker +CATALOGNAME_CSWpmpadwalker = pm_padwalker_stub + include gar/category.mk - -post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME) -post-install-modulated: - @ginstall -d $(DOCDEST) - @cp $(FILEDIR)/changelog.CSW $(DOCDEST) - @$(MAKECOOKIE) Modified: csw/mgar/pkg/cpan/PadWalker/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/PadWalker/trunk/checksums 2022-03-16 14:15:29 UTC (rev 26911) +++ csw/mgar/pkg/cpan/PadWalker/trunk/checksums 2022-03-16 14:26:29 UTC (rev 26912) @@ -1 +1 @@ -0844dcf349349b793cd7a095784e738c download/PadWalker-1.7.tar.gz +f3f1e06c0385aab80353176a414f02b2 PadWalker-2.5.tar.gz Deleted: csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW 2022-03-16 14:15:29 UTC (rev 26911) +++ csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW 2022-03-16 14:26:29 UTC (rev 26912) @@ -1,5 +0,0 @@ -pm_padwalker (1.7,REV=2009.06.22) - - * Initial release - - -- Sebastian Kayser <skay...@opencsw.org> Mon, 22 Jun 2009 21:00:25 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.