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-Data-Hierarchy/Makefile
SVNWeb

Number of commits found: 26

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)
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, 19 Dec 2020
[ 20:17 sunpoet search for other commits by this committer ] Original commit   Revision:558599
Add NO_ARCH
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
Mon, 11 May 2015
[ 12:04 mat search for other commits by this committer ] Original commit   Revision:386075 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Move p5- ports from ports@ to perl@.

With hat:	perl@
Sponsored by:	Absolight
Thu, 12 Mar 2015
[ 18:26 sunpoet search for other commits by this committer ] Original commit   Revision:381130
- Add LICENSE
Fri, 16 Jan 2015
[ 17:28 rafan search for other commits by this committer ] Original commit   Revision:377195 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
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)
Wed, 29 Jan 2014
[ 17:00 az search for other commits by this committer ] Original commit   Revision:341761 (Only the first 10 of 122 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)
Tue, 10 Sep 2013
[ 06:44 az search for other commits by this committer ] Original commit   Revision:326868 (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, 15 Feb 2012
[ 02:45 swills search for other commits by this committer ] Original commit 
- Add TEST_DEPENDS to enable testing

PR:             ports/165044
Submitted by:   swills (myself)
Approved by:    portmgr (blanket)
Wed, 22 Jul 2009
[ 16:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
- 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)
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)
Sun, 5 Nov 2006
[ 10:08 rafan search for other commits by this committer ] Original commit 
- Update to 0.34
Sat, 9 Sep 2006
[ 09:38 rafan search for other commits by this committer ] Original commit 
- Update to 0.31
- Add WWW entry
- p5-Storable is RUN_DEPENDS only

PR:             ports/103010
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Wed, 26 Jul 2006
[ 01:50 clsung search for other commits by this committer ] Original commit 
- Update to 0.30
- Storable is in Perl 5.7.0 and later.
- %%SITE_PERL%%/Data should be removed by @dirrmtry.

PR:             ports/100842
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:    rafan (implicit)
Tue, 27 Jun 2006
[ 03:58 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
Tue, 6 Jun 2006
[ 04:34 clsung search for other commits by this committer ] Original commit 
- Update to 0.22

PR:             98573
Submitted by:   maintainer (Rong-En Fan)
Fri, 12 Nov 2004
[ 01:12 clsung search for other commits by this committer ] Original commit 
- Update to 0.21, required by svk 0.26

PR:             ports/73813
Submitted by:   Rong-En Fan (maintainer)
Tue, 12 Oct 2004
[ 09:54 clsung search for other commits by this committer ] Original commit 
- Update to 0.20, needed by SVK 0.21.
- Rong-En Fan take maintainership (approved by autrijus@autrijus.org)

PR:             ports/71929
Submitted by:   Rong-En Fan <rafan AT infor dot org>
Approved by:    maintainer, mentor (vanilla)
Sun, 18 Jul 2004
[ 15:02 vanilla search for other commits by this committer ] Original commit 
svk 0.16 has released in June 30. Also update p5-Data-Hierarchy
and p5-SVN-Mirror.

PR:             ports/68685
Submitted by:   rafan at infor dot org
Approved by:    maintainer
Wed, 5 May 2004
[ 21:10 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.17.

PR:             ports/66224
Submitted by:   maintainer
Tue, 16 Mar 2004
[ 17:00 vanilla search for other commits by this committer ] Original commit 
Add p5-Data-Hierarchy 0.15, handle data in a hierarchical structure.

PR:             ports/64292
Submitted by:   Autrijus Tang <autrijus@autrijus.org>

Number of commits found: 26