summaryrefslogtreecommitdiff
path: root/net/net6
AgeCommit message (Collapse)AuthorFilesLines
2009-10-27update to 1.3.10drochner3-13/+14
changes: -minor fixes -translation updates pkgsrc note: build against newer gnutls was fixed, don't need the libgnutls-config hack anymore
2009-07-03use libgnutls-config.mk instead of a private hackdrochner3-26/+3
2009-06-25fix the gnutls hack so that the installed .pc file doesn't containdrochner3-9/+10
unresolved variables bump PKGREVISION
2009-06-13Update to 1.3.9. Make it build with new libgnutls (which don't have thehasso3-7/+34
libgnutls-config script any more). Changes since 1.3.7: * Preallocate and only copy the string once when escaping or unescaping it. * Try to open both IPv6 and IPv4 listening sockets. This is required in case bindtov6only is 1 to also accept IPv4 connections in IPv6 mode.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-12Update net6 to 1.3.7.obache3-8/+11
Patch provided by in PR 38995. OKed by agc@. While here, marked as DESTDIR ready. Version 1.3.7: * Bugfix for compilation on NetBSD. * New translations: - Portuguese (partial) Version 1.3.6: * Translation roundup CVs: ----------------------------------------------------------------------
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-2/+4
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-11-04Imported net6.rillig5-0/+81
net6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C++. It is portable to both the Windows and Unix-like platforms.