non port: math/p5-Math-Currency/Makefile |
SVNWeb
|
Number of commits found: 38 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Sun, 30 Jul 2017
|
[ 13:12 sunpoet ]
Update to 0.52
- Remove DOCS option
Changes: http://search.cpan.org/dist/Math-Currency/Changes
|
Tue, 28 Feb 2017
|
[ 09:47 sunpoet ]
Update to 0.51
- Add LICENSE
- Add NO_ARCH
- Convert to options target helper
Changes: http://search.cpan.org/dist/Math-Currency/Changes
|
Tue, 5 Jul 2016
|
[ 09:08 mat ]
Update to 0.50.
Sponsored by: Absolight
|
Wed, 22 Jun 2016
|
[ 13:36 mat ]
Update to 0.49.
Sponsored by: Absolight
|
Tue, 21 Jun 2016
|
[ 15:08 mat ]
Update to 0.48.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Fri, 4 Jul 2014
|
[ 00:52 adamw ] (Only the first 10 of 32 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
|
Tue, 5 Nov 2013
|
[ 06:56 vanilla ] (Only the first 10 of 168 ports in this commit are shown above. )
Support STAGEDIR.
|
Tue, 22 Oct 2013
|
[ 16:57 mat ] (Only the first 10 of 94 ports in this commit are shown above. )
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
|
Sun, 22 Sep 2013
|
[ 18:05 bapt ] (Only the first 10 of 132 ports in this commit are shown above. )
Fix NO_STAGE attribution
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Tue, 12 Jun 2012
|
[ 07:49 jadawin ] (Only the first 10 of 13 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
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
|
Wed, 18 Aug 2010
|
[ 11:19 az ]
Update to 0.47.
PR: ports/149520
Submitted by: Frederic Culot <frederic@culot.org>
|
Wed, 27 Jan 2010
|
[ 01:47 kuriyama ] (Only the first 10 of 21 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).
Approved by: portmgr (itetcu)
|
Sun, 16 Aug 2009
|
[ 09:55 linimon ] (Only the first 10 of 154 ports in this commit are shown above. )
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Sat, 27 Oct 2007
|
[ 06:26 mat ]
Update to 0.46
|
Tue, 28 Aug 2007
|
[ 10:09 mat ]
Update to 0.45.02
|
Tue, 11 Apr 2006
|
[ 15:07 mat ]
Update to 0.44
|
Mon, 12 Dec 2005
|
[ 16:06 mat ]
Update to 0.42
|
Wed, 16 Nov 2005
|
[ 15:54 mat ]
Update to 0.41
|
Tue, 15 Feb 2005
|
[ 14:20 mat ]
Update to 0.40
Add some docs
|
Wed, 25 Feb 2004
|
[ 12:06 mat ]
have it work with all perls, fix plist
|
Mon, 12 Jan 2004
|
[ 12:00 kuriyama ]
Move PERL_CONFIGURE before bsd.port.pre.mk.
|
Fri, 24 Oct 2003
|
[ 12:05 ijliao ] (Only the first 10 of 1501 ports in this commit are shown above. )
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Sun, 22 Jun 2003
|
[ 12:51 foxfair ]
Update to 0.39
|
Thu, 20 Feb 2003
|
[ 18:42 knu ] (Only the first 10 of 122 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 13 Oct 2002
|
[ 04:52 kris ]
BROKEN -> IGNORE to prevent package build
|
Mon, 12 Mar 2001
|
[ 02:53 kuriyama ]
Upgrade to 0.11 (for fix breakage on bento).
|
Thu, 1 Mar 2001
|
[ 06:39 vanilla ] (Only the first 10 of 329 ports in this commit are shown above. )
Remove do-configure section, use PERL_CONFIGURE now.
|
Wed, 3 Jan 2001
|
[ 23:39 will ]
Add p5-Math-Currency 0.10, perl module for exact currency math with formatting
and rounding.
|
Number of commits found: 38 |