summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2006-02-08Changes 0.8.4:adam3-18/+14
- Fix compilation with gcc >= 4.1.0 - Initial support for tables in WP5.x format - Fix compilation on MacOSX - Conversion of font name, size and colour for WP3.x format - Collapse the LL and HL Listeners into one classe each - Initial support of tables in WP3.x format including the cell background colour - Conversion of sections with multiple columns in WP3.x format - Conversion of foot/endnotes in WP3.x format - Adding an assignment operator to WPXString class as well as trying to make it much more a std::string wrapper
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg26-40/+52
2006-02-01Update to 2.1.2 at its new master site. Changes from docs:tv3-16/+16
Version 2.1.2: Bug fixes; see ChangeLog for details Version 2.1: Added support for raw Commodore C2N tape archives. Renamed the CP/M-related options to -m and -M, so that the C2N-related options can be -c and -C. Version 2.0.5: Mikko Suonio provided patches for tolerating truncated T64 and Lynx archives. His patches also handle single-file T64 archives that have number of entries set to zero, and Lynx archives that have file names starting with a space. Version 2.0.5.1: It was brought to my attention that Lynx 17 on the Commodore 64 and some other utilities do not recognize the Lynx archives created by cbmconvert. I slightly modified the magic cookie to fix the problem.
2006-01-31Add skf.minskim1-1/+2
2006-01-31Import skf from pkgsrc-wip. Packaged by OBATA Akio.minskim5-0/+328
skf is an i18n-capable kanji filter. It works like i18n enhanced nkf-1.6. More specifically, skf is intended to read documents in various languages and codes using kanji or unicode capable display devices. skf provides basic kanji code conversion features, include to/from JIS, EUC, Shift-JIS, Unicode, and Vendor specific codes. skf also includes decoder for various code appears in the Net. Unlike nkf, it does not provide broken jis recovery nor mime encoding, but it has support for ISO-8859's, European domestic set, JIS X-0212/X-0213 code, has IBM/MS vendor specific code support and can add other code support easily.
2006-01-26buildlink fixadam1-4/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz7-13/+14
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam3-8/+3
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Use INSTALL_LIB for the library to get +x perm; bump PKGREVISION.tv1-3/+3
2006-01-18Changes 1.2.0:adam5-68/+17
* Bug fixes
2006-01-13Update bibtex2html to 1.78tonio2-7/+7
Changelog: - fixed bug with unbalanced brackets in bib2bib/bibtex2html output Fix pkglint warning about quoted SUBST_MESSAGE
2006-01-11ferr is a bad name for a global symbol and can't be portably initialisedjoerg3-3/+18
to stdout anyway, so remove it. Bump revision.
2006-01-10Needs BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-05Needs pkg-config to build.salo1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca2-8/+8
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-02Add and enable p5-MIME-Base32.schmonz1-1/+2
2006-01-02Initial import of p5-MIME-Base32, a Perl module similar to p5-MIME-Base64,schmonz4-0/+27
yet different in a predictable way.
2006-01-02No matherr on DragonFly.joerg2-1/+18
2006-01-01Update to 3.07:wiz3-17/+19
2005-11-30 Gisle Aas Release 3.07 Use a Makefile.PL that is also suitable for core perl. 2005-11-26 Gisle Aas Release 3.06 Documentation tweaks. use XSLoader; perl-5.6 now required. Some consting from bleadperl. Unbundled the {en,de}code-{base64,qp} utility scripts. These are now found in the MIME-Base64-Scripts package.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz4-7/+8
Bump BUILDLINK_RECOMMENDED.
2005-12-30ffs is a pre-existing symbol e.g. on DragonFly, use a different name.joerg3-1/+47
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam2-4/+2
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-19Fix errno. Use stdlib.h in one place as well.joerg3-5/+37
2005-12-19Fix errno.joerg3-9/+25
2005-12-06Fixed pkglint warning about absolute filename /bin/sh. The real bug wasrillig1-2/+2
missing quotes around the sed(1) replacement expression.
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, forrillig15-31/+29
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-12-05Add and enable smbchartool.taca1-1/+2
2005-12-05Importing converters/smbchartool pacakge 2.3a.taca5-0/+94
Smbchartool is File name conversion tool for Samba. Samba, SMB/CIFS protocol server suite supports various file name encoding and these encoded file name needs to be converted when Samba's configuration need to be changed. Smbchartool support these file name conversion processing mainly Japanese character encoding.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz4-7/+8
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25Activated package convmv.heinz1-1/+2
2005-11-25Initial import of convmv-1.08.heinz6-0/+179
Convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also converts the symlink target pointer in case the symlink target is being converted, too.
2005-11-21This build uses perl (should use sed and date +"%a %b %e %T %Y" instead).reed1-3/+2
And removed a couple empty lines.
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@