aboutsummaryrefslogtreecommitdiff
path: root/sysutils/runwhen
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/runwhen: update to version 2021.04.30 and thus unbreak.Alexey Dokuchaev2021-05-096-206/+4
|
* sysutils/runwhen: mark BROKENDmitry Marakasov2021-04-241-0/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/runwhen: Add support for skalibs 2.9.2.1Tobias C. Berner2020-04-244-0/+200
| | | | | | | | | | | | | | | | | | | Five years after its latest release runwhen 2015.02.24 is no longer compatible the latest skalibs version (2.9.2.1 from 16 days ago). The attached patch allows the old runwhen code to build against the latest skalibs version. It converts the enum values in rw-match.c from lower to upper case to avoid a name collision on "div", deals with the renaming of tainnow.lib to to sysclock.lib and replaces a call to the deprecated env_get() function with getenv(). This gets rid of all compiler warnings and errors. PR: 245836 Submitted by: crest@rlwinm.de Notes: svn path=/head/; revision=532885
* Bump devel/skalibs consumers which were not updated after r497568Tobias C. Berner2019-04-021-1/+1
| | | | Notes: svn path=/head/; revision=497573
* Make libskarnet.so a runtime dependency.Michael Gmelin2016-10-281-1/+2
| | | | | | | | | | Before this change, "pkg autoremove" would remove devel/skalibs and render runwhen unsuable. Approved by: mentors (implicit) Notes: svn path=/head/; revision=424853
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-16/+16
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Unbreak by upgrading from 2003 to 2015. Do not install the uselessMikhail Teterin2015-02-264-43/+16
| | | | | | | | | | "doc" files. The list of files is so small now, a separate pkg-plist can be replaced with a PLIST_FILES-variable. Notified by: portscout Notes: svn path=/head/; revision=380056
* - devel/skalibs: update to 2.2.1.0 [1]Jan Beich2015-02-101-0/+2
| | | | | | | | | | | | | | | | - lang/execline: update to 2.0.2.0 [2] - Pass maintainership to the submitter [1][2] - Mark sysutils/runwhen as BROKEN PR: 197233 [1] PR: 197234 [2] Differential Revision: https://reviews.freebsd.org/D1818 Submitted by: Colin Booth <colin@heliocat.net> Approved by: portmgr (bapt) [1] Approved by: bapt (mentor) Notes: svn path=/head/; revision=378797
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* - Fix build with clang (gcc linker default)Pawel Pekala2014-08-032-8/+8
| | | | | | | | | | | - Add staging support - Convert to new options framework - Remove Author from pkg-descr MFH: 2014Q3 Notes: svn path=/head/; revision=363864
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360930
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-1/+2
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Chase URLs per distfile survey.Mark Linimon2005-11-271-1/+1
| | | | Notes: svn path=/head/; revision=149654
* Update master siteVolker Stolz2005-02-141-1/+1
| | | | | | | | PR: ports/77524 Submitted by: David Thiel (maintainer) Notes: svn path=/head/; revision=128864
* Add runwhen 2003.10.31, tools for running commands at particular times.Sergei Kolobov2003-11-015-0/+99
The biggest difference between runwhen and other schedulers is that runwhen doesn't have a single daemon overseeing multiple jobs. The runwhen tools essentially act as a glorified sleep command. Perhaps runwhen does nothing that at(1) doesn't, and there are lots of things at(1) does that runwhen doesn't: - runwhen doesn't change user IDs - thus it will never run anything as the wrong user. - It doesn't keep a central daemon running at all times - thus it won't break if that daemon dies. - It doesn't require any modifications to the system boot procedure. - It doesn't log through syslog(3) - thus it won't make a mess on the console if syslogd(1) isn't running. - It doesn't centralize storage of scheduled jobs (or any other per-job information) - thus unprivileged users can install and use it without cooperation from root, and without the use of a setuid program to handle changes. - It doesn't send output through mail - thus it doesn't break if there is no mail system installed. - It doesn't check access control files - thus it doesn't gratuitously deny users. Author: Paul Jarc <prj@po.cwru.edu> WWW: http://multivac.cwru.edu/runwhen/ PR: 58789 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=92791