summaryrefslogtreecommitdiff
path: root/archivers/9e/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg1-22/+0
Known regressions: - "pkg_add -" (aka reading from stdin) is currently not supported - "pkg_add -s" is not supported either - no progress reports for the downloads - binary packages with hardlinks created by pkg_create before pkg_install-20080422 will not extract correctly (libarchive issue) - no adhoc check for potential conflicts between dependencies and already installed packages Features: - Twice as fast for the typical case of /var/tmp and /usr/pkg on different filesystems - Standalone - implicit conflict detection before actual installation.
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-2/+3
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2004-04-11- Use buildlink framework.minskim1-1/+8
- NO_CONFIGURE=yes - Enable pkgviews installation.
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.
2002-11-18Initial import of 9e 1.0 into the NetBSD packages collection ascjep1-0/+16
archivers/9e. 9e is a program to explore Plan9 archives. You can do whatever you like with the source so long as you clearly indicate all modifications and the author responsible for each. Converted from the FreeBSD ports collection.