notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/p5-POE/Makefile
SVNWeb

Number of commits found: 90

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 17 Apr 2022
[ 23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:d67906a5135cef413891efb873881cbbac346a89  commit hash:d67906a5135cef413891efb873881cbbac346a89  commit hash:d67906a5135cef413891efb873881cbbac346a89  d67906a 
devel/p5-POE: Update to 1.370

Changes:	https://metacpan.org/dist/POE/changes
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 3 Feb 2020
[ 19:47 sunpoet search for other commits by this committer ] Original commit   Revision:525083
Update to 1.368

Changes:	https://metacpan.org/changes/distribution/POE
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 3 Jun 2015
[ 20:05 sunpoet search for other commits by this committer ] Original commit   Revision:388485
- Update to 1.367
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/POE/CHANGES
Tue, 17 Feb 2015
[ 16:01 mat search for other commits by this committer ] Original commit   Revision:379169
Don't be interactive.

PR:		196965
Sponsored by:	Absolight
Tue, 20 Jan 2015
[ 23:13 sunpoet search for other commits by this committer ] Original commit   Revision:377560
- Update to 1.366
- Use PORTEXAMPLES
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE/CHANGES
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 9 Dec 2013
[ 19:30 sunpoet search for other commits by this committer ] Original commit   Revision:336018
- Update to 1.358
- Use OPTIONS_DEFINE explicitly
- Simplify Makefile
- Remove test:

Changes:	http://search.cpan.org/dist/POE/CHANGES
Thu, 31 Oct 2013
[ 06:20 vanilla search for other commits by this committer ] Original commit   Revision:332203 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Sun, 25 Aug 2013
[ 04:29 sunpoet search for other commits by this committer ] Original commit   Revision:325325
- Sort *_DEPENDS
- Convert to new options framework
Thu, 22 Aug 2013
[ 19:59 mat search for other commits by this committer ] Original commit   Revision:325228
Fixup dependencies.

Two dependencies not up-to-date yet, currently in 181467 and 181468.

Spotted by:	Luiz Eduardo Roncato Cordeiro
Wed, 21 Aug 2013
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:325127
Update to 0.356
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Wed, 13 Mar 2013
[ 04:23 miwi search for other commits by this committer ] Original commit   Revision:314022
- Fix build
- While here trim header
Mon, 17 Dec 2012
[ 15:10 az search for other commits by this committer ] Original commit   Revision:309100
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Tue, 15 May 2012
[ 18:07 culot search for other commits by this committer ] Original commit 
- Update to 1.354 [1]
- Fix LICENSE (Artistic 1 instead of Artistic 2)

Changes:        http://search.cpan.org/dist/POE/CHANGES
PR:             ports/167928 [1]
Submitted by:   Jase Thew <freebsd@beardz.net>
Mon, 7 May 2012
[ 02:31 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.353

Changes:        http://search.cpan.org/dist/POE/CHANGES
Wed, 18 Apr 2012
[ 14:16 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.352
- Fix *_DEPENDS [1]

Changes:        http://search.cpan.org/dist/POE/CHANGES
Notified by:    swills [1]
Tue, 13 Mar 2012
[ 16:15 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 391 ports in this commit are shown above. View all ports for this commit)
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
Mon, 12 Mar 2012
[ 19:09 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.351
- Add TEST_DEPENDS

Changes:        http://search.cpan.org/dist/POE/CHANGES
Feature safe:   yes
Thu, 8 Mar 2012
[ 18:45 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 403 ports in this commit are shown above. View all ports for this commit)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
Fri, 16 Dec 2011
[ 13:55 culot search for other commits by this committer ] Original commit 
- Update to 1.350
- Make use of CPAN:USER macro

Changes:        http://search.cpan.org/dist/POE/CHANGES
PR:             ports/163333
Submitted by:   Jase Thew <freebsd@beardz.net>
Mon, 1 Aug 2011
[ 02:25 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.312

Changes:        http://search.cpan.org/dist/POE/CHANGES
Tue, 3 May 2011
[ 07:50 wen search for other commits by this committer ] Original commit 
- Update to 1.311

PR:             ports/156783
Submitted by:   Jase Thew <freebsd@beardz.net>
Sat, 23 Apr 2011
[ 06:44 bapt search for other commits by this committer ] Original commit 
merge modification from the upgrade proposed in PR:
- p5-POE-Test-Loops expected is >=1.050
- add dependency on p5-IO depending on the version perl

PR:             ports/156501
Submitted by:   Jase Thew <freebsd _at_ beardz.net>
Fri, 22 Apr 2011
[ 15:32 bapt search for other commits by this committer ] Original commit 
- update to 1.310
- add license
- changes: http://cpansearch.perl.org/src/RCAPUTO/POE-1.310/CHANGES
Tue, 8 Feb 2011
[ 01:36 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.299

Changes:        http://search.cpan.org/dist/POE/CHANGES
PR:             ports/154526
Submitted by:   Jase Thew <freebsd@beardz.net>
Feature safe:   yes
Tue, 7 Dec 2010
[ 13:19 wen search for other commits by this committer ] Original commit 
- Update to 1.294

PR:             ports/152505
Submitted by:   Jase Thew <freebsd@beardz.net>
Thu, 9 Sep 2010
[ 18:27 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.293

PR:             ports/150291
Submitted by:   Jase Thew <freebsd@beardz.net>
With Hat:       perl@
Changes:        http://search.cpan.org/dist/POE/Changes
Wed, 25 Aug 2010
[ 08:27 jadawin search for other commits by this committer ] Original commit 
- Update to 1.292

PR:             ports/149773
Submitted by:   Jase Thew <freebsd _AT_ beardz.net>
Fri, 11 Jun 2010
[ 14:27 skv search for other commits by this committer ] Original commit 
- Update to 1.289
- Change maintainer to perl@

Changes:        http://cpansearch.perl.org/src/RCAPUTO/POE-1.289/CHANGES
PR:             ports/143625
Submitted by:   max
Thu, 28 Jan 2010
[ 22:37 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 14).

Approved by:    portmgr (itetcu)
Wed, 29 Jul 2009
[ 14:07 skv search for other commits by this committer ] Original commit 
Update to 1.007

Changes:        http://cpansearch.perl.org/src/RCAPUTO/POE-1.007/CHANGES
Sun, 12 Apr 2009
[ 19:38 skv search for other commits by this committer ] Original commit 
Update to 1.004

Changes:        http://cpansearch.perl.org/src/RCAPUTO/POE-1.004/CHANGES
Mon, 21 Jul 2008
[ 15:47 skv search for other commits by this committer ] Original commit 
Update to 1.003

Changes:        http://search.cpan.org/src/RCAPUTO/POE-1.003/CHANGES
Tue, 3 Jun 2008
[ 11:36 skv search for other commits by this committer ] Original commit 
Update to 1.0002

Changes:        http://search.cpan.org/src/RCAPUTO/POE-1.0002/CHANGES
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 27 Jul 2007
[ 05:32 skv search for other commits by this committer ] Original commit 
Update to 0.9999

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.9999/CHANGES
Wed, 28 Mar 2007
[ 16:11 skv search for other commits by this committer ] Original commit 
Update to 0.9989

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.9989/CHANGES
Fri, 5 Jan 2007
[ 02:02 skv search for other commits by this committer ] Original commit 
Update to 0.9917

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.9917/CHANGES
Sun, 3 Dec 2006
[ 12:45 demon search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Fri, 10 Nov 2006
[ 20:10 skv search for other commits by this committer ] Original commit 
Update to 0.9500
Wed, 20 Sep 2006
[ 10:35 skv search for other commits by this committer ] Original commit 
Update to 0.38

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.38/CHANGES
Tue, 12 Sep 2006
[ 15:38 skv search for other commits by this committer ] Original commit 
Fix MAN3

PR:             ports/103189
Submitted by:   leeym
Mon, 11 Sep 2006
[ 17:34 skv search for other commits by this committer ] Original commit 
Update to 0.37

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.37/CHANGES
Mon, 14 Aug 2006
[ 11:58 skv search for other commits by this committer ] Original commit 
Update to 0.3601

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.3601/CHANGES
Tue, 8 Aug 2006
[ 07:53 skv search for other commits by this committer ] Original commit 
Update to 0.36

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.36/CHANGES
Mon, 19 Jun 2006
[ 10:20 skv search for other commits by this committer ] Original commit 
Update to 0.3502

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.3502/CHANGES
PR:             ports/99159
Submitted by:   aaron
Wed, 24 May 2006
[ 06:44 skv search for other commits by this committer ] Original commit 
Update to 0.3501

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.3501/CHANGES
Mon, 22 May 2006
[ 09:44 skv search for other commits by this committer ] Original commit 
Update to 0.35

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.35/CHANGES
Mon, 17 Apr 2006
[ 10:21 skv search for other commits by this committer ] Original commit 
Update to 0.3401
Fri, 7 Apr 2006
[ 07:15 skv search for other commits by this committer ] Original commit 
Update to 0.34

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.34/CHANGES
Mon, 30 Jan 2006
[ 09:15 skv search for other commits by this committer ] Original commit 
Update to 0.3301

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.3301/CHANGES
Mon, 26 Dec 2005
[ 15:24 skv search for other commits by this committer ] Original commit 
Update to 0.33

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.33/CHANGES
Tue, 6 Sep 2005
[ 10:16 skv search for other commits by this committer ] Original commit 
Update to 0.3202
Tue, 30 Aug 2005
[ 10:49 skv search for other commits by this committer ] Original commit 
Update to 0.3201

Changes:        http://search.cpan.org/src/RCAPUTO/POE-0.3201/CHANGES
Sat, 11 Jun 2005
[ 16:13 skv search for other commits by this committer ] Original commit  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
* 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)
Sun, 22 May 2005
[ 16:13 skv search for other commits by this committer ] Original commit 
Update to 0.3101
Tue, 19 Apr 2005
[ 08:07 skv search for other commits by this committer ] Original commit 
Update to 0.3100
Sat, 29 Jan 2005
[ 20:37 kris search for other commits by this committer ] Original commit 
Revert previous commit, maintainer believes the problem is resolved.
Tue, 25 Jan 2005
[ 08:33 kris search for other commits by this committer ] Original commit 
Add IS_INTERACTIVE=yes because the port appears to ask questions during
the build.
Sat, 22 Jan 2005
[ 17:47 skv search for other commits by this committer ] Original commit 
Updated to 0.3009
Tue, 18 Jan 2005
[ 16:21 skv search for other commits by this committer ] Original commit 
Update to 0.3007
Mon, 13 Dec 2004
[ 12:08 skv search for other commits by this committer ] Original commit 
Updated to 0.3003
Sat, 19 Jun 2004
[ 12:23 skv search for other commits by this committer ] Original commit 
Updated to 0.29

PR:             ports/67964
Submitted by:   lth
Tue, 24 Feb 2004
[ 11:42 skv search for other commits by this committer ] Original commit 
Add missing dependency (Test::More) for perl < 5.7.2

Pointed by:     kris, erwin
Sat, 21 Feb 2004
[ 20:24 kris search for other commits by this committer ] Original commit 
Grr, port is still IS_INTERACTIVE and trying to generate infinite-sized
logs on bento.
Thu, 5 Feb 2004
[ 12:24 skv search for other commits by this committer ] Original commit 
Updated to 0.2802
Sat, 31 Jan 2004
[ 00:37 kris search for other commits by this committer ] Original commit 
Mark IS_INTERACTIVE to prevent bento madness.  This is probably unintentional
port behaviour.
Thu, 29 Jan 2004
[ 10:49 skv search for other commits by this committer ] Original commit 
Updated to 0.28
Sun, 12 Oct 2003
[ 11:32 skv search for other commits by this committer ] Original commit 
Updated to 0.27
Wed, 21 May 2003
[ 12:15 skv search for other commits by this committer ] Original commit 
Updated to 0.26

PR:     ports/52181
Thu, 13 Feb 2003
[ 12:15 skv search for other commits by this committer ] Original commit 
Update to 0.25
Fri, 13 Sep 2002
[ 08:53 skv search for other commits by this committer ] Original commit 
Updated to 0.23
Fri, 5 Jul 2002
[ 12:53 skv search for other commits by this committer ] Original commit 
Updated to 0.22
Thu, 20 Jun 2002
[ 14:26 skv search for other commits by this committer ] Original commit 
Update to 0.21
Mon, 8 Apr 2002
[ 16:21 skv search for other commits by this committer ] Original commit 
Updated to 0.19, clean port files.

Approved by:    markm
Mon, 21 Jan 2002
[ 15:58 skv search for other commits by this committer ] Original commit 
Update to 0.18, minor fixes.    
Thu, 30 Aug 2001
[ 20:30 tobez search for other commits by this committer ] Original commit 
Update to 0.17.    
Wed, 15 Aug 2001
[ 11:05 tobez search for other commits by this committer ] Original commit 
Upgrade devel/p5-POE to 0.1502.  Also list a new manpage.    
Tue, 31 Jul 2001
[ 10:22 tobez search for other commits by this committer ] Original commit 
Update devel/p5-POE to 0.1501.    
Sat, 21 Jul 2001
[ 00:09 tobez search for other commits by this committer ] Original commit 
Install examples coming with p5-POE.    
Mon, 16 Jul 2001
[ 15:51 tobez search for other commits by this committer ] Original commit 
Update p5-POE to 0.15.    
Tue, 8 May 2001
[ 13:22 ijliao search for other commits by this committer ] Original commit 
add p5-POE   Perl application kernel with event driven threads    

Number of commits found: 90