notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
lush High level object-oriented programming language
1.2.1_9 lang Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.1_9Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-01-05 04:23:11
Last Update: 2014-09-01 17:12:33
SVN Revision: 366903
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: not specified in port
WWW:
http://lush.sourceforge.net/
Description:
Lush is 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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • lush>0:lang/lush
No installation instructions:
This port has been deleted.
PKGNAME: lush
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. glproto.pc : x11/glproto
  2. dri2proto.pc : x11/dri2proto
  3. xt.pc : x11-toolkits/libXt
  4. xft.pc : x11-fonts/libXft
  5. sdl-config : devel/sdl12
Runtime dependencies:
  1. xt.pc : x11-toolkits/libXt
  2. xft.pc : x11-fonts/libXft
Library dependencies:
  1. libintl.so : devel/gettext
  2. libGLU.so : graphics/libGLU
  3. libSDL.so : devel/sdl12
  4. libSDL_image.so : graphics/sdl_image
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (23 items)
Collapse this list.
  1. http://aarnet.dl.sourceforge.net/project/lush/lush/1.2.1/
  2. http://distcache.FreeBSD.org/ports-distfiles/
  3. http://downloads.sourceforge.net/project/lush/lush/1.2.1/
  4. http://freefr.dl.sourceforge.net/project/lush/lush/1.2.1/
  5. http://garr.dl.sourceforge.net/project/lush/lush/1.2.1/
  6. http://heanet.dl.sourceforge.net/project/lush/lush/1.2.1/
  7. http://hivelocity.dl.sourceforge.net/project/lush/lush/1.2.1/
  8. http://ignum.dl.sourceforge.net/project/lush/lush/1.2.1/
  9. http://internode.dl.sourceforge.net/project/lush/lush/1.2.1/
  10. http://iweb.dl.sourceforge.net/project/lush/lush/1.2.1/
  11. http://jaist.dl.sourceforge.net/project/lush/lush/1.2.1/
  12. http://kaz.dl.sourceforge.net/project/lush/lush/1.2.1/
  13. http://kent.dl.sourceforge.net/project/lush/lush/1.2.1/
  14. http://master.dl.sourceforge.net/project/lush/lush/1.2.1/
  15. http://nchc.dl.sourceforge.net/project/lush/lush/1.2.1/
  16. http://ncu.dl.sourceforge.net/project/lush/lush/1.2.1/
  17. http://netcologne.dl.sourceforge.net/project/lush/lush/1.2.1/
  18. http://sunet.dl.sourceforge.net/project/lush/lush/1.2.1/
  19. http://superb-dca3.dl.sourceforge.net/project/lush/lush/1.2.1/
  20. http://switch.dl.sourceforge.net/project/lush/lush/1.2.1/
  21. http://tenet.dl.sourceforge.net/project/lush/lush/1.2.1/
  22. http://ufpr.dl.sourceforge.net/project/lush/lush/1.2.1/
  23. http://waix.dl.sourceforge.net/project/lush/lush/1.2.1/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.1_9
01 Sep 2014 17:12:33
Revision:366903Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from l*
1.2.1_9
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.1_9
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
1.2.1_9
26 Jul 2013 14:23:13
Revision:323720Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with newer binutils
1.2.1_9
24 Apr 2013 18:10:32
Revision:316464Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
1.2.1_9
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
1.2.1_8
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
1.2.1_8
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.2.1_8
31 May 2010 02:01:56
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
1.2.1_7
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
1.2.1_6
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
1.2.1_5
30 Jan 2010 09:43:31
Original commit files touched by this commit
mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
1.2.1_4
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
1.2.1_3
02 Feb 2009 23:44:01
Original commit files touched by this commit
linimon search for other commits by this committer
Reset dyeske@gmail.com at his request.

Hat:    portmgr
1.2.1_3
23 Jan 2009 16:28:36
Original commit files touched by this commit
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
1.2.1_3
06 Jun 2008 13:41:15
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
1.2.1_2
21 Mar 2008 20:30:20
Original commit files touched by this commit
beech search for other commits by this committer
- Remove USE_X_PREFIX
- Use SF macro
- Bump portrevision

Approved by:    David Yeske <dyeske@gmail.com> (maintainer, implicit)
1.2.1_2
13 Mar 2008 14:28:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
1.2.1_1
05 Jul 2007 23:39:06
Original commit files touched by this commit
edwin search for other commits by this committer
dyeske at yahoo dot com -> dyeske at gmail dot com
1.2.1_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.2.1
26 Apr 2007 14:08:55
Original commit files touched by this commit
shaun search for other commits by this committer
- Remove FreeBSD 4.x checks.

PR:             ports/112021, ports/112035, ports/112064
Submitted by:   David Yeske <dyeske@yahoo.com> (maintainer)
1.2.1
05 Dec 2006 00:25:04
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.2.1
- portlint(1)

PR:             ports/105647
Submitted by:   Paul Dlug <paul at aps.org>
Approved by:    David Yeske <dyeske at yahoo.com> (maintainer)
1.2
05 Nov 2006 09:46:37
Original commit files touched by this commit
lawrance search for other commits by this committer
Mark BROKEN on 4.x.

Reported by:    kris
1.2
31 Oct 2006 07:15:01
Original commit files touched by this commit
lawrance search for other commits by this committer
Update to 1.2.

PR:             ports/104368
Submitted by:   Paul Dlug <paul@aps.org>
Approved by:    dyeske@yahoo.com (maintainer, timeout 2 weeks)
0.99_3
20 Sep 2006 11:21:59
Original commit files touched by this commit
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
0.99_2
09 May 2006 20:52:24
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
0.99_2
22 Jan 2006 12:42:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.99_2
12 Apr 2004 04:27:24
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on sparc64: Does not build
0.99_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.99_2
16 Mar 2004 04:23:56
Original commit files touched by this commit
edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
0.99_1
07 Mar 2004 23:39:10
Original commit files touched by this commit
edwin search for other commits by this committer
Let ports use the USE_SDL macro

PR:             ports/61807
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
0.99_1
04 Feb 2004 04:36:30
Original commit files touched by this commit
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
0.99
23 Jan 2004 18:12:26
Original commit files touched by this commit
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
0.99
05 Jan 2004 04:21:24
Original commit files touched by this commit
pav search for other commits by this committer
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@yahoo.com>

Number of commits found: 34