summaryrefslogtreecommitdiff
path: root/converters/xlreader/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-02-11xlreader: use sourceforge project page instead of dead homepagewiz1-3/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-2/+4
their files via a custom do-install target.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-10Add an (unreviewed) patch to fix the security vulnerability.cjs1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-14Initial import of converters/xlreader (version 0.9.0)zuntum1-0/+16
Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. Demo interface converts data to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java version by Andrew Khan. Provided by David Forrai <david.forrai@gemair.com> in PR#21103, slightly modified by me. Thanks!