Index: head/net/py-netsnmpagent/Makefile =================================================================== --- head/net/py-netsnmpagent/Makefile (nonexistent) +++ head/net/py-netsnmpagent/Makefile (revision 467165) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= netsnmpagent +PORTVERSION= 0.6.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vladimirv@ixsystems.com +COMMENT= Python module that facilitates writing Net-SNMP subagents in Python + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Property changes on: head/net/py-netsnmpagent/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/py-netsnmpagent/distinfo =================================================================== --- head/net/py-netsnmpagent/distinfo (nonexistent) +++ head/net/py-netsnmpagent/distinfo (revision 467165) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523553999 +SHA256 (netsnmpagent-0.6.0.tar.gz) = 1f2b9505b240336036245d7a2eadb2439d9e44070b2ab47c825c3eb8314e7be0 +SIZE (netsnmpagent-0.6.0.tar.gz) = 57113 Property changes on: head/net/py-netsnmpagent/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/py-netsnmpagent/pkg-descr =================================================================== --- head/net/py-netsnmpagent/pkg-descr (nonexistent) +++ head/net/py-netsnmpagent/pkg-descr (revision 467165) @@ -0,0 +1,10 @@ +Python module that facilitates writing Net-SNMP subagents in Python. + +Subagents connect to a locally running Master agent (snmpd) over a Unix domain +socket and using the AgentX protocol (RFC2741). +They implement custom Management Information Base (MIB) modules that extend +the local node MIB tree. Usually, this requires writing a MIB as well, ie. +a text file that specifies the structure, names and data types of the +information within the MIB module. + +WWW: https://pypi.python.org/pypi/netsnmpagent Property changes on: head/net/py-netsnmpagent/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property