Port details |
- ebnetd Servers for accessing CD-ROM books via TCP/IP
- 1.0_12 japanese =2 1.0_12Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2004-10-31 22:06:34
- Last Update: 2022-07-20 14:22:11
- Commit Hash: 8d9b67b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- Description:
- This EBNETD distribution contains three server commands: ebnetd, ndtpd
and ebhttpd. They are servers for accessing CD-ROM book on remote host
via TCP/IP.
ebnetd: ebnetd is a server of EBNET protocol which is designed to
communicate with EB Library. For more details about EB
Library.
ndtpd: ndtpd is an NDTP (Network Dictionary Transfer Protocol)
server. The first implementation of the NDTP esrver is
`dserver'. ndtpd has upper compatibility with dserver-2.2.
ebhttpd: ebhttpd is a WWW (World Wide Web) server. It supprts HTTP/1.0
and HTTP/1.1 (Hypertext Transfer Protocol version 1.0 and 1.1).
The servers support CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and
EPWING formats. The servers can run as a standalone daemons by
default, but can also run as children of `inetd'.
In addition, you must follow the licenses of your CD-ROM books. Though
EBNETD is free software, your books may not be free. Don't open your
books to unlicensed hosts nor users.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-ebnetd>0:japanese/ebnetd
- To install the port:
- cd /usr/ports/japanese/ebnetd/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/ebnetd
- pkg install ja-ebnetd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-ebnetd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ebnetd-1.0.tar.gz) = a69e5cbf085abd3d3e72212af787a93eb5b8a2dac8d11a77f753dafb0f527483
SIZE (ebnetd-1.0.tar.gz) = 686413
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libeb.so : japanese/eb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- japanese_ebnetd
- USES:
- iconv:patch
- pkg-message:
- For install:
- You'll need manual configurations to actually activate EBNETD servers
(ebhttpd/ebnetd/ndtpd).
Step 0(optional):
If you want to setup private syslog, edit /etc/syslog.conf.
Step 1:
Copy a sample configuration file `ebnetd.conf.sample' to `ebnetd.conf'
in `/usr/local/etc' directory, and edit it. Consult the "Configuration
File" section of info file.
Step 2a:
To start EBNETD servers as standalone daemons, add the following lines
to /etc/rc.conf:
ebhttpd_enable (bool): Set to "NO" by default.
Set it to "YES" to enable ebhttpd.
ebhttpd_flags (str): Set to "" by default.
Extra flags passed to start ebhttpd.
ebnetd_enable (bool): Set to "NO" by default.
Set it to "YES" to enable ebnetd.
ebnetd_flags (str): Set to "" by default.
Extra flags passed to start ebnetd.
ndtpd_enable (bool): Set to "NO" by default.
Set it to "YES" to enable ndtpd.
ndtpd_flags (str): Set to "" by default.
Extra flags passed to start ndtpd.
Step 2b:
To start EBNETD servers as child processes of 'inetd', edit
/etc/inetd.conf. Consult the "Run `xxxx' as a child of `inetd'"
sections of info file.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_12 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
1.0_12 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
1.0_12 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_12 21 Aug 2020 10:50:33 |
fernape |
japanese/ebnetd: Fix build with '-fno-common'
Fix build with '-fno-common', default of GCC 10 and Clang 11.
While here, pet linters.
PR: 248773
Submitted by: yasu@utahime.org (maintainer) |
1.0_12 29 Jan 2020 02:51:59 |
meta |
japanese/ebnetd: Fix build on real environment
by changing character set of doc-ja/ebnetd-ja.texi from EUC-JP to UTF-8.
- Change pkg-install so it doesn't modify /etc/services while building package
- Bump PORTREVISION by package change
PR: 242091
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
1.0_11 09 Oct 2019 11:52:24 |
bapt |
Drop the ipv6 virtual category for j* category as it is not relevant anymore |
1.0_11 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
1.0_11 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.0_10 15 Sep 2017 05:52:08 |
sunpoet |
Update LICENSE
- Add LICENSE_FILE
- Regenerate patch files with makepatch:
PR: 222302
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
1.0_10 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.0_10 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.0_10 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.0_10 16 Dec 2014 15:53:34 |
pawel |
japanese/ebnetd add user and group for daemon processes
PR: 195523
Submitted by: maintainer |
1.0_9 18 Oct 2014 07:13:33 |
marino |
japanese/ebnetd: Remove @dirrm, use @sample, use @dir()
The stage-qa checks said 5 files needed perl shebang fixed, but
USE=shebangfix won't fix it. The value of PERL was defined for the
configure target to fix it. However, a run depends on perl was not
added as the affected files are probably optional scripts.
PR: 194367
Submitted by: maintainer (Yasuhiro KIMURA) |
1.0_8 26 Sep 2013 14:18:25 |
wg |
japanese/ebnetd: allow staging
- Allow staging
- Add Created by in Makefile header
- Convert lib depends to new format
PR: ports/182393
Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer) |
1.0_8 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.0_8 25 Aug 2013 18:06:53 |
az |
- Remove unnecessary LICENSE_FILE
PR: ports/181206
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
1.0_8 24 Mar 2013 21:08:06 |
tota |
- Divide ebnetd.sh into 3 scripts
- Set a list of these scripts to USE_RC_SUBR
- Use SUB_FILES for pkg-message
- Use PLIST_SUB to substitute EBNETD_RUNDIR macro in pkg-plist
- Remove obsolete WWW url from pkg-descr
- Rename some patch files to pet portlint
PR: ports/176866
Submitted by: Yasuhiro KIMURA (maintainer) |
1.0_7 12 Jan 2013 15:41:25 |
rakuco |
Add licensing information.
PR: ports/175211
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
1.0_7 13 Sep 2012 20:33:54 |
rm |
- update japanese/eb to 4.4.3
- add support for NOPORTDOCS and WITHOUT_NLS
- bump PORTREVISION for dependent ports:
- japanese/eblook
- japanese/ebview
- japanese/ebview-gtk2
- japanese/ebnetd
while here, common changes:
- strip Makefile headers
- remove shlib versions from dependent ports
- remove deprecated attributions from pkg-descr
- whitespace fixes to pkg-descr
PR: 167175
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original
patch)
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final
patch) |
1.0_6 27 Feb 2012 15:22:14 |
arved |
Fix a build problem on machines with gsed and ja_JP.eucJP locale
PR: 164653
Submitted by: Tsurutani Naoki
Approved by: maintainer |
1.0_6 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.0_6 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.0_6 27 Mar 2010 05:21:36 |
dougb |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
1.0_6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.0_6 01 Feb 2010 03:41:44 |
pgollucci |
- Bump shlib and PORTREVISION for japanese/eb update
libeb.so.14 -> libeb.so.15 |
1.0_5 20 Jul 2009 18:13:55 |
nork |
o Update to 4.4.1.
o Bump shlib version.
o Bump PORTREVISION of ports depending on, accordingly.
PR: ports/136298
Submitted by: Yasuhiro KIMURA yasu utahime org |
1.0_4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0_4 06 Jun 2008 13:37:38 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0_3 02 Dec 2006 16:06:44 |
pav |
- Chase japanese/eb update |
1.0_2 22 May 2006 11:33:31 |
jmelo |
- Remove dead mastersite.
- Use @dirrmtry instead of @unexec rmdir.
PR: ports/97554
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: mnag (mentor) |
1.0_2 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.0_2 22 Jan 2006 12:39:13 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_2 02 Jan 2006 23:10:34 |
edwin |
[PATCH] japanese/{eb,ebnetd}: Take over maitainership
I have sent PRs of these ports several times, but there was
no response from maintainer and PRs were always commited
with timeout. So I will take over maintainershilp now.
PR: ports/90713
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: maintainer timeout |
1.0_2 31 Jul 2005 07:17:11 |
nork |
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout |
1.0_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0_1 26 Dec 2004 11:30:31 |
nork |
Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile
PR: ports/74133
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Requested by: Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by: portmgr(marcus) |
1.0 31 Oct 2004 21:56:08 |
pav |
- After repocopy from japanese/ndtpd, rename to japanese/ebnetd and update
to version 1.0
PR: ports/73131
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |