FreshPorts -- The Place For Ports Sun, 7 Sep 2008 1:00 PM BST
Port details
elk 3.99.7_2 lang on this many watch lists=2 search for ports that depend on this port
An embeddable Scheme interpreter

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: unknown
Also Listed In: scheme


Elk is a Scheme interpreter intended to be used as a general, reusable
extension language subsystem for integration into existing and future
applications.  Elk can also be used as a stand-alone implementation of
the Scheme programming language.

One purpose of the Elk project is to end the recent proliferation of
mutually incompatible Lisp-like extension languages.  Instead of
inventing and implementing yet another extension language, application
programmers can integrate Elk into their application to make it
extensible and highly customizable.

WWW: http://sam.zoy.org/projects/elk/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11/libXpm, devel/libtool15
Required To Run: x11/libXpm
Required Libraries: databases/gdbm, devel/libelf, x11-toolkits/open-motif

To install the port: cd /usr/ports/lang/elk/ && make install clean
To add the package: pkg_add -r elk


Configuration Options
     No options to configure

Master Sites:
http://sam.zoy.org/elk/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.99.7_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 14:41:15
Original commit files touched by this commit  3.99.7_2
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)
19 Apr 2008 18:56:05
Original commit files touched by this commit  3.99.7_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
19 May 2007 21:32:57
Original commit files touched by this commit  3.99.7_1
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}.
15 Aug 2006 01:29:13
Original commit files touched by this commit  3.99.7
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
30 Jul 2006 21:59:29
Original commit files touched by this commit  3.99.7
miwi search for other commits by this committer
- Fix file permissions
- Use DATADIR macro

PR:             ports/100966
Submitted by:   Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:    krion (mentor)
17 Jun 2006 10:36:30
Original commit files touched by this commit  3.99.7
erwin search for other commits by this committer
Update to 3.99.7

PR:             99045
Submitted by:   Ports fury
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.99.6_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
25 Nov 2005 00:33:45
Original commit files touched by this commit  3.99.6_2
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.99.6_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
02 Jun 2005 21:28:41
Original commit files touched by this commit  3.99.6_2
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
12 Apr 2005 04:26:57
Original commit files touched by this commit  3.99.6_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  3.99.6_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Feb 2005 19:07:04
Original commit files touched by this commit  3.99.6_2
sem search for other commits by this committer
- Try to unbreak on amd64: turn off gcc optimization

PR:             ports/77027
Submitted by:   Johan van Selst <johans(at)stack.nl>
31 Jan 2005 10:26:35
Original commit files touched by this commit  3.99.6_2
krion search for other commits by this committer
BROKEN on amd64: Does not build
17 Mar 2004 18:29:46
Original commit files touched by this commit  3.99.6_2
trevor search for other commits by this committer
SIZEify.
14 Mar 2004 06:17:56
Original commit files touched by this commit  3.99.6_2
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 05:21:48
Original commit files touched by this commit  3.99.6_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
30 Jan 2004 23:39:01
Original commit files touched by this commit  3.99.6_1
krion search for other commits by this committer
- Fix plist and bump PORTREVISION

Noticed by:     bento via kris
07 Dec 2003 16:15:12
Original commit files touched by this commit  3.99.6
krion search for other commits by this committer
- Update to version 3.99.6

PR:             60012
Submitted by:   Ports Fury
17 Nov 2003 12:29:10
Original commit files touched by this commit  3.99.5
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
29 Sep 2003 16:19:01
Original commit files touched by this commit  3.99.5
krion search for other commits by this committer
- Update to version 3.99.5

PR:             57358
Submitted by:   Ports Fury
24 Sep 2003 16:03:40
Original commit files touched by this commit  3.99.4
krion search for other commits by this committer
- Update to version 3.99.4

PR:             57094
Submitted by:   Ports Fury
28 Aug 2003 01:09:58
Original commit files touched by this commit  3.0.3
edwin search for other commits by this committer
Use the new virtual category 'scheme'

        - Add the virtual category 'scheme' to the orphan ports
        - Fix the chicken's csc script
        - Minor portlint cleanups

PR:             ports/55265
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
07 Aug 2003 18:26:46
Original commit files touched by this commit  3.0.3
oliver search for other commits by this committer
fix build on CURRENT
 - s|varargs.h|stdarg.h|
 - s|void va_start(va_list ap);|void va_start(va_list ap, last);|g
20 Feb 2003 18:38:02
Original commit files touched by this commit  3.0.3
knu search for other commits by this committer
De-pkg-comment.
21 Oct 2002 20:54:41
Original commit files touched by this commit  3.0.3
wollman search for other commits by this committer
Use strerror_r() rather than trying to hack our own.  This avoids
dealing with the nonstandardized types of sys_nerr and sys_errlst[]
and works for both -current and recent (>=4.5) values of -stable.
The previous implementation knew too much about sys_nerr for its own
good.
08 Oct 2000 05:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19095
Broken 158
Deprecated 77
Ignore 424
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 8
new 48 hours16
new 7 days52
new fortnight95
new month248

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.196 seconds.