summaryrefslogtreecommitdiff
path: root/sysutils/confctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Convert most ports using cloud.github.com to GHC.Mathieu Arnold2015-09-041-1/+3
| | | | | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight Notes: svn path=/head/; revision=396103
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+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
* Update "BSD" license in sysutils categoryMark Felder2014-12-111-1/+1
| | | | Notes: svn path=/head/; revision=374505
* - Stage supportMartin Wilke2014-02-111-3/+2
| | | | Notes: svn path=/head/; revision=343752
* 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
* Update to 1.2.Edward Tomasz Napierala2012-10-262-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306433
* Update to 1.1.Edward Tomasz Napierala2012-08-062-3/+3
| | | | Notes: svn path=/head/; revision=302180
* Confctl is a sysctl-like tool to provide access to C-syntax configurationEdward Tomasz Napierala2012-06-263-0/+31
files, such as /etc/hast.conf. It allows for retrieving, modifying, adding and removing variables, while preserving comments and formatting. WWW: https://github.com/trasz/confctl/ Notes: svn path=/head/; revision=300028