notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ts Serial task spooler
1.0.2_1 sysutils on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.2Version of this port present on the latest quarterly branch.
Maintainer: demon@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-04-03 12:06:04
Last Update: 2024-01-10 15:29:49
Commit Hash: e4610fc
People watching this port, also watch:: tmux, tcpdump, sysinfo, monit, coreutils
License: GPLv2+
WWW:
https://vicerveza.homeunix.net/~viric/soft/ts/
Description:
task spooler is a Unix batch system where the tasks spooled run one after the other. Each user in each system has his own job queue. The tasks are run in the correct context (that of enqueue) from any shell/process, and its output/results can be easily watched. It is very useful when you know that your commands depend on a lot of RAM, a lot of disk use, give a lot of output, or for whatever reason it's better not to run them at the same time.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/ts
  2. share/man/man8/ts.8.gz
  3. /usr/local/share/licenses/ts-1.0.2_1/catalog.mk
  4. /usr/local/share/licenses/ts-1.0.2_1/LICENSE
  5. /usr/local/share/licenses/ts-1.0.2_1/GPLv2+
Collapse this list.
Dependency lines:
  • ts>0:sysutils/ts
To install the port:
cd /usr/ports/sysutils/ts/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/ts
  • pkg install ts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ts
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1640341376 SHA256 (ts-1.0.2.tar.gz) = f73452aed80e2f9a7764883e9353aa7f40e65d3c199ad1f3be60fd58b58eafec SIZE (ts-1.0.2.tar.gz) = 67010

Packages (timestamps in pop-ups are UTC):
ts
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.2_11.0.2_11.01.0.2_11.0.2_1-1.0-
FreeBSD:13:quarterly1.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.2
FreeBSD:14:latest1.0.2_11.0.2_11.0.21.0.2_11.0.2_11.0.2-1.0.2
FreeBSD:14:quarterly1.0.21.0.2-1.0.21.0.21.0.21.0.21.0.2
FreeBSD:15:latest1.0.2_11.0.2_1n/a1.0.2_1n/a1.0.2_11.0.2_11.0.2_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ts-1.0.2_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_ts
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://vicerveza.homeunix.net/~viric/soft/ts/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.2_1
10 Jan 2024 15:29:49
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.0.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.0.2
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.0.2
24 Dec 2021 14:52:13
commit hash: 0f9029ebeacdf2ff0dc5b9b2dd090066181095b8commit hash: 0f9029ebeacdf2ff0dc5b9b2dd090066181095b8commit hash: 0f9029ebeacdf2ff0dc5b9b2dd090066181095b8commit hash: 0f9029ebeacdf2ff0dc5b9b2dd090066181095b8 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
sysutils/ts: Update to version 1.0.2

 - Fix race at server start

PR:		260662
Approved by:	demon (maintainer)
1.0.1
24 Oct 2021 09:50:12
commit hash: 876847c2859aa6b035ff5ae2b09953d92ad1f561commit hash: 876847c2859aa6b035ff5ae2b09953d92ad1f561commit hash: 876847c2859aa6b035ff5ae2b09953d92ad1f561commit hash: 876847c2859aa6b035ff5ae2b09953d92ad1f561 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
sysutils/ts: Update to version 1.0.1

PR:		259382
Reported by:	olgeni
Approved by:	maintainer (demon)
1.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
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
1.0
23 Oct 2016 11:56:46
Revision:424516Original commit files touched by this commit
olgeni search for other commits by this committer
Update sysutils/ts to version 1.0.

PR:		213628
Submitted by:	olgeni
Approved by:	demon (maintainer)
0.7.6
30 Mar 2016 13:09:18
Revision:412166Original commit files touched by this commit
olgeni search for other commits by this committer
Update sysutils/ts to version 0.7.6, and add LICENSE.

PR:		208394
Submitted by:	olgeni
Approved by:	demon (by mail)
0.7.5
30 Mar 2015 21:45:45
Revision:382754Original commit files touched by this commit
bapt search for other commits by this committer
Remove dead mirror
0.7.5
07 Mar 2015 09:39:58
Revision:380680Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.7.5.
0.7.4_1
02 Jan 2015 10:30:13
Revision:376042Original commit files touched by this commit
demon search for other commits by this committer
Fix section in ts(1).

PR:		196337
Submitted by:	olgeni
0.7.4
14 Nov 2013 08:39:59
Revision:333740Original commit files touched by this commit
demon search for other commits by this committer
Update to 0.7.4

PR:		183948
Submitted by:	olgeni

(also remove obsolete check for NOPORTDOCS, it is handled automatically via
staging).
0.7.3_1
11 Oct 2013 15:47:17
Revision:330085Original commit files touched by this commit
olgeni search for other commits by this committer
- Rename ts.1 to ts.8 to avoid conflicts with security/openssl.
- Upgrade USE_GMAKE.
- Add staging support.

PR:		ports/182879
Submitted by:	olgeni
Approved by:	maintainer
0.7.3
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.7.3
11 Mar 2013 13:33:02
Revision:313892Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.7.3.
0.6.4
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
0.6.4
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.6.4
25 Mar 2009 10:04:39
Original commit files touched by this commit
demon search for other commits by this committer
Update to 0.6.4.
Take maintainership.
0.5.4
07 Sep 2008 00:19:05
Original commit files touched by this commit
linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
0.5.4
03 May 2008 19:00:57
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.5.4
0.5.2
10 Feb 2008 10:25:29
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.5.2
0.4.2
25 Dec 2007 07:10:28
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.4.2
0.4.1
14 Dec 2007 21:44:04
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.4.1
0.4
13 Apr 2007 21:12:08
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.4
0.3.2
06 Apr 2007 05:41:34
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.3.2
0.3.1
04 Apr 2007 05:31:54
Original commit files touched by this commit
sat search for other commits by this committer
- Update to 0.3.1
- Fix plist
0.3
03 Apr 2007 12:03:25
Original commit files touched by this commit
sat search for other commits by this committer
Add port sysutils/ts:

task spooler is a Unix batch system where the tasks spooled run one
after the other. Each user in each system has his own job queue. The
tasks are run in the correct context (that of enqueue) from any
shell/process, and its output/results can be easily watched. It is
very useful when you know that your commands depend on a lot of RAM,
a lot of disk use, give a lot of output, or for whatever reason it's
better not to run them at the same time.

WWW: http://vicerveza.homeunix.net/~viric/soft/ts/
Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>

Number of commits found: 29