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: databases/p5-DBIx-XHTML_Table/Makefile
SVNWeb

Number of commits found: 30

Thu, 8 Sep 2022
[ 15:43 Stefan Eßer (se) search for other commits by this committer ]    commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  986beaa  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Move more WWW entries from pkg-descr files into Makefiles

The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.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)
Thu, 5 Jan 2017
[ 19:33 sunpoet search for other commits by this committer ] Original commit   Revision:430655
Update to 1.49

Changes:	http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
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
Fri, 19 Feb 2016
[ 15:35 adamw search for other commits by this committer ] Original commit   Revision:409184
Update to 1.48.

Changes: https://metacpan.org/changes/distribution/DBIx-XHTML_Table
Tue, 12 Jan 2016
[ 21:38 sunpoet search for other commits by this committer ] Original commit   Revision:405932
- Update to 1.47

Changes:	http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
Thu, 13 Aug 2015
[ 17:33 sunpoet search for other commits by this committer ] Original commit   Revision:394109
- Update to 1.46
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
Thu, 21 May 2015
[ 21:25 sunpoet search for other commits by this committer ] Original commit   Revision:386968
- Update to 1.45

Changes:	http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
Tue, 19 May 2015
[ 08:59 wen search for other commits by this committer ] Original commit   Revision:386753
- Update to 1.43
Changes: http://cpansearch.perl.org/src/JEFFA/DBIx-XHTML_Table-1.43/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)
Sun, 3 Nov 2013
[ 06:53 vanilla search for other commits by this committer ] Original commit   Revision:332592 (Only the first 10 of 228 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
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, 3 Jun 2012
[ 17:02 az search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS
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, 15 Jun 2007
[ 23:40 erwin search for other commits by this committer ] Original commit 
Remove 4.x workaround
Fri, 23 Sep 2005
[ 11:15 tobez search for other commits by this committer ] Original commit 
Update to 1.36.  Assign maintainer to perl@.
Tue, 20 Sep 2005
[ 14:20 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:     tobez
Approved by:    portmgr (self)
Tue, 16 Sep 2003
[ 05:43 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:    portmgr (marcus)
Wed, 20 Aug 2003
[ 18:30 erwin search for other commits by this committer ] Original commit 
Update to 1.32

PR:             55388
Submitted by:   mat
Approved by:    maintainer
Wed, 4 Jun 2003
[ 15:07 mich search for other commits by this committer ] Original commit 
Update p5-DBIx-XHTML_Table 1.18 -> 1.22

PR:             52759
Submitted by:   maintainer
Approved by:    roberto (mentor)
Sat, 29 Mar 2003
[ 00:07 edwin search for other commits by this committer ] Original commit 
databases/p5-XHTML_Table 1.14 -> 1.18

PR:             ports/47621
Submitted by:   Philip M. Gollucci <philip@p6m7g8.com>
Approved by:    maintainer timeout
Fri, 21 Feb 2003
[ 11:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 12 Nov 2002
[ 17:39 naddy search for other commits by this committer ] Original commit 
Update to 1.14.

PR:             44898
Submitted by:   Seamus Venasse <svenasse@polaris.ca>
Sun, 9 Jun 2002
[ 18:46 petef search for other commits by this committer ] Original commit 
Update to 1.10.

PR:             39069
Submitted by:   maintainer
Fri, 12 Apr 2002
[ 02:06 pat search for other commits by this committer ] Original commit 
Update to 1.00

PR:             37008
Submitted by:   maintainer
Fri, 15 Feb 2002
[ 06:03 kevlo search for other commits by this committer ] Original commit 
Update to version 0.99    
Fri, 8 Feb 2002
[ 07:46 petef search for other commits by this committer ] Original commit 
Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.    

Number of commits found: 30