Lines 2-8
PORTNAME= validator
Link Here
|
2 |
DISTVERSIONPREFIX= ${PORTNAME}- |
2 |
DISTVERSIONPREFIX= ${PORTNAME}- |
3 |
DISTVERSION= 1_3 |
3 |
DISTVERSION= 1_3 |
4 |
DISTVERSIONSUFFIX= -release |
4 |
DISTVERSIONSUFFIX= -release |
5 |
PORTREVISION= 5 |
5 |
PORTREVISION= 6 |
6 |
CATEGORIES= www |
6 |
CATEGORIES= www |
7 |
|
7 |
|
8 |
MAINTAINER= cyberbotx@cyberbotx.com |
8 |
MAINTAINER= cyberbotx@cyberbotx.com |
Lines 14-22
LICENSE_NAME= W3C Software Notice and License (2002/12/31)
Link Here
|
14 |
LICENSE_TEXT= See https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 |
14 |
LICENSE_TEXT= See https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 |
15 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
15 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
16 |
|
16 |
|
17 |
DEPRECATED= Depends on expired textproc/p5-HTML-Tidy |
|
|
18 |
EXPIRATION_DATE=2025-02-01 |
19 |
|
20 |
RUN_DEPENDS= onsgmls:textproc/opensp \ |
17 |
RUN_DEPENDS= onsgmls:textproc/opensp \ |
21 |
p5-CGI>=0:www/p5-CGI \ |
18 |
p5-CGI>=0:www/p5-CGI \ |
22 |
p5-Config-General>=0:devel/p5-Config-General \ |
19 |
p5-Config-General>=0:devel/p5-Config-General \ |
Lines 45-56
SHEBANG_FILES= httpd/cgi-bin/check \
Link Here
|
45 |
|
42 |
|
46 |
SUB_FILES= pkg-message |
43 |
SUB_FILES= pkg-message |
47 |
|
44 |
|
48 |
OPTIONS_DEFINE= HTML_TIDY |
|
|
49 |
OPTIONS_DEFAULT=HTML_TIDY |
50 |
HTML_TIDY_DESC= Enable HTML Markup Cleaning |
51 |
|
52 |
HTML_TIDY_RUN_DEPENDS= p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy |
53 |
|
54 |
post-patch: |
45 |
post-patch: |
55 |
@${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \ |
46 |
@${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \ |
56 |
${WRKSRC}/htdocs/config/validator.conf \ |
47 |
${WRKSRC}/htdocs/config/validator.conf \ |
57 |
- |
|
|