Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 11:18:54 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365172 - in head/security: . py-cpe
Message-ID:  <201408171118.s7HBIsJF049654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Aug 17 11:18:54 2014
New Revision: 365172
URL: http://svnweb.freebsd.org/changeset/ports/365172
QAT: https://qat.redports.org/buildarchive/r365172/

Log:
  [NEW] security/py-cpe: Common Platform Enumeration (CPE) for Python
  
  Common Platform Enumeration (CPE) is a standardized method of describing
  and identifying classes of applications, operating systems, and hardware
  devices present among an enterprise's computing assets.
  
  For more information, please visit the official website of CPE, developed
  by MITRE and maintained by NIST.
  
  Features:
  
    * Versions: 1.1, 2.2, 2.3
    * Formats: WFN, URI, FS.
    * Cross-version conversion.
    * Language parsing and evaluation.
  
  WWW: https://github.com/nilp0inter/cpe

Added:
  head/security/py-cpe/
  head/security/py-cpe/Makefile   (contents, props changed)
  head/security/py-cpe/distinfo   (contents, props changed)
  head/security/py-cpe/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Aug 17 11:08:05 2014	(r365171)
+++ head/security/Makefile	Sun Aug 17 11:18:54 2014	(r365172)
@@ -754,6 +754,7 @@
     SUBDIR += py-cerealizer
     SUBDIR += py-certify
     SUBDIR += py-clamav
+    SUBDIR += py-cpe
     SUBDIR += py-cracklib
     SUBDIR += py-cryptkit
     SUBDIR += py-cryptography

Added: head/security/py-cpe/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-cpe/Makefile	Sun Aug 17 11:18:54 2014	(r365172)
@@ -0,0 +1,19 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cpe
+PORTVERSION=	1.1.0
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	koobs@FreeBSD.org
+COMMENT=	Common Platform Enumeration (CPE) for Python
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:-2.7
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/security/py-cpe/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-cpe/distinfo	Sun Aug 17 11:18:54 2014	(r365172)
@@ -0,0 +1,2 @@
+SHA256 (cpe-1.1.0.tar.gz) = 3e7d18460a9921ab6668d3cc2ffec59b6bd99922f30714446bcf982c022c4836
+SIZE (cpe-1.1.0.tar.gz) = 69155

Added: head/security/py-cpe/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-cpe/pkg-descr	Sun Aug 17 11:18:54 2014	(r365172)
@@ -0,0 +1,15 @@
+Common Platform Enumeration (CPE) is a standardized method of describing
+and identifying classes of applications, operating systems, and hardware
+devices present among an enterprise's computing assets.
+
+For more information, please visit the official website of CPE, developed
+by MITRE and maintained by NIST.
+
+Features:
+
+  * Versions: 1.1, 2.2, 2.3
+  * Formats: WFN, URI, FS.
+  * Cross-version conversion.
+  * Language parsing and evaluation.
+
+WWW: https://github.com/nilp0inter/cpe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171118.s7HBIsJF049654>