Skip to content

Commit

Permalink
Adds ticket security policy based on keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
mexicarne committed Feb 9, 2014
1 parent 26dd537 commit 763fb69
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1991,6 +1991,7 @@
SUBDIR += trac-hierwiki
SUBDIR += trac-iniadmin
SUBDIR += trac-keywords
SUBDIR += trac-keywordsecretticket
SUBDIR += trac-ldap
SUBDIR += trac-macropost
SUBDIR += trac-mastertickets
Expand Down
26 changes: 26 additions & 0 deletions www/trac-keywordsecretticket/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Created by: Hung-Yi Chen <[email protected]>
# $FreeBSD$

PORTNAME= keywordsecretticket
PORTVERSION= 1.0.1.${GITDATE}
CATEGORIES= www devel python
MASTER_SITES= https://github.com/KKBOX/trac-keyword-secret-ticket-plugin/tarball/${GITVERSION}/
PKGNAMEPREFIX= trac-
DISTNAME= KKBOX-trac-keywordsecretticket-plugin-98edea2

MAINTAINER= [email protected]
COMMENT= Ticket security policy based on keyword for Trac

LICENSE= BSD3CLAUSE

GITVERSION= 98edea2
GITDATE= 20130401
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac

WRKSRC= ${WRKDIR}/KKBOX-trac-keyword-secret-ticket-plugin-${GITVERSION}

USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions www/trac-keywordsecretticket/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (KKBOX-trac-keywordsecretticket-plugin-98edea2.tar.gz) = 9ce30963af48ebc6c19e197352d99dadd7ab502a0dac188a7ee805e3470aa587
SIZE (KKBOX-trac-keywordsecretticket-plugin-98edea2.tar.gz) = 2722
3 changes: 3 additions & 0 deletions www/trac-keywordsecretticket/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Adds ticket security policy based on keyword.

WWW: https://github.com/KKBOX/trac-keyword-secret-ticket-plugin

0 comments on commit 763fb69

Please sign in to comment.