Port details |
- slack Configuration management system designed to appeal to lazy admins
- 0.15.2_4 sysutils
=4 0.15.2_4Version of this port present on the latest quarterly branch. - Maintainer: satwell@disjoint.net
 - Port Added: 2008-10-24 12:30:25
- Last Update: 2024-02-26 07:04:57
- Commit Hash: 7682ef1
- People watching this port, also watch:: statsvn, p5-Parallel-Iterator, monit, nagios-check_hdd_health, ap24-mod_mono
- License: not specified in port
- WWW:
- https://code.google.com/p/slack/
- Description:
- slack is an evolution from the usual "put files in some central directory"
that is fairly common practice. It's descended from an earlier system its
author also wrote, called "subsets", and uses a multi-stage rsync to fix
some of the problems he had there.
Basically, it's a glorified wrapper around rsync.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/slack/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/slack
- pkg install slack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: slack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (slack-0.15.2.tar.gz) = 5c11a6d29035bbb202a5c20c180ae86e8d9fa8ecc89b7f110713d0e0bedf21ce
SIZE (slack-0.15.2.tar.gz) = 51555
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- rsync : net/rsync
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for slack-0.15.2_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_slack
- USES:
- perl5 gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.2_4 26 Feb 2024 07:04:57
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/slack: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
0.15.2_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.15.2_3 13 Aug 2022 18:51:14
    |
Matthias Andree (mandree)  |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
0.15.2_2 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
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 ) |
0.15.2_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.15.2_2 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.15.2_2 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.15.2_2 03 Sep 2015 14:09:18
  |
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
0.15.2_2 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.15.2_2 03 Mar 2015 00:38:48
  |
bapt  |
Use @dir where possible |
0.15.2_1 29 Jun 2014 14:32:27
  |
vanilla  |
1: Stagify.
2: use @sample.
Approved by: portmgr@ (blanket approval) |
0.15.2 29 May 2014 11:20:14
  |
miwi  |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr |
0.15.2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.15.2 07 Sep 2013 07:11:49
  |
az  |
- convert to the new perl5 framework
Submitted by: portmgr (bapt@, blanket) |
0.15.2 11 Jun 2013 14:57:59
  |
miwi  |
- Fix build
- Trim header
Reported by: pkg (DEVELOPER_MODE) |
0.15.2 16 Dec 2012 06:12:28
  |
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
0.15.2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.15.2 24 Oct 2008 12:26:41
 |
miwi  |
slack is an evolution from the usual "put files in some central directory"
that is fairly common practice. It's descended from an earlier system its
author also wrote, called "subsets", and uses a multi-stage rsync to fix
some of the problems he had there.
Basically, it's a glorified wrapper around rsync.
WWW: http://code.google.com/p/slack/
PR: ports/127911
Submitted by: Steve Atwell |