From owner-svn-ports-head@freebsd.org Fri Sep 30 16:24:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 270DEC03201; Fri, 30 Sep 2016 16:24:01 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE7A9134C; Fri, 30 Sep 2016 16:24:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8UGO0gs027953; Fri, 30 Sep 2016 16:24:00 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8UGNxAm027948; Fri, 30 Sep 2016 16:23:59 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201609301623.u8UGNxAm027948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 30 Sep 2016 16:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422998 - in head/net-mgmt: . py-snmp_passpersist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 16:24:01 -0000 Author: wg Date: Fri Sep 30 16:23:59 2016 New Revision: 422998 URL: https://svnweb.freebsd.org/changeset/ports/422998 Log: net-mgmt/py-snmp_passpersist: SNMP passpersist backend for Net-SNMP WWW: http://github.com/nagius/snmp_passpersist Submitted by: Suraj Ravichandran (via email) Added: head/net-mgmt/py-snmp_passpersist/ head/net-mgmt/py-snmp_passpersist/Makefile (contents, props changed) head/net-mgmt/py-snmp_passpersist/distinfo (contents, props changed) head/net-mgmt/py-snmp_passpersist/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Fri Sep 30 16:18:42 2016 (r422997) +++ head/net-mgmt/Makefile Fri Sep 30 16:23:59 2016 (r422998) @@ -280,6 +280,7 @@ SUBDIR += py-snmp4 SUBDIR += py-snmp4-apps SUBDIR += py-snmp4-mibs + SUBDIR += py-snmp_passpersist SUBDIR += py-yapsnmp SUBDIR += qkismet SUBDIR += rackmonkey Added: head/net-mgmt/py-snmp_passpersist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-snmp_passpersist/Makefile Fri Sep 30 16:23:59 2016 (r422998) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= snmp_passpersist +PORTVERSION= 1.3.0 +CATEGORIES= net-mgmt python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= surajravi@gmail.com +COMMENT= Python client library for Net-SNMP pass persist backend + +LICENSE= GPLv3 + +RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp + +USE_GITHUB= yes +GH_ACCOUNT= nagius +GH_TAGNAME= ee71064 + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/net-mgmt/py-snmp_passpersist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-snmp_passpersist/distinfo Fri Sep 30 16:23:59 2016 (r422998) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475191340 +SHA256 (nagius-snmp_passpersist-1.3.0-ee71064_GH0.tar.gz) = da63cf91439300ea556f909ed1c294432e7cd77a8b80a50df582ea93f3a9b476 +SIZE (nagius-snmp_passpersist-1.3.0-ee71064_GH0.tar.gz) = 18269 Added: head/net-mgmt/py-snmp_passpersist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-snmp_passpersist/pkg-descr Fri Sep 30 16:23:59 2016 (r422998) @@ -0,0 +1,3 @@ +SNMP passpersist backend for Net-SNMP + +WWW: http://github.com/nagius/snmp_passpersist