summaryrefslogtreecommitdiff
path: root/net/gnet/Makefile
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-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-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-25Install documentation into share/doc instead of share/gtk-doc/html. Bump ↵wiz1-1/+3
PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23Update to 2.0.7:wiz1-4/+3
2.0.7 ----- * Ship API documentation pre-built as HTML * Build fixes for mingw on win32 (Gisle Vanem) (Released Feb 23, 2005) 2.0.6 ----- * New experimental HTTP Conn module (Tim Muller) * Misc bug fixes: - pthread detection - escaping of high Latin-1 characters - base64 encoding - doc fixes (gnet_base64_encode) - fix crash when doing dns lookup on ipv6-enabled win32 systems (only if gnet has been built using configure/autotools) (Released Feb 18, 2005) Package change: Drop maintainership.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-03Update gnet to 2.0.5.minskim1-2/+2
Changes: * Many Win32 fixes * Desciptor leak fixed in TCP sockets * GConn 100% CPU bug fix * Bug fix for URIs with high Latin-1 characters * IPv6 fix for inetaddr_get_canonical_name() * New echoserver-partyline example * Miscellaneous clean-ups
2004-02-14The pkgconfig file is named gnet-2.0.pc.in, not gnet.pc.in.jmmv1-2/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14bl3ify and add explicit dependency on pkgconfig.minskim1-3/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-07-30Update to 2.0.4:wiz1-4/+3
* Minor memory leak fixed in internet addresses * Compile and regression test fixes for 64-bit systems * Compile fix for Solaris
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-15Update to 2.0.3:wiz1-2/+2
* Minor bug fix in TCP connect * Win32 compile/bug fixes (note: additional work still needed)
2003-05-07Update to 2.0.2:wiz1-3/+2
* RPM fixes (thanks Bas Mevissen!) * Compile fixes for Sun compiler (thanks Ives Aerts!)
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-22Update to 2.0.1:wiz1-2/+2
* Compile fixes for Solaris and systems with no IPv6 support
2003-04-15Update to 2.0.0.wiz1-2/+2
* DNS bug fixes * FreeBSD compile fixes and UDP send bug fix * New functions: gnet_{udp,mcast}_socket_get_local_inetaddr * Build improvements: library is now named libgnet-MAJOR.MINOR, favors GLib 2 over GLib 1.2 * New Base64 module (by Alfred Reibenschuh) * Major documentation improvements * Some minor API renaming in Inetaddr and TcpSocket * IPv6 support * Server, Conn, URI, and Unix modules are no longer "experimental" * Header files are now in gnet-2.0 * gnet-config removed. Use pkg-config. * Many API changes * gnet_server_new() changed, but the prototype is the same. Make sure you are using the new version correctly.
2003-03-04Update to 1.1.8:wiz1-3/+2
* Compilation fixes
2003-02-13correct some types to make this compile on alpha. Passes 3/4 tests so thisdmcmahill1-1/+2
is only a partial improvement.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+2
2002-10-16Update gnet to 1.1.7. Depends on glib2 now. Other changes are:rh1-8/+9
* Fixed major bug in IO channel code from 1.1.6 * IOChannels are non-buffering, non-encoded by default (for GLib 2.0) * examples are now build by default * gnet_inetaddr_list_interfaces() bug fix * FreeBSD compile fix (affected gnet_inetaddr_list_interfaces()) * New gnet_init() function. This should be called in main(). [1] * GNet now properly links to libgthread (if necessary) * More automated test cases * Several compile fixes and small bug fixes * Package now includes a buildlink2.mk
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+3
have been converted to USE_BUILDLINK2.
2002-05-16Initial import of GNet-1.1.4:wiz1-0/+18
GNet is a simple network library. It is written in C, object-oriented, and built upon GLib. It is intended to be small, fast, easy-to-use, and easy to port. GNet comes with documentation and examples.