non port: sysutils/xjobs/Makefile |
SVNWeb
|
Number of commits found: 21 |
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, 27 Jul 2020
|
[ 02:03 jgh ]
- update to 20200726
- changes to support NetBSD)
|
Wed, 23 Oct 2019
|
[ 02:18 jgh ]
- update to 20191016
|
Sat, 31 Aug 2019
|
[ 02:33 jgh ]
- adopt options framework for post-install target
|
Wed, 7 Aug 2019
|
[ 01:16 jgh ]
- update to 20190725
- shift to gmake for build
- pet portlint
Release 20190725:
=================
- autoconf scripts update
- added build description for cmake
- added build dependency calculation
- added support for PAGER environment variable
- make now stores object files in build directory
- removed some dead code
- changed default log level to status
- reworked/simplified logging code
(Only the first 15 lines of the commit message are shown above )
|
Mon, 5 Aug 2019
|
[ 20:07 rene ] (Only the first 10 of 26 ports in this commit are shown above. )
Return jgh's ports to the various pools after his commit bit was safekept.
Hat: portmgr-secretary
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Fri, 27 Jul 2018
|
[ 16:10 jgh ]
- update to 20170829
|
Tue, 25 Jul 2017
|
[ 21:43 jgh ]
- update to 20170630
- while here remove unnecessary patch for build
|
Tue, 27 Sep 2016
|
[ 20:56 jgh ]
- update to 20151016
|
Fri, 2 Jan 2015
|
[ 20:10 jgh ]
- update to 20140125
From Changelog:
- fix: GNU's getopt incorrectly consumes command arguments
|
Sat, 9 Nov 2013
|
[ 05:30 jgh ]
- remove conditional no longer required per staging
- remove now useless inclusion of bpom
|
Thu, 26 Sep 2013
|
[ 07:13 jgh ]
- support staging
|
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, 26 Apr 2013
|
[ 04:03 jgh ]
- restore created by header
- take maintainership
- define man1prefix
|
Wed, 3 Oct 2012
|
[ 01:15 jgh ]
- reset maintainer to heap
|
Mon, 13 Aug 2012
|
[ 21:46 jgh ]
- update to 20120412
- add documentation
From ChangeLog:
- fix: transient job starting stall on some systems when reading
reading multiple scripts from a named pipe
- workaround for CYGWIN causing a loop in xjobs on empty named pipes
|
Tue, 20 Dec 2011
|
[ 17:10 jgh ] (Only the first 10 of 18 ports in this commit are shown above. )
move contributor address => jgh
Approved by: crees (mentor)
|
Fri, 4 Nov 2011
|
[ 19:26 pawel ]
xjobs reads job descriptions line by line and executes them in parallel. It
limits the number of parallel executing jobs and starts new jobs when jobs
finish. Therefore, it combines the arguments from every input line with the
utility and arguments given on the command line. If no utility is given as an
argument to xjobs, then the first argument on every job line will be used as
utility. To execute utility xjobs searches the directories given in the PATH
environment variable and uses the first file found in these directories.
xjobs is most useful on multi-processor/core machines when one needs to execute
several time consuming command several that could possibly be run in parallel.
With xjobs this can be achieved easily, and it is possible to limit the load of
the machine to a useful value. It works similar to xargs, but starts several
processes simultaneously and gives only one line of arguments to each utility
call.
WWW: http://www.maier-komor.de/xjobs.html
PR: ports/162109
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
|
Number of commits found: 21 |