aboutsummaryrefslogtreecommitdiff
path: root/devel/orc
Commit message (Collapse)AuthorAgeFilesLines
* orc doesn't need to remove lib/pkgconfigBaptiste Daroussin2012-04-261-1/+0
| | | | | | | | PR: ports/166809 Approved by: maintainer timeout (>14d) Notes: svn path=/head/; revision=295570
* Update to 0.4.16Martin Matuska2012-01-253-4/+4
| | | | Notes: svn path=/head/; revision=289768
* Fix pkg-plist for WITH_DOCS and WITH_EXAMPLES.Martin Matuska2011-05-142-4/+28
| | | | | | | | PR: ports/156440 Submitted by: Arseny Nasokin <eirnym@gmail.com> Notes: svn path=/head/; revision=274096
* Update to 0.4.14Martin Matuska2011-05-033-4/+5
| | | | | | | | PR: ports/156487 Submitted by: Koop Mast <kwm@FreeBSD.org> Notes: svn path=/head/; revision=273558
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+3
| | | | Notes: svn path=/head/; revision=271527
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 0.4.11Martin Matuska2010-10-182-4/+4
| | | | Notes: svn path=/head/; revision=263214
* - Update to 0.4.10Martin Matuska2010-10-102-4/+4
| | | | Notes: svn path=/head/; revision=262752
* - Update to 0.4.9Martin Matuska2010-09-184-4/+24
| | | | Notes: svn path=/head/; revision=261411
* - Avoid configure re-runMartin Matuska2010-09-051-1/+2
| | | | | | | | | | - Don't link against librt for clock_gettime PR: ports/148985 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=260577
* - Fix plistPav Lucistnik2010-08-311-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=260308
* - Update to 0.4.8Martin Matuska2010-08-302-4/+4
| | | | Notes: svn path=/head/; revision=260223
* - Update to 0.4.6Martin Matuska2010-07-153-5/+11
| | | | | | | | | | - Fix pkgconfigdir [1] PR: ports/148548 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Notes: svn path=/head/; revision=257820
* - Update to 0.4.5Martin Matuska2010-06-093-24/+20
| | | | Notes: svn path=/head/; revision=256208
* Attempt to fix build on powerpc.Mark Linimon2010-06-031-0/+11
| | | | | | | | | PR: ports/146023 Submitted by: Andreas Tobler <andreast-list at fgznet dot ch> Approved by: maintainer timeout Notes: svn path=/head/; revision=255616
* - Update to 0.4.4Martin Matuska2010-03-303-11/+5
| | | | Notes: svn path=/head/; revision=251801
* - Fix pkg-descrMartin Matuska2010-03-091-5/+9
| | | | Notes: svn path=/head/; revision=250762
* Orc – The Oil Runtime CompilerMartin Matuska2010-03-094-0/+134
Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. (OIL stands for Optimized Inner Loops) WWW: http://code.entropywave.com/projects/orc/ Notes: svn path=/head/; revision=250761