summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv2-2/+4
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22Add wv2markd1-1/+2
2004-01-22Initial import of wv2 version 0.2.1.markd5-0/+92
A library to access Microsoft Word files - used by koffice
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant5-10/+10
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc15-30/+31
2004-01-19Add and enable enriched2htmlagc1-1/+2
2004-01-19Initial import of enriched2html-1.0 into the Packages Collection.agc4-0/+47
This is useful if you ever receive text/enriched email. To quote from the author, Brandon Long: This program is based on the program in Appendix A of rfc1896. It does as much as I can think of to convert text/enriched to text/html (since there are so many viewers for text/html). It is a hack. It is not perfect, and the html it generates is far from perfect. I've tried to follow HTML v3.2, but its still not great. Usage: Pass it the text/enriched body of a message on stdin, and it will put the text/html version on stdout. To make mutt display text/enriched, put this in your .mailcap file: # enriched.sh converts text/enriched to text/html and then uses lynx to display text/enriched; ${PREFIX}/bin/enriched2html | lynx -dump -stdin ; copiousoutput
2004-01-15Don't use "-Wl" on platforms which define "_USE_RPATH" to "no". Thistron1-1/+3
fixes build problems under Darwin.
2004-01-13kill leading whitespace, s/Libiconv/libiconv/grant1-4/+4
2004-01-13Updated p5-MIME-Base64 to 2.23.grant2-5/+5
changes since 2.21: Release 2.23 Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>. Release 2.22 Fix 'gcc -Wall' complaints.
2004-01-12Remove info files from PLIST files.seb2-11/+2
2004-01-12Lint (sort DISTNAME section)cjep1-2/+2
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz7-128/+1
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-06Use l:foo: instead of S:...: to remove a library.jlam1-2/+2
2004-01-05bl3ifyjlam1-2/+4
2004-01-05bl3ifyjlam1-2/+4
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-17/+17
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+84
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Add trailing / on HOMEPAGEscjep2-4/+4
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv3-6/+6
2003-12-20Make this build with gcc3ben3-1/+47
* remove unnecessary ios::nocreate http://www.dinkumware.com/manuals/reader.aspx?b=p/&h=fstream.html#basic_filebuf::open * add using namespace std to get min()
2003-12-14Add and enable fribidi.xtraeme1-1/+2
2003-12-14Initial import of fribidi-0.10.4 from pkgsrc-wip.xtraeme6-0/+105
Free Implementation of the Unicode Bidirectional Algorithm. The library implements all of the algorithm as described in the "Unicode Standard Annex #9, The Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested against Bidi Reference Code, and due to our best knowledge, does not contain any conformance bugs. In the API, we were inspired by the document "Bi-Di languages support - BiDi API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi support to Mozilla. Internally the library uses Unicode entirely. The character property function was automatically created from the Unicode property list data file, PropList.txt, available from the Unicode Online Data site. This means that every Unicode character will be treated in strict accordance with the Unicode specification. The same is true for the mirroring of characters, which also works for all the characters listed as mirrorable in the Unicode specification.
2003-12-13Updated to 1.0.0, Changelog unavailable.xtraeme6-63/+68
Also update DESCR with reality.
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-12-04Add and enable chefagc1-1/+2
2003-12-04Initial import of chef to the NetBSD Packages Collection.agc5-0/+40
Convert from English on stdin to Mock Swedish on stdout. ...or... Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot. Bork Bork Bork!
2003-11-27Updated p5-MIME-Base64 to 2.21.grant2-5/+5
changes since 2.20: Release 2.21 Documentation tweaks. Don't rely on SvEND(sv) == '\0' as discussed in the perl5-porters mailing list thread that starts with http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-10/msg00258.html Should now pass test suite even without XS support. Perl v5.005 or better is now required.
2003-11-19OpenSSL has not had base64 for a while now, so these two no longer needjschauma1-2/+1
to conflict. Noted by Bernhard Riedel.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-10-31Set USE_GCC_SHLIB. This requires buildlink2. Fixes linking on Solaris.gavan1-1/+3
2003-10-31add a "ICONV_IS_GNU" variable which is set to "YES" when the logic heredmcmahill1-1/+4
says we need the pkgsrc libiconv. This will let pkgs who need to know deal appropriately.
2003-10-05Update ruby-iconv package to 0.5.taca2-10/+5
- No changes are available. - Use pre-formated HTML document and delete dependency to ruby-rdtool.
2003-10-01Do not install man pages in ${PREFIX}/bin.kristerw1-3/+3
2003-09-23Removed ImageMagick dependency, since wv can handle images itself.adam1-2/+5
Added libxml2 dependendy, because libwmf uses it, and it's needed anyway.
2003-09-22Fix latex2rtf to not hardcode install(1). From Jonathan Perkins in PR 22881.wiz3-27/+13
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc3-3/+6
2003-09-20Update UUlib to 0.31, changes are:chris2-5/+5
0.31 Wed Oct 16 01:22:34 CEST 2002 - no internal code changes. - much better documentation, now considered "useful". - removed the procedural interface. - fought the wish to perl-5.8'ify and thus simply the code :(). - stress-tested version 0.3 against 70000 data postings since sunday. 0.3 Sun Oct 13 15:12:11 CEST 2002 - updated to uulib 0.5.18. As expected, some but not all of my bugfixes have went into uulib, sdo the number of differences decreased a bit again. - I found out that the library is being sold commercially by Frank Pilhofer, disregarding the GPL and ignoring the rights of the people who sent in patches :( - vastly more useful documentation in the .pm file. - much smaller distribution filesize ;)
2003-09-20Fix build on Solaris. Closes PR pkg/22872 by Jonathan Perkin.jmmv2-6/+8
2003-09-19Override the install target so that we always use the right install utility.jmmv1-1/+5
Fixes PR pkg/22864 by Jonathan Perkin.
2003-09-18Add and enable p5-Unicode-Stringxtraeme1-1/+2
2003-09-18Initial import of p5-Unicode-String 2.06.xtraeme4-0/+34
These are experimental modules to handle various Unicode issues. They were made before perl included native UTF8 support. The current set of modules are: Unicode::String - represent strings of Unicode chars Unicode::CharName - look up character names Unicode::Map8 - mapping tables towards 8-bit char sets (the Unicode::Map8 module is distributed separately)
2003-09-16Don't try to link to -liconv in the install process, it fixes build inxtraeme2-1/+15
FreeBSD. Closes my own PR pkg/22346.
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht3-3/+71
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.