summaryrefslogtreecommitdiff
path: root/textproc/eb
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-07Properly locate -liconv when linking ebinfo in the case where we usejlam3-5/+27
the pkgsrc libiconv implementation.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-20Fix config file installation to not conflict with pkginstallwiz3-3/+17
framework. Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-3/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-03-05Update eb to 4.1.3. Small bug fixes, no functional changes.uebayasi3-103/+105
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+34
2004-12-17Define PKGSYSCONFDIR.eb as a shell command sequence, so that ituebayasi1-8/+9
could be evaluated by configure scripts at the configure stage. (Otherwise, pkg_admin(1) and pkg_info(1) can be executed only once before EB as a dependency is not installed yet, which results in that those commands return void.)
2004-12-16Fix pkg_admin(1) syntax.uebayasi1-2/+3
2004-12-06* Run commands carefully in make(1)'s ``VAR!= cmd'' syntax. Problemuebayasi2-5/+15
reported by Krister Walfridsson. * Set INSTALLATION_DIRS so that pkgviews installation succeeds.
2004-11-29Fix PLIST.uebayasi2-4/+56
2004-11-22EB 4.x needs Perl to build documents. Noted by kristerw@.uebayasi1-1/+2
2004-11-21Slight SUBST_* improvement.uebayasi1-5/+5
2004-11-20Update eb to 4.1.1.uebayasi6-164/+86
Changes since 3.3.4 are: * Accept remote access. * Adopt BSD license. * Include only Japanese HTML documents (English documents are removed!). * Accept Japanese encodings other than EUC-JP. * Improve EB_BookList API. * Many bug fixes. While here, enable pkgviews installation.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-05No longer used.snj1-26/+0
2004-03-28Regen.uebayasi1-67/+67
2004-03-28Put distfiles in a versioned subdirectory for two version-less files (LIST,uebayasi1-2/+2
LIST-ja).
2004-03-19Update to 3.3.4. Minor bug fixes. Bl3'ify.uebayasi4-11/+31
2004-03-10Remove info files entries from PLIST.seb1-16/+1
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-03Convert to USE_NEW_TEXINFO.seb2-25/+8
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-04-13Updated to version 3.3.2.salo4-21/+89
Addresses PR pkg/21116 by Makoto Fujiwara. Changes: - honour PKG_SYSCONFDIR - add another two appendixes - delint 3.3.2: ====== - Fix version number of the shared library. - Support for Nichi-Ei-Futsu Jiten (YRRS-059). 3.3.1: ====== - Support for EPWING Geinus Eiwa Daijiten. - Fix a bug in handling of multi-search. - Fix a bug of debug mode. 3.3: ==== - Fix a bug of eb_read_binary_mpeg(). 3.3beta3: ========= - Fix multi search. - Fix some minor bugs. 3.3beta2: ========= - Fix some serious and minor bugs. - Install `eb3.m4' in `$(datadir)/aclocal'. 3.3beta1: ========= - Fix some bugs. 3.3beta0: ========= - Revise file name and compression type detection codes for EPWING. - The eb_multi_title() function is added, which gets a title of the specified multi search. Using this function, the `ebinfo' command also outputs multi search titles when `--multi-search' (or `-m') option is specified. - Fix a bug of `ebrefile'. - Add two text hooks for inline image support.
2003-03-11Update checksum for LIST and LIST-ja. Change: one new title (CD-ROM banwiz1-5/+5
Genius Eiwa Waei Jiten). Addresses PR 20665.
2003-02-08Fix package (broken in recent i386 bulk build) and fully update to 3.2.3.cjep3-26/+35
* Use genius2-1.1. * Fix distinfo to match Makefile distfile list. Changes since 3.2.2 include: * eb/subbook.c (eb_set_subbook_epwing): Open `honmon2' for sound or graphic file if `honmong' or `honmons' doesn't exist. * eb/binary.c (eb_set_binary_wave): Fix a bug that the function composes broken WAVE header. * eb/text.h, eb/readtext.c: Define `EB_HOOK_BEGIN_DECORATION' and `EB_HOOK_END_DECORATION', requested from Kenichi SUTO.
2003-02-06Update my email address.uebayasi1-3/+4
2002-10-05Unused.wiz1-51/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam7-9/+36
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-06-12Updated to 3.2.2.uebayasi6-12/+93
* Fix bug in handling of appendix. * Fix gettext message catalogs. Besides these, eb.conf is properly fixed in buildlink.mk so that headers/ libraries can be found in the right paths. Bump BUILDLINK_DEPENDS.eb.
2002-03-22Add missing DEPENDS+=... line, which caused applications fail to build with.uebayasi1-1/+2
Reported by Koji Kondo <koji@iijmio-mail.jp>.
2002-03-15Typo fixes.wiz1-5/+3
2002-03-15* Slight revision.uebayasi2-7/+2
* While spaces.
2002-03-14Update EB from 3.0 to 3.2.1.uebayasi4-43/+99
* Fix a bug in text read routine when using 'appendix'. * Import zlib-1.1.4. * If the EB_DEBUG environment variable is defined, EB Library outputs messages for debugging. `--enable-debug' option of configure is removed. * Fix a critical bug in decompression of EBZIP compression format. * The maximum compression level of ebzip is changed from 3 to 5. * Implement eb_backward_text() and revise eb_forward_text(). * The EB Library programming document (Japanese edition) is back. * Fix bugs in compressed S-EBXA support. * Add debug codes. Those codes are enabled by `configure --enable-debug'. * Rename eb_initialize_all_subbooks() to eb_load_all_subbooks(), and eb_initialize_all_appendix_subbooks() to eb_load_all_appendix_subbooks(). For backward compatibility, the old function names are defined as cpp macros. * Support for DUDEN EBG CD-ROMs is back. * Fix a bug in handling of CD-ROM mounted on the root directory. * Overhaul initialization and finalization routines in the library. * Support compressed S-EBXA CD-ROM book. Support Nippon daihyakka zensho, accessories to Sony DataDiscMan DP-S1000. * New appendices (crownfj2, crowngj). * And many bug fixes. Besides, add a brand new buildlink.mk.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-18/+19
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam1-2/+1
gettext-lib/buildlink.mk file.