Lines 1-6
Link Here
|
1 |
PORTNAME= sec |
1 |
PORTNAME= sec |
2 |
DISTVERSION= 2.7.12 |
2 |
DISTVERSION= 2.9.0 |
3 |
PORTREVISION= 1 |
|
|
4 |
CATEGORIES= sysutils |
3 |
CATEGORIES= sysutils |
5 |
MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} |
4 |
MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} |
6 |
|
5 |
|
Lines 8-26
MAINTAINER= ecu@200ok.org
Link Here
|
8 |
COMMENT= Simple event (logs) correlator |
7 |
COMMENT= Simple event (logs) correlator |
9 |
|
8 |
|
10 |
LICENSE= GPLv2 |
9 |
LICENSE= GPLv2 |
|
|
10 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
|
11 |
|
12 |
USES= perl5 shebangfix |
12 |
USES= perl5 shebangfix |
13 |
USE_RC_SUBR= sec |
13 |
USE_RC_SUBR= sec |
|
|
14 |
|
14 |
SHEBANG_FILES= sec |
15 |
SHEBANG_FILES= sec |
|
|
16 |
|
15 |
SUB_LIST= PERL=${PERL} |
17 |
SUB_LIST= PERL=${PERL} |
16 |
NO_ARCH= yes |
18 |
|
17 |
NO_BUILD= yes |
19 |
NO_BUILD= yes |
|
|
20 |
NO_ARCH= yes |
18 |
|
21 |
|
19 |
PORTDOCS= ChangeLog README |
22 |
PORTDOCS= ChangeLog README |
20 |
|
23 |
|
21 |
PLIST_FILES= bin/sec man/man8/sec.8.gz |
|
|
22 |
PORTCONTRIB= convert.pl itostream.c swatch2sec.pl |
24 |
PORTCONTRIB= convert.pl itostream.c swatch2sec.pl |
23 |
PLIST_FILES+= ${PORTCONTRIB:S|^|share/sec/|} |
25 |
|
|
|
26 |
PLIST_FILES= bin/sec \ |
27 |
man/man8/sec.8.gz \ |
28 |
${PORTCONTRIB:S|^|share/sec/|} |
24 |
|
29 |
|
25 |
OPTIONS_DEFINE= DOCS |
30 |
OPTIONS_DEFINE= DOCS |
26 |
|
31 |
|