Port details |
- another-htmllint Another HTML-lint (all messages are written in Japanese)
- 20111128_3 japanese =2 20111128_3Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2000-10-02 02:18:59
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: AnotherHTMLlint
- WWW:
- http://openlab.ring.gr.jp/k16/htmllint/
- Description:
- Another HTML-lint is yet another lint for HTML. This program displays
all messages in Japanese.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-another-htmllint>0:japanese/another-htmllint
- To install the port:
- cd /usr/ports/japanese/another-htmllint/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install japanese/another-htmllint
- pkg install ja-another-htmllint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (htmllint.zip) = 1a1e161813a33bc44ce5beb11d3a2a08615851bdb0a43c4fbcc687ab19f82a9a
SIZE (htmllint.zip) = 775997
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-CGI>=0 : www/p5-CGI
- p5-LWP-Protocol-https>=0 : www/p5-LWP-Protocol-https
- p5-libwww>=0 : www/p5-libwww
- ja-p5-Jcode>=0 : japanese/p5-Jcode
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ja-another-htmllint-20111128_3:
W3M=off: Use w3m to show rendering result
===> Use 'make config' to modify these settings
- Options name:
- japanese_another-htmllint
- USES:
- dos2unix perl5 shebangfix zip
- pkg-message:
- For install:
- To activate htmllint, use Alias directive in httd.conf or symbolic link
from /usr/local/share/another-htmllint/html/ like as:
Alias /htmllint/ /usr/local/share/another-htmllint/html/
<Directory /usr/local/share/another-htmllint/html>
AddHandler cgi-script .cgi
Options +ExecCGI
</Directory>
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
20111128_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
20111128_3 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
20111128_3 14 Jul 2021 12:26:13 |
Tobias C. Berner (tcberner) Author: Yasuhiro Kimura |
japanese/another-htmllint: Install right 'htmllint' file
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 |
20111128_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20111128_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20111128_2 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
20111128_2 02 Feb 2019 09:52:34 |
tobik |
japanese/*: Use NO_WRKSUBDIR |
20111128_2 18 Jun 2018 13:06:39 |
meta |
japanese/another-htmllint: Change dependecy from www/p5-CGI.pm to www/p5-CGI
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) |
20111128_1 27 Mar 2018 06:10:57 |
meta |
japanese/another-htmllint: add misssing RUN_DEPENDS on www/p5-LWP-Protocol-https
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) |
20111128 05 Jun 2017 23:25:16 |
sunpoet |
Remove outdated PERL_LEVEL check
- While I'm here, convert to options target helper
With hat: perl
Approved by: portmgr (blanket) |
20111128 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
20111128 22 Jul 2015 03:39:43 |
kuriyama |
Add www/p5-CGI.pm to RUN_DEPENDS when perl is 5.22 or later.
PR: ports/201615
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
20111128 29 Dec 2014 03:51:28 |
kuriyama |
- Updated to latest version (20111128) and other improvements.
PR: ports/195766
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
20060601_1 11 Nov 2014 21:15:36 |
antoine |
- Fix shebangs
- Cleanup plist |
20060601 28 Jul 2014 22:14:07 |
adamw |
Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify. |
20060601 14 Jun 2014 08:38:25 |
kuriyama |
- Stagify. |
20060601 06 Jun 2014 15:26:41 |
ak |
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine |
20060601 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
20060601 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
20060601 10 Sep 2013 09:39:12 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
20060601 10 Oct 2012 16:56:08 |
az |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@) |
20060601 29 Jun 2012 18:16:47 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
20060601 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
20060601 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
20060601 08 Sep 2007 01:00:17 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
20060601 11 Jul 2006 02:14:22 |
kuriyama |
- Update to 20060601 version.
PR: ports/100047
Submitted by: TAKEMOTO Noriaki <takemoto@k9.dion.ne.jp> |
20040725 22 Jan 2006 12:39:13 |
edwin |
SHA256ify
Approved by: krion@ |
20040725 26 Jul 2005 15:44:15 |
kuriyama |
Unbreak conditionalized Jcode.pm path.
Reported by: pointyhat via kris |
20040725 13 Oct 2004 11:27:34 |
kuriyama |
- Update to 20040725 version.
- Add $HTMLLINT_ADMIN to indicate admin address. |
20040421 01 May 2004 10:00:55 |
kuriyama |
Update to recent version. |
20010911 18 Mar 2004 00:48:53 |
kuriyama |
SIZEify.
Submitted by: trevor |
20010911 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
20010911 22 Feb 2003 07:48:51 |
kuriyama |
de-pkg-comment. |
12 Sep 2001 11:43:53 |
kuriyama |
Upgrade to 20010911 version. |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |
02 Oct 2000 06:18:59 |
kuriyama |
Another HTML-lint (all messages are written in Japanese...) |