| Summary: | [NEW PORT] devel/ois: Object Oriented Input System | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2008-06-18 13:20:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: miwi->amdmi3 Dmitry is now committer. amdmi3 2008-06-20 09:32:19 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/ois Makefile distinfo pkg-descr pkg-plist
devel/ois/files patch-src-Makefile.am
patch-src-linux-LinuxInputManager.cpp
Log:
Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices (KeyBoards,
Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback).
Written in C++ using Object Oriented Design patterns.
NOTE: this ports lacks joystick support. For now.
WWW: http://www.wreckedgames.com/
PR: ports/124711
Approved by: miwi (mentor)
Revision Changes Path
1.3108 +1 -0 ports/devel/Makefile
1.1 +35 -0 ports/devel/ois/Makefile (new)
1.1 +3 -0 ports/devel/ois/distinfo (new)
1.1 +26 -0 ports/devel/ois/files/patch-src-Makefile.am (new)
1.1 +88 -0 ports/devel/ois/files/patch-src-linux-LinuxInputManager.cpp (new)
1.1 +8 -0 ports/devel/ois/pkg-descr (new)
1.1 +20 -0 ports/devel/ois/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks! |