Port details |
- libuta A Graphical User Interface library for C++
- 0.4.4_3 devel
=0 0.4.4_3Version of this port present on the latest quarterly branch. - Maintainer: oliver@FreeBSD.org
 - Port Added: 2001-04-05 16:01:48
- Last Update: 2005-05-11 17:10:53
- SVN Revision: UNKNOWN
- License: not specified in port
- Description:
- libuta is a Graphical User Interface library for C++ that uses SDL
as its output layer. It allows application and game programmers to
put together portable graphical applications easily. libuta has a
range of already implemented widgets and uses libsigc++ as a signal
dispatching system. It also performs resource management and has a
sound system.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: libuta
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libtool13 : devel/libtool13
- sdl11-config : devel/sdl12
- Library dependencies:
-
- png.5 : graphics/png
- sigc.1 : devel/libsigc++
- ttf.4 : print/freetype
- SDL-1.1.7 : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.4_3 11 May 2005 17:10:53
 |
oliver  |
wftk is a fork of the libuta library which is not any longer activly mantained.
PR: 80756
Submitted by: me |
0.4.4_3 14 Aug 2004 18:33:26
 |
oliver  |
fix build
Noted By: bento |
0.4.4_3 12 Aug 2004 19:14:08
 |
oliver  |
fix build with gcc 3.4
Bump PORTREVISION |
0.4.4_2 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.4.4_2 10 Apr 2004 16:07:10
 |
trevor  |
Trim whitespace. |
0.4.4_2 18 Mar 2004 18:01:13
 |
trevor  |
Add size data, approved by maintainers. |
0.4.4_2 16 Mar 2004 04:23:56
 |
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
0.4.4_1 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.4.4_1 08 Mar 2004 01:01:31
 |
edwin  |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.4.4_1 19 Feb 2004 20:23:49
 |
oliver  |
Fix linking against -lc_r and -lpthread
Bump PORTREVISION |
0.4.4 17 Feb 2004 08:50:47
 |
kris  |
FORBIDDEN on 5.x: links against libc_r and libpthread |
0.4.4 01 Feb 2004 22:37:17
 |
oliver  |
fix build on amd64 - let's hope so
Noted By: bento via kris |
0.4.4 24 Jan 2004 06:42:16
 |
oliver  |
use OPTIONS macro
use USE_SDL macro [1]
PR: ports/61807 [1]
Submitted By: edwin [1] |
0.4.4 20 Jan 2004 21:44:21
 |
krion  |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
0.4.4 30 Jul 2003 18:06:18
 |
oliver  |
add INSTALLS_SHLIB |
0.4.4 30 Jul 2003 17:24:57
 |
oliver  |
utilize USE_SDL |
0.4.4 25 Jul 2003 23:45:06
 |
oliver  |
fix build on CURRENT |
0.4.4 17 May 2003 22:07:22
 |
oliver  |
silence the patch stage
freebsd -> FreeBSD |
0.4.4 14 May 2003 14:34:22
 |
oliver  |
Fix build on non ix86 systems with gcc 3 (e.g. FreeBSD 5 on alpha).
Submitted by: bento
Approved by: alex (mentor) |
0.4.4 06 May 2003 16:58:45
 |
oliver  |
redefine the MAINTAINER field with my FreeBSD address
Approved By: alex (mentor) |
0.4.4 21 Feb 2003 11:23:04
 |
knu  |
De-pkg-comment. |
0.4.4 02 Jan 2003 15:06:10
 |
sobomax  |
Update version number of SDL shared library. |
0.4.4 31 Oct 2002 21:14:52
 |
obraun  |
Upgrade to 0.4.4.
PR: 44766
Submitted by: maintainer |
0.4.1 23 Jul 2002 16:53:14
 |
pat  |
Fix freetype header location
PR: ports/40921
Submitted by: maintainer |
0.4.1 02 Jul 2002 13:47:33
 |
ijliao  |
upgrade to 0.4.1
PR: 40083
Submitted by: maintainer |
0.3.38 17 Apr 2002 12:38:03
 |
sobomax  |
Chase increase of libSDL version number. |
14 Mar 2002 11:16:45
 |
sobomax  |
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). |
14 Mar 2002 07:30:39
 |
sobomax  |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes |
11 Sep 2001 03:50:07
    |
ache  |
Bump png major |
18 Aug 2001 13:27:33
    |
alex  |
Fix libname. |
19 May 2001 21:06:25
    |
ijliao  |
upgrade to 0.3.38 |
24 Apr 2001 15:19:41
    |
kevlo  |
Make it unbroken |
09 Apr 2001 22:55:04
    |
steve  |
Fix breakage of 'make index' caused by the sdl ports being moved to different
directories. |
05 Apr 2001 20:01:48
    |
alex  |
Add libuta 0.3.36, a Graphical User Interface library for C++. |