aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/eb3
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add LATEST_LINK.nork2004-12-281-0/+1
| | | | Pointed out by: kris
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add missing files and directorieskris2004-04-201-0/+7
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+33
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* BROKEN on ia64: Configure failskris2004-03-071-1/+7
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* - Change maintainer's emailkrion2004-01-222-2/+2
| | | | | PR: 61702 Submitted by: Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)
* Update to 3.3.4.nork2003-09-292-3/+2
| | | | | | PR: ports/56276 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* o New appendix of ruigigo-1.0.nork2003-06-242-2/+5
| | | | | | | o Fix checksum of LIST* by added archives. PR: ports/53611 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
* Update to 3.3.3.nork2003-06-132-2/+2
| | | | | PR: ports/53279 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update to 3.3.2.nork2003-03-232-2/+2
| | | | | PR: ports/49043 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* [0] Updates for the latest version 3.3.1sumikawa2003-03-035-84/+69
| | | | | | | | | | | | | | | | | | | | | [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 <tkato@prontomail.com>. Thanks, Kato-san. PR: ports/48840 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update to 3.3+2(patches), and include a temporary patch (3.3.1 releasenork2003-03-014-12/+62
| | | | | | candidate, but not tested). Approved by: maintainer timeout (1week)
* Avoid the use of tar(1)'s --no-same-owner flag, which is not supportedknu2003-02-231-4/+6
| | | | | | | | 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 <fuyuki@hadaly.org>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-071-0/+1
| | | | | | and french/cups-base) Noticed on: bento
* - Update to 3.2.3.knu2002-08-273-6/+17
| | | | | | | | | | | | | | - Add New appendix; genius2 (1.0). - Extract appendices as root:wheel. PR: ports/41762 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (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.
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* upgrade eb to 3.2.2ijliao2002-07-082-3/+3
| | | | | | | upgrade ndtpd to 3.1.3 PR: 40290 Submitted by: maintainer
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+2
| | | | | | | | | | - 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
* Fix libintl/libiconv dependencies.knu2002-04-021-2/+2
|
* Update japanese/eb for the latest version 3.2.1 andyoichi2002-04-013-14/+25
| | | | | | | japanese/ndtpd for the latest version 3.1.1pl1. PR: ports/36004 Submitted by: maintainer
* Update the checksums of LIST/LIST-ja.knu2001-03-151-2/+2
| | | | | PR: 25759 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)
* Remove extra spaceskevlo2000-08-211-1/+1
| | | | Submitted by: Maintainer
* Update to version ja-eb-2.3.8(patched).kevlo2000-08-182-0/+4
| | | | | PR: 20695 Submitted by: Maintainer
* Update to 2.3.8.knu2000-07-053-9/+4
| | | | | | | Stop trying to create info/dir, as it's not indivisual ports' job. PR: ports/19697 Submitted by: Maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Add a new appendix file `superdic98-1.0'.knu2000-04-193-5/+42
| | | | | | | Use distributed LIST (and LIST-ja). PR: ports/18053 Submitted by: MAINTAINER
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-8/+7
| | | | | | | | 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. :)
* De-portlint.knu2000-03-301-10/+10
| | | | | | | | - install-info - ${GZIP_CMD} PR: ports/17684 Submitted by: MAINTAINER
* Committed with a minimum change for portlint, thanks!knu2000-03-302-0/+4
|
* Allow this port to actually find its distfiles after they have beensteve2000-02-141-25/+24
| | | | downloaded.
* Updated to 2.3.7taoka2000-02-072-4/+4
| | | | | PR: 16555 Submitted by: maintainer
* Upgrade to 2.3.6.sumikawa2000-01-222-6/+7
| | | | | | | | | | | | | | | | | | | | | | 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 <takamune@avrl.mei.co.jp>
* upgrade to 2.3.5.sumikawa1999-11-273-7/+8
| | | | | PR: 14719 Submitted by: maintainer
* update mastersites and put distfiles into a directorymharo1999-10-272-31/+26
| | | | | PR: part of 14413 Submitted by: maintainer
* Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3taoka1999-09-202-4/+4
| | | | | PR: 13659 Submitted by: maintainer
* Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port.taoka1999-09-073-0/+8
| | | | | | | PR: 13520 Submitted by: maintainer And I modified pkg/PLIST.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 andasami1999-08-194-99/+118
| | | | | | | | | | | | | | 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
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Update to ndtpd-2.2.2 and eb-2.2.2taoka1999-03-132-5/+5
| | | | | PR: ports/10526 Submitted by: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp
* Initial import of ja-eb version 2.2.steve1999-01-265-0/+362
iA C library for accessing EB/EBG/EBXA, and EPWING CD-ROM dictionaries. PR: 9595 (1 of 2) Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>