summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2000-11-16depend on libwmf>=0.1.17nb1wiz1-3/+3
2000-11-14add converters/ishitojun1-1/+2
2000-11-14ish, binary-to-text converter with error correctionitojun5-0/+34
(pkg/* are taken from FreeBSD ports)
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs1-3/+3
2000-10-20Add txt2html.wennmach1-1/+2
2000-10-20Initial import of txt2html-1.28, a text to HTML converter written in Perl.wennmach7-0/+62
2000-10-17Cleanup: remove commented-out parts of the Makefile, remove dependency onrh1-10/+1
automake
2000-10-17Ooops, this is already gone again.hubertf1-10/+0
2000-10-17 * ? => 'hubertf1-0/+10
* make a bit more readable
2000-10-16Substitute $PREFIX/lib --> $PREFIX/share in scriptsrh4-1/+43
2000-10-16Update wv to 0.6.0. Changes include:rh8-67/+169
* Changed executable name from wvHtml to wvWare * Added Mime display script (wvMime) (Martin Vermeer, Dom) * Added Conversion Helper Scripts (wvHtml, wvLatex, wvCleanLatex, wvPS, wvDVI, wvPDF) (Dom) * Added CleanLaTeX output mode, more closely resembling hand-crafted LaTeX (Martin) * Use GLib (http://www.gtk.org) (Dom) * Use Gnome Libole2 (http://www.gnome.org) (Dom, Jamie) * New wvStream architecture (Jamie) * Word 2 support! (Martin Vermeer) * Code speedups and XP improvements (the Abiword team) * Massive work started on an exporter (Dom) * Move to wvware.sourceforge.net (Dom) * New Maintainer: Dom Lachowicz (cinamod@hotmail.com) |-> also getting lots of help from Martin Vermeer
2000-10-16Remove converters/t1utils. This is already present as textproc/t1utils.rh6-39/+1
2000-10-15Add and enable t1utilsrh1-1/+2
2000-10-15Initial import of t1utils-1.20, a set of command-line tools for dealingrh5-0/+37
with Adobe Type 1 fonts
2000-09-05Two minor bug fixes in distfile, so the author didn't change the versionwiz1-2/+2
number :(
2000-09-03add RCS Idswiz2-0/+2
2000-09-02Adapt to ImageMagick API change. Update to 0.5.44, only change (from NEWSwiz4-6/+29
file): Fix summary information bug.
2000-08-30Adapt this package to tcl-8.3.2.jwise4-11/+84
2000-08-30API of ImageMagick changed(s/CreateImage/ConstituteImage/).sakamoto3-7/+8
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam5-20/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-25Put back patch for "configure" to skip search for QT includes andtron2-10/+23
libraries which got lost in the last commit.
2000-08-25Because this package doesn't require QT to build we don't need totron1-4/+2
locate the QT includes and libraries.
2000-08-22Use LTCONFIG_OVERRIDE and remove the libtool part of a patch.skrll4-50/+13
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+4
2000-08-05Rework to use libwmf-0.1.17nb1.jlam5-379/+412
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-2/+2
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-08add .la file to PLIST (fallout from USE_PKGLIBTOOL -> USE_LIBTOOL)wiz1-1/+2
2000-07-08patch for new CreateImage API of ImageMagick-5.x.sakamoto2-1/+32
2000-07-08use USE_LIBTOOL and LTCONFIG_OVERRIDEsakamoto1-6/+3
2000-06-20USE_LIBTOOL, not PKGLIBTOOL.jlam2-9/+11
2000-06-07Add and enable bbcimskrll1-1/+2
2000-06-07Add bbcim.skrll14-0/+600
bbcim is a BBC DFS file conversion utility that can convert between standard archive format and xbeeb format and a lot more besides...
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh3-6/+6
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-18make it run on current/ELFwiz1-1/+2
2000-05-13fix the obvious getopt-problem (on -current)wiz1-2/+3
XXX: still doesn't compile, since it uses the old 4.x ImageMagick API, which in this case is incompatible to the 5.x one.
2000-05-01Don't pull in libgetopt if /usr/include/getopt.h is present (i.e.hubertf1-2/+4
on -current systems)
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-2/+3
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-08add and enable latex2rtfwiz1-1/+2
2000-03-08Initial import of latex2rtf, based on pkg/9563 bywiz7-0/+102
Brook Milligan <brook@biology.nmsu.edu>
2000-02-27add and enable wvwiz1-1/+2
2000-02-27Initial import of wv, a MS-Word file to HTML/LaTeX converter.wiz8-0/+646
This is the successor of textproc/mswordview, which should be retired sometime -- at the moment there are still files that are handled better by it.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-8/+1
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-01-10Update recode to 3.5rh3-5/+25
User-visible changes are: .* Incompatible changes . + A double dot `..' should now be used instead of a colon `:'. . + Option --force (-f) is needed to pursue recoding despite errors. . + There is no more quoting for special characters within charsets names. . + Auto check (`-a') and popen (`-o') options have been withdrawn. . + Some charsets and aliases were deleted, see `Charsets & aliases' below. .* Extended features . + Program messages are available in localised form for many languages. . + Long character names are available in French, if LANGUAGE is set to `fr'. . + A new request syntax allows for recode chaining, and for surfaces. . + Option --header-file (-h) accepts a language parameter, and Perl is new. . + Full charset listings now show the UCS-2 value for characters. . + Option --known=PAIRS (-k) also accepts octal and hexadecimal numbers. . + Option --list (-l) better sorts charsets and aliases, also fully written. . + Charset `RFC1345' implements mnemonic+ascii+38, and is now reversible. . + HTML is not limited anymore to Latin-1, HTML 4.0 entities are supported. .* New features . + Euro support. . + Updated RFC 1345 set of tables, from Keld Simonsen. . + Some African charsets and transliterated forms. . + Conversions for ISO 10646 and Unicode. . + Combining or explosion of UCS-2 diacriticized characters and ligatures. . + Implementation of surfaces, see `Surfaces & aliases' below. . + Mixed mode for recoding only comments and strings in C sources or PO files. . + A stand-alone recoding library gets installed, often as a shared library. . + Option --find-subsets (-T) lists charsets which are subsets of another. . + The library may generate testing data, and study character frequencies. .* Charsets & aliases . + New ISO 10646 and Unicode charsets . - combined-UCS-2: pseudo-charset. . - count-characters: pseudo-charset. . - dump-with-names: pseudo-charset. . - ISO-10646-UCS-2: aliases are UNICODE-1-1, BMP, rune and u2. . - ISO-10646-UCS-4: aliases are 10646, ISO-10646, UCS-4 and u4. . - UNICODE-1-1-UTF-7: aliases are TF-7 and u7. . - UTF-8: aliases are UTF-2, UTF-FSS, FSS_UTF, TF-8 and u8. . - UTF-16: aliases are Unicode, TF-16 and u6. . + RFC 1345.bis matters . - Deleted charsets dk-us, us-dk (because of &duplicate which `recode' does not handle yet). . - New charsets baltic (alias is iso-ir-179); CP1250 (1250, ms-ee, windows-1250); CP1251 (1251, ms-cyrl, windows-1251); CP1252 (1252, ms-ansi, windows-1252); CP1253 (1253, ms-greek, windows-1253); CP1254 (1254, ms-turk, windows-1254); CP1255 (1255, ms-hebr, windows-1255); CP1256 (1256, ms-arab, windows-1256); CP1257 (1257, WinBaltRim, windows-1257); CWI (CWI-2, cp-hu); EBCDIC-IS-FRISS (friss); GOST_19768-87 with aliases of previous GOST_19768-74; IBM256 (256, CP256, EBCDIC-INT1); IBM875 (875, CP875, EBCDIC-Greek); IBM1004 (1004, CP1004, os2latin1); IBM1047 (1047, CP1047); ISO-8859-13 (ISO_8859-13:1998, iso-baltic, iso-ir-179a, l7, latin7); ISO-8859-14 (ISO_8859-14:1998, iso-celtic, iso-ir-199, l8, latin8); ISO-8859-15 (ISO_8859-15:1998, iso-ir-203, l9, latin9); KOI-7; KOI-8 (GOST_19768-74); KOI8-R; KOI8-RU; KOI8-U; macintosh_ce (macce); mac-is; NeXTSTEP (next) yet previous `recode' had it outside RFC 1345. . - Alias promoted to charset (with previous charset becoming alias) ISO-646.basic (with ISO-646.basic:1983); ISO-646.irv (ISO-646.irv:1983); ISO_5427-ext (ISO_5427:1981); ISO_5428 (ISO_5428:1980); ISO-8859-1 (ISO_8859-1:1987); ISO-8859-2 (ISO_8859-2:1987); ISO-8859-3 (ISO_8859-3:1988); ISO-8859-4 (ISO_8859-4:1988); ISO-8859-5 (ISO_8859-5:1988); ISO-8859-6 (ISO_8859-6:1987); ISO-8859-7 (ISO_8859-7:1987); ISO-8859-8 (ISO_8859-8:1988); ISO-8859-9 (ISO_8859-9:1989); ISO-8859-10 (latin6); NC_NC00-10 (NC_NC00-10:81); sami (latin-lap). . - New aliases 037 (for charset IBM037); 038 (IBM038); 273 (IBM273); 274 (IBM274); 275 (IBM275); 278 (IBM278); 280 (IBM280); 281 (IBM281); 284 (IBM284); 285 (IBM285); 290 (IBM290); 297 (IBM297); 367 (ANSI_X3.4-1968); 420 (IBM420); 423 (IBM423); 424 (IBM424); 500, 500V1 (IBM500); 819 (ISO-8859-1); 864 (IBM864); 868 (IBM868); 870 (IBM870); 871 (IBM871); 880 (IBM880); 891 (IBM891); 903 (IBM903); 905 (IBM905); 912, CP912, IBM912 (ISO-8859-2); 918 (IBM918); 1026 (IBM1026); ECMA-113, ECMA-113:1986 (ECMA-Cyrillic); GOST_19768-74 (KOI8); ISO_8859-N (ISO-8859-N) for N = 1 through 10 and 13 through 15; ISO_8859-10:1993 (ISO-8869-10); iso-ir-170 (INVARIANT); KOI8_L2 (CSN_369103); pclatin2, pcl2 (IBM852); SS636127 (SEN_850200_B). . + New African charsets . - AFRL1-101-BPI_OCIL: aliases are t-francais and t-fra. . - AFRFUL-102-BPI_OCIL: aliases are bambara, bra, ewondo and fulfulde. . - AFRFUL-103-BPI_OCIL: aliases are t-bambara, t-bra, t-ewondo and t-fulfulde. . - AFRLIN-104-BPI_OCIL: aliases are lingala, lin, sango and wolof. . - AFRLIN-105-BPI_OCIL: aliases are t-lingala, t-lin, t-sango and t-wolof. . + Extra miscellaneous charsets . - KEYBCS2, Kamenicky. . - CORK, T1. . - KOI-8_CS2. . + New HTML pseudo-charsets . - HTML_1.1: alias is h1. . - HTML_2.0: aliases are RFC 1866, 1866 and h2. . - HTML-i18n: alias is RFC 2070. . - HTML_3.2: reimplemented; alias is h3. . - HTML_4.0: aliases are h4, HTML and h. . - Deleted aliases: HTF, 8859, ISO 8859, Entities, SGML, WWW, w3. .* Surfaces & aliases . + New MIME encoding surfaces . - Base64: aliases are 64 and b64. . - Quoted-Printable: aliases are qp and Quote-Printable. . + New permutation surfaces . - 21-Permutation: alias is swabytes. . - 4321-Permutation. . + New end of line surfaces . - CR. . - CR-LF: alias is cl. . + New (fully reversible) dump surfaces . - Decimal-1: aliases are d and d1. . - Decimal-2: alias is d2. . - Decimal-4: alias is d4. . - Hexadecimal-1: aliases are x and x1. . - Hexadecimal-2: alias is x2. . - Hexadecimal-4: alias is x4. . - Octal-1: aliases are o and o1. . - Octal-2: alias is o2. . - Octal-4: alias is o4. . + New miscellaneous surfaces. . - data, test7, test8, test15, test16.
2000-01-08more whitespace cleanup (silence, pkglint!)wiz1-2/+1
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs6-6/+6