summaryrefslogtreecommitdiff
path: root/www/p5-webservice-validator-css-w3c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - stage supportAndrej Zverev2014-01-052-3/+1
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | www)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-312-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-4/+4
| | | | Approved by: portmgr@ (bapt@)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Update to 0.2Martin Wilke2007-02-142-11/+5
| | | | | | | | - Remove IGNORE on FreeBSD 4.x, it's no longer need. PR: 109084 Submitted by: miwi Approved by: maintainer
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* New portMarcus Alves Grando2005-10-124-0/+51
This module is an experimental interface to the W3C CSS Validation online service <http://jigsaw.w3.org/css-validator/>, based on its experimental SOAP 1.2 support. It helps to find errors in Cascading Style Sheets. WWW: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/ PR: 87189 Submitted by: Toni Viemero <toni.viemero@iki.fi>