aboutsummaryrefslogtreecommitdiff
path: root/sysutils/unquote
Commit message (Collapse)AuthorAgeFilesLines
* Hand back my ports to the pool.Eitan Adler2014-09-241-1/+1
| | | | | | | Ports require time and TLC which I no longer have. Notes: svn path=/head/; revision=369161
* Allow staging as a regular userAntoine Brodin2014-08-261-0/+2
| | | | Notes: svn path=/head/; revision=366245
* - Convert to stagingEitan Adler2013-09-291-4/+1
| | | | Notes: svn path=/head/; revision=328637
* 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
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* More formatting fixesEitan Adler2013-04-251-2/+1
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=316492
* Fix formatting of WWW line for my portsEitan Adler2013-04-241-1/+1
| | | | Notes: svn path=/head/; revision=316449
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+1
| | | | Notes: svn path=/head/; revision=305369
* Take maintainershipEitan Adler2012-02-251-1/+1
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=292218
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,Peter Pentchev2004-11-011-1/+1
| | | | | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu> Notes: svn path=/head/; revision=120589
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Update to unquote-1.0pre4.Peter Pentchev2003-07-072-2/+2
| | | | | | | Prompted by: Craig Carey <research@ijs.co.nz> Notes: svn path=/head/; revision=84374
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Update to 1.0pre3.Peter Pentchev2001-08-253-9/+6
| | | | | | | | | Use MANCOMPRESSED instead of tweaking MAKE_ENV. Remove the WRKSRC hack, I've learned to package up my stuff properly. Change e-mail addresses and URL's to ones at ringlet.net. Notes: svn path=/head/; revision=46890
* unquote executes a specified program after unquoting a specified listPeter Pentchev2001-05-085-0/+34
of arguments, allowing safe passing of shell metacharacters. Notes: svn path=/head/; revision=42393