cvs commit: ports/devel Makefile ports/devel/orc Makefile distinfo pkg-descr pkg-plist

Martin Matuska mm at FreeBSD.org
Tue Mar 9 10:55:47 UTC 2010


mm          2010-03-09 10:55:47 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/orc            Makefile distinfo pkg-descr pkg-plist 
  Log:
  Orc – The Oil Runtime Compiler
  
  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/
  
  Revision  Changes    Path
  1.3831    +1 -0      ports/devel/Makefile
  1.1       +42 -0     ports/devel/orc/Makefile (new)
  1.1       +3 -0      ports/devel/orc/distinfo (new)
  1.1       +7 -0      ports/devel/orc/pkg-descr (new)
  1.1       +82 -0     ports/devel/orc/pkg-plist (new)


More information about the cvs-all mailing list