cvs commit: ports/lang Makefile ports/lang/lush Makefile distinfo pkg-descr pkg-plist ports/lang/lush/files patch-configure patch-include_header.h

Pav Lucistnik pav at FreeBSD.org
Sun Jan 4 20:21:26 PST 2004


pav         2004/01/04 20:21:24 PST

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/lush            Makefile distinfo pkg-descr pkg-plist 
    lang/lush/files      patch-configure patch-include_header.h 
  Log:
  Add lush, an object-oriented programming language designed for
  researchers, experimenters, and engineers interested in large-scale
  numerical and graphic applications.  Lush is designed to be used in
  situations where one would want to combine the flexibility of a
  high-level, loosely-typed interpreted language, with the efficiency
  of a strongly-typed, natively-compiled language, and with the easy
  integration of code written in C, C++, or other languages.
  
  WWW: http://lush.sourceforge.net/
  
  PR:             ports/60906
  Submitted by:   David Yeske <dyeske at yahoo.com>
  
  Revision  Changes    Path
  1.375     +1 -0      ports/lang/Makefile
  1.1       +46 -0     ports/lang/lush/Makefile (new)
  1.1       +1 -0      ports/lang/lush/distinfo (new)
  1.1       +11 -0     ports/lang/lush/files/patch-configure (new)
  1.1       +12 -0     ports/lang/lush/files/patch-include_header.h (new)
  1.1       +12 -0     ports/lang/lush/pkg-descr (new)
  1.1       +807 -0    ports/lang/lush/pkg-plist (new)


More information about the cvs-all mailing list