non port: sysutils/p5-Schedule-Load/Makefile |
SVNWeb
|
Number of commits found: 35 |
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:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (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.
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
Mon, 4 Jun 2018
|
[ 18:15 sunpoet ]
Fix LICENSE
- Add LICENSE_FILE
- Convert to options target helper
- Sort PLIST
- Fix and update WWW
|
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
|
Sat, 31 Dec 2016
|
[ 20:00 adamw ] (Only the first 10 of 16 ports in this commit are shown above. )
Remove warnings about installing documentation and examples. The only users
who will see those messages are users who have already accepted those options
in make config.
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
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
|
[ 22:25 adamw ] (Only the first 10 of 16 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Wed, 6 Nov 2013
|
[ 08:54 vanilla ] (Only the first 10 of 32 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
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.
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Fri, 7 Oct 2011
|
[ 11:22 culot ] (Only the first 10 of 100 ports in this commit are shown above. )
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
|
Fri, 25 Mar 2011
|
[ 17:32 bapt ]
- update to 3.064
- add licenses
- changes: http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.064/Changes
|
Wed, 27 Jan 2010
|
[ 09:02 jadawin ]
- Update to 3.063
- Set maintainer to perl@
- Changelog:
<http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.063/Changes>
|
Tue, 26 Jan 2010
|
[ 12:36 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu)
|
Sun, 10 Jan 2010
|
[ 03:54 linimon ] (Only the first 10 of 71 ports in this commit are shown above. )
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
|
Fri, 5 Jun 2009
|
[ 22:56 pgollucci ]
- Update to 3.062
PR: ports/134839
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me
|
Mon, 23 Feb 2009
|
[ 13:31 skv ]
Update to 3.060
Changes:
http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.060/Changes
|
Sat, 31 May 2008
|
[ 21:18 miwi ]
- Update to 3.052
PR: 120709
Submitted by: lippe
Approved by: maintainer timeout
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Mon, 20 Aug 2007
|
[ 09:43 skv ]
Unbreak plist - fix MAN1
|
Sun, 10 Jun 2007
|
[ 04:15 kris ]
BROKEN: Incomplete pkg-plist
|
Sun, 27 May 2007
|
[ 20:11 skv ]
Update to 3.051
|
Mon, 31 Jul 2006
|
[ 13:37 skv ]
Update to 3.040
PR: ports/100554
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
Fri, 5 May 2006
|
[ 09:04 skv ]
Fix plist
PR: ports/96187
Submitted by: leeym
|
Fri, 21 Apr 2006
|
[ 09:34 skv ]
Update to 3.030
|
Wed, 18 Jan 2006
|
[ 13:14 skv ]
Update to 3.025
Changes: http://search.cpan.org/src/WSNYDER/Schedule-Load-3.025/Changes
|
Thu, 20 Oct 2005
|
[ 09:07 skv ]
Update to 3.023
Changes: http://search.cpan.org/src/WSNYDER/Schedule-Load-3.023/Changes
|
Thu, 28 Apr 2005
|
[ 11:16 skv ]
Update to 3.021
|
Tue, 21 Dec 2004
|
[ 10:44 skv ]
Updated to 3.020
|
Fri, 30 Jul 2004
|
[ 10:09 skv ]
Updated to 3.010
|
Tue, 14 Oct 2003
|
[ 16:52 skv ]
Add p5-Schedule-Load 3.002,
load distribution and status across
multiple host machines.
|
Number of commits found: 35 |