Port details |
- lynx Console WWW client (browser) with multi-byte encoding support
- 2.8.9.r1 japanese
=15 2.8.9.r1Version of this port present on the latest quarterly branch. - Maintainer: CQG00620@nifty.ne.jp
 - Port Added: unknown
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: openssl, links, squid, wget, postfix
- Also Listed In: www
- License: GPLv2
- Description:
- lynx is a program which allows a user to access World-Wide Web servers
and other information servers. It uses only ascii representation so
that it can be used from ascii-terminals and dial-in lines.
WWW: http://lynx.invisible-island.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- lynx-2.*
- lynx-current-2.*
- ja-lynx-current-2.*
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/japanese/lynx/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/lynx
- pkg install ja-lynx
- PKGNAME: ja-lynx
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1582544404
SHA256 (lynx2.8.9rel.1.tar.bz2) = 387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595
SIZE (lynx2.8.9rel.1.tar.bz2) = 2689171
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for ja-lynx-2.8.9.r1:
COLOR_STYLE=off: Optional color style support
DEFAULT_COLORS=off: Default-color background support (ncurses)
DOCS=on: Build and/or install documentation
IDN=off: International Domain Names support
JAPANESE_UTF8=on: Experimental Japanese UTF-8 logic support
SSL=off: SSL protocol support
===> Use 'make config' to modify these settings
- Options name:
- japanese_lynx
- USES:
- cpe ncurses shebangfix tar:bzip2 iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.8.9.r1 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Feb 2020 13:07:33
2.8.9.r1 
|
wen  |
- Update to latest release
- Use ncursesw instead of ncurses
- Add IDN and SSL configuration options
- Add LICENSE_FILE
- Update CONFLICTS
PR: 243445
Submitted by: CQG00620@nifty.ne.jp(maintainer) |
09 Oct 2019 11:52:24
2.8.8.r2 
|
bapt  |
Drop the ipv6 virtual category for j* category as it is not relevant anymore |
03 Mar 2016 17:07:19
2.8.8.r2 
|
rakuco  |
Update to 2.8.8rel.2.
* Remove files/patch-src-GridText.c.
It has been merged officially since 2.8.8dev.9.
* Enable JAPANESE_UTF8 by default.
* Correct the CPE information.
* Make Makefile to have the same style as japanese/lynx-current.
PR: 206570
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) |
05 Feb 2016 16:42:46
2.8.7.r1_2 
|
marino  |
japanese/lynx(-current): document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
01 Dec 2015 12:48:26
2.8.7.r1_2 
|
amdmi3  |
- Update MASTER_SITES and WWW, unbreak fetch
- Pass maintainership to submitter
PR: 204799
Submitted by: CQG00620@nifty.ne.jp |
09 Nov 2015 12:59:04
2.8.7.r1_2 
|
antoine  |
Mark a few ports BROKEN: unfetchable |
09 Jun 2015 18:53:08
2.8.7.r1_2 
|
amdmi3  |
- Fix shebangs
MFH: 2015Q2 (blanket) |
16 Mar 2015 15:16:47
2.8.7.r1_1 
|
robak  |
japanese/lynx: add USES= cpe
PR: 197545
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
12 Nov 2014 13:46:00
2.8.7.r1_1 
|
antoine  |
Cleanup plist |
18 May 2014 16:21:50
2.8.7.r1_1 
|
pawel  |
- Add staging support
- Convert to USES=tar:bzip2
- Use @sample for configuration files
- Remove Enable word from options descriptions |
05 Feb 2014 20:55:10
2.8.7.r1 
|
marino  |
japanese/lynx: Mark jobs unsafe |
20 Sep 2013 18:47:56
2.8.7.r1 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
04 Sep 2013 20:01:06
2.8.7.r1 
|
bsam  |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
26 Jul 2013 05:41:37
2.8.7.r1 
|
danfe  |
Fix typos in comments and use correct flavor of braces. |
18 Jul 2013 07:35:23
2.8.7.r1 
|
danfe  |
- Attempt to fix parallel builds (-jX)
- Convert to modern OPTIONS syntax
- Generally clean up the port while here
Reported by: pointyhat-west |
27 Apr 2013 11:59:29
2.8.7.r1 
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
18 Mar 2011 17:59:51
2.8.7.r1 
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
22 Aug 2010 13:49:46
2.8.7.r1 
|
lwhsu  |
- Update to 2.8.7.rel1
- Add a patch to correct the japanese character encoding of FORM input data.
- Rename ENABLE_FOO tabs to WITH_FOO
PR: ports/147221
Submitted by: WATANABE Kazuhiro <CQG00620 AT nifty.ne.jp> |
19 Jul 2008 11:00:18
2.8.6.rel5 
|
miwi  |
- Updates to 2.8.6.rel5
- Adds a missing configure option (--with-bzlib) to the CONFIGURE_ARGS.
- Fixes the CONFLICTS variable.
PR: 125684
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> |
18 Jun 2008 22:46:24
2.8.6.rel4 
|
pav  |
- Resurrect, unbreak and update to 2.8.6.rel4
PR: ports/111326
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> |
18 Jun 2008 22:31:19
2.8.4.rel1 
|
pav  |
- Delete expired japanese/lynx port: Leaves behind config file on deinstall |
28 May 2007 16:33:04
2.8.4.rel1 
|
shaun  |
Postpone EXPIRATION_DATE, there's a PR to fix this port. |
11 Feb 2007 01:23:35
2.8.4.rel1 
|
kris  |
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted. |
10 Jan 2007 19:14:21
2.8.4.rel1 
|
kris  |
BROKEN: Leaves behind config file on deinstall |
24 Nov 2005 23:02:13
2.8.4.rel1 
|
pav  |
- Add SHA256 |
23 Dec 2004 09:32:50
2.8.4.rel1 
|
nork  |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
31 Mar 2004 03:12:58
2.8.4.rel1 
|
trevor  |
SIZEify (maintainer timeout) |
07 Mar 2003 06:04:59
2.8.4.rel1 
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
22 Jan 2002 17:16:14 
|
shige  |
Update to 2.8.4rel1. |
06 Feb 2001 13:22:01 
|
olgeni  |
Style review in ports/japanese. |
08 Oct 2000 03:24:23 
|
asami  |
Convert category japanese to new layout. |
13 Jul 2000 10:38:57 
|
shige  |
Update to 2.8.3.rel1. |