Page MenuHomeFreeBSD

Add security/py-crits and devel/py-django-tastypie-mongoengine (its dep)
ClosedPublic

Authored by dvl on May 22 2015, 3:54 PM.
Tags
None
Referenced Files
F128674418: D2624.id5573.diff
Sat, Sep 13, 6:03 AM
F128670914: D2624.id5563.diff
Sat, Sep 13, 5:12 AM
F128667981: D2624.id5573.diff
Sat, Sep 13, 4:30 AM
F128667328: D2624.id5561.diff
Sat, Sep 13, 4:21 AM
F128665801: D2624.id5563.diff
Sat, Sep 13, 3:58 AM
F128663855: D2624.id5570.diff
Sat, Sep 13, 3:31 AM
F128660874: D2624.diff
Sat, Sep 13, 2:51 AM
Unknown Object (File)
Tue, Aug 26, 9:28 PM
Subscribers

Details

Reviewers
wg
mat
Summary

Commit messages will be:

Add new port: devel/py-django-tastypie-mongoengine

This Django application provides MongoEngine support for Tastypie.

Approved by: X (mentor)

Add new port: security/py-crits

CRITs is a web-based tool which combines an analytic engine with a cyber threat
database that not only serves as a repository for attack data and malware, but
also provides analysts with a powerful platform for conducting malware
analyses, correlating malware, and for targeting data. These analyses and
correlations can also be saved and exploited within CRITs. CRITs employs a
simple but very useful hierarchy to structure cyber threat information. This
structure gives analysts the power to 'pivot' on metadata to discover
previously unknown related content.

Approved by: X (mentor)

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dvl retitled this revision from to Add security/py-crits and devel/py-django-tastypie-mongoengine (its dep).
dvl updated this object.
dvl edited the test plan for this revision. (Show Details)
dvl added reviewers: mat, wg.
dvl added a subscriber: zi.

Provide the correct pkg-descr for security/py-crits

This only has the pkg-descr file.

In D2624#48788, @mat wrote:

This only has the pkg-descr file.

The whole thing was uploaded.

dvl updated this object.
dvl edited edge metadata.

Let's see if this fixes the review.

mat requested changes to this revision.May 22 2015, 6:31 PM
mat edited edge metadata.

The same order problem is on the second port.

devel/py-django-tastypie-mongoengine/Makefile
5–12

This is all out of order.

The first block should be:
PORTNAME
PORTVERSION
DISTVERSIONPREFIX
CATEGORIES
PKGNAMEPREFIX

Then, the MAINTAINER/COMMENT section, then the LICENSE, then you can put the USE_GITHUB/GH_ACCOUNT

14

This can go.

32–33

The depends must go after the LICENSE block.

This revision now requires changes to proceed.May 22 2015, 6:31 PM
dvl edited edge metadata.

Run portlint -AC

In D2624#48798, @mat wrote:

The same order problem is on the second port.

Thanks. poudriere is not giving me any portlint output. I've run it manually.

devel/py-django-tastypie-mongoengine/Makefile
20

This line can go.

security/py-crits/Makefile
20

This line can go.

dvl edited edge metadata.

Removed WRKSRC entries added while testing on very old ports tree

mat edited edge metadata.
This revision is now accepted and ready to land.May 22 2015, 7:40 PM