The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-toolkits : mesgui

Make a simple GUI under OpenGL

 mesgui is a C++ library to make a simple GUI using OpenGL. It uses only
OpenGL calls to draw. It features buttons, checkboxes, radioboxes, menus,
progress bars, spinners, and textboxes.
 




mesgui history


v. 1.14
date: 2007/05/19 20:31:25;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.13 date: 2006/09/20 11:21:58; author: stas; state: Exp; lines: +1 -1 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
v. 1.12 date: 2006/08/15 01:13:38; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.11 date: 2006/05/13 05:00:36; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with X
v. 1.10 date: 2004/03/16 04:23:55; author: edwin; state: Exp; lines: +1 -1 Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
v. 1.9 date: 2004/02/04 05:10:11; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.8 date: 2004/01/23 22:24:30; author: edwin; state: Exp; lines: +2 -4 Let ports use the USE_SDL macro.
v. 1.7 date: 2003/12/10 13:37:11; author: fjoe; state: Exp; lines: +1 -1 USE_MESA -> USE_GL
v. 1.6 date: 2003/02/20 19:20:23; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2003/01/02 15:06:10; author: sobomax; state: Exp; lines: +1 -1 Update version number of SDL shared library.
v. 1.4 date: 2002/11/10 16:48:44; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.3 date: 2002/11/06 22:47:30; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.2 date: 2002/10/09 01:42:14; author: pat; state: Exp; lines: +20 -6 Fix build PR: ports/43687 Submitted by: KATO Tsuguru
v. 1.1 date: 2002/07/24 17:12:20; author: ijliao; state: Exp; add mesgui 1.0 Make a simple GUI under OpenGL ============================================================================= v. 1.14 date: 2007/05/19 20:31:25; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13 date: 2006/09/20 11:21:58; author: stas; state: Exp; lines: +1 -1 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
v. 1.12 date: 2006/08/15 01:13:38; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.11 date: 2006/05/13 05:00:36; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with X
v. 1.10 date: 2004/03/16 04:23:55; author: edwin; state: Exp; lines: +1 -1 Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
v. 1.9 date: 2004/02/04 05:10:11; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.8 date: 2004/01/23 22:24:30; author: edwin; state: Exp; lines: +2 -4 Let ports use the USE_SDL macro.
v. 1.7 date: 2003/12/10 13:37:11; author: fjoe; state: Exp; lines: +1 -1 USE_MESA -> USE_GL
v. 1.6 date: 2003/02/20 19:20:23; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2003/01/02 15:06:10; author: sobomax; state: Exp; lines: +1 -1 Update version number of SDL shared library.
v. 1.4 date: 2002/11/10 16:48:44; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.3 date: 2002/11/06 22:47:30; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.2 date: 2002/10/09 01:42:14; author: pat; state: Exp; lines: +20 -6 Fix build PR: ports/43687 Submitted by: KATO Tsuguru
v. 1.1 date: 2002/07/24 17:12:20; author: ijliao; state: Exp; add mesgui 1.0 Make a simple GUI under OpenGL ============================================================================= v. 1.14 date: 2007/05/19 20:31:25; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13 date: 2006/09/20 11:21:58; author: stas; state: Exp; lines: +1 -1 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
v. 1.12 date: 2006/08/15 01:13:38; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.11 date: 2006/05/13 05:00:36; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with X
v. 1.10 date: 2004/03/16 04:23:55; author: edwin; state: Exp; lines: +1 -1 Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
v. 1.9 date: 2004/02/04 05:10:11; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.8 date: 2004/01/23 22:24:30; author: edwin; state: Exp; lines: +2 -4 Let ports use the USE_SDL macro.
v. 1.7 date: 2003/12/10 13:37:11; author: fjoe; state: Exp; lines: +1 -1 USE_MESA -> USE_GL
v. 1.6 date: 2003/02/20 19:20:23; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2003/01/02 15:06:10; author: sobomax; state: Exp; lines: +1 -1 Update version number of SDL shared library.
v. 1.4 date: 2002/11/10 16:48:44; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.3 date: 2002/11/06 22:47:30; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.2 date: 2002/10/09 01:42:14; author: pat; state: Exp; lines: +20 -6 Fix build PR: ports/43687 Submitted by: KATO Tsuguru
v. 1.1 date: 2002/07/24 17:12:20; author: ijliao; state: Exp; add mesgui 1.0 Make a simple GUI under OpenGL =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm