Ravenports generated: 25 Nov 2019 17:36
[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 INVALID_RPATH=          yes
32 MUST_CONFIGURE=         gnu
33 CONFIGURE_ARGS=         --disable-gui
34
35 INSTALL_TARGET=         install-strip
36 SOVERSION=              0.8.0
37 PLIST_SUB=              LIBVERSION=1.2
38
39 [FILE:168:descriptions/desc.single]
40 SDL_net is a small sample cross-platform networking library, with a sample 
41 chat client and server application. The chat client uses the GUIlib GUI 
42 framework library.
43
44
45 [FILE:99:distinfo]
46 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4       360958 SDL_net-1.2.8.tar.gz
47
48
49 [FILE:145:manifests/plist.single]
50 include/SDL/SDL_net.h
51 lib/
52  libSDL_net-1.2.so.%%SOMAJOR%%
53  libSDL_net-1.2.so.%%SOVERSION%%
54  libSDL_net.a
55  libSDL_net.so
56 lib/pkgconfig/SDL_net.pc
57
58
59 [FILE:373:freebsd/patch-SDLnetsys.h]
60 --- SDLnetsys.h.orig    2012-01-15 16:20:10 UTC
61 +++ SDLnetsys.h
62 @@ -54,6 +54,11 @@ typedef int socklen_t;
63  #include <fcntl.h>
64  #include <netinet/in.h>
65  #ifndef __BEOS__
66 +#ifdef __FreeBSD__
67 +#include <sys/types.h>
68 +#include <sys/socket.h>
69 +#include <netinet/in.h>
70 +#endif /* FreeBSD */
71  #include <arpa/inet.h>
72  #endif
73  #ifdef linux /* FIXME: what other platforms have this? */
74