summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-06-20 15:18:13 +0000
committerjschauma <jschauma>2002-06-20 15:18:13 +0000
commit6bd93943040df01976a1766978140088dbad333f (patch)
tree64dd5833fec2d8ac5f04bac3e32cb54f4040d23b /www
parentb10652e9aba1892a5b6d7945fdf41c8af34ec4ba (diff)
downloadpkgsrc-6bd93943040df01976a1766978140088dbad333f.tar.gz
Update to version 2.0:
changes in links 0.9.7 -> 2.0 - JavaScript support - remade bookmarks - support for gamma corrections Split into pkgsrc/www/links and pkgsrc/www/links-gui: - rewritten to support graphics - support for various graphics drivers including: o X Window System o SVGAlib o Atheos GUI o PMShell - support for various graphics formats including: o PNG o JPEG o TIFF o GIF Update and split et al provided by Lubomir Sedlacik (salo at xtrmntr dot org) in PR##17218 - this commit closes this PR.
Diffstat (limited to 'www')
-rw-r--r--www/links/DESCR4
-rw-r--r--www/links/Makefile17
-rw-r--r--www/links/Makefile.common22
-rw-r--r--www/links/distinfo6
4 files changed, 32 insertions, 17 deletions
diff --git a/www/links/DESCR b/www/links/DESCR
index b887398630e..03069d3ae4e 100644
--- a/www/links/DESCR
+++ b/www/links/DESCR
@@ -1,2 +1,2 @@
-Lynx-like text WWW browser, supporting frames and tables, displaying
-pages during download, background downloads and more.
+Lynx-like text WWW browser, supporting frames, tables and JavaScript,
+displaying pages during download, background downloads and more.
diff --git a/www/links/Makefile b/www/links/Makefile
index ea069bb6668..0a45502474b 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -1,20 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2002/06/17 10:33:54 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/06/20 15:18:13 jschauma Exp $
#
-DISTNAME= links-0.97
-CATEGORIES= www
-MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/links/download/ \
- http://www.add.com.pl/links/download/ \
- http://ice.dammit.lt/links/download/ \
- http://mirrors.oven.com/links/ \
- http://links.sourceforge.net/download/
+PKGNAME= links-2.0
-MAINTAINER= wiz@netbsd.org
-HOMEPAGE= http://artax.karlin.mff.cuni.cz/~mikulas/links/
COMMENT= Lynx-like text WWW browser
+CONFLICTS+= links-gui-[0-9]*
+
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
-.include "../../security/openssl/buildlink.mk"
-.include "../../mk/bsd.pkg.mk"
+.include "../../www/links/Makefile.common"
diff --git a/www/links/Makefile.common b/www/links/Makefile.common
new file mode 100644
index 00000000000..088f90cd9f6
--- /dev/null
+++ b/www/links/Makefile.common
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile.common,v 1.1 2002/06/20 15:18:13 jschauma Exp $
+#
+
+DISTNAME= links-2.0
+CATEGORIES= www
+MASTER_SITES= \
+ http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \
+ http://artax.karlin.mff.cuni.cz/~mikulas/links/download/ \
+ ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+CONFIGURE_ARGS+= --enable-javascript
+PLIST_SRC= ../../www/links/PLIST
+
+.include "../../security/openssl/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/links/distinfo b/www/links/distinfo
index c15305286b4..3a4939bf58d 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/05/10 08:14:35 wiz Exp $
+$NetBSD: distinfo,v 1.5 2002/06/20 15:18:13 jschauma Exp $
-SHA1 (links-0.97.tar.gz) = 0e57ca708b6d6df3caed4fe58f50842b15364224
-Size (links-0.97.tar.gz) = 530424 bytes
+SHA1 (links-2.0.tar.bz2) = c4584e728ebbb5ef60aab6d661a2d865445c451d
+Size (links-2.0.tar.bz2) = 3499871 bytes