[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
This commit is contained in:
Kubilay Kocak 2014-08-17 11:18:54 +00:00
parent 0d0dabfb64
commit 70794437bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365172
4 changed files with 37 additions and 0 deletions

View file

@ -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

19
security/py-cpe/Makefile Normal file
View file

@ -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>

2
security/py-cpe/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (cpe-1.1.0.tar.gz) = 3e7d18460a9921ab6668d3cc2ffec59b6bd99922f30714446bcf982c022c4836
SIZE (cpe-1.1.0.tar.gz) = 69155

15
security/py-cpe/pkg-descr Normal file
View file

@ -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