summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-06 17:00:54 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-06 17:00:54 +0000
commit3549caf2d0eb3f309788d9363ed973bf0f7a9907 (patch)
treed30695f11dbe46081c2ead27ecf46b2281273455 /www
parentAdd two patches which did not made it in the previous commit (diff)
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>
Notes
Notes: svn path=/head/; revision=55643
Diffstat (limited to 'www')
-rw-r--r--www/elinks-devel/Makefile18
-rw-r--r--www/elinks-devel/distinfo2
-rw-r--r--www/elinks-devel/pkg-comment2
-rw-r--r--www/elinks-devel/pkg-descr36
-rw-r--r--www/elinks-devel/pkg-plist2
-rw-r--r--www/elinks/Makefile18
-rw-r--r--www/elinks/distinfo2
-rw-r--r--www/elinks/pkg-comment2
-rw-r--r--www/elinks/pkg-descr36
-rw-r--r--www/elinks/pkg-plist2
10 files changed, 56 insertions, 64 deletions
diff --git a/www/elinks-devel/Makefile b/www/elinks-devel/Makefile
index cbc8945a7d08..8de8556635f1 100644
--- a/www/elinks-devel/Makefile
+++ b/www/elinks-devel/Makefile
@@ -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>
diff --git a/www/elinks-devel/distinfo b/www/elinks-devel/distinfo
index b4bfd04cf030..1b4df3f055a6 100644
--- a/www/elinks-devel/distinfo
+++ b/www/elinks-devel/distinfo
@@ -1 +1 @@
-MD5 (links-0.96.tar.gz) = 1c3502f3a3a5b79312cd296fb3d60544
+MD5 (elinks-0.2.3.tar.bz2) = 81e733b2b1c72a1e8d28e4a54cebe8ed
diff --git a/www/elinks-devel/pkg-comment b/www/elinks-devel/pkg-comment
index c02d23d5888f..ffc54e36bfe4 100644
--- a/www/elinks-devel/pkg-comment
+++ b/www/elinks-devel/pkg-comment
@@ -1 +1 @@
-Lynx-like text WWW browser
+Elinks - links text WWW browser with enhancements
diff --git a/www/elinks-devel/pkg-descr b/www/elinks-devel/pkg-descr
index 0a03e6e67397..ac1aaa83f5c3 100644
--- a/www/elinks-devel/pkg-descr
+++ b/www/elinks-devel/pkg-descr
@@ -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/
diff --git a/www/elinks-devel/pkg-plist b/www/elinks-devel/pkg-plist
index 191550099363..73918fdc397d 100644
--- a/www/elinks-devel/pkg-plist
+++ b/www/elinks-devel/pkg-plist
@@ -1 +1 @@
-bin/links
+bin/elinks
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index cbc8945a7d08..8de8556635f1 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -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>
diff --git a/www/elinks/distinfo b/www/elinks/distinfo
index b4bfd04cf030..1b4df3f055a6 100644
--- a/www/elinks/distinfo
+++ b/www/elinks/distinfo
@@ -1 +1 @@
-MD5 (links-0.96.tar.gz) = 1c3502f3a3a5b79312cd296fb3d60544
+MD5 (elinks-0.2.3.tar.bz2) = 81e733b2b1c72a1e8d28e4a54cebe8ed
diff --git a/www/elinks/pkg-comment b/www/elinks/pkg-comment
index c02d23d5888f..ffc54e36bfe4 100644
--- a/www/elinks/pkg-comment
+++ b/www/elinks/pkg-comment
@@ -1 +1 @@
-Lynx-like text WWW browser
+Elinks - links text WWW browser with enhancements
diff --git a/www/elinks/pkg-descr b/www/elinks/pkg-descr
index 0a03e6e67397..ac1aaa83f5c3 100644
--- a/www/elinks/pkg-descr
+++ b/www/elinks/pkg-descr
@@ -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/
diff --git a/www/elinks/pkg-plist b/www/elinks/pkg-plist
index 191550099363..73918fdc397d 100644
--- a/www/elinks/pkg-plist
+++ b/www/elinks/pkg-plist
@@ -1 +1 @@
-bin/links
+bin/elinks