Ravenports generated: 18 Jul 2018 23:24
[ravenports.git] / bucket_8F / sdl1_net
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               sdl1_net
4 VERSION=                1.2.8
5 KEYWORDS=               net
6 VARIANTS=               standard
7 SDESC[standard]=        SDL cross-platform networking library
8 HOMEPAGE=               https://www.libsdl.org/projects/SDL_net
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://www.libsdl.org/projects/SDL_net/release/
13 DISTFILE[1]=            SDL_net-1.2.8.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   fbsd10fix gmake libtool pkgconfig
21 SDL_COMPONENTS=         sdl1
22
23 DISTNAME=               SDL_net-1.2.8
24
25 LICENSE=                ZLIB:single
26 LICENSE_FILE=           ZLIB:{{WRKSRC}}/COPYING
27 LICENSE_SCHEME=         solo
28
29 FPC_EQUIVALENT=         net/sdl_net
30
31 MUST_CONFIGURE=         gnu
32 CONFIGURE_ARGS=         --disable-gui
33
34 INSTALL_TARGET=         install-strip
35 SOVERSION=              0.8.0
36 PLIST_SUB=              LIBVERSION=1.2
37
38 [FILE:168:descriptions/desc.single]
39 SDL_net is a small sample cross-platform networking library, with a sample 
40 chat client and server application. The chat client uses the GUIlib GUI 
41 framework library.
42
43
44 [FILE:99:distinfo]
45 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4       360958 SDL_net-1.2.8.tar.gz
46
47
48 [FILE:145:manifests/plist.single]
49 include/SDL/SDL_net.h
50 lib/
51  libSDL_net-1.2.so.%%SOMAJOR%%
52  libSDL_net-1.2.so.%%SOVERSION%%
53  libSDL_net.a
54  libSDL_net.so
55 lib/pkgconfig/SDL_net.pc
56
57
58 [FILE:373:freebsd/patch-SDLnetsys.h]
59 --- SDLnetsys.h.orig    2012-01-15 16:20:10 UTC
60 +++ SDLnetsys.h
61 @@ -54,6 +54,11 @@ typedef int socklen_t;
62  #include <fcntl.h>
63  #include <netinet/in.h>
64  #ifndef __BEOS__
65 +#ifdef __FreeBSD__
66 +#include <sys/types.h>
67 +#include <sys/socket.h>
68 +#include <netinet/in.h>
69 +#endif /* FreeBSD */
70  #include <arpa/inet.h>
71  #endif
72  #ifdef linux /* FIXME: what other platforms have this? */
73