CVS: moonbase/web/elinks BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS,
NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Tue Nov 11 05:56:53 GMT 2003
Update of /var/cvs/lunar/moonbase/web/elinks
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15133
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Added the elinks text-mode browser. An advanced version of the Links browser
that is actively being developed/maintained.
--- NEW FILE: BUILD ---
(
mkdir -p elinks-build &&
cd elinks-build &&
../configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
$OPTS
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends bzip2 &&
depends gzip &&
depends zlib &&
optional_depends "guile" \
"--with-guile" \
"--withoug-guile" \
"plugin extensions"
optional_depends "openssl" \
"--with-openssl" \
"--without-openssl" \
"encryption for HTTPS"
optional_depends "expat" \
"--with-xbel" \
"--without-xbel" \
"for XBEL bookmarks"
optional_depends "gpm" \
"--with-gpm" \
"--without-gpm" \
"for gpm mouse support"
--- NEW FILE: DETAILS ---
MODULE=elinks
VERSION=0.4.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://elinks.or.cz/download/$SOURCE
SOURCE_VFY=md5:bb77dcd59968634477f5a6d5f07ccd5e
WEB_SITE=http://elinks.or.cz
ENTERED=20031110
UPDATED=20031110
SHORT=" ELinks is an advanced and well-established feature-rich text-mode web browser"
cat << EOF
ELinks can render both frames and tables, is highly customizable and can be
extended via Lua or Guile scripts. It is very portable and runs on a variety
of platforms.
EOF
More information about the Lunar-commits
mailing list