The NetBSD Project

CVS log for pkgsrc/net/ncgopher/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / ncgopher

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 3 20:48:21 2023 UTC (4 months, 2 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored) to selected 1.10 (colored)

net/ncgopher: update to 0.6.0

  Changes:
  - #234: Add MSYS2 MINGW64 terminal packages for Windows (pull request by Ari)
  - Made release-notes accessible from menu
  - Upgraded rusqlite to 0.30.0
  - Upgraded regex to 1.10.2
  - Upgraded serde to 1.0.193
  - Upgraded toml to 0.8.8
  - Upgraded clap to 4.4.8
  - Upgraded urlencoding to 2.1.3
  - Upgraded rcgen to 0.11.3
  - Upgraded unicode-width to 0.1.11
  - Upgraded time to 0.3.29
  - Upgraded base64 to 0.21.4
  - Upgraded url to 2.4.1
  - Upgraded backtrace to 0.3.69
  - Upgraded log to 0.4.19
  - Upgraded percent-encoding to 2.3.0
  - Upgraded idna to 0.4.0
  - Upgraded linkify to 0.10.0
  - Upgraded openssl to 0.10.55
  - Upgraded dirs to 5.0.1
  - Upgraded crossbeam-channel to 0.5.8
  - Upgraded mime to 0.3.17
  - Upgraded pem to 1.1.1
  - Upgraded bumpalo to 3.12.0

  Bugfixes:
  - Fixes #305 Added 'vendored' feature to native-tls
  - Fixes #210. Remove double dot in gopher content

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:32 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.10 (colored)

*: recursive bump for icu 74.1

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:26 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)

*: bump for openssl 3

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:10 2023 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)

revbump after textproc/icu update

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:53 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

massive revision bump after textproc/icu update

Revision 1.10 / (download) - annotate - [selected], Thu Nov 10 21:59:44 2022 UTC (17 months, 1 week ago) by pin
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

net/ncgopher: update to 0.5.0

New features:
  - New shortcut: 'G' to edit current URL
  - Gemini TLS client certificate support

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 23 21:07:14 2022 UTC (22 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.8: +6 -5 lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)

net/ncgopher: update to 0.4.0

0.4.0
  New features:
  - Search in documents. Finally. Search with '/'. Jump to next/previous
    result with n/N. Fixes #5
  - Gemini: Check for redirect loops

  Changes:
  - Breaking: Changed key shortcuts for next/previous link to l/L
  - Removed Config as a dependency and use serde instead
  - Update dependencies

  Bugfixes:
  - Clicking "accept the risk" in the certificate dialog will now automaically
    open the URL
  - Update status message display when fetching content
  - Url-decode path in gopher URIs. Fixes #78
  - Fixed crash when darkmode is enabled (pull request #69)
  - Introduced and fixed crash when bookmarks file does not exist
  - The open image command finally works again
  - Fixed name of arch package in README

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:52 2022 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)

revbump for textproc/icu update

Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:04 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)

revbump for icu and libffi

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 23 11:46:34 2021 UTC (2 years, 4 months ago) by pin
Branch: MAIN
Changes since 1.5: +3 -6 lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)

net/ncgopher: update to 0.3.0

-parsing MIME type from gemini response instead of just checking for "text/".
 Other text types will now be displayed as text/plain, not text/gemini.
 This also allows the supposed encoding to be detected and ncgopher will now
 abort a request if the server signals an unsupported charset. A dialog will
 be displayed.

-Fixed bug in gopher protocol handling.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 13 20:32:35 2021 UTC (2 years, 7 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)

net/ncgopher: rev bump, fix broken builds

Both mef and jperkin have reported broken builds for ncgopher
after rust update to 1.54.0

I've contacted upstream and they have updated the dependencies
but, no new release.
https://github.com/jansc/ncgopher/issues/35

The package builds fine on my 9.99.88 amd64 now.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 5 08:43:42 2021 UTC (2 years, 8 months ago) by pin
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)

net/ncgopher: simplify Makefile

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 22 16:16:36 2021 UTC (2 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)

g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:27 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)

revbump for textproc/icu

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 14 20:59:54 2021 UTC (3 years, 2 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to selected 1.10 (colored)

net/ncgopher: import package

ncgopher is a gopher and gemini client for the modern internet. It uses
ncurses and is written in Rust.

Features:
-Gopher and gemini support
-Ncurses interface
-Keyboard commands for navigation
-Bookmarks support including custom title
-History of visited gopher holes
-Download of text files and gophermaps
-Download of binary files
-Menu for easy configuration
-Mouse support in some terminals
-TLS support
-Darkmode!
-Common search providers in search menu for quick access
-External commands for HTML, images and Telnet

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>