diff options
author | jschauma <jschauma> | 2002-06-20 15:11:21 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-06-20 15:11:21 +0000 |
commit | b10652e9aba1892a5b6d7945fdf41c8af34ec4ba (patch) | |
tree | 8a741110c0a730621dd3e3a5d231eb077261c445 /www/links-gui | |
parent | da34443054e928cfbbe2f5437ec2231ecfbfda66 (diff) | |
download | pkgsrc-b10652e9aba1892a5b6d7945fdf41c8af34ec4ba.tar.gz |
Initial import of links-gui, a graphical version of the popular
links web browser. Together with the update of pkgsrc/www/links
this closes PR##17218. This package and the update for pkgsrc/www/links
provided by Lubomir Sedlacik (salo at xtrmntr dot org).
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/DESCR | 3 | ||||
-rw-r--r-- | www/links-gui/Makefile | 13 | ||||
-rw-r--r-- | www/links-gui/distinfo | 4 |
3 files changed, 20 insertions, 0 deletions
diff --git a/www/links-gui/DESCR b/www/links-gui/DESCR new file mode 100644 index 00000000000..1460bc1c40d --- /dev/null +++ b/www/links-gui/DESCR @@ -0,0 +1,3 @@ +Lynx-like text and graphics WWW browser, supporting frames, tables +and JavaScript, displaying pages during download, background downloads +and more. diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile new file mode 100644 index 00000000000..a9678295b00 --- /dev/null +++ b/www/links-gui/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 15:11:21 jschauma Exp $ +# + +PKGNAME= links-gui-2.0 +COMMENT= Lynx-like text and graphics WWW browser + +CONFLICTS+= links-[0-9]* + +CONFIGURE_ARGS+= --enable-graphics + +.include "../../graphics/png/buildlink.mk" +.include "../../graphics/tiff/buildlink.mk" +.include "../../www/links/Makefile.common" diff --git a/www/links-gui/distinfo b/www/links-gui/distinfo new file mode 100644 index 00000000000..15c3746a027 --- /dev/null +++ b/www/links-gui/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/20 15:11:21 jschauma Exp $ + +SHA1 (links-2.0.tar.bz2) = c4584e728ebbb5ef60aab6d661a2d865445c451d +Size (links-2.0.tar.bz2) = 3499871 bytes |