aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysgather
Commit message (Collapse)AuthorAgeFilesLines
* - Modernize plist, switch to @sampleDmitry Marakasov2015-06-072-6/+8
| | | | Notes: svn path=/head/; revision=388730
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380310
* - Allow staging as a regular userAntoine Brodin2014-09-101-6/+3
| | | | | | | | - Clarify License - Use shebangfix rather than manual post-patch Notes: svn path=/head/; revision=367856
* Support STAGEDIR.Vanilla I. Shu2013-11-162-3/+1
| | | | Notes: svn path=/head/; revision=333988
* 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 new perl frameworkAndrej Zverev2013-08-031-1/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Update to 1.0.p10Martin Wilke2013-03-243-13/+22
| | | | | | | | PR: 177251 Submitted by: ports fury Notes: svn path=/head/; revision=315137
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-1/+1
| | | | Notes: svn path=/head/; revision=300176
* - Reassign to the heapGreg Larkin2012-02-271-1/+1
| | | | | | | Requested by: roam (on ports-developers@) Notes: svn path=/head/; revision=292325
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+2
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to sysgather-1.0pre9.Peter Pentchev2007-02-273-4/+5
| | | | Notes: svn path=/head/; revision=186119
* Update sysgather to 1.0.b8.Peter Pentchev2006-10-312-4/+4
| | | | Notes: svn path=/head/; revision=175744
* Update to sysgather-1.0pre7.Peter Pentchev2006-02-142-4/+4
| | | | Notes: svn path=/head/; revision=156055
* Update to sysgather-1.0pre6.Peter Pentchev2006-02-104-68/+4
| | | | Notes: svn path=/head/; revision=155671
* Make this work with Perl 5.005:Peter Pentchev2006-02-103-1/+71
| | | | | | | | | | | - supply a second argument to mkdir(); - bypass the podchecker invocation on Perl 5.005, which simply does not have it. Reported by: pointyhat via kris Notes: svn path=/head/; revision=155637
* Update to sysgather-1.0pre5.Peter Pentchev2006-02-093-4/+7
| | | | Notes: svn path=/head/; revision=155576
* Add sysgather-1.0pre3 - a simple configuration file manager that makesPeter Pentchev2006-02-064-0/+36
it easier to keep track of configuration files using a version control system. Notes: svn path=/head/; revision=155367