summaryrefslogtreecommitdiff
path: root/net/SDL_net
AgeCommit message (Collapse)AuthorFilesLines
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv2-3/+4
needed. This is required because esound has been droped as a dependancy.
2003-07-25Explicitly disable GUI library detection.jmmv1-1/+3
2003-07-25update to 1.2.5drochner3-8/+7
changes: * Added support for sending UDP broadcast packets * It is now safe to nest calls to SDLNet_Init() / SDLNet_Quit() * Specify the SDL API calling convention (C by default) * Sockets are created with the SO_REUSEADDR flag by default +bugfixes
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2002-08-28Remove buildlink.mk files that aren't used by any other files in pkgsrc.jlam1-37/+0
2002-08-27buildlink1 -> buildlink2jlam1-3/+3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+22
buildlink2.mk files back into the main trunk.
2002-02-11Update SDL_net to 1.2.3zuntum4-24/+7
Changes: 1.2.3: Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001 * Fixed byte order read/write macros on sparc Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001 * Fixed non-blocking socket flags on Windows 1.2.2: Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001 * Added Project Builder projects for building MacOS X framework Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900 * Added working MacOS Open Transport support 1.2.1: Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001 * Cleaned up swap function definitions in SDL_net.h * Added the swap functions back in for binary compatibility Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT) * Added support for building RPM directly from tar archive Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11Improve DESCR and COMMENTzuntum2-3/+4
Inspired by pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-26Don't @dirdm include/SDL as this directory belongs to devel/SDLzuntum1-2/+1
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-10Initial import of SDL_net-1.2.0zuntum6-0/+86
This is a small sample cross-platform networking library