#!/bin/sh if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${0##*/}\$"); then echo "$0: Cannot determine the PREFIX" >&2 exit 64 fi if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf source_rc_confs elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi case "$1" in start) case ${streamingadminserver_enable} in [Yy][Ee][Ss]) ${streamingadminserver_program:-${PREFIX}/sbin/streamingadminserver.pl} ${streamingadminserver_flags} && \ echo -n ' StreamingAdminServer' ;; esac ;; stop) case ${streamingadminserver_enable} in [Yy][Ee][Ss]) if [ -f /var/run/streamingadminserver.pid ]; then /bin/kill `/bin/cat /var/run/streamingadminserver.pid` echo -n ' StreamingAdminServer' fi ;; esac ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 head>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-forecast
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* - Update to 8.14TAKATSU Tomonari2021-03-122-4/+4
* - Update to 8.13TAKATSU Tomonari2020-09-222-5/+4
* math/R: Update to version 4.0.0Joseph Mingrone2020-05-061-0/+1
* - Update to 8.12TAKATSU Tomonari2020-04-072-4/+4
* - Update to 8.9TAKATSU Tomonari2019-09-082-4/+5
* - Update to 8.8TAKATSU Tomonari2019-08-042-5/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-0/+1
* - Update to 8.7TAKATSU Tomonari2019-07-062-6/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
* - Update to 8.4TAKATSU Tomonari2018-07-022-5/+5
* - Update to 8.3TAKATSU Tomonari2018-04-162-10/+10
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-111-0/+1
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-031-1/+1
* - Update to 8.2TAKATSU Tomonari2017-09-282-4/+4
* - Update to 8.1TAKATSU Tomonari2017-06-282-8/+8
* - Update to 8.0TAKATSU Tomonari2017-05-042-6/+8
* - Update to 7.3TAKATSU Tomonari2016-10-162-4/+4
* - Update to 7.2TAKATSU Tomonari2016-09-172-5/+8
* - Update to 7.1TAKATSU Tomonari2016-04-152-3/+3
* - Update to 7.0TAKATSU Tomonari2016-04-092-5/+5
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
* - Update to 6.2TAKATSU Tomonari2015-11-293-4/+4
* - Update to 6.1TAKATSU Tomonari2015-06-122-8/+7
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-0/+1
* - Update to 5.4TAKATSU Tomonari2014-05-102-3/+3
* - Update to 5.3TAKATSU Tomonari2014-03-252-4/+3
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-111-0/+1
* - Update to 5.2TAKATSU Tomonari2014-02-25