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