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-POE-Component-Server-SimpleHTTP/Makefile

Number of commits found: 42

Saturday, 27 May 2023
04:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/p5-POE-Component-Server-SimpleHTTP: Update to 2.30

Changes:	https://metacpan.org/dist/POE-Component-Server-SimpleHTTP/changes
commit hash: 7b9e3c969c425e3f77048b419c4acfc34280fcc7 commit hash: 7b9e3c969c425e3f77048b419c4acfc34280fcc7 commit hash: 7b9e3c969c425e3f77048b419c4acfc34280fcc7 commit hash: 7b9e3c969c425e3f77048b419c4acfc34280fcc7 7b9e3c96
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, 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
Wednesday, 10 Oct 2018
19:11 sunpoet search for other commits by this committer
Update to 2.28

Changes:	https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP
Original commitRevision:481763 
Saturday, 6 Oct 2018
13:06 des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Original commitRevision:481365 
Friday, 15 Sep 2017
08:58 mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Original commitRevision:449893 
Friday, 10 Mar 2017
22:45 sunpoet search for other commits by this committer
Update to 2.26

Changes:	http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/Changes
Original commitRevision:435863 
Wednesday, 22 Feb 2017
17:14 sunpoet search for other commits by this committer
Update to 2.24

- Add LICENSE_FILE
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/Changes
Original commitRevision:434612 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Thursday, 25 Feb 2016
17:43 adamw search for other commits by this committer
Update to 2.22. Adjust dependencies (MooseX::AttributeHelpers support was
removed 3 years ago), add NO_ARCH, use OPTIONS helpers, and regenerate patch
with makepatch.

Changes:
https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP
Original commitRevision:409541 
Saturday, 17 Oct 2015
14:18 lth search for other commits by this committer
- Update to 2.20
- Add LICENSE
- Transfer maintainership

Changes:	https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP
Original commitRevision:399538 
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 
Wednesday, 29 Jan 2014
07:58 miwi search for other commits by this committer
- Stage support
Original commitRevision:341688 
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 
Wednesday, 7 Aug 2013
13:20 az search for other commits by this committer
- Convert to new perl framework

per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)

Approved by:	lth@ (maintainer)
Original commitRevision:324352 
10:46 lth search for other commits by this committer
- update to 2.18
- trim Makefile header
Original commitRevision:324343 
Sunday, 28 Oct 2012
10:55 lth search for other commits by this committer
- update to 2.16
- convert to optionsng

Feature safe: yes
Original commitRevision:306543 
Wednesday, 14 Mar 2012
21:55 lth search for other commits by this committer
update to 2.14

Feature safe:   yes
Original commit
Saturday, 20 Aug 2011
15:13 lth search for other commits by this committer
Update to 2.12
Original commit
Wednesday, 16 Mar 2011
16:05 lth search for other commits by this committer
Update to 2.10
Original commit
Monday, 13 Dec 2010
09:29 lth search for other commits by this committer
Update to 2.06
Original commit
Sunday, 1 Aug 2010
19:04 lth search for other commits by this committer
Update to 2.04
Original commit
Monday, 25 Jan 2010
14:00 kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 5).

Approved by:    portmgr (itetcu)
Original commit
Tuesday, 8 Sep 2009
08:53 lth search for other commits by this committer
Update to 2.0
Original commit
Wednesday, 25 Mar 2009
10:42 lth search for other commits by this committer
Update to 1.58
Original commit
Saturday, 3 Jan 2009
20:42 lth search for other commits by this committer
Update to 1.50
Original commit
Monday, 20 Oct 2008
12:43 lth search for other commits by this committer
Update to 1.48
Original commit
Wednesday, 25 Jun 2008
07:29 lth search for other commits by this committer
Update to 1.46
Original commit
Tuesday, 19 Feb 2008
08:53 lth search for other commits by this committer
Update to 1.42
Original commit
Tuesday, 12 Feb 2008
10:47 lth search for other commits by this committer
Update to 1.40
Original commit
Sunday, 30 Dec 2007
16:06 lth search for other commits by this committer
Update to 1.30
Original commit
Thursday, 22 Mar 2007
19:44 lth search for other commits by this committer
Update to 1.23
Original commit
Tuesday, 20 Mar 2007
18:01 lth search for other commits by this committer
Update to 1.21
Original commit
Wednesday, 7 Mar 2007
20:14 lth search for other commits by this committer
Update to 1.20
Original commit
Saturday, 17 Feb 2007
13:32 lth search for other commits by this committer
Update to 1.19
Original commit
Thursday, 1 Feb 2007
22:10 lth search for other commits by this committer
- Update to 1.16.
- Remove legacy perl support.
Original commit
Wednesday, 10 Jan 2007
19:46 lth search for other commits by this committer
Update to 1.15
Original commit
Thursday, 21 Sep 2006
06:44 lth search for other commits by this committer
Update to 1.13
Original commit
Sunday, 17 Sep 2006
18:53 lth search for other commits by this committer
Update to 1.12. Now requires perl from ports
Original commit
Monday, 17 Oct 2005
15:31 lth search for other commits by this committer
Removed patch droppings

Noticed by:     pointyhat via kris
Pointy hat to:  lth
Original commit
Wednesday, 12 Oct 2005
12:31 lth search for other commits by this committer
Add p5-POE-Component-Server-SimpleHTTP 1.11, Perl extension to serve
HTTP requests in POE.
Original commit

Number of commits found: 42