aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
Commit message (Collapse)AuthorAgeFilesLines
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-5/+5
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* - Fix build on 10+ by respecting CC, CFLAGSPawel Pekala2014-06-011-11/+14
| | | | | | | | | | - Add staging support - Convert to new options framework MFH: 2014Q2 Notes: svn path=/head/; revision=356067
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Return almost all of my ports back to the pool. I have no time to make anyMarcelo Araujo2013-11-291-1/+1
| | | | | | | necessary fixes on them for the past months. Notes: svn path=/head/; revision=335151
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Update to 1.08.Marcelo Araujo2008-10-233-5/+9
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=221952
* - Update to 1.07Martin Wilke2008-09-303-4/+8
| | | | | | | | PR: 127746 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=221046
* Reset sergei@ due to maintainer-timeouts and no response to email.Mark Linimon2008-07-271-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=217649
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149422
* - Update to 1.06Sergei Kolobov2004-06-103-6/+10
| | | | Notes: svn path=/head/; revision=111234
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106965
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* - Change to my @FreeBSD.org addressSergei Kolobov2003-10-281-1/+1
| | | | | | | Approved by: krion (implicit) Notes: svn path=/head/; revision=92444
* - Unbreak build by adding forgotten dependency on devel/skalibsSergei Kolobov2003-10-251-1/+3
| | | | | | | | | | | Reported by: bento (kris) - Reword COMMENT to avoid truncation by pkg_info(1) Approved by: krion (implicit) Notes: svn path=/head/; revision=92132
* Add execline 1.05:Sergei Kolobov2003-10-244-0/+151
execline is a very light non-interactive scripting language, which is similar to /bin/sh. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors. execline features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logical and predictable than the shell's syntax, and has no security issues. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/execline/ Approved by: krion (implicit) Notes: svn path=/head/; revision=92085