notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: japanese/another-htmllint/Makefile

Number of commits found: 31

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 28 Sep 2021
05:13 Yasuhiro Kimura (yasu) search for other commits by this committer
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org

Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32170
commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 10c30f1
Wednesday, 14 Jul 2021
12:26 Tobias C. Berner (tcberner) search for other commits by this committer 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
commit hash: 76f8790617d3e5d7ab76803b15c7084d5818f8a7 commit hash: 76f8790617d3e5d7ab76803b15c7084d5818f8a7 commit hash: 76f8790617d3e5d7ab76803b15c7084d5818f8a7 commit hash: 76f8790617d3e5d7ab76803b15c7084d5818f8a7 76f8790
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 2 Feb 2019
09:52 tobik search for other commits by this committer
japanese/*: Use NO_WRKSUBDIR
Original commitRevision:491934 
Monday, 18 Jun 2018
13:06 meta search for other commits by this committer
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)
Original commitRevision:472686 
Tuesday, 27 Mar 2018
06:10 meta search for other commits by this committer
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)
Original commitRevision:465662 
Monday, 5 Jun 2017
23:25 sunpoet search for other commits by this committer
Remove outdated PERL_LEVEL check

- While I'm here, convert to options target helper

With hat:	perl
Approved by:	portmgr (blanket)
Original commitRevision:442709 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Wednesday, 22 Jul 2015
03:39 kuriyama search for other commits by this committer
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>
Original commitRevision:392659 
Monday, 29 Dec 2014
03:51 kuriyama search for other commits by this committer
-  Updated to latest version (20111128) and other improvements.

PR:		ports/195766
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:375771 
Tuesday, 11 Nov 2014
21:15 antoine search for other commits by this committer
- Fix shebangs
- Cleanup plist
Original commitRevision:372465 
Saturday, 14 Jun 2014
08:38 kuriyama search for other commits by this committer
- Stagify.
Original commitRevision:357756 
Friday, 6 Jun 2014
15:26 ak search for other commits by this committer
- 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
Original commitRevision:356803 
Monday, 10 Mar 2014
15:21 bapt search for other commits by this committer
Convert j* to USES=zip
Original commitRevision:347771 
Friday, 20 Sep 2013
18:47 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Original commitRevision:327737 
Tuesday, 10 Sep 2013
09:39 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326884 
Wednesday, 10 Oct 2012
16:56 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS (final part)

Approved by: portmgr@ (bapt@)
Original commitRevision:305672 
Friday, 29 Jun 2012
18:16 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Wednesday, 22 Jul 2009
16:27 pgollucci search for other commits by this committer
- 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)
Original commit
Saturday, 8 Sep 2007
01:00 linimon search for other commits by this committer
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
Original commit
Tuesday, 11 Jul 2006
02:14 kuriyama search for other commits by this committer
- Update to 20060601 version.

PR:             ports/100047
Submitted by:   TAKEMOTO Noriaki <takemoto@k9.dion.ne.jp>
Original commit
Tuesday, 26 Jul 2005
15:44 kuriyama search for other commits by this committer
Unbreak conditionalized Jcode.pm path.

Reported by:    pointyhat via kris
Original commit
Wednesday, 13 Oct 2004
11:27 kuriyama search for other commits by this committer
- Update to 20040725 version.
- Add $HTMLLINT_ADMIN to indicate admin address.
Original commit
Saturday, 1 May 2004
10:00 kuriyama search for other commits by this committer
Update to recent version.
Original commit
Friday, 24 Oct 2003
12:05 ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Saturday, 22 Feb 2003
07:48 kuriyama search for other commits by this committer
de-pkg-comment.
Original commit
Wednesday, 12 Sep 2001
11:43 kuriyama search for other commits by this committer
Upgrade to 20010911 version.    
Original commit
Sunday, 8 Oct 2000
11:23 asami search for other commits by this committer
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.    
Original commit
Monday, 2 Oct 2000
06:18 kuriyama search for other commits by this committer
Another HTML-lint (all messages are written in Japanese...)    
Original commit

Number of commits found: 31