./games/plib, Libraries for writing portable games/realtime interactive apps

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.5nb5, Package name: plib-1.8.5nb5, Maintainer: pkgsrc-users

PLIB is a set of OpenSource (LGPL) libraries that will permit
programmers to write games and other realtime interactive
applications that are 100% portable across a wide range of hardware
and operating systems. PLIB is OpenSource software, issued under
the terms of the Library varient GNU Public License (LGPL).

The contents of PLIB are:
* GUI Widgets: Picoscopic User Interface Library (PUI)
* Sound Replay: Sound Library (SL)
* Matrix/Vector math: Simple Geometry Library(SG)
* Scene Graph: Simple Scene Graph Library (SSG)
* Joystick: JS
* Fonts/Text: Fonts'n'Text Library (FNT)


Required to run:
[graphics/MesaLib]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 760.872 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2021-02-25 09:22:00 by Nia Alarie | Files touched by this commit (2)
Log message:
plib: Use <sys/joystick.h> rather than <machine/joystick.h> on NetBSD

NetBSD/aarch64 and others do not have <machine/joystick.h> but do have
<sys/joystick.h>.
   2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640)
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-12-19 23:15:30 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add dependencies formerly pulled in by Mesa.
   2019-11-03 20:28:49 by Roland Illig | Files touched by this commit (22)
Log message:
games: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-08-30 19:53:22 by Nia Alarie | Files touched by this commit (1)
Log message:
plib: Requires only MesaLib