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: www/p5-HTML-Template/Makefile

Number of commits found: 34

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
Wednesday, 13 Oct 2021
05:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/p5-HTML-Template: Update to 2.97

- Sort PLIST
- Update WWW

Changes:	https://metacpan.org/dist/HTML-Template/changes
commit hash: d02d3ef861367274ce1a055a02c8e73fc7255053 commit hash: d02d3ef861367274ce1a055a02c8e73fc7255053 commit hash: d02d3ef861367274ce1a055a02c8e73fc7255053 commit hash: d02d3ef861367274ce1a055a02c8e73fc7255053 d02d3ef
Monday, 4 Oct 2021
19:58 Rene Ladan (rene) search for other commits by this committer
*: re-assign kuriyama@s ports to the pool, commit bit safekept

With hat:	portmgr-secretary
commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb e56a7da
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
Thursday, 8 Mar 2018
09:03 amdmi3 search for other commits by this committer
- Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:463880 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Monday, 4 Nov 2013
13:46 kuriyama search for other commits by this committer
- Upgrade to 2.95.
Original commitRevision:332719 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 3 Sep 2013
15:07 az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326156 
Saturday, 19 Jan 2013
10:06 kuriyama search for other commits by this committer
- Upgrade to 2.94.
Original commitRevision:310643 
Sunday, 27 May 2012
07:57 kuriyama search for other commits by this committer
- Upgrade to 2.91.
Original commit
Saturday, 6 Aug 2011
13:37 kuriyama search for other commits by this committer
- Upgrade to 2.10.
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, 30 Aug 2008
23:43 kuriyama search for other commits by this committer
Simplify dependency.

PR:             ports/126979
Submitted by:   leeym
Original commit
Thursday, 17 Apr 2008
14:30 araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${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)
Original commit
Friday, 9 Feb 2007
09:28 kuriyama search for other commits by this committer
- Upgrade to 2.9.
Original commit
Monday, 30 Jan 2006
14:47 kuriyama search for other commits by this committer
- Upgrade to 2.8.
Original commit
Saturday, 11 Jun 2005
16:13 skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Original commit
Sunday, 27 Jun 2004
23:25 kuriyama search for other commits by this committer
Add conditional depedency on p5-Digest-MD5.

Reported by:    olgeni
Original commit
Friday, 25 Jun 2004
13:47 kuriyama search for other commits by this committer
Upgrade to 2.7.

Submitted by:   Alex Kapranoff <kappa@rambler-co.ru>
Original commit
Thursday, 18 Mar 2004
00:32 kuriyama search for other commits by this committer
(1) Use .include correctly.
(2) Remove bogus $MAN3PREFIX definition.

PR:             ports/64393 (1)
Original commit
Thursday, 19 Jun 2003
11:37 kuriyama search for other commits by this committer
Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000.

Submitted by:   Jeremy Prior <jez@netcraft.com>
Original commit
Saturday, 22 Feb 2003
07:48 kuriyama search for other commits by this committer
de-pkg-comment.
Original commit
Thursday, 23 Jan 2003
06:24 kuriyama search for other commits by this committer
Simplify decection of File::Spec to avoid INDEX generation breakage.
You shoud check to be installed latest perl5 port (5.x) or latest
File::Spec module (4.x).

Reviewed by:    kris
Original commit
Monday, 13 Jan 2003
08:56 kuriyama search for other commits by this committer
Generate correct *_DEPENDS line for File::Spec 0.82 on 4.x and 5.x.
Seach File::Spec module by using "perl -MFile::Spec" and switching by
evaluating $File::Spec::VERSION which actually loaded.
Original commit
Monday, 21 Oct 2002
07:21 kuriyama search for other commits by this committer
Upgrade to 2.6 (with typo fix patch).
Original commit
Monday, 20 May 2002
22:59 kuriyama search for other commits by this committer
Add a patch to fix debug message indent bug (cosmetic).

Depends on File::Spec only if required.  For latest -current,
perl5 port is installed on $PREFIX and this conflicts with
p5-File-Spec port's manpages.

I use "5.6.1" literally in .if exists() check because bsd.port.pre.mk
does not define $PREL_VERSION.
Original commit
Tuesday, 19 Feb 2002
13:36 kuriyama search for other commits by this committer
Upgrade to 2.5.    
Original commit
Wednesday, 28 Nov 2001
13:41 kuriyama search for other commits by this committer
Upgrade to 2.4.    
Original commit
Friday, 6 Jul 2001
00:12 kuriyama search for other commits by this committer
Upgrade to 2.3.    
Original commit
Monday, 8 Jan 2001
06:44 kuriyama search for other commits by this committer
Use $PERL_CONFIGURE.    
Original commit
Wednesday, 27 Dec 2000
01:34 kuriyama search for other commits by this committer
Upgrade to 2.2.    
Original commit
Friday, 27 Oct 2000
02:54 kuriyama search for other commits by this committer
Perl module to use HTML Templates from CGI scripts.    
Original commit

Number of commits found: 34