The FreeBSD Ports Archive
FreeBSD x11-toolkits : inti4>
A set of C++ classes for developing GNOME and GTK+ applications
Inti is a set of integrated C++ foundation classes for developing GTK+
applications on UNIX-like systems.
Inti combines the power of GTK+ and the power of C++ into a state-of-the-art
GUI toolkit that makes developing applications easy, intuitive and efficient.
There are more than 330 classes that wrap most of the objects found in the
ATK, GDK, GDK-PIXBUF, GLib, GTK and Pango libraries. It has its own system
of signals and slots which make using native GTK signals or creating your own
signals easy. There is a standard string compatible UTF-8 string class, a full
set of simple example programs, a GNU Autotools test project, a C++ version of
the GTK+ demonstration program, extensive reference documentation and a
tutorial.
http://inti.sourceforge.net/
|
inti history
v. 1.16
date: 2007/10/24 23:34:34; author: marcus; state: Exp; lines: +4 -4
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.15
date: 2007/05/19 20:31:09; 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.14
date: 2006/10/14 08:52:25; author: marcus; state: Exp; lines: +5 -1
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.13
date: 2006/08/15 01:13:37; 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.12
date: 2006/02/23 10:40:24; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.11
date: 2005/11/05 05:21:56; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.10
date: 2005/03/12 10:54:05; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.9
date: 2005/02/14 06:04:18; author: marcus; state: Exp; lines: +2 -1
In order to use gnomeprefix, you must use USE_X_PREFIX. This fixes a problem
with leftover directories during package building.
Reported by: pointyhat via kris
v. 1.8
date: 2004/11/07 22:37:33; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.7
date: 2004/09/19 17:33:44; author: pav; state: Exp; lines: +0 -4
- Fix build with gcc 3.4 [1]
- Remove leftover empty directories [2]
PR: ports/71890 [1]
Submitted by: Sergio Mangialardi [1]
Approved by: portmgr (marcus)
v. 1.6
date: 2004/09/18 17:48:09; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.5
date: 2004/04/05 03:30:13; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.4
date: 2004/03/31 06:17:23; author: ijliao; state: Exp; lines: +0 -10
not use auto-gen-plist to prevent mis-delete when portupgrade
v. 1.3
date: 2004/03/25 01:46:10; author: ijliao; state: Exp; lines: +2 -2
better way to fix build problem on -stable
Submitted by: olker Stolz
v. 1.2
date: 2004/03/23 09:59:02; author: ijliao; state: Exp; lines: +2 -0
fix build on -stable
Noticed by: bento via kris
v. 1.1
date: 2004/03/19 08:39:52; author: ijliao; state: Exp;
add inti 1.2
A set of C++ classes for developing GNOME and GTK+ applications
=============================================================================
v. 1.16
date: 2007/10/24 23:34:34; author: marcus; state: Exp; lines: +4 -4
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.15
date: 2007/05/19 20:31:09; 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.14
date: 2006/10/14 08:52:25; author: marcus; state: Exp; lines: +5 -1
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.13
date: 2006/08/15 01:13:37; 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.12
date: 2006/02/23 10:40:24; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.11
date: 2005/11/05 05:21:56; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.10
date: 2005/03/12 10:54:05; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.9
date: 2005/02/14 06:04:18; author: marcus; state: Exp; lines: +2 -1
In order to use gnomeprefix, you must use USE_X_PREFIX. This fixes a problem
with leftover directories during package building.
Reported by: pointyhat via kris
v. 1.8
date: 2004/11/07 22:37:33; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.7
date: 2004/09/19 17:33:44; author: pav; state: Exp; lines: +0 -4
- Fix build with gcc 3.4 [1]
- Remove leftover empty directories [2]
PR: ports/71890 [1]
Submitted by: Sergio Mangialardi [1]
Approved by: portmgr (marcus)
v. 1.6
date: 2004/09/18 17:48:09; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.5
date: 2004/04/05 03:30:13; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.4
date: 2004/03/31 06:17:23; author: ijliao; state: Exp; lines: +0 -10
not use auto-gen-plist to prevent mis-delete when portupgrade
v. 1.3
date: 2004/03/25 01:46:10; author: ijliao; state: Exp; lines: +2 -2
better way to fix build problem on -stable
Submitted by: olker Stolz
v. 1.2
date: 2004/03/23 09:59:02; author: ijliao; state: Exp; lines: +2 -0
fix build on -stable
Noticed by: bento via kris
v. 1.1
date: 2004/03/19 08:39:52; author: ijliao; state: Exp;
add inti 1.2
A set of C++ classes for developing GNOME and GTK+ applications
=============================================================================
v. 1.16
date: 2007/10/24 23:34:34; author: marcus; state: Exp; lines: +4 -4
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.15
date: 2007/05/19 20:31:09; 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.14
date: 2006/10/14 08:52:25; author: marcus; state: Exp; lines: +5 -1
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.13
date: 2006/08/15 01:13:37; 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.12
date: 2006/02/23 10:40:24; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.11
date: 2005/11/05 05:21:56; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.10
date: 2005/03/12 10:54:05; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.9
date: 2005/02/14 06:04:18; author: marcus; state: Exp; lines: +2 -1
In order to use gnomeprefix, you must use USE_X_PREFIX. This fixes a problem
with leftover directories during package building.
Reported by: pointyhat via kris
v. 1.8
date: 2004/11/07 22:37:33; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.7
date: 2004/09/19 17:33:44; author: pav; state: Exp; lines: +0 -4
- Fix build with gcc 3.4 [1]
- Remove leftover empty directories [2]
PR: ports/71890 [1]
Submitted by: Sergio Mangialardi [1]
Approved by: portmgr (marcus)
v. 1.6
date: 2004/09/18 17:48:09; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.5
date: 2004/04/05 03:30:13; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.4
date: 2004/03/31 06:17:23; author: ijliao; state: Exp; lines: +0 -10
not use auto-gen-plist to prevent mis-delete when portupgrade
v. 1.3
date: 2004/03/25 01:46:10; author: ijliao; state: Exp; lines: +2 -2
better way to fix build problem on -stable
Submitted by: olker Stolz
v. 1.2
date: 2004/03/23 09:59:02; author: ijliao; state: Exp; lines: +2 -0
fix build on -stable
Noticed by: bento via kris
v. 1.1
date: 2004/03/19 08:39:52; author: ijliao; state: Exp;
add inti 1.2
A set of C++ classes for developing GNOME and GTK+ applications
=============================================================================
|
| |

|