aboutsummaryrefslogtreecommitdiff
path: root/sysutils/slack
Commit message (Collapse)AuthorAgeFilesLines
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-2/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422140
* 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
* - Switch to options helpersDmitry Marakasov2015-09-031-14/+13
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Use @dir where possibleBaptiste Daroussin2015-03-032-8/+4
| | | | Notes: svn path=/head/; revision=380318
* 1: Stagify.Vanilla I. Shu2014-06-292-21/+20
| | | | | | | | | 2: use @sample. Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=359768
* - 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-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+1
| | | | | | | Submitted by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326574
* - Fix buildMartin Wilke2013-06-112-6/+1
| | | | | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320598
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* slack is an evolution from the usual "put files in some central directory"Martin Wilke2008-10-245-0/+274
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 Notes: svn path=/head/; revision=221985