summaryrefslogtreecommitdiff
path: root/net/socket++
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-07Make it build on DragonFly.hasso2-4/+4
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-02-19Retire propolice hack on DragonFly as the system compiler was fixedjoerg1-18/+0
and the changes pulled up to all release branches.
2006-05-12- add DragonFly support (positive lists for broken platforms wouldjoerg7-8/+81
simplify this...) - disable propolice on DragonFly - use void (*)(int) as type of sa_handler as by SUS - correctly annotate info usage, bump revision for this
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
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.