summaryrefslogtreecommitdiff
path: root/devel/libaura/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-04-10Sync in libaura-3.1 from pkgsrc-wip. Take maintainership.joerg1-22/+7
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.
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme1-2/+2
insterested.
2005-11-07Add sysexits bl3.tv1-1/+2
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-20Do not use the BSD makefiles to install the files, because it triesxtraeme1-1/+8
to install the files into /lib, use our own do-install target.
2005-02-20Set NOLINT for NetBSD, should fix bulk build, bump PKGREVISION.xtraeme1-1/+2
2005-02-09Initial import of libaura-2.0.xtraeme1-0/+21
libaura is a LIBrary of Assorted Useful Reusable Abstractions. Notably, it provides dictionary and extensible buffer data types, memory management functions (wrappers to malloc() and free()), and filesystem predicates (is_file(), is_dir(), etc.)