summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2005-11-17Correct a distfile path. Noted by salo@.minskim1-2/+2
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-09Removed the $Id$ from patches/patch-aa.rillig2-5/+4
2005-11-09Update to latex2rtf-1.9.16a. Okayed by maintainer.reed4-63/+102
Changed order of MASTER_SITES -- use sourceforge first (said to be updated first). Remove post-extract and do-configure targets. Get rid of do-install steps except for info file (use INSTALL_MAN instead of INSTALL_DATA for that). Remove man/man1 from INSTALLATION_DIRS as the install does this already. Add many configs to PLIST. Now installs a latex2png executable. Updated patch also honors PKGMANDIR. The ChangeLog has: Squash another compiler warning Better error message when getTexUntil fails Fix for \succ and \prec by Aleksey Cheusov fix uninitialized warning messages under debian new versions of derived files Preparing for 1.9.16 release support for compression of citations i.e., [1,2,3,4] is now [1-4] support for sorted citations Fixes for natbib style when numbers are used support for \ensuremath fix for bibliographic reference for non-alpha natbib entries fixes for superscripted natbib style update docs with information about bibliography styles trying to check in Change format of error messages Fix missing filename in error messages Change diagnostic level of warnings in a couple of places Fix annoying extra page break at beginning of reports and books Some support for \citealt and \citealp commands from natbib package. Not thoroughly tested but it works ok for single authors. Add support for \euro{amount} and \EUR{amount} Added lines to babel_czech.tex to facilitate processing with latex Updated subsup.tex in tarball.` add babel_spanish.tex and fig_size.tex to distribution fixes for \centering in table and figure environments fix font handling in equations so that ${\rm A}$ typesets in roman. Update ToDo and ChangeLog Fix for mis-numbering of figures and tables in reports support for \bibpunct in the natbib package Fix bizzare way that commands are searched. It is now possible to replace command behavior by pushing a new Environment. support for revtex \begin{acknowledge} \end{acknowledge} as well as \onlinecite and \citeonline (from RevTeX). (This is untested currently) patches fro m Marin Chicoine. avoid possible overrun in cCommand in TranslateCommand security flaw pointed out by D. J. Bernstein avoid buffer overruns in macro expansion that can be security holes reported by D. J. Bernstein .... and many other changes ...
2005-11-08convert to use tex.buildlink3.mktonio1-2/+3
2005-11-08Let us repeat: isnan is not a function. It does not have externaljoerg2-3/+28
linkage for C99, so don't try to detect it as such.
2005-11-03Fixed wrong usage of WRKSRC.rillig3-11/+12
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca1-2/+1
2005-11-03Delete removed ruby related pacakge's entries.taca1-2/+1
2005-11-03Remove the rest of packages which supported by ruby16-base (Ruby 1.6.8)taca4-43/+0
packages only.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-2/+2
by Ruby 1.8.3 updates.
2005-11-02Disable packages used with ruby16-base only or bundled withtaca1-2/+2
ruby18-base packages.
2005-11-02Reset PKGREVISION by updating Ruby 1.8.3.taca1-2/+1
2005-10-31Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum wastonio2-5/+6
updated. Thanks Min Sik Kim for pointing the problem
2005-10-27Update converters/bibtex2html to 1.76tonio2-6/+6
Version 1.76, 22/9/2005 ======================= o translation of \'c o replaced ISO latin 1 characters with their entity codes o support for Czech characters (both contributed by Danny Chrastina) Approved by minskim@
2005-10-24Fix for Darwin8/gcc4 (PR 31888)tonio3-3/+46
Change: startElement() -> wvstartElement() endElement() -> wvendElement() to avoid conflict with non-static prototype (the same fix was applied upstream)
2005-10-17Distfiles comes with a strange encoding.tonio2-5/+8
Updated checksum, it is just an encoding problem Add ${TR} magic to fix encoding This fixes PR 31639
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-10-10s/jp.netbsd.org/jp.NetBSD.org/hira1-2/+2
2005-10-02Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,taca2-7/+7
approved by wiz. Bump PKGREVISION. New in libiconv-1.10-ja.patch: * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2, ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR. * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2, ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of U+203E OVER LINE. * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings. * Added Shift_JIS-MS, SJIS-MS, MS932 as aliases for CP932. * Added CP51932 converter. * Added ISO-2022-JP-MS converter. * Added CP50221 as aliases for ISO-2022-JP-MS. New in libiconv-1.10-ja-1.patch: * Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to iso-2022-jp-ms. * Fixed check tests/SHIFT_JISX0213.TXT * Add WINDOWS-932 as alias of CP932. * Add WINDOWS-51932 and MS51932 as alias of CP51932. * Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS. * Add eucjpms (from MySQL) as alias of eucJP-ms. * Introduce CHARSET_ALIAS environment variable support. Example) with /bin/sh: $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS" $ export CHARSET_ALIAS
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig4-10/+10
NO_BUILD, USE_LIBTOOL.
2005-09-27Fix build under darwin, using the updated btparsetonio3-6/+12
bump PKGREVISION approvd by wiz@
2005-09-27add -c99 to CFLAGS for IRIX' MIPSPro compilers.jschauma1-1/+7
2005-09-12Added cp932 patch; closing PR-31142adam2-3/+10
2005-08-19Put the charset.alias file into place using REQD_FILES instead ofjlam2-4/+4
CONF_FILES since we need it to always be present for libiconv to function properly. It's now no longer removed automatically at deinstallation if it differs from the stock charset.alias file, meaning it's now preserved in case the user made modifications to the file; however a warning will be output that the file can be safely removed if you don't need it anymore. Bump the PKGREVISION to 1.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-17Define PERL5_PACKLIST so that PLIST is correctly generated.hiramatsu1-1/+4
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam3-7/+6
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-07Bump PKGREVISION for wxGTK dependency change.wiz1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam14-33/+37
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-29honour LDFLAGS and LIBS.grant3-2/+19
2005-07-28Changes 1.10:adam7-36/+22
* Added ISO-8859-11 converter. * Updated the ISO-8859-7 converter. * Added ATARIST converter, available through --enable-extra-encodings. * Added BIG5-2003 converter (experimental), available through --enable-extra-encodings. * Updated EUC-TW converter to include the Euro sign. * The preloadable library has been renamed from libiconv_plug.so to preloadable_libiconv.so. * Portability to mingw.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz3-6/+6
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-4/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam5-10/+11
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-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam9-18/+18
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-26Add libwpd.markd1-1/+2
2005-06-26Initial import of libwpd version 0.8.1.markd5-0/+71
From Jeremy Reed in pkgsrc-wip, updated to 0.8.1 by me. libwpd is a library for reading and writing WordPerfect(tm) documents. This package also includes utilities for converting to HTML and plain text.
2005-06-25Update HOMEPAGE to proper URL.taca2-4/+4
2005-06-25Update HOMEPAGE.taca1-2/+2
2005-06-25Update converters/p5-nkf package to 2.05.taca2-8/+7
1. Added --guess option which print guessed character encoding. 2. Added --cp932inv options which enable to make some characters conversion compatible with Code Page 932 (CP932) when converting to Shift_JIS. 3. Added --prefix option. When converting to Shift_JIS, second byte of converted character may be "meta" character. --prefix option allow escape these characters. 4. Added support for JIS X 0212.
2005-06-25Update converters/nkf to 2.05.taca2-7/+7
1. Added --guess option which print guessed character encoding. 2. Added --cp932inv options which enable to make some characters conversion compatible with Code Page 932 (CP932) when converting to Shift_JIS. 3. Added --prefix option. When converting to Shift_JIS, second byte of converted character may be "meta" character. --prefix option allow escape these characters. 4. Added support for JIS X 0212.
2005-06-16Create directories before installing files into them.jlam23-23/+65
2005-06-06Back out previous and reset the BUILTIN_VERSION.iconv variable instead.jlam1-3/+3
This should fix functioning on Linux systems that actually use GNU libiconv as the builtin iconv implementation.
2005-06-05Make BUILTIN_PKG.iconv follow what the comment says.minskim1-2/+2
2005-06-05Assume that DragonFly's native libiconv is good enough for pkgsrc, just asjmmv1-4/+5
we do for NetBSD. Patch from Joerg Sonnenberger.
2005-06-05In builtin.mk files, use _BLTN_ as the private namespace prefix.jlam1-11/+11
2005-06-01Don't include bsd.builtin.mk... just include the builtin.mk file forjlam1-9/+10
the package that we're interested in (iconv). Also, fix the logic so that we don't assume that built-in libiconv.so doesn't exist.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam3-66/+88
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-28Update to 0.7.2. From pancake in PR#30208.snj2-6/+6
Changes: - Fix the "cannot open xxx file" bug. - code cleanup and indentation