Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.13 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13 12 Feb 2019 09:00:47 |
amdmi3 |
- Add LICENSE
- Pet portlint
Approved by: portmgr blanket |
0.13 13 Jan 2019 09:20:16 |
matthew |
Upgrade to 0.13
ChangeLog: https://metacpan.org/source/BPS/Business-Hours-0.13/Changes |
0.12_2 06 Oct 2018 13:06:45 |
des |
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) |
0.12_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.12_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.12_2 26 Nov 2014 13:08:38 |
mat |
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 ) |
0.12_1 10 Dec 2013 19:47:43 |
bdrewery |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
0.12 08 Dec 2013 22:38:52 |
matthew |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH} |
0.12 27 Sep 2013 08:29:51 |
matthew |
Remove now useless MAN3 line, missed in previous commit
Reported by: az |
0.12 27 Sep 2013 08:08:14 |
matthew |
- stageify |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.12 23 Aug 2013 19:32:49 |
matthew |
Update to 0.12
ChangeLog: http://cpansearch.perl.org/src/RUZ/Business-Hours-0.12/Changes
Submitted by: portscout |
0.11 01 Aug 2013 22:04:02 |
matthew |
Convert all my perl-using ports to USES+=perl5
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar |
0.11 21 Jul 2013 18:07:29 |
matthew |
Update to 0.11
ChangeLog: http://cpansearch.perl.org/src/ALEXMV/Business-Hours-0.11/Changes |
0.10 15 Dec 2012 09:31:59 |
matthew |
Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS |
0.10 01 Aug 2012 15:05:37 |
matthew |
- Update to version 0.10
- ChangeLog:
0.10
* perl 5.14 compatibility
0.09_02
* Add support for "breaks" during business hours --
Joao Miguel Neves <joao.neves@intraneia.com> |
0.09 07 Jun 2012 11:59:52 |
matthew |
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber |
0.09 26 Feb 2012 17:25:09 |
matthew |
- Add TEST_DEPENDS
Approved by: shaun (mentor) |
0.09 09 Feb 2012 17:09:51 |
matthew |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
0.09 21 Jan 2012 17:40:15 |
eadler |
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 |
0.09 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.09 12 Feb 2011 09:30:23 |
az |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
0.09 31 Jan 2009 13:26:05 |
wxs |
- Update to 0.09
PR: ports/131098
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.08 12 Nov 2008 15:01:50 |
wxs |
This module is a simple tool for calculating business hours in a time
period. Over time, additional functionality will be added to make it
easy to calculate the number of business hours between arbitrary
dates.
PR: ports/126778
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |