The FreeBSD Ports Archive
FreeBSD japanese : eb4>
C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
EB Library is a C library for accessing CD-ROM books. EB Library
supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats.
CD-ROM books of those formats are popular in Japan.
-- Motoyuki Kasahara
You can get information about EB Library from their website.
http://www.sra.co.jp/people/m-kasahr/eb/
|
eb history
v. 1.60
date: 2007/06/18 08:49:58; author: pav; state: Exp; lines: +1 -7
- No longer broken on ia64
PR: ports/113794
Submitted by: KIMURA Yasuhiro (maintainer)
v. 1.59
date: 2007/02/01 02:41:43; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.58
date: 2006/12/02 16:06:25; author: pav; state: Exp; lines: +2 -3
- Update to 4.3
PR: ports/106220
Submitted by: KIMURA Yasuhiro (maintainer)
v. 1.57
date: 2006/05/30 13:30:32; author: jmelo; state: Exp; lines: +2 -7
- Remove appendix/{LIST,LIST-ja} which have disappeared from MASTER_SITES.
- Bump portrevision.
PR: ports/97553
Submitted by: KIMURA Yasuhiro (maintainer)
Approved by: mnag (mentor)
v. 1.56
date: 2006/02/23 10:37:30; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.55
date: 2006/01/02 23:10:34; author: edwin; state: Exp; lines: +1 -1
[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
Approved by: maintainer timeout
v. 1.54
date: 2005/12/12 01:49:52; author: lawrance; state: Exp; lines: +1 -6
Update to 4.2.2
PR: ports/89619
Submitted by: KIMURA Yasuhiro
Approved by: takamune2004@yahoo.co.jp (maintainer, timeout 14 days)
v. 1.53
date: 2005/11/15 06:49:43; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.52
date: 2005/10/27 00:14:16; author: mnag; state: Exp; lines: +7 -3
Apply official patch
PR: 86913
Submitted by: KIMURA Yasuhiro
Approved by: takamune2004@yahoo.co.jp (maintainer timeout, 19 days)
v. 1.51
date: 2005/10/02 04:46:22; author: nobutaka; state: Exp; lines: +1 -1
Update to 4.2.1.
PR: ports/85140
Submitted by: KIMURA Yasuhiro
v. 1.50
date: 2005/07/31 07:17:10; author: nork; state: Exp; lines: +3 -5
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout
v. 1.49
date: 2005/04/12 03:25:46; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.48
date: 2005/04/11 08:02:47; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.47
date: 2004/12/27 17:16:39; author: nork; state: Exp; lines: +1 -1
Fix pkg-plist problem.
Submitted by: KIMURA Yasuhiro
Reviewed by: rushani
Approved by: maintainer (blanket)
Pointy hat to: myself
v. 1.46
date: 2004/12/26 13:36:24; author: nork; state: Exp; lines: +2 -3
Update to 4.1.3.
Noticed by: rushani
Approved by: maintainer (blanket)
v. 1.45
date: 2004/12/26 11:30:30; author: nork; state: Exp; lines: +5 -4
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
Requested by: Motoyuki Kasahara (author)
Repocopied by: portmgr(marcus)
v. 1.44
date: 2004/07/09 17:42:31; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.43
date: 2004/03/14 06:16:45; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.42
date: 2004/03/07 12:50:59; author: kris; state: Exp; lines: +7 -1
BROKEN on ia64: Configure fails
v. 1.41
date: 2004/02/04 04:36:03; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.40
date: 2004/01/23 18:11:57; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.39
date: 2004/01/22 09:34:43; author: krion; state: Exp; lines: +1 -1
- Change maintainer's email
PR: 61702
Submitted by: Kazu TAKAMUNE (maintainer)
v. 1.38
date: 2003/09/29 04:34:55; author: nork; state: Exp; lines: +1 -2
Update to 3.3.4.
PR: ports/56276
Submitted by: KIMURA Yasuhiro
Approved by: Kazu TAKAMUNE (maintainer)
v. 1.37
date: 2003/08/26 20:25:45; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.36
date: 2003/08/25 05:41:27; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.35
date: 2003/06/24 08:23:13; author: nork; state: Exp; lines: +2 -0
o New appendix of ruigigo-1.0.
o Fix checksum of LIST* by added archives.
PR: ports/53611
Submitted by: Kazu TAKAMUNE (maintainer)
v. 1.34
date: 2003/06/13 13:41:09; author: nork; state: Exp; lines: +1 -1
Update to 3.3.3.
PR: ports/53279
Submitted by: Kazu TAKAMUNE
v. 1.33
date: 2003/03/23 10:25:14; author: nork; state: Exp; lines: +1 -1
Update to 3.3.2.
PR: ports/49043
Submitted by: Kazu TAKAMUNE
v. 1.32
date: 2003/03/02 20:35:38; author: sumikawa; state: Exp; lines: +13 -16
[0] Updates for the latest version 3.3.1
[1] Fix MASTER_SITES
[2] Don't use configure option '--enable-pthread' (backout last commit)
because it breaks japanese/ndtpd and the pthread support of EB
library itself is still incomplete and experimental.
[3] Remove imported patch; files/patch-eb::match.c
[4] Add patch to use USE_LIBTOOL=yes; files/patch-configure
[5] Use configure option '--build=...'
[6] Use LOCALBASE instead of PREFIX for other installed packages
[7] Use DATADIR
[8] Don't be quiet at post-extract section (backout last commit)
[9] Sort @dirrm section of pkg-plist; generated by
(cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,'
[4]-[7] were submitted by KATO Tsuguru .
Thanks, Kato-san.
PR: ports/48840
Submitted by: Kazu TAKAMUNE
v. 1.31
date: 2003/02/28 17:37:23; author: nork; state: Exp; lines: +14 -9
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).
Approved by: maintainer timeout (1week)
v. 1.30
date: 2003/02/22 17:04:33; author: knu; state: Exp; lines: +6 -4
Avoid the use of tar(1)'s --no-same-owner flag, which is not supported
by version 1.11.2 or earlier. This fixes installation on older
systems prior to 4.7-RELEASE.
PR: ports/42143 (no patch)
Submitted by: Kimura Fuyuki
v. 1.29
date: 2003/02/21 12:28:55; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.28
date: 2002/11/07 11:54:21; author: edwin; state: Exp; lines: +1 -0
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
v. 1.27
date: 2002/08/27 04:37:57; author: knu; state: Exp; lines: +6 -3
- Update to 3.2.3.
- Add New appendix; genius2 (1.0).
- Extract appendices as root:wheel.
PR: ports/41762
Submitted by: Kazu TAKAMUNE (MAINTAINER)
With the following changes:
- Since ftp.sra.co.jp occasionally returns a "502 Bad Gateway" error,
add a decent mirror site ftp.eos.hokudai.ac.jp to MASTER_SITES.
- Update genius2 to 1.1.
v. 1.26
date: 2002/08/01 16:22:15; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.25
date: 2002/07/07 18:23:15; author: ijliao; state: Exp; lines: +2 -2
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3
PR: 40290
Submitted by: maintainer
v. 1.24
date: 2002/04/12 17:09:43; author: ade; state: Exp; lines: +2 -2
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.23
date: 2002/04/02 04:26:01; author: knu; state: Exp; lines: +2 -2
Fix libintl/libiconv dependencies.
v. 1.22
date: 2002/03/31 16:14:54; author: yoichi; state: Exp; lines: +17 -8
Update japanese/eb for the latest version 3.2.1 and
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer
v. 1.21
date: 2000/08/21 03:39:42; author: kevlo; state: Exp; lines: +2 -2
Remove extra spaces
Submitted by: Maintainer
v. 1.20
date: 2000/08/18 15:40:32; author: kevlo; state: Exp; lines: +4 -1
Update to version ja-eb-2.3.8(patched).
PR: 20695
Submitted by: Maintainer
v. 1.19
date: 2000/07/04 16:34:25; author: knu; state: Exp; lines: +2 -5
Update to 2.3.8.
Stop trying to create info/dir, as it's not indivisual ports' job.
PR: ports/19697
Submitted by: Maintainer
v. 1.18
date: 2000/06/16 21:51:14; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.17
date: 2000/06/16 10:38:38; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.16
date: 2000/04/19 03:24:32; author: knu; state: Exp; lines: +9 -6
Add a new appendix file `superdic98-1.0'.
Use distributed LIST (and LIST-ja).
PR: ports/18053
Submitted by: MAINTAINER
v. 1.15
date: 2000/04/11 14:13:09; author: knu; state: Exp; lines: +8 -9
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
v. 1.14
date: 2000/03/30 08:54:37; author: knu; state: Exp; lines: +1 -1
Add 2.3.7+ patch.
PR: ports/17682
Submitted by: MAINTAINER
This is a null commit, for I entered a wrong message
on my previous commit.
v. 1.13
date: 2000/03/30 08:43:58; author: knu; state: Exp; lines: +4 -1
Committed with a minimum change for portlint, thanks!
v. 1.12
date: 2000/02/13 17:03:35; author: steve; state: Exp; lines: +25 -26
Allow this port to actually find its distfiles after they have been
downloaded.
v. 1.11
date: 2000/02/07 14:26:24; author: taoka; state: Exp; lines: +4 -4
Updated to 2.3.7
PR: 16555
Submitted by: maintainer
v. 1.10
date: 2000/01/22 06:40:14; author: sumikawa; state: Exp; lines: +7 -6
Upgrade to 2.3.6.
Changes (from PR):
- japanese/ndtpd
o Set default syslog file for `/var/log/ndtpd.log'.
o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'.
* It will created by `${PREFIX}/etc/rc.d/ndtpd.sh'
(even if the user select "Inetd mode" !)
* Lock files and a PID file are created under it.
o Support some arguments in the startup script:
${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate
o Separate the session to build `ndtpd.sh.sample'
from `post-install' into `post-build'.
o Don't configure EB sybsystem in NDTPD.
- japanese/eb
o Don't configure ZLIB sybsystem in EB.
o Don't define CONFIGURE_ENV.
* Suggested by Michael's last commit to japanese/ndtpd/Makefile.
PR: 16117
Submitted by: Kazu TAKAMUNE
v. 1.9
date: 1999/11/27 06:17:45; author: sumikawa; state: Exp; lines: +6 -5
upgrade to 2.3.5.
PR: 14719
Submitted by: maintainer
v. 1.8
date: 1999/10/27 08:45:29; author: mharo; state: Exp; lines: +3 -8
update mastersites and put distfiles into a directory
PR: part of 14413
Submitted by: maintainer
v. 1.7
date: 1999/09/20 07:22:39; author: taoka; state: Exp; lines: +4 -4
Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3
PR: 13659
Submitted by: maintainer
v. 1.6
date: 1999/09/06 19:19:14; author: taoka; state: Exp; lines: +2 -1
Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port.
PR: 13520
Submitted by: maintainer
And I modified pkg/PLIST.
v. 1.5
date: 1999/08/25 05:23:48; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/19 10:50:23; author: asami; state: Exp; lines: +17 -17
Upgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 and
eb-2.3, I changed the versions and recalculated the checksums.
Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so
it won't leave dozens of lines to /var/log/messages every time someone
looks up a word, and eb/patches/patch-aa (by Kasahara-san, the
original author) is for changing the shared lib versions.
ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly.
PR: 12130
Submitted by: maintainer
Reviewed (my changes) by: maintainer
v. 1.3
date: 1999/06/05 22:29:54; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.2
date: 1999/03/13 07:35:40; author: taoka; state: Exp; lines: +4 -4
Update to ndtpd-2.2.2 and eb-2.2.2
PR: ports/10526
Submitted by: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp
v. 1.1
date: 1999/01/26 03:03:44; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/01/26 03:03:44; author: steve; state: Exp; lines: +0 -0
Initial import of ja-eb version 2.2.
iA C library for accessing EB/EBG/EBXA, and EPWING CD-ROM dictionaries.
PR: 9595 (1 of 2)
Submitted by: Motoyuki Kasahara
=============================================================================
v. 1.60
date: 2007/06/18 08:49:58; author: pav; state: Exp; lines: +1 -7
- No longer broken on ia64
PR: ports/113794
Submitted by: KIMURA Yasuhiro (maintainer)
v. 1.59
date: 2007/02/01 02:41:43; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.58
date: 2006/12/02 16:06:25; author: pav; state: Exp; lines: +2 -3
- Update to 4.3
PR: ports/106220
Submitted by: KIMURA Yasuhiro (maintainer)
v. 1.57
date: 2006/05/30 13:30:32; author: jmelo; state: Exp; lines: +2 -7
- Remove appendix/{LIST,LIST-ja} which have disappeared from MASTER_SITES.
- Bump portrevision.
PR: ports/97553
Submitted by: KIMURA Yasuhiro (maintainer)
Approved by: mnag (mentor)
v. 1.56
date: 2006/02/23 10:37:30; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.55
date: 2006/01/02 23:10:34; author: edwin; state: Exp; lines: +1 -1
[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
Approved by: maintainer timeout
v. 1.54
date: 2005/12/12 01:49:52; author: lawrance; state: Exp; lines: +1 -6
Update to 4.2.2
PR: ports/89619
Submitted by: KIMURA Yasuhiro
Approved by: takamune2004@yahoo.co.jp (maintainer, timeout 14 days)
v. 1.53
date: 2005/11/15 06:49:43; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.52
date: 2005/10/27 00:14:16; author: mnag; state: Exp; lines: +7 -3
Apply official patch
PR: 86913
Submitted by: KIMURA Yasuhiro
Approved by: takamune2004@yahoo.co.jp (maintainer timeout, 19 days)
v. 1.51
date: 2005/10/02 04:46:22; author: nobutaka; state: Exp; lines: +1 -1
Update to 4.2.1.
PR: ports/85140
Submitted by: KIMURA Yasuhiro
v. 1.50
date: 2005/07/31 07:17:10; author: nork; state: Exp; lines: +3 -5
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout
v. 1.49
date: 2005/04/12 03:25:46; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.48
date: 2005/04/11 08:02:47; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.47
date: 2004/12/27 17:16:39; author: nork; state: Exp; lines: +1 -1
Fix pkg-plist problem.
Submitted by: KIMURA Yasuhiro
Reviewed by: rushani
Approved by: maintainer (blanket)
Pointy hat to: myself
v. 1.46
date: 2004/12/26 13:36:24; author: nork; state: Exp; lines: +2 -3
Update to 4.1.3.
Noticed by: rushani
Approved by: maintainer (blanket)
v. 1.45
date: 2004/12/26 11:30:30; author: nork; state: Exp; lines: +5 -4
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
Requested by: Motoyuki Kasahara (author)
Repocopied by: portmgr(marcus)
v. 1.44
date: 2004/07/09 17:42:31; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.43
date: 2004/03/14 06:16:45; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.42
date: 2004/03/07 12:50:59; author: kris; state: Exp; lines: +7 -1
BROKEN on ia64: Configure fails
v. 1.41
date: 2004/02/04 04:36:03; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.40
date: 2004/01/23 18:11:57; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.39
date: 2004/01/22 09:34:43; author: krion; state: Exp; lines: +1 -1
- Change maintainer's email
PR: 61702
Submitted by: Kazu TAKAMUNE (maintainer)
v. 1.38
date: 2003/09/29 04:34:55; author: nork; state: Exp; lines: +1 -2
Update to 3.3.4.
PR: ports/56276
Submitted by: KIMURA Yasuhiro
Approved by: Kazu TAKAMUNE (maintainer)
v. 1.37
date: 2003/08/26 20:25:45; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.36
date: 2003/08/25 05:41:27; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.35
date: 2003/06/24 08:23:13; author: nork; state: Exp; lines: +2 -0
o New appendix of ruigigo-1.0.
o Fix checksum of LIST* by added archives.
PR: ports/53611
Submitted by: Kazu TAKAMUNE (maintainer)
v. 1.34
date: 2003/06/13 13:41:09; author: nork; state: Exp; lines: +1 -1
Update to 3.3.3.
PR: ports/53279
Submitted by: Kazu TAKAMUNE
v. 1.33
date: 2003/03/23 10:25:14; author: nork; state: Exp; lines: +1 -1
Update to 3.3.2.
PR: ports/49043
Submitted by: Kazu TAKAMUNE
v. 1.32
date: 2003/03/02 20:35:38; author: sumikawa; state: Exp; lines: +13 -16
[0] Updates for the latest version 3.3.1
[1] Fix MASTER_SITES
[2] Don't use configure option '--enable-pthread' (backout last commit)
because it breaks japanese/ndtpd and the pthread support of EB
library itself is still incomplete and experimental.
[3] Remove imported patch; files/patch-eb::match.c
[4] Add patch to use USE_LIBTOOL=yes; files/patch-configure
[5] Use configure option '--build=...'
[6] Use LOCALBASE instead of PREFIX for other installed packages
[7] Use DATADIR
[8] Don't be quiet at post-extract section (backout last commit)
[9] Sort @dirrm section of pkg-plist; generated by
(cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,'
[4]-[7] were submitted by KATO Tsuguru .
Thanks, Kato-san.
PR: ports/48840
Submitted by: Kazu TAKAMUNE
v. 1.31
date: 2003/02/28 17:37:23; author: nork; state: Exp; lines: +14 -9
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).
Approved by: maintainer timeout (1week)
v. 1.30
date: 2003/02/22 17:04:33; author: knu; state: Exp; lines: +6 -4
Avoid the use of tar(1)'s --no-same-owner flag, which is not supported
by version 1.11.2 or earlier. This fixes installation on older
systems prior to 4.7-RELEASE.
PR: ports/42143 (no patch)
Submitted by: Kimura Fuyuki
v. 1.29
date: 2003/02/21 12:28:55; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.28
date: 2002/11/07 11:54:21; author: edwin; state: Exp; lines: +1 -0
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
v. 1.27
date: 2002/08/27 04:37:57; author: knu; state: Exp; lines: +6 -3
- Update to 3.2.3.
- Add New appendix; genius2 (1.0).
- Extract appendices as root:wheel.
PR: ports/41762
Submitted by: Kazu TAKAMUNE (MAINTAINER)
With the following changes:
- Since ftp.sra.co.jp occasionally returns a "502 Bad Gateway" error,
add a decent mirror site ftp.eos.hokudai.ac.jp to MASTER_SITES.
- Update genius2 to 1.1.
v. 1.26
date: 2002/08/01 16:22:15; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.25
date: 2002/07/07 18:23:15; author: ijliao; state: Exp; lines: +2 -2
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3
PR: 40290
Submitted by: maintainer
v. 1.24
date: 2002/04/12 17:09:43; author: ade; state: Exp; lines: +2 -2
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.23
date: 2002/04/02 04:26:01; author: knu; state: Exp; lines: +2 -2
Fix libintl/libiconv dependencies.
v. 1.22
date: 2002/03/31 16:14:54; author: yoichi; state: Exp; lines: +17 -8
Update japanese/eb for the latest version 3.2.1 and
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer
v. 1.21
date: 2000/08/21 03:39:42; author: kevlo; state: Exp; lines: +2 -2
Remove extra spaces
Submitted by: Maintainer
v. 1.20
date: 2000/08/18 15:40:32; author: kevlo; state: Exp; lines: +4 -1
Update to version ja-eb-2.3.8(patched).
PR: 20695
Submitted by: Maintainer
v. 1.19
date: 2000/07/04 16:34:25; author: knu; state: Exp; lines: +2 -5
Update to 2.3.8.
Stop trying to create info/dir, as it's not indivisual ports' job.
PR: ports/19697
Submitted by: Maintainer
v. 1.18
date: 2000/06/16 21:51:14; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.17
date: 2000/06/16 10:38:38; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.16
date: 2000/04/19 03:24:32; author: knu; state: Exp; lines: +9 -6
Add a new appendix file `superdic98-1.0'.
Use distributed LIST (and LIST-ja).
PR: ports/18053
Submitted by: MAINTAINER
v. 1.15
date: 2000/04/11 14:13:09; author: knu; state: Exp; lines: +8 -9
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
v. 1.14
date: 2000/03/30 08:54:37; author: knu; state: Exp; lines: +1 -1
Add 2.3.7+ patch.
PR: ports/17682
Submitted by: MAINTAINER
This is a null commit, for I entered a wrong message
on my previous commit.
v. 1.13
date: 2000/03/30 08:43:58; author: knu; state: Exp; lines: +4 -1
Committed with a minimum change for portlint, thanks!
v. 1.12
date: 2000/02/13 17:03:35; author: steve; state: Exp; lines: +25 -26
Allow this port to actually find its distfiles after they have been
downloaded.
v. 1.11
date: 2000/02/07 14:26:24; author: taoka; state: Exp; lines: +4 -4
Updated to 2.3.7
PR: 16555
Submitted by: maintainer
v. 1.10
date: 2000/01/22 06:40:14; author: sumikawa; state: Exp; lines: +7 -6
Upgrade to 2.3.6.
Changes (from PR):
- japanese/ndtpd
o Set default syslog file for `/var/log/ndtpd.log'.
o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'.
* It will created by `${PREFIX}/etc/rc.d/ndtpd.sh'
(even if the user select "Inetd mode" !)
* Lock files and a PID file are created under it.
o Support some arguments in the startup script:
${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate
o Separate the session to build `ndtpd.sh.sample'
from `post-install' into `post-build'.
o Don't configure EB sybsystem in NDTPD.
- japanese/eb
o Don't configure ZLIB sybsystem in EB.
o Don't define CONFIGURE_ENV.
* Suggested by Michael's last commit to japanese/ndtpd/Makefile.
PR: 16117
Submitted by: Kazu TAKAMUNE
v. 1.9
date: 1999/11/27 06:17:45; author: sumikawa; state: Exp; lines: +6 -5
upgrade to 2.3.5.
PR: 14719
Submitted by: maintainer
v. 1.8
date: 1999/10/27 08:45:29; author: mharo; state: Exp; lines: +3 -8
update mastersites and put distfiles into a directory
PR: part of 14413
Submitted by: maintainer
v. 1.7
date: 1999/09/20 07:22:39; author: taoka; state: Exp; lines: +4 -4
Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3
PR: 13659
Submitted by: maintainer
v. 1.6
date: 1999/09/06 19:19:14; author: taoka; state: Exp; lines: +2 -1
Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port.
PR: 13520
Submitted by: maintainer
And I modified pkg/PLIST.
v. 1.5
date: 1999/08/25 05:23:48; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/19 10:50:23; author: asami; state: Exp; lines: +17 -17
Upgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 and
eb-2.3, I changed the versions and recalculated the checksums.
Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so
it won't leave dozens of lines to /var/log/messages every time someone
looks up a word, and eb/patches/patch-aa (by Kasahara-san, the
original author) is for changing the shared lib versions.
ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly.
PR: 12130
Submitted by: maintainer
Reviewed (my changes) by: maintainer
v. 1.3
date: 1999/06/05 22:29:54; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.2
date: 1999/03/13 07:35:40; author: taoka; state: Exp; lines: +4 -4
Update to ndtpd-2.2.2 and eb-2.2.2
PR: ports/10526
Submitted by: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp
v. 1.1
date: 1999/01/26 03:03:44; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/01/26 03:03:44; author: steve; state: Exp; lines: +0 -0
Initial import of ja-eb version 2.2.
iA C library for accessing EB/EBG/EBXA, and EPWING CD-ROM dictionaries.
PR: 9595 (1 of 2)
Submitted by: Motoyuki Kasahara
=============================================================================
v. 1.60
date: 2007/06/18 08:49:58; author: pav; state: Exp; lines: +1 -7
- No longer broken on ia64
PR: ports/113794
Submitted by: KIMURA Yasuhiro (maintainer)
v. 1.59
date: 2007/02/01 02:41:43; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.58
date: 2006/12/02 16:06:25; author: pav; state: Exp; lines: +2 -3
- Update to 4.3
PR: ports/106220
Submitted by: KIMURA Yasuhiro (maintainer)
v. 1.57
date: 2006/05/30 13:30:32; author: jmelo; state: Exp; lines: +2 -7
- Remove appendix/{LIST,LIST-ja} which have disappeared from MASTER_SITES.
- Bump portrevision.
PR: ports/97553
Submitted by: KIMURA Yasuhiro (maintainer)
Approved by: mnag (mentor)
v. 1.56
date: 2006/02/23 10:37:30; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.55
date: 2006/01/02 23:10:34; author: edwin; state: Exp; lines: +1 -1
[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
Approved by: maintainer timeout
v. 1.54
date: 2005/12/12 01:49:52; author: lawrance; state: Exp; lines: +1 -6
Update to 4.2.2
PR: ports/89619
Submitted by: KIMURA Yasuhiro
Approved by: takamune2004@yahoo.co.jp (maintainer, timeout 14 days)
v. 1.53
date: 2005/11/15 06:49:43; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.52
date: 2005/10/27 00:14:16; author: mnag; state: Exp; lines: +7 -3
Apply official patch
PR: 86913
Submitted by: KIMURA Yasuhiro
Approved by: takamune2004@yahoo.co.jp (maintainer timeout, 19 days)
v. 1.51
date: 2005/10/02 04:46:22; author: nobutaka; state: Exp; lines: +1 -1
Update to 4.2.1.
PR: ports/85140
Submitted by: KIMURA Yasuhiro
v. 1.50
date: 2005/07/31 07:17:10; author: nork; state: Exp; lines: +3 -5
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout
v. 1.49
date: 2005/04/12 03:25:46; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.48
date: 2005/04/11 08:02:47; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.47
date: 2004/12/27 17:16:39; author: nork; state: Exp; lines: +1 -1
Fix pkg-plist problem.
Submitted by: KIMURA Yasuhiro
Reviewed by: rushani
Approved by: maintainer (blanket)
Pointy hat to: myself
v. 1.46
date: 2004/12/26 13:36:24; author: nork; state: Exp; lines: +2 -3
Update to 4.1.3.
Noticed by: rushani
Approved by: maintainer (blanket)
v. 1.45
date: 2004/12/26 11:30:30; author: nork; state: Exp; lines: +5 -4
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
Requested by: Motoyuki Kasahara (author)
Repocopied by: portmgr(marcus)
v. 1.44
date: 2004/07/09 17:42:31; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.43
date: 2004/03/14 06:16:45; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.42
date: 2004/03/07 12:50:59; author: kris; state: Exp; lines: +7 -1
BROKEN on ia64: Configure fails
v. 1.41
date: 2004/02/04 04:36:03; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.40
date: 2004/01/23 18:11:57; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.39
date: 2004/01/22 09:34:43; author: krion; state: Exp; lines: +1 -1
- Change maintainer's email
PR: 61702
Submitted by: Kazu TAKAMUNE (maintainer)
v. 1.38
date: 2003/09/29 04:34:55; author: nork; state: Exp; lines: +1 -2
Update to 3.3.4.
PR: ports/56276
Submitted by: KIMURA Yasuhiro
Approved by: Kazu TAKAMUNE (maintainer)
v. 1.37
date: 2003/08/26 20:25:45; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.36
date: 2003/08/25 05:41:27; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.35
date: 2003/06/24 08:23:13; author: nork; state: Exp; lines: +2 -0
o New appendix of ruigigo-1.0.
o Fix checksum of LIST* by added archives.
PR: ports/53611
Submitted by: Kazu TAKAMUNE (maintainer)
v. 1.34
date: 2003/06/13 13:41:09; author: nork; state: Exp; lines: +1 -1
Update to 3.3.3.
PR: ports/53279
Submitted by: Kazu TAKAMUNE
v. 1.33
date: 2003/03/23 10:25:14; author: nork; state: Exp; lines: +1 -1
Update to 3.3.2.
PR: ports/49043
Submitted by: Kazu TAKAMUNE
v. 1.32
date: 2003/03/02 20:35:38; author: sumikawa; state: Exp; lines: +13 -16
[0] Updates for the latest version 3.3.1
[1] Fix MASTER_SITES
[2] Don't use configure option '--enable-pthread' (backout last commit)
because it breaks japanese/ndtpd and the pthread support of EB
library itself is still incomplete and experimental.
[3] Remove imported patch; files/patch-eb::match.c
[4] Add patch to use USE_LIBTOOL=yes; files/patch-configure
[5] Use configure option '--build=...'
[6] Use LOCALBASE instead of PREFIX for other installed packages
[7] Use DATADIR
[8] Don't be quiet at post-extract section (backout last commit)
[9] Sort @dirrm section of pkg-plist; generated by
(cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,'
[4]-[7] were submitted by KATO Tsuguru .
Thanks, Kato-san.
PR: ports/48840
Submitted by: Kazu TAKAMUNE
v. 1.31
date: 2003/02/28 17:37:23; author: nork; state: Exp; lines: +14 -9
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).
Approved by: maintainer timeout (1week)
v. 1.30
date: 2003/02/22 17:04:33; author: knu; state: Exp; lines: +6 -4
Avoid the use of tar(1)'s --no-same-owner flag, which is not supported
by version 1.11.2 or earlier. This fixes installation on older
systems prior to 4.7-RELEASE.
PR: ports/42143 (no patch)
Submitted by: Kimura Fuyuki
v. 1.29
date: 2003/02/21 12:28:55; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.28
date: 2002/11/07 11:54:21; author: edwin; state: Exp; lines: +1 -0
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
v. 1.27
date: 2002/08/27 04:37:57; author: knu; state: Exp; lines: +6 -3
- Update to 3.2.3.
- Add New appendix; genius2 (1.0).
- Extract appendices as root:wheel.
PR: ports/41762
Submitted by: Kazu TAKAMUNE (MAINTAINER)
With the following changes:
- Since ftp.sra.co.jp occasionally returns a "502 Bad Gateway" error,
add a decent mirror site ftp.eos.hokudai.ac.jp to MASTER_SITES.
- Update genius2 to 1.1.
v. 1.26
date: 2002/08/01 16:22:15; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.25
date: 2002/07/07 18:23:15; author: ijliao; state: Exp; lines: +2 -2
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3
PR: 40290
Submitted by: maintainer
v. 1.24
date: 2002/04/12 17:09:43; author: ade; state: Exp; lines: +2 -2
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.23
date: 2002/04/02 04:26:01; author: knu; state: Exp; lines: +2 -2
Fix libintl/libiconv dependencies.
v. 1.22
date: 2002/03/31 16:14:54; author: yoichi; state: Exp; lines: +17 -8
Update japanese/eb for the latest version 3.2.1 and
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer
v. 1.21
date: 2000/08/21 03:39:42; author: kevlo; state: Exp; lines: +2 -2
Remove extra spaces
Submitted by: Maintainer
v. 1.20
date: 2000/08/18 15:40:32; author: kevlo; state: Exp; lines: +4 -1
Update to version ja-eb-2.3.8(patched).
PR: 20695
Submitted by: Maintainer
v. 1.19
date: 2000/07/04 16:34:25; author: knu; state: Exp; lines: +2 -5
Update to 2.3.8.
Stop trying to create info/dir, as it's not indivisual ports' job.
PR: ports/19697
Submitted by: Maintainer
v. 1.18
date: 2000/06/16 21:51:14; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.17
date: 2000/06/16 10:38:38; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.16
date: 2000/04/19 03:24:32; author: knu; state: Exp; lines: +9 -6
Add a new appendix file `superdic98-1.0'.
Use distributed LIST (and LIST-ja).
PR: ports/18053
Submitted by: MAINTAINER
v. 1.15
date: 2000/04/11 14:13:09; author: knu; state: Exp; lines: +8 -9
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
v. 1.14
date: 2000/03/30 08:54:37; author: knu; state: Exp; lines: +1 -1
Add 2.3.7+ patch.
PR: ports/17682
Submitted by: MAINTAINER
This is a null commit, for I entered a wrong message
on my previous commit.
v. 1.13
date: 2000/03/30 08:43:58; author: knu; state: Exp; lines: +4 -1
Committed with a minimum change for portlint, thanks!
v. 1.12
date: 2000/02/13 17:03:35; author: steve; state: Exp; lines: +25 -26
Allow this port to actually find its distfiles after they have been
downloaded.
v. 1.11
date: 2000/02/07 14:26:24; author: taoka; state: Exp; lines: +4 -4
Updated to 2.3.7
PR: 16555
Submitted by: maintainer
v. 1.10
date: 2000/01/22 06:40:14; author: sumikawa; state: Exp; lines: +7 -6
Upgrade to 2.3.6.
Changes (from PR):
- japanese/ndtpd
o Set default syslog file for `/var/log/ndtpd.log'.
o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'.
* It will created by `${PREFIX}/etc/rc.d/ndtpd.sh'
(even if the user select "Inetd mode" !)
* Lock files and a PID file are created under it.
o Support some arguments in the startup script:
${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate
o Separate the session to build `ndtpd.sh.sample'
from `post-install' into `post-build'.
o Don't configure EB sybsystem in NDTPD.
- japanese/eb
o Don't configure ZLIB sybsystem in EB.
o Don't define CONFIGURE_ENV.
* Suggested by Michael's last commit to japanese/ndtpd/Makefile.
PR: 16117
Submitted by: Kazu TAKAMUNE
v. 1.9
date: 1999/11/27 06:17:45; author: sumikawa; state: Exp; lines: +6 -5
upgrade to 2.3.5.
PR: 14719
Submitted by: maintainer
v. 1.8
date: 1999/10/27 08:45:29; author: mharo; state: Exp; lines: +3 -8
update mastersites and put distfiles into a directory
PR: part of 14413
Submitted by: maintainer
v. 1.7
date: 1999/09/20 07:22:39; author: taoka; state: Exp; lines: +4 -4
Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3
PR: 13659
Submitted by: maintainer
v. 1.6
date: 1999/09/06 19:19:14; author: taoka; state: Exp; lines: +2 -1
Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port.
PR: 13520
Submitted by: maintainer
And I modified pkg/PLIST.
v. 1.5
date: 1999/08/25 05:23:48; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/19 10:50:23; author: asami; state: Exp; lines: +17 -17
Upgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 and
eb-2.3, I changed the versions and recalculated the checksums.
Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so
it won't leave dozens of lines to /var/log/messages every time someone
looks up a word, and eb/patches/patch-aa (by Kasahara-san, the
original author) is for changing the shared lib versions.
ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly.
PR: 12130
Submitted by: maintainer
Reviewed (my changes) by: maintainer
v. 1.3
date: 1999/06/05 22:29:54; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.2
date: 1999/03/13 07:35:40; author: taoka; state: Exp; lines: +4 -4
Update to ndtpd-2.2.2 and eb-2.2.2
PR: ports/10526
Submitted by: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp
v. 1.1
date: 1999/01/26 03:03:44; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/01/26 03:03:44; author: steve; state: Exp; lines: +0 -0
Initial import of ja-eb version 2.2.
iA C library for accessing EB/EBG/EBXA, and EPWING CD-ROM dictionaries.
PR: 9595 (1 of 2)
Submitted by: Motoyuki Kasahara
=============================================================================
|
| |

|