[csw-devel] SF.net SVN: gar:[20854] csw/mgar/pkg/cpan/TermReadKey/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 23 17:45:56 CEST 2013


Revision: 20854
          http://gar.svn.sourceforge.net/gar/?rev=20854&view=rev
Author:   dmichelsen
Date:     2013-04-23 15:45:55 +0000 (Tue, 23 Apr 2013)
Log Message:
-----------
cpan/TermReadKey/trunk: Update to makemake and sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/TermReadKey/trunk/Makefile

Modified: csw/mgar/pkg/cpan/TermReadKey/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/TermReadKey/trunk/Makefile	2013-04-23 15:44:02 UTC (rev 20853)
+++ csw/mgar/pkg/cpan/TermReadKey/trunk/Makefile	2013-04-23 15:45:55 UTC (rev 20854)
@@ -4,19 +4,18 @@
 GARTYPE = v2
 AUTHOR = JSTOWE
 
-DESCRIPTION = module for simple terminal control
+DESCRIPTION = Read keystrokes and change terminal modes
 define BLURB
-  Term::ReadKey is a compiled perl module dedicated to providing simple
-  control over terminal driver modes (cbreak, raw, cooked, etc.,) support for
-  non-blocking reads, if the architecture allows, and some generalized handy
-  functions for working with terminals. One of the main goals is to have the
-  functions as portable as possible, so you can just plug in "use
-  Term::ReadKey" on any architecture and have a good likelyhood of it working.
 endef
 
-PACKAGES = CSWpmtermreadkey
-CATALOGNAME = pm_termreadkey
+CATALOG_RELEASE = unstable
 
-RUNTIME_DEP_PKGS = CSWncurses
+LICENSE_TEXT = This module is licensed under the  license
 
+PACKAGES += CSWpm-term-readkey
+CATALOGNAME_CSWpm-term-readkey = pm_term_readkey
+SPKG_DESC_CSWpm-term-readkey = Read keystrokes and change terminal modes
+OBSOLETED_BY_CSWpm-term-readkey += CSWpmtermreadkey
+CATALOGNAME_CSWpmtermreadkey = pm_termreadkey_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