summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-18/+20
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz34-34/+34
2001-02-12Add seperate package list for SunOS.tron1-1/+7
2001-01-11Make this build without root permissions. Fixes Luke's PR 11893.rh2-1/+17
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc5-7/+19
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-01Add and enable libiconvrh1-1/+2
2001-01-01Initial import of libiconv-1.5, a character conversion library.rh7-0/+66
2000-12-27add & enable unix2doshubertf1-1/+2
2000-12-27Add unix2dos-1.2:hubertf5-0/+30
unix2dos and dos2unix are utilities that convert ASCII files from the DOS cr/lf format to the UNIX lf format. Submitted by Tomasz Luchowski <zuntum@eik.pl>
2000-12-16Fix bug in wvText reported by Per Amund Amundsen in pkg/11722.wiz2-1/+15
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
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