Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-21 | Update to 2.12. | mjl | 2 | -5/+6 | |
Speed up pure perl base64 encoder/decoder by using join/map instead of while loop. Doc update contributed by Jerrad Pierce Downgrade UTF8 strings before starting to encode. | |||||
2001-03-21 | Add seperate package list for SunOS. | tron | 1 | -0/+20 | |
2001-03-14 | Add and enable kdesupport2. | skrll | 1 | -1/+2 | |
2001-03-14 | Import of KDE 2.1 kdesupport package. | skrll | 6 | -0/+88 | |
This may not be needed, but for consistency's sake I'm including it for the moment. | |||||
2001-03-13 | * change my email address | zuntum | 1 | -7/+7 | |
* change NO_WRKSUBDIR to WRKSRC=${WRKDIR} * install things from ${WRKSRC} instead of ${WRKDIR} | |||||
2001-03-11 | Put this in the correct primary category; also add "archivers" (handles | tv | 1 | -6/+6 | |
Commodore archive files). | |||||
2001-03-07 | add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted by | kei | 1 | -1/+3 | |
IWAMOTO Toshihiro in private mail. Thanks. | |||||
2001-03-07 | add and enable 'rpm2cpio' package. | kei | 1 | -1/+2 | |
2001-03-07 | Initial import of 'rpm2cpio' package from FreeBSD Ports collection. | kei | 4 | -0/+39 | |
rpm2cpio reads RPM archive and dumps the content to standard out as a cpio format. It's written in Perl. I moved its category from original place misc to converters. | |||||
2001-03-05 | Standard place for additional files is the files dir -- move one file | wiz | 2 | -3/+2 | |
there (from pkg). | |||||
2001-02-27 | security/openssl and converters/base64 both install a 'base64' executable, | wiz | 1 | -1/+3 | |
so make them CONFLICT (pkg/11408). | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 4 | -15/+15 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-20 | Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one | wiz | 1 | -5/+1 | |
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one. | |||||
2001-02-16 | Not needed any more -- COMMENTs are in Makefiles now. | wiz | 1 | -1/+0 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 34 | -34/+34 | |
2001-02-12 | Add seperate package list for SunOS. | tron | 1 | -1/+7 | |
2001-01-11 | Make this build without root permissions. Fixes Luke's PR 11893. | rh | 2 | -1/+17 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 5 | -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-01 | Add and enable libiconv | rh | 1 | -1/+2 | |
2001-01-01 | Initial import of libiconv-1.5, a character conversion library. | rh | 7 | -0/+66 | |
2000-12-27 | add & enable unix2dos | hubertf | 1 | -1/+2 | |
2000-12-27 | Add unix2dos-1.2: | hubertf | 5 | -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-16 | Fix bug in wvText reported by Per Amund Amundsen in pkg/11722. | wiz | 2 | -1/+15 | |
2000-12-12 | Unify Makefiles -- mostly headers: remove FreeBSD Ids. | wiz | 1 | -2/+1 | |
Consistent 4 character indentation of SUBDIR entries. | |||||
2000-11-16 | depend on libwmf>=0.1.17nb1 | wiz | 1 | -3/+3 | |
2000-11-14 | add converters/ish | itojun | 1 | -1/+2 | |
2000-11-14 | ish, binary-to-text converter with error correction | itojun | 5 | -0/+34 | |
(pkg/* are taken from FreeBSD ports) | |||||
2000-11-11 | Use "${MASTER_SITE_SOURCEFORGE}". | tron | 1 | -2/+2 | |
2000-11-08 | 1.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/ | abs | 1 | -3/+3 | |
2000-10-20 | Add txt2html. | wennmach | 1 | -1/+2 | |
2000-10-20 | Initial import of txt2html-1.28, a text to HTML converter written in Perl. | wennmach | 7 | -0/+62 | |
2000-10-17 | Cleanup: remove commented-out parts of the Makefile, remove dependency on | rh | 1 | -10/+1 | |
automake | |||||
2000-10-17 | Ooops, this is already gone again. | hubertf | 1 | -10/+0 | |
2000-10-17 | * ? => ' | hubertf | 1 | -0/+10 | |
* make a bit more readable | |||||
2000-10-16 | Substitute $PREFIX/lib --> $PREFIX/share in scripts | rh | 4 | -1/+43 | |
2000-10-16 | Update wv to 0.6.0. Changes include: | rh | 8 | -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-16 | Remove converters/t1utils. This is already present as textproc/t1utils. | rh | 6 | -39/+1 | |
2000-10-15 | Add and enable t1utils | rh | 1 | -1/+2 | |
2000-10-15 | Initial import of t1utils-1.20, a set of command-line tools for dealing | rh | 5 | -0/+37 | |
with Adobe Type 1 fonts | |||||
2000-09-05 | Two minor bug fixes in distfile, so the author didn't change the version | wiz | 1 | -2/+2 | |
number :( | |||||
2000-09-03 | add RCS Ids | wiz | 2 | -0/+2 | |
2000-09-02 | Adapt to ImageMagick API change. Update to 0.5.44, only change (from NEWS | wiz | 4 | -6/+29 | |
file): Fix summary information bug. | |||||
2000-08-30 | Adapt this package to tcl-8.3.2. | jwise | 4 | -11/+84 | |
2000-08-30 | API of ImageMagick changed(s/CreateImage/ConstituteImage/). | sakamoto | 3 | -7/+8 | |
2000-08-27 | Convert packages to use PERL5_PACKLIST (part 1). These were the easy | jlam | 5 | -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-25 | Put back patch for "configure" to skip search for QT includes and | tron | 2 | -10/+23 | |
libraries which got lost in the last commit. | |||||
2000-08-25 | Because this package doesn't require QT to build we don't need to | tron | 1 | -4/+2 | |
locate the QT includes and libraries. | |||||
2000-08-22 | Use LTCONFIG_OVERRIDE and remove the libtool part of a patch. | skrll | 4 | -50/+13 | |
2000-08-16 | USE_PKGLIBTOOL -> USE_LIBTOOL | hubertf | 2 | -3/+4 | |