Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-07-31 | USE_GCC_SHLIB is deprecated. | xtraeme | 1 | -2/+1 | |
2004-04-22 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-04-14 | Add USE_LANGUAGES=c++ to note use of c++. Also change name of shell | ben | 1 | -3/+4 | |
variable from 'file' to 'f' to silence a pkglint warning. | |||||
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 1 | -3/+3 | |
etc. because the bare variables will point to the correct executables. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-13 | Update MAINTAINER email address. | ben | 1 | -2/+2 | |
2003-10-29 | Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB. | gavan | 1 | -2/+4 | |
Fixes linking against pkgsrc gcc. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-19 | Change address of maintainer per PR 22170. | wiz | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-24 | Oops, typo in last. | wiz | 1 | -2/+2 | |
2002-12-24 | Update MAINTAINER address, per PR 19515. | wiz | 1 | -2/+2 | |
2002-11-21 | update MASTER_SITES and HOMEPAGE. | grant | 1 | -3/+3 | |
from Hiramatsu Yoshifumi in PR pkg/19003. | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -6/+10 | |
have been converted to USE_BUILDLINK2. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-08-13 | Add bicom-1.01. PR 13688 by Ben Collver. | nra | 4 | -0/+40 | |
Bicom is a data compressor in the PPM family. It is freely available and open source. Compression with bicom is completely bijective -- any file is a possible bicom output that can be decompressed, and then recompressed back to its original form. Of course, any file is also a possible bicom input that can be compressed, and then decompressed back to its original form. |