pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import Raylib 3.0.0.
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By: cfkoch
Date: Wed Oct 7 19:34:41 2020 -0700
Changeset: dc5547828c6b874a7caface1593d9c65c2b877dc
Modified Files:
Makefile
Added Files:
raylib/DESCR
raylib/Makefile
raylib/PLIST
raylib/distinfo
Log Message:
Import Raylib 3.0.0.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dc5547828c6b874a7caface1593d9c65c2b877dc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
raylib/DESCR | 5 +++++
raylib/Makefile | 21 +++++++++++++++++++++
raylib/PLIST | 6 ++++++
raylib/distinfo | 6 ++++++
5 files changed, 39 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a1c64a6396..d10ac6c888 100644
--- a/Makefile
+++ b/Makefile
@@ -4417,6 +4417,7 @@ SUBDIR+= raw
SUBDIR+= rawdog
SUBDIR+= rawgl
SUBDIR+= rawgl-git
+SUBDIR+= raylib
SUBDIR+= rc.d.Interix
SUBDIR+= rdsn-git
SUBDIR+= rdup
diff --git a/raylib/DESCR b/raylib/DESCR
new file mode 100644
index 0000000000..4052f99ad8
--- /dev/null
+++ b/raylib/DESCR
@@ -0,0 +1,5 @@
+Raylib is a simple and easy-to-use library to enjoy videogames programming.
+
+Raylib is highly inspired by Borland BGI graphics lib and by XNA framework
+and it's specially well suited for prototyping, tooling, graphical
+applications, embedded systems and education.
diff --git a/raylib/Makefile b/raylib/Makefile
new file mode 100644
index 0000000000..c4cb000d41
--- /dev/null
+++ b/raylib/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= raylib-3.0.0
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GITHUB:=raysan5/}
+
+MAINTAINER= dressupgeekout%gmail.com@localhost
+COMMENT= Simple library to enjoy videogames programming
+LICENSE= zlib
+
+EXTRACT_USING= gtar
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+
+CMAKE_ARGS+= -DUSE_EXTERNAL_GLFW:BOOL=ON
+CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=OFF
+CMAKE_ARGS+= -DBUILD_GAMES:BOOL=OFF
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glfw/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/raylib/PLIST b/raylib/PLIST
new file mode 100644
index 0000000000..8ad96d543e
--- /dev/null
+++ b/raylib/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+include/raylib.h
+lib/cmake/raylib/raylib-config-version.cmake
+lib/cmake/raylib/raylib-config.cmake
+lib/libraylib.a
+lib/pkgconfig/raylib.pc
diff --git a/raylib/distinfo b/raylib/distinfo
new file mode 100644
index 0000000000..37727a3cbc
--- /dev/null
+++ b/raylib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (raylib-3.0.0.tar.gz) = 9c03147233affd30c4fd8c7426a8e41c192e4fe0
+RMD160 (raylib-3.0.0.tar.gz) = 4d3666448d59ec80ac5bba75ab9b2ad5e68cae4d
+SHA512 (raylib-3.0.0.tar.gz) = f6e78a923b139907b81a544632e5fc574cd7b029a56e42b91e4b8df1be450a393fb421ab84c2e4c933051bb6ef6f526749e647008cad2f4198601f96797de4b8
+Size (raylib-3.0.0.tar.gz) = 92254615 bytes
Home |
Main Index |
Thread Index |
Old Index