Skip to content

Commit

Permalink
felinks: catch up with upstream repo rename. Update to 0.15.1
Browse files Browse the repository at this point in the history
ELinks 0.15.1
* about:config
* option --always-load-config #137
* compilation fixes on Windows #140
* added ui.background_char #142
* sample build scripts and docker files
* experimental DGI support
* DOS port based on links code
* configurable Accept-Header #143
* minor compilation fixes
ELinks 0.15.0
* Serbian translation update
ELinks 0.15.0rc2
Released on 2021-12-19
* Serbian translation update
* HOME_ETC
ELinks 0.15.0rc1
* removed -Wno-pointer-sign from CFLAGS
* close stdin before calling a background program (sgerwk)
  and options related to it #108, #109, #110, #113
* gemini protocol and text/gemini mime type
* changed rendering of blockquote element
* avoid tmpfile in lua (sgerwk) #115, #118
* console.log in js (mtatton) #93
* localstorage (mtatton) #98
* options document.browse.search.beginning_only
  document.browse.search.ignore_history
  ui.double_esc
* ui.temperature.* to show temperature of CPU
* document.plain.fixup_tables
* enhanced ecmascript code. Added QuickJS
* Notes on ECMAScript:
  requires C++ compiler, sqlite3, libxml++5 >= 5.0.1.GIT
  and either mozjs78-dev or QuickJS-2021-03-27
  Most sites don't work, some crash. Some workarounds were implemented:
  a) ECMAScript is disabled by default
  b) ~/.elinks/allow.txt and ~/.elinks/disallow.txt with url prefixes
  c) Added toggle-ecmascript action. You can bind it to some key
* other small fixes
  • Loading branch information
tnn2 committed Sep 25, 2022
1 parent ce79ed5 commit 2c46ee1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
21 changes: 10 additions & 11 deletions www/felinks/Makefile
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# $NetBSD: Makefile,v 1.5 2021/12/08 16:06:55 adam Exp $
# $NetBSD: Makefile,v 1.6 2022/09/25 10:13:59 tnn Exp $

DISTNAME= felinks-0.13.2
PKGREVISION= 3
DISTNAME= elinks-0.15.1
PKGNAME= ${DISTNAME:S/elinks/felinks/}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=rkd77/}
GITHUB_TAG= v${PKGVERSION_NOREV}
GITHUB_PROJECT= elinks
GITHUB_RELEASE= v${PKGVERSION_NOREV}
DIST_SUBDIR= felinks
EXTRACT_SUFX= .tar.xz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rkd77/felinks
HOMEPAGE= https://github.com/rkd77/elinks
COMMENT= Fork of elinks, the text web browser
LICENSE= gnu-gpl-v2

USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config aclocal autoconf autoheader automake
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= msgfmt xgettext

pre-configure:
cd ${WRKSRC} && ${CONFIG_SHELL} autogen.sh

post-install:
${RM} -f ${DESTDIR}${PREFIX}/lib/charset.alias


CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
CONFIGURE_ARGS+= --enable-256-colors
CONFIGURE_ARGS+= --enable-utf-8
Expand Down
8 changes: 4 additions & 4 deletions www/felinks/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:26 nia Exp $
$NetBSD: distinfo,v 1.4 2022/09/25 10:13:59 tnn Exp $

BLAKE2s (felinks-0.13.2.tar.gz) = 0899a17201b16b93b35168dd068f91269b5faa1ddfada93dc8fcea4e9b770b0d
SHA512 (felinks-0.13.2.tar.gz) = 7136ad8d5bf1a7a5aa40f213815f62fb92cdd56f6ad7e45f0526a30d90885c7a1e40a72317d3bbe0da8222e2cfd5439b4778f60c5418ff130a7cae97402080d0
Size (felinks-0.13.2.tar.gz) = 3588685 bytes
BLAKE2s (felinks/elinks-0.15.1.tar.xz) = 7a4362b39107b155aa342156b92afbad4c1fb731ecb3db67a62e39d8c3fef08a
SHA512 (felinks/elinks-0.15.1.tar.xz) = 677eeeeab3fc24dcfe4e7248a9c1a8e07083ebd13bd9923d89702a04dbe1c3e4d4038029c095881183d7f11ae2c5317ff7e5458320644fde0c176378b89068d8
Size (felinks/elinks-0.15.1.tar.xz) = 1997208 bytes
SHA1 (patch-src_util_memory.c) = dc390442f65d7cee70d28d6a6cba5ee0981eb83a

0 comments on commit 2c46ee1

Please sign in to comment.