Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-10 | catdoc: fix sysconfdir for location of system-wide configuration file. | markd | 1 | -1/+2 | |
2017-08-16 | Follow some http redirects. | wiz | 1 | -2/+2 | |
2017-03-23 | Extend SHA512 checksums to various files I have on my local distfile | joerg | 1 | -1/+2 | |
mirror. | |||||
2014-10-05 | Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. | wiz | 1 | -1/+2 | |
2014-01-28 | specify libdir with GNU_CONFIGURE_LIBDIR. | obache | 1 | -2/+2 | |
2013-12-16 | Pull stdint.h to fix build on FreeBSD 9. | asau | 2 | -1/+14 | |
2013-06-16 | Fix PKGNAME. | ryoon | 1 | -2/+2 | |
2013-06-16 | Update to 0.94.4 | ryoon | 10 | -44/+104 | |
* HOMEPAGE and MASTER_SITES are changed to Debian's alioth. Changelog: unknown | |||||
2013-06-12 | Remove GNU_CONFIGURE_LIBDIR. | wiz | 1 | -2/+2 | |
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages. | |||||
2012-10-25 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-01-17 | Convert packages with add --libdir=* to CONFIGURE_ARGS to use | sbd | 1 | -2/+2 | |
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-05-01 | Add destdir support to catdoc and catdoc-tk. | obache | 2 | -2/+5 | |
Fixes PR 38545. | |||||
2008-04-19 | Update MASTER_SITES and HOMEPAGE location. | obache | 1 | -3/+3 | |
2007-09-10 | Remove "nbcompat" from USE_FEATURES... that was a debugging leftover. | jlam | 1 | -2/+2 | |
This avoids linking against libnbcompat if it's not needed. | |||||
2007-09-08 | Convert to use the features framework. | jlam | 1 | -12/+3 | |
2007-09-06 | Convert all libnbcompat/buildlink3.mk references to inplace.mk. | jlam | 1 | -3/+3 | |
2007-07-02 | Fix a tyop | agc | 1 | -1/+1 | |
2007-06-21 | Set "install" as a .PHONY target so that it works on case-insensitive | minskim | 2 | -1/+14 | |
filesystems. | |||||
2007-01-24 | Remove blank lines at end. | reed | 1 | -2/+0 | |
2007-01-24 | Update to version 0.94.2. | reed | 11 | -130/+58 | |
Removed four patches. Improved DESCRiptions. Improved COMMENT. catdoc is now: COMMENT=Converts MS Word, Excel and Powerpoint files to plain text catdoc-tk's COMMENT is made to stay the same. The catdoc-tk package now installs manpage also. And don't waste time building catdoc and binaries in catdoc-tk. (Should catdoc-tk package be renamed to "wordview?") The changelog is at http://www.45.free.net/~vitus/software/catdoc/changelog.html A lot of fixes plus now adds catppt utility to process powerpoint files. Also has many new character encodings and doesn't install xlsview. | |||||
2007-01-23 | Update MASTER_SITES and HOMEPAGE. | obache | 1 | -3/+3 | |
2006-10-01 | added support for IRIX 5 | schwarz | 3 | -10/+42 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-12-28 | Define "man1dir" in the configure environment so it can use custom | reed | 1 | -1/+2 | |
PKGMANDIR. (Somehow I missed this in the commit earlier today.) | |||||
2005-12-27 | Patch so Makefile will use @mandir@ as set by configure script. | reed | 2 | -4/+4 | |
And define "man1dir" in the configure environment. This is so it can use custom PKGMANDIR. | |||||
2005-06-22 | getopt() returns an int so that -1 can be distinguished from any character | is | 4 | -3/+28 | |
value (xls2csv wouldn't accept any command line without this fix). While we're here, add <stdlib.h> to analyze.c so that exit() is declared. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-11-01 | Update HOMEPAGE. | wiz | 1 | -2/+2 | |
2004-05-05 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-09-17 | Do not build nor install wordview to keep the package small (this needs Tk). | jmmv | 5 | -17/+50 | |
Bump PKGREVISION to 1 because of this. While here, split the Makefile in two parts to help in the creation of the new catdoc-tk package. Addresses PR pkg/18730. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-08 | The distfile has moved on the MASTER_SITE. | agc | 2 | -4/+5 | |
Move to sha1 digest, and add distfile size. | |||||
2001-05-05 | Mechanical changes of tk DEPENDS: | jlam | 1 | -2/+2 | |
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0 | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-03 | add HOMEPAGE | wiz | 1 | -1/+2 | |
2000-09-03 | add a leftover, xlsview. | wiz | 1 | -1/+2 | |
2000-08-30 | Adapt to tcl-8.3.2. | jwise | 1 | -2/+2 | |
2000-04-17 | regen | wiz | 1 | -2/+2 | |
2000-04-17 | Update to 0.91.4. The only new thing is addition of some endiannes checks, but | jdolecek | 3 | -9/+9 | |
the distfile for 0.91.2 is not available anymore on the original site. | |||||
2000-04-17 | Fix previous slighly - change the dependance to tk-[0-9]*, so that | jdolecek | 1 | -2/+2 | |
that it won't match to e.g. tk-postgres. Pointed out by Hubert Feyrer in private e-mail. | |||||
2000-04-16 | Change the dependency on tk to tk-* - catdoc doesn't need specifically | jdolecek | 1 | -2/+2 | |
8.0.5, it works with 8.0p2 and should with tk-7.X as well. |