notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libuta A Graphical User Interface library for C++
0.4.4_3 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.4.4_3Version of this port present on the latest quarterly branch.
Maintainer: oliver@FreeBSD.org search for ports maintained by this maintainer
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 ¦ SVNWeb - no subversion history for this port

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:
  • libuta>0:devel/libuta
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libtool13 : devel/libtool13
  2. sdl11-config : devel/sdl12
Library dependencies:
  1. png.5 : graphics/png
  2. sigc.1 : devel/libsigc++
  3. ttf.4 : print/freetype
  4. 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:
Expand this list (7 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aleron.dl.sourceforge.net/sourceforge/libuta/
  3. http://belnet.dl.sourceforge.net/sourceforge/libuta/
  4. http://heanet.dl.sourceforge.net/sourceforge/libuta/
  5. http://optusnet.dl.sourceforge.net/sourceforge/libuta/
  6. http://umn.dl.sourceforge.net/sourceforge/libuta/
  7. http://voxel.dl.sourceforge.net/sourceforge/libuta/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.4_3
11 May 2005 17:10:53
Original commit files touched by this commit
oliver search for other commits by this committer
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
Original commit files touched by this commit
oliver search for other commits by this committer
fix build

Noted By:       bento
0.4.4_3
12 Aug 2004 19:14:08
Original commit files touched by this commit
oliver search for other commits by this committer
fix build with gcc 3.4
Bump PORTREVISION
0.4.4_2
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
trevor search for other commits by this committer
Trim whitespace.
0.4.4_2
18 Mar 2004 18:01:13
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
0.4.4_2
16 Mar 2004 04:23:56
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
oliver search for other commits by this committer
Fix linking against -lc_r and -lpthread
Bump PORTREVISION
0.4.4
17 Feb 2004 08:50:47
Original commit files touched by this commit
kris search for other commits by this committer
FORBIDDEN on 5.x: links against libc_r and libpthread
0.4.4
01 Feb 2004 22:37:17
Original commit files touched by this commit
oliver search for other commits by this committer
fix build on amd64 - let's hope so

Noted By:       bento via kris
0.4.4
24 Jan 2004 06:42:16
Original commit files touched by this commit
oliver search for other commits by this committer
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
Original commit files touched by this commit
krion search for other commits by this committer
- Use new knobs from bsd.sdl.mk

Approved by:    portmgr
0.4.4
30 Jul 2003 18:06:18
Original commit files touched by this commit
oliver search for other commits by this committer
add INSTALLS_SHLIB
0.4.4
30 Jul 2003 17:24:57
Original commit files touched by this commit
oliver search for other commits by this committer
utilize USE_SDL
0.4.4
25 Jul 2003 23:45:06
Original commit files touched by this commit
oliver search for other commits by this committer
fix build on CURRENT
0.4.4
17 May 2003 22:07:22
Original commit files touched by this commit
oliver search for other commits by this committer
silence the patch stage
freebsd -> FreeBSD
0.4.4
14 May 2003 14:34:22
Original commit files touched by this commit
oliver search for other commits by this committer
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
Original commit files touched by this commit
oliver search for other commits by this committer
redefine the MAINTAINER field with my FreeBSD address

Approved By:    alex (mentor)
0.4.4
21 Feb 2003 11:23:04
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.4.4
02 Jan 2003 15:06:10
Original commit files touched by this commit
sobomax search for other commits by this committer
Update version number of SDL shared library.
0.4.4
31 Oct 2002 21:14:52
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.4.4.

PR:             44766
Submitted by:   maintainer
0.4.1
23 Jul 2002 16:53:14
Original commit files touched by this commit
pat search for other commits by this committer
Fix freetype header location

PR:             ports/40921
Submitted by:   maintainer
0.4.1
02 Jul 2002 13:47:33
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.4.1

PR:             40083
Submitted by:   maintainer
0.3.38
17 Apr 2002 12:38:03
Original commit files touched by this commit
sobomax search for other commits by this committer
Chase increase of libSDL version number.
14 Mar 2002 11:16:45
Original commit files touched by this commit
sobomax search for other commits by this committer
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
14 Mar 2002 07:30:39
Original commit files touched by this commit
sobomax search for other commits by this committer
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
11 Sep 2001 03:50:07
commit hash: fp1.18592@dev.null.freshports.orgcommit hash: fp1.18592@dev.null.freshports.orgcommit hash: fp1.18592@dev.null.freshports.orgcommit hash: fp1.18592@dev.null.freshports.org files touched by this commit
ache search for other commits by this committer
Bump png major    
18 Aug 2001 13:27:33
commit hash: fp1.17440@dev.null.freshports.orgcommit hash: fp1.17440@dev.null.freshports.orgcommit hash: fp1.17440@dev.null.freshports.orgcommit hash: fp1.17440@dev.null.freshports.org files touched by this commit
alex search for other commits by this committer
Fix libname.    
19 May 2001 21:06:25
commit hash: fp1.13865@dev.null.freshports.orgcommit hash: fp1.13865@dev.null.freshports.orgcommit hash: fp1.13865@dev.null.freshports.orgcommit hash: fp1.13865@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.3.38    
24 Apr 2001 15:19:41
commit hash: fp1.13019@dev.null.freshports.orgcommit hash: fp1.13019@dev.null.freshports.orgcommit hash: fp1.13019@dev.null.freshports.orgcommit hash: fp1.13019@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Make it unbroken    
09 Apr 2001 22:55:04
commit hash: fp1.12338@dev.null.freshports.orgcommit hash: fp1.12338@dev.null.freshports.orgcommit hash: fp1.12338@dev.null.freshports.orgcommit hash: fp1.12338@dev.null.freshports.org files touched by this commit
steve search for other commits by this committer
Fix breakage of 'make index' caused by the sdl ports being moved to   different
directories.    
05 Apr 2001 20:01:48
commit hash: fp1.12100@dev.null.freshports.orgcommit hash: fp1.12100@dev.null.freshports.orgcommit hash: fp1.12100@dev.null.freshports.orgcommit hash: fp1.12100@dev.null.freshports.org files touched by this commit
alex search for other commits by this committer
Add libuta 0.3.36, a Graphical User Interface library for C++.    

Number of commits found: 34