summaryrefslogtreecommitdiff
path: root/devel/c4
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-11-22malloc() and realloc() take a size_t, not an unsigned int. Fixesschmonz2-1/+24
compilation on Darwin.
2002-09-01Initial import of c4-1.6.schmonz5-0/+47
C4 provides a CVS like feel to Perforce's SCM system p4. C4 is not a substitute for CVS, in that it does not try to mimic CVS's command set. Rather, it provides a workspace (client) where every file is writable, and can be modified on an adhoc basis.