summaryrefslogtreecommitdiff
path: root/net/cidr
AgeCommit message (Collapse)AuthorFilesLines
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-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-12Change my email address.seb1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-03this needs libnsl and libsocket on Solaris.grant3-6/+9
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-29Update cidr to 2.3.1. Changes are bugfixes only. This closes PR 13816 byrh1-2/+3
Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
2001-08-13Add net/cidr. PR 13068 by Stoned Elipot.nra5-0/+56
RFC 1878 subnet calculator / helper