Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 10:55:47 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/orc Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201003091055.o29Atl88042732@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003091055.o29Atl88042732>