mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add elinks, links text WWW browser with many bugfixes and enhancements.
(repo-copied from www/links) PR: ports/33958 Submitted by: Jason Harris <jharris@widomaker.com>
This commit is contained in:
parent
46efc15b9e
commit
3549caf2d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55643
@ -5,19 +5,19 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= links
|
||||
PORTVERSION= 0.96
|
||||
PORTEPOCH= 1
|
||||
PORTNAME= elinks
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
|
||||
http://www.add.com.pl/links/download/ \
|
||||
http://ice.dammit.lt/links/download/ \
|
||||
http://links.sourceforge.net/download/
|
||||
MASTER_SITES= http://pasky.ji.cz/elinks/
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --program-prefix=e
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/elinks-20020208
|
||||
|
||||
MAN1= links.1
|
||||
MAN1= elinks.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (links-0.96.tar.gz) = 1c3502f3a3a5b79312cd296fb3d60544
|
||||
MD5 (elinks-0.2.3.tar.bz2) = 81e733b2b1c72a1e8d28e4a54cebe8ed
|
||||
|
@ -1 +1 @@
|
||||
Lynx-like text WWW browser
|
||||
Elinks - links text WWW browser with enhancements
|
||||
|
@ -1,23 +1,19 @@
|
||||
Lynx-like text WWW browser with many features like displaying tables,
|
||||
menus, etc.
|
||||
elinks is the links text WWW browser with many bugfixes and enhancements.
|
||||
|
||||
Keys: ESC display menu
|
||||
^C quit
|
||||
^P, ^N scroll up, down
|
||||
[, ] scroll left, right
|
||||
up, down select link
|
||||
-> follow link
|
||||
<- go back
|
||||
g go to url
|
||||
/ search
|
||||
? search back
|
||||
n find next
|
||||
N find previous
|
||||
= document info
|
||||
\ document source
|
||||
d download
|
||||
So far elinks adds the following to links:
|
||||
|
||||
WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/
|
||||
many bugfixes
|
||||
new translations and some updates of the original ones
|
||||
some very minor features not worth mentioning here
|
||||
code cleanup
|
||||
lua support (from links-lua project)
|
||||
HTTP referrer support
|
||||
updated manpage
|
||||
--help lists all options now
|
||||
cookie expiration and saving/loading from disk
|
||||
ability to modify user-agent string
|
||||
unhistory
|
||||
support for editing textareas in external editor
|
||||
ability to switch off document-specific colors
|
||||
|
||||
- Michael Vasilenko
|
||||
acid@stu.cn.ua
|
||||
WWW: http://pasky.ji.cz/elinks/
|
||||
|
@ -1 +1 @@
|
||||
bin/links
|
||||
bin/elinks
|
||||
|
@ -5,19 +5,19 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= links
|
||||
PORTVERSION= 0.96
|
||||
PORTEPOCH= 1
|
||||
PORTNAME= elinks
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
|
||||
http://www.add.com.pl/links/download/ \
|
||||
http://ice.dammit.lt/links/download/ \
|
||||
http://links.sourceforge.net/download/
|
||||
MASTER_SITES= http://pasky.ji.cz/elinks/
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --program-prefix=e
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/elinks-20020208
|
||||
|
||||
MAN1= links.1
|
||||
MAN1= elinks.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (links-0.96.tar.gz) = 1c3502f3a3a5b79312cd296fb3d60544
|
||||
MD5 (elinks-0.2.3.tar.bz2) = 81e733b2b1c72a1e8d28e4a54cebe8ed
|
||||
|
@ -1 +1 @@
|
||||
Lynx-like text WWW browser
|
||||
Elinks - links text WWW browser with enhancements
|
||||
|
@ -1,23 +1,19 @@
|
||||
Lynx-like text WWW browser with many features like displaying tables,
|
||||
menus, etc.
|
||||
elinks is the links text WWW browser with many bugfixes and enhancements.
|
||||
|
||||
Keys: ESC display menu
|
||||
^C quit
|
||||
^P, ^N scroll up, down
|
||||
[, ] scroll left, right
|
||||
up, down select link
|
||||
-> follow link
|
||||
<- go back
|
||||
g go to url
|
||||
/ search
|
||||
? search back
|
||||
n find next
|
||||
N find previous
|
||||
= document info
|
||||
\ document source
|
||||
d download
|
||||
So far elinks adds the following to links:
|
||||
|
||||
WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/
|
||||
many bugfixes
|
||||
new translations and some updates of the original ones
|
||||
some very minor features not worth mentioning here
|
||||
code cleanup
|
||||
lua support (from links-lua project)
|
||||
HTTP referrer support
|
||||
updated manpage
|
||||
--help lists all options now
|
||||
cookie expiration and saving/loading from disk
|
||||
ability to modify user-agent string
|
||||
unhistory
|
||||
support for editing textareas in external editor
|
||||
ability to switch off document-specific colors
|
||||
|
||||
- Michael Vasilenko
|
||||
acid@stu.cn.ua
|
||||
WWW: http://pasky.ji.cz/elinks/
|
||||
|
@ -1 +1 @@
|
||||
bin/links
|
||||
bin/elinks
|
||||
|
Loading…
Reference in New Issue
Block a user