[csw-devel] SF.net SVN: gar:[19079] csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile

guillomovitch at users.sourceforge.net guillomovitch at users.sourceforge.net
Fri Aug 24 11:48:56 CEST 2012


Revision: 19079
          http://gar.svn.sourceforge.net/gar/?rev=19079&view=rev
Author:   guillomovitch
Date:     2012-08-24 09:48:56 +0000 (Fri, 24 Aug 2012)
Log Message:
-----------
cpan/Net-SNMP: better description, fix package name, and make chkpkg silent

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile

Modified: csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile	2012-08-24 07:56:01 UTC (rev 19078)
+++ csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile	2012-08-24 09:48:56 UTC (rev 19079)
@@ -6,13 +6,20 @@
 
 DESCRIPTION = Object oriented interface to SNMP
 define BLURB
-  Object oriented interface to SNMP
+  The Net::SNMP module abstracts the intricate details of the Simple Network
+  Management Protocol by providing a high level programming interface to the
+  protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl
+  object and a remote SNMP agent or manager. Once an object is created, it can
+  be used to perform the basic protocol exchange actions defined by SNMP.
 endef
 
-LICENSE = LICENSE
+LICENSE_TEXT = This module is licensed under the perl license
 
-PACKAGES = CSWpmnetsnmp
-CATALOGNAME = pm_netsnmp
+PACKAGES = CSWpm-net-snmp
+CATALOGNAME = pm_net_snmp
 ARCHALL = 1
 
+CHECKPKG_OVERRIDES_CSWpm-net-snmp += file-with-bad-content|/usr/local|root/opt/csw/share/perl/csw/Net/SNMP.pm
+CHECKPKG_OVERRIDES_CSWpm-net-snmp += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Net::SNMP.3perl
+
 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