Opened 10 years ago

Closed 10 years ago

#44917 closed submission (fixed)

ts 0.7.4

Reported by: Schamschula (Marius Schamschula) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: ts

Description

I've created a port for ts (task spooler) version 0.7.4.

task spooler is a Unix batch system where the tasks spooled run one after the other. The amount of jobs to run at once can be set at any 
time. 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 all at the same time, while you want to keep your resources 
busy for maximum benfit. Its interface allows using it easily in scripts.

Attachments (2)

Portfile (1.9 KB) - added by Schamschula (Marius Schamschula) 10 years ago.
patch-Makefile.diff (493 bytes) - added by Schamschula (Marius Schamschula) 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by Schamschula (Marius Schamschula)

Attachment: Portfile added

Changed 10 years ago by Schamschula (Marius Schamschula)

Attachment: patch-Makefile.diff added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r125180.

Rather than use reinplace to change the prefix in the Makefile, I decided to pass it as an argument to make install; this is what the README suggests doing.

I also added a post-destroot block to install the documentation files.

This port conflicts with the moreutils port; both want to install a ts program and manpage.

Be sure to send your patch which enables DESTDIR support to the developers so they can include it in a future version.

Note: See TracTickets for help on using tickets.