SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/plib/pkg/DESCR
Normal file
9
devel/plib/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
PLIB is a suite of portable game libraries.
|
||||
|
||||
PLIB includes sound effects, music, a complete 3D engine, font
|
||||
rendering, a simple Windowing library, a game scripting language, a GUI,
|
||||
networking, 3D math library and a collection of handy utility functions.
|
||||
All are 100% portable across nearly all modern computing platforms.
|
||||
Each library component is fairly independent of the others - so if you
|
||||
want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing
|
||||
library, you can.
|
54
devel/plib/pkg/PLIST
Normal file
54
devel/plib/pkg/PLIST
Normal file
|
@ -0,0 +1,54 @@
|
|||
include/plib/
|
||||
include/plib/fnt.h
|
||||
include/plib/js.h
|
||||
include/plib/net.h
|
||||
include/plib/netBuffer.h
|
||||
include/plib/netChannel.h
|
||||
include/plib/netChat.h
|
||||
include/plib/netMessage.h
|
||||
include/plib/netMonitor.h
|
||||
include/plib/netSocket.h
|
||||
include/plib/pcx.h
|
||||
include/plib/psl.h
|
||||
include/plib/pu.h
|
||||
include/plib/puAux.h
|
||||
include/plib/puAuxLocal.h
|
||||
include/plib/puFLTK.h
|
||||
include/plib/puGLUT.h
|
||||
include/plib/puNative.h
|
||||
include/plib/puPW.h
|
||||
include/plib/puSDL.h
|
||||
include/plib/pw.h
|
||||
include/plib/sg.h
|
||||
include/plib/sl.h
|
||||
include/plib/slPortability.h
|
||||
include/plib/sm.h
|
||||
include/plib/ssg.h
|
||||
include/plib/ssgAux.h
|
||||
include/plib/ssgKeyFlier.h
|
||||
include/plib/ssgMSFSPalette.h
|
||||
include/plib/ssgaBillboards.h
|
||||
include/plib/ssgaFire.h
|
||||
include/plib/ssgaLensFlare.h
|
||||
include/plib/ssgaParticleSystem.h
|
||||
include/plib/ssgaScreenDump.h
|
||||
include/plib/ssgaShapes.h
|
||||
include/plib/ssgaSky.h
|
||||
include/plib/ssgaSphere.h
|
||||
include/plib/ssgaWaveSystem.h
|
||||
include/plib/ssgconf.h
|
||||
include/plib/ul.h
|
||||
include/plib/ulRTTI.h
|
||||
lib/libplibfnt.a
|
||||
lib/libplibjs.a
|
||||
lib/libplibnet.a
|
||||
lib/libplibpsl.a
|
||||
lib/libplibpu.a
|
||||
lib/libplibpuaux.a
|
||||
lib/libplibpw.a
|
||||
lib/libplibsg.a
|
||||
lib/libplibsl.a
|
||||
lib/libplibsm.a
|
||||
lib/libplibssg.a
|
||||
lib/libplibssgaux.a
|
||||
lib/libplibul.a
|
Loading…
Add table
Add a link
Reference in a new issue