diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-16 00:43:30 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-16 00:43:30 +0000 |
commit | 0c58bf30ace5ca917dac5ce9df0d5654d986103b (patch) | |
tree | 38677bee9de665ee8ca137967ecd28cb79ebc7e0 /japanese/navi2ch/pkg-message | |
parent | bbc402e7d9a1174f69caa164687496171600f80a (diff) | |
download | freebsd-ports-0c58bf30ace5ca917dac5ce9df0d5654d986103b.zip |
- Add japanese/p5-2chproxy, an HTTP proxy converting contents of 2ch.net
into the old .dat format.
- Update japanese/navi2ch to use japanese/p5-2chproxy as an HTTP server
by default.
Diffstat (limited to 'japanese/navi2ch/pkg-message')
-rw-r--r-- | japanese/navi2ch/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/navi2ch/pkg-message b/japanese/navi2ch/pkg-message new file mode 100644 index 000000000000..fb91f29b9334 --- /dev/null +++ b/japanese/navi2ch/pkg-message @@ -0,0 +1,8 @@ +navi2ch now requires ja-p5-2chproxy(japanese/p5-2chproxy) to access 2ch.net. +Before using navi2ch, put the following line into /etc/rc.conf: + + twochproxy_enable="YES" + +and start twochproxy service: + + # service twochproxy start |