summaryrefslogtreecommitdiff
path: root/sysutils/fcron (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/fcron: Moved man to share/manMuhammad Moinur Rahman2024-02-252-7/+7
| | | | Approved by: portmgr (blanket)
* sysutils/fcron: fix owner of fcronsighupBob Eager2023-07-172-12/+13
| | | | | | | While here, pet linters. PR: 272537 Reported by: bob@eager.cx (maintainer)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508909
* Some typo fixes and whitespace cleanup for pkg-descr files.Jimmy Olgeni2017-09-101-2/+2
| | | | Notes: svn path=/head/; revision=449586
* sysutils/fcron: 3.2.0 -> 3.2.1Kurt Jaeger2016-07-306-32/+10
| | | | | | | | | | - @-lines can now be run up to every second (previously every 10s at most) PR: 211451 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=419320
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-3/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* sysutils/fcron: 3.0.6 -> 3.2.0Kurt Jaeger2016-05-0815-60/+166
| | | | | | | | | | | | Changes: http://fcron.free.fr/doc/en/changes.html - updated maintainer mail PR: 209139 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=414794
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Simplify plistBaptiste Daroussin2014-09-221-16/+6
| | | | Notes: svn path=/head/; revision=368846
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* Support stageBaptiste Daroussin2014-06-054-107/+51
| | | | | | | | | | | | | | Modernisation: - Use @sample - Install pam files into prefix - Use USERS/GROUPS framework - Remove now useless pkg-install/pkg-deinstall scripts PR: 190162 Submitted by: Zsolt Udvari Notes: svn path=/head/; revision=356721
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-291-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355686
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326573
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* sysutils/fcron: fixup default argument promotionEygene Ryabinkin2011-09-253-0/+44
| | | | | | | | | | | | | | | | | When mode_t is char- or short-like, it will be promoted to the pure int when it is passed as the variable argument [1], so we should pass 'int' to the va_arg. I had also eliminated fflush for the stream opened read-only, since it will always fail and there is no need to flush read-only streams. [1] http://c-faq.com/~scs/cclass/int/sx11c.html Feature safe: yes PR: 152304 Notes: svn path=/head/; revision=282355
* Over to new volunteerChris Rees2011-07-181-1/+1
| | | | | | | Approved by: rene (mentor, implicit), maintainer (via email to ports@) Notes: svn path=/head/; revision=277914
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 3.0.6Sunpoet Po-Chuan Hsieh2010-10-132-4/+6
| | | | | | | | | | | | - Add LICENSE Changes: http://fcron.free.fr/doc/en/changes.html PR: ports/151352 Submitted by: Sebastien Santoro <dereckson@gmail.com> Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262942
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 3.0.3Martin Wilke2007-06-113-7/+8
| | | | | | | | PR: 113386 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer) Notes: svn path=/head/; revision=193229
* - Update to 3.0.2Rong-En Fan2007-01-177-99/+6
| | | | | | | | PR: ports/108008 Submitted by: Brad Huntting <huntting at glarp.com> (maintainer) Notes: svn path=/head/; revision=182603
* - Install pam files directly (in /etc/pam.d, unless they already exist)Sergey Matveychuk2006-06-047-7/+104
| | | | | | | | | | | | | | | | | rather than just leaving them in the examples directory. There seems to be no real security advantage to not installing the pam files since they are required for fcron and fcrontab to operate, and root privs are required to install fcron to begin with. - The sockaddr.sa_len was not set prior to calls to bind() and connect(). The upshot begin that fcrondyn was unable to open the socket to communicate with fcron. PR: ports/97066 Submitted by: maintainer Notes: svn path=/head/; revision=164357
* Update to 3.0.1.Sam Lawrance2006-02-095-11/+27
| | | | | | | | PR: ports/92990 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer) Notes: svn path=/head/; revision=155575
* - Fix fcron crashing with disabling of fcrondynSergey Matveychuk2005-11-124-26/+5
| | | | | | | | | | - Get rid of unnessesary patch PR: ports/88883 Submitted by: maintainer Notes: svn path=/head/; revision=148064
* Do not overwrite configuration files during an update.Jean-Yves Lefort2005-10-301-2/+4
| | | | Notes: svn path=/head/; revision=146753
* Do not install the bitstring(3) manual page, as it ships with the base system.Jean-Yves Lefort2005-10-231-2/+2
| | | | | | | | PR: ports/87851 Submitted by: maintainer Notes: svn path=/head/; revision=146177
* - Update to 3.0.0Jean-Yves Lefort2005-10-0416-118/+191
| | | | | | | | | | - Pass maintainership to submitter PR: ports/85817 Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer) Notes: svn path=/head/; revision=144194
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-201-1/+1
| | | | | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self) Notes: svn path=/head/; revision=143208
* - Unbreak build on 5.3+Sergey Matveychuk2004-12-072-7/+10
| | | | | | | | PR: ports/74798 Submitted by: Evan Dower <evantd(at)cs.washington.edu> Notes: svn path=/head/; revision=123370
* BROKEN on 5.x: Does not compileKris Kennaway2004-11-271-1/+7
| | | | Notes: svn path=/head/; revision=122616
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Mark NO_PACKAGE: something causes the package builds to go haywire andKris Kennaway2003-01-121-0/+2
| | | | | | | spit out an infinite amount of text (this is bad for disk space) Notes: svn path=/head/; revision=72965
* PERL -> REINPLACEEdwin Groothuis2002-11-041-0/+1
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Update to 2.1.0Patrick Li2002-01-275-14/+36
| | | | | | | | PR: 34221 Submitted by: maintainer Notes: svn path=/head/; revision=53813
* assign new MAINTAINER.FUJISHIMA Satsuki2001-11-061-1/+1
| | | | | | | | PR: 31110 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=49677
* upgrade to 2.0.0Ying-Chieh Liao2001-10-092-3/+2
| | | | | | | | PR: 31153 Submitted by: Jerry A! <jerry@thehutt.org> Notes: svn path=/head/; revision=48592
* o add missed bin/fcronsighup.FUJISHIMA Satsuki2001-09-213-4/+25
| | | | | | | | o utilize DOCSDIR. o install fcron.{allow,deny,conf}.dist and remove them if unchanged. Notes: svn path=/head/; revision=48041
* Add patch patch-configure.in to stop checking for ${PREFIX}/etcDavid W. Chapman Jr.2001-08-252-1/+24
| | | | | | | | during configure BUMP Portrevision Notes: svn path=/head/; revision=46900
* Backout 1.5 of MakefileDavid W. Chapman Jr.2001-08-251-3/+0
| | | | | | | | ETC is already set so why should configure need to autodetect Also if you build as non-root you don't have correct perms on etc Notes: svn path=/head/; revision=46835
* Create ${PREFIX}/etc dir so configure script finds to automagically.David W. Chapman Jr.2001-08-241-0/+3
| | | | | | | | PR: 30038 Submitted by: leeym@utopia.leeym.com Notes: svn path=/head/; revision=46824
* upgrade to 1.1.1Ying-Chieh Liao2001-07-204-7/+19
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45268