From bf34ac16b3ab96da01e0cf7780ba3bc8211312c5 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 2 Dec 2010 16:00:38 +0000 Subject: Update to 2.3pre1, set LICENSE. === RELEASE 2.3pre1 === Sun Aug 16 06:17:03 MET 2009 mikulas: Accept cookies for domains with two parts, such as xxxx.yy, where "xxxx" has at least 4 chars. This likely won't be generic domain such as "co.tw", so accepting the cookie is safe. Sun May 17 22:29:43 MET DST 2009 mikulas: Support encryption with NSS (GPL fanatics don't like OpenSSL, grrr) Sun May 17 18:51:07 cet 2009 mikulas: Ignore textarea that is not inside form (for Google) Sun Jan 18 19:27:56 CET 2009 mikulas: Avoid quadratic complexity when parsing long forms Thu Jan 1 14:04:38 CET 2009 mikulas: UTF-8 text mode terminal support Sun Sep 14 01:02:06 MET 2008 mikulas: Decode '%' in downloaded file names Tue Sep 9 23:13:20 MET 2008 mikulas: Do not add another '?' or '&' if already present at the end of form submit URL Sun Aug 24 17:19:32 MET 2008 Christian Biere : magnet: URL support Wed Aug 20 23:03:10 cet 2008 mikulas: More strict check for invalid GIF header (catches some misgenerated images that reported too big size and overflowed the memory allocator) Sun Aug 17 23:30:34 MET 2008 mikulas: Check for too big images Wed Aug 13 00:24:41 CEST 2008 mikulas: Fixed occasional drawing after VT switch on framebuffer Mon Aug 4 18:53:52 cet 2008 mikulas: Don't submit disabled form entries (this is compatible with Mozilla/MSIE; Netscape and Lynx do submit them) Sun Aug 3 02:40:58 MET 2008 mikulas: Handle restart with servers that send 206 but don't send Content-Range --- www/links-gui/Makefile | 5 ++--- www/links/Makefile | 4 +--- www/links/Makefile.common | 8 +++++--- www/links/distinfo | 8 ++++---- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 7c58ff1c525..710c8b152a8 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2010/06/13 22:45:34 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2010/12/02 16:00:38 wiz Exp $ # -PKGNAME= ${DISTNAME:S/links/&-gui/:S/pre/.0./} -PKGREVISION= 4 +PKGNAME= ${DISTNAME:S/links/&-gui/} COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-0.3* diff --git a/www/links/Makefile b/www/links/Makefile index 8c17a1263fd..c32cce4c7bd 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2010/01/17 12:02:49 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2010/12/02 16:00:38 wiz Exp $ # -PKGNAME= ${DISTNAME:S/pre/.0./} -PKGREVISION= 2 COMMENT= Lynx-like text WWW browser CONFLICTS+= links-gui-[0-9]* elinks-0.3* diff --git a/www/links/Makefile.common b/www/links/Makefile.common index d62042fa16a..04bcb749180 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,13 +1,14 @@ -# $NetBSD: Makefile.common,v 1.49 2009/06/03 10:13:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.50 2010/12/02 16:00:38 wiz Exp $ # used by www/links/Makefile -DISTNAME= links-2.2 +DISTNAME= links-2.3pre1 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://links.twibright.com/ +LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -18,10 +19,11 @@ PLIST_SRC= ${.CURDIR}/../../www/links/PLIST PATCHDIR= ${.CURDIR}/../../www/links/patches DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo +INSTALLATION_DIRS= share/doc/links + .include "options.mk" post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/links ${INSTALL_DATA} ${WRKSRC}/KEYS ${DESTDIR}${PREFIX}/share/doc/links .include "../../security/openssl/buildlink3.mk" diff --git a/www/links/distinfo b/www/links/distinfo index 9f18c8e59ee..d879aec0805 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2008/08/31 18:43:29 is Exp $ +$NetBSD: distinfo,v 1.52 2010/12/02 16:00:38 wiz Exp $ -SHA1 (links-2.2.tar.bz2) = 7588c151e98057f83a2e0b81b3f467e7eee9f824 -RMD160 (links-2.2.tar.bz2) = fe051b2655a67e004fdf682045349664611a3101 -Size (links-2.2.tar.bz2) = 3832115 bytes +SHA1 (links-2.3pre1.tar.bz2) = 6d420a5c4514b45ee245fd3933d2a8cfa6eae76d +RMD160 (links-2.3pre1.tar.bz2) = f0cfc8c48c7d5fb759ac58b7f7a00275480ac3de +Size (links-2.3pre1.tar.bz2) = 3832651 bytes SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 -- cgit v1.2.3