summaryrefslogtreecommitdiff
path: root/lang/lush
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-22Fix some pkglint.dholland3-5/+7
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-12-20+USE_GNU_READLINE= yes # rl_getc, rl_basic_quote_characters, ↵wiz1-1/+2
rl_insert_close
2011-11-16Add missing devel/readline buildlinks.sbd1-1/+3
Bump PKGREVISIONs
2009-06-14Remove @dirrm entries from PLISTsjoerg1-87/+1
2009-01-16Update to 1.2.1.asau5-98/+54
Changes since 1.2: - Fixes for recent versions of libbfd. - Miscellaneous bug fixes. - Updated support for libdc - Updated support for opencv Changes since 1.1: - Minor evolution. - Compiles better with gcc-4.x
2008-08-17Fix this to not compile in the pkgsrc dummy $HOME. (Patching lisp code,dholland3-2/+38
whee.) PKGREVISION++.
2007-02-19No need to include x11.b3.mk directly.joerg1-2/+1
2006-08-23Initial import of lush-1.1 from pkgsrc-wip, packaged by Gilles Dauphin:wiz6-0/+961
Lush is an object-oriented Lisp interpreter/compiler with features designed to please people who want to prototype large numerical applications. Lush includes an extensive library of vector/matrix/tensor manipulation, numerous numerical libraries (including GSL, LAPACK, and BLAS), a set of graphic functions, a simple GUI toolkit, and interfaces to various graphic and multimedia libraries such as OpenGL, SDL, Video4Linux, and ALSA (video/audio grabbing), and others. Lush is an ideal frontend script language for programming projects written in C or other languages. Lush also has libraries for Machine Learning, Neural Nets and statistical estimation (which are the main interests of the authors).