pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/elinks



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 20 07:15:02 UTC 2024

Modified Files:
        pkgsrc/www/elinks: Makefile distinfo

Log Message:
elinks: update to 0.17.0.

ELinks 0.17.0
-------------

Released on 2023-12-25

* fix for some 32-bit systems and select-only builds
* fix for gettext in Windows builds

ELinks 0.17.0rc2
----------------

Released on 2023-12-10

* Avoid division by zero. Refs #276
* Fix for FSP under Windows

ELinks 0.17.0rc1
----------------

Released on 2023-12-02

* configuration files are now saved to ~/.config/elinks/ or $XDG_CONFIG_HOME/elinks/ #199
  User must copy files from ~/.elinks/ to ~/.config/elinks/ himself or herself
* HOME_ETC support was dropped, you can set ELINKS_CONFDIR instead
* idn2 in place of idn #206
* libcss support (a few netsurf's libraries are required). Set document.css.libcss = 1 to enable
* experimental libsixel support (image/*; img2sixel %s; copiousoutput) in ~/.mailcap
  Must be enabled in a few places in configuration: set document.plain.sixel = 1
  and in terminal options. Do not try it on metered remote connections
* testing libcurl support (explicit FTPS and SFTP among others)
  To enable set protocol.ftp.use_curl = 1
  set protocol.http.use_curl = 1 for http/https
* ui.sessions.postpone_unlink option. Delete temporary files at exit instead of immediately after
  closing viewer #257
* redefined isspace #249
* Serbian translation update
* compilation fixes

ELinks 0.16.1.1
---------------

Released on 2023-05-01

* updated POTFILES #230

ELinks 0.16.1
-------------

Released on 2023-04-30

* handle SECTION html element #207
* allocate more memory for BLOCKQUOTE #214
* encode A href to terminal codepage and encode bytes with highest bit set as %HEX #221
* Serbian translation update
* install doc by default in meson #224
* tests fixes


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/elinks/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/elinks/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/elinks/Makefile
diff -u pkgsrc/www/elinks/Makefile:1.82 pkgsrc/www/elinks/Makefile:1.83
--- pkgsrc/www/elinks/Makefile:1.82     Wed Nov  8 13:21:17 2023
+++ pkgsrc/www/elinks/Makefile  Tue Feb 20 07:15:02 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2023/11/08 13:21:17 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2024/02/20 07:15:02 wiz Exp $
 
-DISTNAME=      elinks-0.16.0
-PKGREVISION=   3
+DISTNAME=      elinks-0.17.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rkd77/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -19,9 +18,12 @@ USE_PKGLOCALEDIR=    yes
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES+=     c++17
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            bash gmake pkg-config
 USE_TOOLS+=            msgfmt xgettext
 
+# uses '<<<'
+CONFIG_SHELL=          bash
+
 # ld: no input files
 MAKE_JOBS_SAFE=        no
 

Index: pkgsrc/www/elinks/distinfo
diff -u pkgsrc/www/elinks/distinfo:1.35 pkgsrc/www/elinks/distinfo:1.36
--- pkgsrc/www/elinks/distinfo:1.35     Fri Apr 14 21:41:06 2023
+++ pkgsrc/www/elinks/distinfo  Tue Feb 20 07:15:02 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2023/04/14 21:41:06 nia Exp $
+$NetBSD: distinfo,v 1.36 2024/02/20 07:15:02 wiz Exp $
 
-BLAKE2s (elinks-0.16.0.tar.xz) = 8968a52ad06965d2ab20176628cc6eefd3a09b008c79d654462624e23092e6b8
-SHA512 (elinks-0.16.0.tar.xz) = b1d6040b691610d596e0d1eae26bfe52d702272c71a2e5100ab7d6b05b24a0b88524d4fc7be3f6371e0bada1e6f0992da7505a72419ca642dec778424629a522
-Size (elinks-0.16.0.tar.xz) = 2029708 bytes
+BLAKE2s (elinks-0.17.0.tar.xz) = 2012aaae0094c6fcc4ffcf1cf25ff658abd8633ca8a6b8078c9bb066e8788f4b
+SHA512 (elinks-0.17.0.tar.xz) = 276c648174d067cdd92cbbf25e8a353a3a482a65a4f1080ff42f932cdc0239e5110a51653f5136188a0b9135be2928f2bd1a92f37fa83ce14d8fc1267b87cf56
+Size (elinks-0.17.0.tar.xz) = 2076460 bytes
 SHA1 (patch-src_util_memory.c) = dc390442f65d7cee70d28d6a6cba5ee0981eb83a



Home | Main Index | Thread Index | Old Index