summaryrefslogtreecommitdiff
path: root/net/socket++
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-7/+6
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27Add RMD160 checksum.wiz1-1/+2
2005-03-27Initial import of socket++ from pkgsrc-wip, provided by David Price.wiz8-0/+138
Socket++ is a C++ class library that provides you with an iostream based interface to sockets.