./wip/elinks-libmm, Extended/Enhanced Links

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13nb1, Package name: elinks-0.13nb1, Maintainer: pkgsrc-users

ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser
with a wide range of additional features and extensibility by the possibility
to plug in own scripts in Lua language. This project aims to provide
feature-rich version of Links, with more open patches/features inclusion
policy. This OpenSource project is covered by the GNU General Public License.


Required to run:
[devel/libmm] [devel/libidn] [lang/lua52]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, libmm, ssl

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2012-09-29 00:07:28 by Aleksej Saushev | Files touched by this commit (66)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-12 17:46:33 by Thomas Klausner | Files touched by this commit (17)
Log message:
Add inet6 to default suggested options. It's 2012.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2009-05-20 02:58:40 by Thomas Klausner | Files touched by this commit (75) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2008-02-17 06:01:37 by Blair Sadewitz | Files touched by this commit (1)
Log message:

Fix this up a bit.
   2008-02-17 04:30:10 by Blair Sadewitz | Files touched by this commit (21)
Log message:

Development version of elinks (0.13) with a little code I wrote
to allocate memory via libmm.  On NetBSD, this gives the speed
of shared, anonymous memory and also contains nearly all of elinks'
memory access within the shared memory pool, which is destroyed upon
exit.  I like it much better like this. ;)

Also, I added some GNU code which is (or at least claims to be) a safe
wrapper for alloca() for additional safety.  Use of alloca() is
disabled in dcigettext.c; I did not have the energy to step through
it and replace all the instances of free().

If you use or are curious about using elinks, this is probably the way
to go.