The FreeBSD Ports Archive
FreeBSD x11-toolkits : fxscintilla4>
A Fox toolkit reimplementation of Scintilla editing widget
Scintilla is a free source code editing component for Win32 and GTK+ developped
by Neil Hodgson. For more information about Scintilla, see
http://www.scintilla.org.
The FOX GUI toolkit is a platform independent GUI library developped by Jeroen
van der Zijp. For more information about FOX, see http://fox-toolkit.org.
FXScintilla is an implementation of Scintilla for the FOX GUI Library.
http://www.nongnu.org/fxscintilla/
|
fxscintilla history
v. 1.20
date: 2007/10/29 10:18:43; author: araujo; state: Exp; lines: +1 -1
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
v. 1.19
date: 2007/09/04 02:34:30; author: araujo; state: Exp; lines: +1 -1
- Lib updated fox16.
- Bump PORTREVISION.
Approved by: itetcu (mentor)
v. 1.18
date: 2007/08/12 12:42:55; author: araujo; state: Exp; lines: +1 -1
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
v. 1.17
date: 2007/06/29 16:29:10; author: araujo; state: Exp; lines: +1 -1
- Change my mail address to araujo@.
Approved by: stas (mentor)
v. 1.16
date: 2007/05/19 20:30:47; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.15
date: 2007/03/29 10:47:19; author: rafan; state: Exp; lines: +2 -0
- define OPTIONS only for master port
v. 1.14
date: 2007/03/29 10:32:01; author: rafan; state: Exp; lines: +13 -7
- Update to 1.71
- Add support for fox 1.6 (default)
- Switch to USE_LDCONFIG
- Pass maintainership
PR: ports/109143
Submitted by: Marcelo Araujo
Approved by: maintainer
v. 1.13
date: 2006/06/20 21:02:18; author: shaun; state: Exp; lines: +1 -1
Chase lib version bump in fox14.
Approved by: ahze (mentor)
v. 1.12
date: 2006/06/10 15:51:15; author: sem; state: Exp; lines: +3 -3
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
v. 1.11
date: 2006/05/13 05:00:33; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.10
date: 2006/02/23 10:40:14; author: ade; state: Exp; lines: +1 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.9
date: 2005/11/15 06:51:57; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.8
date: 2005/08/01 16:09:10; author: lawrance; state: Exp; lines: +10 -3
Add support for fox1.2
PR: ports/84232
Submitted by: Alexander Novitsky (maintainer)
v. 1.7
date: 2005/06/10 08:28:24; author: pat; state: Exp; lines: +5 -6
Update to 1.63
PR: ports/82033
Submitted by: maintainer
v. 1.6
date: 2005/04/02 12:01:22; author: krion; state: Exp; lines: +1 -2
Mark BROKEN only while building with fox-devel, and not with fox.
v. 1.5
date: 2005/02/28 09:54:16; author: krion; state: Exp; lines: +2 -0
BROKEN: Does not build with current fox-devel version.
v. 1.4
date: 2005/02/25 14:12:28; author: krion; state: Exp; lines: +2 -1
Bump library version number due to last x11-toolkits/fox-devel
update.
v. 1.3
date: 2004/12/18 22:38:38; author: pav; state: Exp; lines: +21 -5
- Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky (fxscintilla maintainer)
v. 1.2
date: 2004/07/09 17:43:03; author: marcus; state: Exp; lines: +1 -1
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
v. 1.1
date: 2004/06/23 23:21:56; author: pav; state: Exp;
Add fxscintilla, an implementation of Scintilla editing widget for FOX
library.
PR: ports/68019
Submitted by: Alexander Novitsky
=============================================================================
v. 1.20
date: 2007/10/29 10:18:43; author: araujo; state: Exp; lines: +1 -1
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
v. 1.19
date: 2007/09/04 02:34:30; author: araujo; state: Exp; lines: +1 -1
- Lib updated fox16.
- Bump PORTREVISION.
Approved by: itetcu (mentor)
v. 1.18
date: 2007/08/12 12:42:55; author: araujo; state: Exp; lines: +1 -1
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
v. 1.17
date: 2007/06/29 16:29:10; author: araujo; state: Exp; lines: +1 -1
- Change my mail address to araujo@.
Approved by: stas (mentor)
v. 1.16
date: 2007/05/19 20:30:47; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.15
date: 2007/03/29 10:47:19; author: rafan; state: Exp; lines: +2 -0
- define OPTIONS only for master port
v. 1.14
date: 2007/03/29 10:32:01; author: rafan; state: Exp; lines: +13 -7
- Update to 1.71
- Add support for fox 1.6 (default)
- Switch to USE_LDCONFIG
- Pass maintainership
PR: ports/109143
Submitted by: Marcelo Araujo
Approved by: maintainer
v. 1.13
date: 2006/06/20 21:02:18; author: shaun; state: Exp; lines: +1 -1
Chase lib version bump in fox14.
Approved by: ahze (mentor)
v. 1.12
date: 2006/06/10 15:51:15; author: sem; state: Exp; lines: +3 -3
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
v. 1.11
date: 2006/05/13 05:00:33; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.10
date: 2006/02/23 10:40:14; author: ade; state: Exp; lines: +1 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.9
date: 2005/11/15 06:51:57; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.8
date: 2005/08/01 16:09:10; author: lawrance; state: Exp; lines: +10 -3
Add support for fox1.2
PR: ports/84232
Submitted by: Alexander Novitsky (maintainer)
v. 1.7
date: 2005/06/10 08:28:24; author: pat; state: Exp; lines: +5 -6
Update to 1.63
PR: ports/82033
Submitted by: maintainer
v. 1.6
date: 2005/04/02 12:01:22; author: krion; state: Exp; lines: +1 -2
Mark BROKEN only while building with fox-devel, and not with fox.
v. 1.5
date: 2005/02/28 09:54:16; author: krion; state: Exp; lines: +2 -0
BROKEN: Does not build with current fox-devel version.
v. 1.4
date: 2005/02/25 14:12:28; author: krion; state: Exp; lines: +2 -1
Bump library version number due to last x11-toolkits/fox-devel
update.
v. 1.3
date: 2004/12/18 22:38:38; author: pav; state: Exp; lines: +21 -5
- Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky (fxscintilla maintainer)
v. 1.2
date: 2004/07/09 17:43:03; author: marcus; state: Exp; lines: +1 -1
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
v. 1.1
date: 2004/06/23 23:21:56; author: pav; state: Exp;
Add fxscintilla, an implementation of Scintilla editing widget for FOX
library.
PR: ports/68019
Submitted by: Alexander Novitsky
=============================================================================
v. 1.20
date: 2007/10/29 10:18:43; author: araujo; state: Exp; lines: +1 -1
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
v. 1.19
date: 2007/09/04 02:34:30; author: araujo; state: Exp; lines: +1 -1
- Lib updated fox16.
- Bump PORTREVISION.
Approved by: itetcu (mentor)
v. 1.18
date: 2007/08/12 12:42:55; author: araujo; state: Exp; lines: +1 -1
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
v. 1.17
date: 2007/06/29 16:29:10; author: araujo; state: Exp; lines: +1 -1
- Change my mail address to araujo@.
Approved by: stas (mentor)
v. 1.16
date: 2007/05/19 20:30:47; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.15
date: 2007/03/29 10:47:19; author: rafan; state: Exp; lines: +2 -0
- define OPTIONS only for master port
v. 1.14
date: 2007/03/29 10:32:01; author: rafan; state: Exp; lines: +13 -7
- Update to 1.71
- Add support for fox 1.6 (default)
- Switch to USE_LDCONFIG
- Pass maintainership
PR: ports/109143
Submitted by: Marcelo Araujo
Approved by: maintainer
v. 1.13
date: 2006/06/20 21:02:18; author: shaun; state: Exp; lines: +1 -1
Chase lib version bump in fox14.
Approved by: ahze (mentor)
v. 1.12
date: 2006/06/10 15:51:15; author: sem; state: Exp; lines: +3 -3
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
v. 1.11
date: 2006/05/13 05:00:33; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.10
date: 2006/02/23 10:40:14; author: ade; state: Exp; lines: +1 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.9
date: 2005/11/15 06:51:57; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.8
date: 2005/08/01 16:09:10; author: lawrance; state: Exp; lines: +10 -3
Add support for fox1.2
PR: ports/84232
Submitted by: Alexander Novitsky (maintainer)
v. 1.7
date: 2005/06/10 08:28:24; author: pat; state: Exp; lines: +5 -6
Update to 1.63
PR: ports/82033
Submitted by: maintainer
v. 1.6
date: 2005/04/02 12:01:22; author: krion; state: Exp; lines: +1 -2
Mark BROKEN only while building with fox-devel, and not with fox.
v. 1.5
date: 2005/02/28 09:54:16; author: krion; state: Exp; lines: +2 -0
BROKEN: Does not build with current fox-devel version.
v. 1.4
date: 2005/02/25 14:12:28; author: krion; state: Exp; lines: +2 -1
Bump library version number due to last x11-toolkits/fox-devel
update.
v. 1.3
date: 2004/12/18 22:38:38; author: pav; state: Exp; lines: +21 -5
- Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky (fxscintilla maintainer)
v. 1.2
date: 2004/07/09 17:43:03; author: marcus; state: Exp; lines: +1 -1
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
v. 1.1
date: 2004/06/23 23:21:56; author: pav; state: Exp;
Add fxscintilla, an implementation of Scintilla editing widget for FOX
library.
PR: ports/68019
Submitted by: Alexander Novitsky
=============================================================================
|
| |

|