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-Devel-SimpleTrace/Makefile
SVNWeb

Number of commits found: 21

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)
Mon, 6 Sep 2021
[ 21:13 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3f85df49256b7bd28441e3babed9727005dce586  commit hash:3f85df49256b7bd28441e3babed9727005dce586  commit hash:3f85df49256b7bd28441e3babed9727005dce586  3f85df4  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
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.
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
Tue, 10 Jan 2017
[ 18:36 sunpoet search for other commits by this committer ] Original commit   Revision:431122
Fix *_DEPENDS: remove Perl core modules

- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket)
With hat:	perl
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, 14 Oct 2015
[ 11:04 culot search for other commits by this committer ] Original commit   Revision:399249 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Reassign lippe@'s ports after his commit bit was taken in for safekeeping
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, 6 Jan 2014
[ 18:07 az search for other commits by this committer ] Original commit   Revision:338916 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
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)
Mon, 9 Sep 2013
[ 08:21 az search for other commits by this committer ] Original commit   Revision:326784 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Wed, 25 Jul 2012
[ 11:24 cs search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Fri, 22 Jun 2012
[ 19:35 lippe search for other commits by this committer ] Original commit 
- Avoid SITE_PERL in BUILD_DEPENDS

PR:     ports/169133
Submitted by:   swills@
Thu, 5 Apr 2012
[ 19:10 lippe search for other commits by this committer ] Original commit 
- Update to 0.08.

Feature safe:   yes
Fri, 5 Sep 2008
[ 02:36 lippe search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Take maintainership.
Wed, 3 Sep 2008
[ 02:33 linimon search for other commits by this committer ] Original commit 
Reset estith.freebsd.ports@thelunarempire.net due to maintainer-timeouts
and no response to email.

Hat:    portmgr
Mon, 10 Mar 2008
[ 18:00 lippe search for other commits by this committer ] Original commit 
- Forced commit to correct previous commit log, forgotten the PR reference in
last commit.

PR:             ports/120899
Submitted by:   lippe (myself)
Approved by:    gabor (mentor), maintainer timeout (> 2 weeks)
[ 17:10 lippe search for other commits by this committer ] Original commit 
- Update to 0.07;
- Add missing dependencies.

Approved by:    gabor (mentor), maintainer timeout
Sat, 8 Sep 2007
[ 00:56 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 101 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
Thu, 5 Jan 2006
[ 12:46 ehaupt search for other commits by this committer ] Original commit 
Add p5-Devel-SimpleTrace 0.06, a perl module for better stack traces on
interpretter-generated warn/die.

PR:             ports/91313
Submitted by:   Eric Stith <estith.freebsd.ports@thelunarempire.net>

Number of commits found: 21