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

Number of commits found: 33

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:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

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

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
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, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
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)
Thu, 7 Nov 2013
[ 13:55 vanilla search for other commits by this committer ] Original commit   Revision:333099 (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
support STAGEDIR.
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 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:
www)
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.
Sun, 29 Jul 2012
[ 11:17 cs search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Mon, 4 Jun 2012
[ 17:17 az search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Sun, 16 Aug 2009
[ 09:22 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 137 ports in this commit are shown above. View all ports for this commit)
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
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)
Sat, 8 Sep 2007
[ 01:11 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
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
Sun, 1 Oct 2006
[ 13:10 lbr search for other commits by this committer ] Original commit 
Update to 1.48
Fri, 14 Jul 2006
[ 07:00 lbr search for other commits by this committer ] Original commit 
Update to 1.47

PR:             100260
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Tue, 23 May 2006
[ 07:31 lbr search for other commits by this committer ] Original commit 
Update to 1.45

Approved by:    erwin (mentor, implicit)
Mon, 1 May 2006
[ 13:52 lbr search for other commits by this committer ] Original commit  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Changing email-address on my 80 ports.

Approved by:    erwin (mental)
Sat, 4 Feb 2006
[ 11:43 erwin search for other commits by this committer ] Original commit 
Update to 1.43

PR:             92797
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Mon, 16 Jan 2006
[ 13:11 erwin search for other commits by this committer ] Original commit 
Update to 1.41

PR:             91867
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Fri, 6 Jan 2006
[ 05:58 edwin search for other commits by this committer ] Original commit 
[MAINTAINER] www/p5-HTML-Prototype: up to 1.40

        up to 1.40

PR:             ports/91362
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Mon, 2 Jan 2006
[ 11:06 erwin search for other commits by this committer ] Original commit 
Update to 1.39

PR:             91200
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Sun, 1 Jan 2006
[ 10:54 erwin search for other commits by this committer ] Original commit 
Update to 1.38

PR:             91158
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Tue, 27 Dec 2005
[ 20:26 ehaupt search for other commits by this committer ] Original commit 
Update to 1.37

PR:             90986
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Fri, 2 Dec 2005
[ 18:50 erwin search for other commits by this committer ] Original commit 
Update to 1.36

PR:             89849
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Mon, 31 Oct 2005
[ 18:24 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
Fri, 30 Sep 2005
[ 14:34 novel search for other commits by this committer ] Original commit 
Update to 1.35.

PR:             86760
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Approved by:    Lars Balker Rasmussen (maintainer)
Tue, 13 Sep 2005
[ 17:28 erwin search for other commits by this committer ] Original commit 
Update to 1.34

Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Sat, 16 Jul 2005
[ 11:38 erwin search for other commits by this committer ] Original commit 
Update to 1.32

Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Wed, 13 Jul 2005
[ 11:16 erwin search for other commits by this committer ] Original commit 
- Update to 1.31
- Mark perl 5.6.x and higher only
- Pass maintainership to submitter

Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Thu, 2 Jun 2005
[ 11:56 mat search for other commits by this committer ] Original commit 
Fix plist (well, in fact, break it for now) so that ports/79330 can be
committed without breaking them.

Approved by:    portmgr (kris)
Sat, 7 May 2005
[ 20:08 lth search for other commits by this committer ] Original commit 
Add p5-HTML-Prototype 1.23, generate HTML and Javascript for the
Prototype library.

Number of commits found: 33