aboutsummaryrefslogtreecommitdiff
path: root/japanese/another-htmllint
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* */*: Update MAINTAINER address of my ports to that of FreeBSD.orgYasuhiro Kimura2021-09-281-1/+1
| | | | | Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32170
* japanese/another-htmllint: Install right 'htmllint' fileYasuhiro Kimura2021-07-141-2/+2
| | | | | | | | | Install right 'htmllint' file. Currently one included in original archive is installed. But to work correctly one generated from file/htmllint.in need to be installed. So change 'do-install' target so it installs the latter instead of the former. PR: 256966
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508880
* japanese/*: Use NO_WRKSUBDIRTobias Kortkamp2019-02-021-3/+4
| | | | Notes: svn path=/head/; revision=491934
* japanese/another-htmllint: Change dependecy from www/p5-CGI.pm to www/p5-CGIKoichiro Iwao2018-06-181-4/+4
| | | | | | | | | | | | | | | | www/p5-CGI and www/p5-CGI.pm provide same functions and conflict each other. While a lot of ports use www/p5-CGI, only this one uses www/p5-CGI.pm. By swiching to use www/p5-CGI this port and others can be installed together. Also, pass maintainership to the submitter due to consecutive maintainer timeouts. PR: 228236 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout, pi (mentor) Notes: svn path=/head/; revision=472686
* japanese/another-htmllint: add misssing RUN_DEPENDS on www/p5-LWP-Protocol-httpsKoichiro Iwao2018-03-273-7/+14
| | | | | | | | | | | | | | | as it is necessary to access https contents. Also, - Add license information - Bump PORTREVISION for dependency change - While here, pet some portlint warnings PR: 222276, 226089 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout (1 month+), pi (mentor) Notes: svn path=/head/; revision=465662
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-051-10/+5
| | | | | | | | | | - While I'm here, convert to options target helper With hat: perl Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442709
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Add www/p5-CGI.pm to RUN_DEPENDS when perl is 5.22 or later.Jun Kuriyama2015-07-221-2/+7
| | | | | | | | PR: ports/201615 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=392659
* - Updated to latest version (20111128) and other improvements.Jun Kuriyama2014-12-299-140/+165
| | | | | | | | PR: ports/195766 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=375771
* - Fix shebangsAntoine Brodin2014-11-114-9/+4
| | | | | | | - Cleanup plist Notes: svn path=/head/; revision=372465
* Rename the rather surprising number of japanese/ patch-xy patchesAdam Weinberger2014-07-282-0/+0
| | | | | | | to reflect the files they modify. Notes: svn path=/head/; revision=363264
* - Stagify.Jun Kuriyama2014-06-141-3/+2
| | | | Notes: svn path=/head/; revision=357756
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-2/+2
| | | | | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine Notes: svn path=/head/; revision=356803
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347771
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+1
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326884
* - Remove SITE_PERL from *_DEPENDS (final part)Andrej Zverev2012-10-101-3/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=305672
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300221
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-0/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 20060601 version.Jun Kuriyama2006-07-113-4/+6
| | | | | | | | PR: ports/100047 Submitted by: TAKEMOTO Noriaki <takemoto@k9.dion.ne.jp> Notes: svn path=/head/; revision=167428
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Unbreak conditionalized Jcode.pm path.Jun Kuriyama2005-07-261-2/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=140161
* - Update to 20040725 version.Jun Kuriyama2004-10-132-7/+15
| | | | | | | - Add $HTMLLINT_ADMIN to indicate admin address. Notes: svn path=/head/; revision=119203
* Update to recent version.Jun Kuriyama2004-05-013-6/+10
| | | | Notes: svn path=/head/; revision=108077
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Upgrade to 20010911 version.Jun Kuriyama2001-09-124-7/+13
| | | | Notes: svn path=/head/; revision=47742
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Another HTML-lint (all messages are written in Japanese...)Jun Kuriyama2000-10-029-0/+184
Notes: svn path=/head/; revision=33310