The FreeBSD Ports Archive
FreeBSD lang : ferite4>
An embeddable scripting language
A scripting language designed to be embedded in other applications, that aims
to provide a powerful object oriented syntax with low memory and cpu overhead.
http://www.ferite.org/
|
ferite history
v. 1.22
date: 2007/01/29 23:51:52; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid a.out objformat botch
v. 1.21
date: 2006/11/07 15:37:03; author: laszlof; state: Exp; lines: +1 -1
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
v. 1.20
date: 2006/05/09 20:52:12; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from the categories starting with L
v. 1.19
date: 2006/02/23 10:37:39; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
date: 2006/01/07 02:26:57; author: edwin; state: Exp; lines: +1 -1
[UPDATE]: lang/ferite: Update to version 1.0.2
This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues:
- Fix for a threading issue that caused the engine to crash with a memory issue.
- Fix for rmi and a lack of parsing of arguments within function calls.
- Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces
the GC to be run when in blocking listen mode and also forces the shutdown of network sockets.
- Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted
objects within the GC
- Fix for refcounting issues within the assignment of objects
- Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c
- Fix for class/namespace modifies on a class/namesapce that already exists
PR: ports/91409
Submitted by: Frank Laszlo
v. 1.17
date: 2005/12/31 05:12:17; author: ehaupt; state: Exp; lines: +12 -2
Update to 1.0.1
PR: 91095
Submitted by: Frank Laszlo (maintainer)
v. 1.16
date: 2005/11/15 06:49:53; 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.15
date: 2005/10/21 22:37:29; author: pav; state: Exp; lines: +2 -3
- Update to 1.0.0
- Take maintainership
PR: ports/87695
Submitted by: Frank Laszlo
v. 1.14
date: 2005/04/13 17:31:57; author: vs; state: Exp; lines: +1 -0
USE_LIBTOOL instead of local patch
v. 1.13
date: 2005/04/12 03:25:50; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:02:54; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2004/02/04 05:21:33; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/02/20 18:37:57; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2003/01/18 22:20:18; author: arved; state: Exp; lines: +10 -21
Update to 0.99.6
PR: 47084
Submitted by: KATO Tsuguru
v. 1.8
date: 2002/11/10 16:46:50; 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.7
date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +2 -1
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39605
Submitted by: Oliver Braun
v. 1.5
date: 2002/06/04 01:38:43; author: petef; state: Exp; lines: +1 -1
Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR: 38874
Submitted by: Jeremy Norris (previous maintainer)
v. 1.4
date: 2002/01/19 05:02:32; author: sf; state: Exp; lines: +7 -13
o update to 0.99.4.
o change maintainer's e-mail address.
PR: 33748
Submitted by: maintainer
v. 1.3
date: 2001/11/24 02:43:24; author: dwcjr; state: Exp; lines: +4 -5
Update to 0.99.3
PR: 32027
Submitted by: maintainer
v. 1.2
date: 2001/11/14 03:12:34; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.99.2
PR: 31964
Submitted by: maintainer
v. 1.1
date: 2001/10/14 14:45:03; author: ijliao; state: Exp;
add ferite
An embeddable scripting language
PR: 30094
Submitted by: Jeremy Norris
=============================================================================
v. 1.22
date: 2007/01/29 23:51:52; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid a.out objformat botch
v. 1.21
date: 2006/11/07 15:37:03; author: laszlof; state: Exp; lines: +1 -1
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
v. 1.20
date: 2006/05/09 20:52:12; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from the categories starting with L
v. 1.19
date: 2006/02/23 10:37:39; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
date: 2006/01/07 02:26:57; author: edwin; state: Exp; lines: +1 -1
[UPDATE]: lang/ferite: Update to version 1.0.2
This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues:
- Fix for a threading issue that caused the engine to crash with a memory issue.
- Fix for rmi and a lack of parsing of arguments within function calls.
- Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces
the GC to be run when in blocking listen mode and also forces the shutdown of network sockets.
- Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted
objects within the GC
- Fix for refcounting issues within the assignment of objects
- Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c
- Fix for class/namespace modifies on a class/namesapce that already exists
PR: ports/91409
Submitted by: Frank Laszlo
v. 1.17
date: 2005/12/31 05:12:17; author: ehaupt; state: Exp; lines: +12 -2
Update to 1.0.1
PR: 91095
Submitted by: Frank Laszlo (maintainer)
v. 1.16
date: 2005/11/15 06:49:53; 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.15
date: 2005/10/21 22:37:29; author: pav; state: Exp; lines: +2 -3
- Update to 1.0.0
- Take maintainership
PR: ports/87695
Submitted by: Frank Laszlo
v. 1.14
date: 2005/04/13 17:31:57; author: vs; state: Exp; lines: +1 -0
USE_LIBTOOL instead of local patch
v. 1.13
date: 2005/04/12 03:25:50; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:02:54; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2004/02/04 05:21:33; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/02/20 18:37:57; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2003/01/18 22:20:18; author: arved; state: Exp; lines: +10 -21
Update to 0.99.6
PR: 47084
Submitted by: KATO Tsuguru
v. 1.8
date: 2002/11/10 16:46:50; 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.7
date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +2 -1
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39605
Submitted by: Oliver Braun
v. 1.5
date: 2002/06/04 01:38:43; author: petef; state: Exp; lines: +1 -1
Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR: 38874
Submitted by: Jeremy Norris (previous maintainer)
v. 1.4
date: 2002/01/19 05:02:32; author: sf; state: Exp; lines: +7 -13
o update to 0.99.4.
o change maintainer's e-mail address.
PR: 33748
Submitted by: maintainer
v. 1.3
date: 2001/11/24 02:43:24; author: dwcjr; state: Exp; lines: +4 -5
Update to 0.99.3
PR: 32027
Submitted by: maintainer
v. 1.2
date: 2001/11/14 03:12:34; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.99.2
PR: 31964
Submitted by: maintainer
v. 1.1
date: 2001/10/14 14:45:03; author: ijliao; state: Exp;
add ferite
An embeddable scripting language
PR: 30094
Submitted by: Jeremy Norris
=============================================================================
v. 1.22
date: 2007/01/29 23:51:52; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid a.out objformat botch
v. 1.21
date: 2006/11/07 15:37:03; author: laszlof; state: Exp; lines: +1 -1
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
v. 1.20
date: 2006/05/09 20:52:12; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from the categories starting with L
v. 1.19
date: 2006/02/23 10:37:39; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
date: 2006/01/07 02:26:57; author: edwin; state: Exp; lines: +1 -1
[UPDATE]: lang/ferite: Update to version 1.0.2
This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues:
- Fix for a threading issue that caused the engine to crash with a memory issue.
- Fix for rmi and a lack of parsing of arguments within function calls.
- Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces
the GC to be run when in blocking listen mode and also forces the shutdown of network sockets.
- Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted
objects within the GC
- Fix for refcounting issues within the assignment of objects
- Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c
- Fix for class/namespace modifies on a class/namesapce that already exists
PR: ports/91409
Submitted by: Frank Laszlo
v. 1.17
date: 2005/12/31 05:12:17; author: ehaupt; state: Exp; lines: +12 -2
Update to 1.0.1
PR: 91095
Submitted by: Frank Laszlo (maintainer)
v. 1.16
date: 2005/11/15 06:49:53; 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.15
date: 2005/10/21 22:37:29; author: pav; state: Exp; lines: +2 -3
- Update to 1.0.0
- Take maintainership
PR: ports/87695
Submitted by: Frank Laszlo
v. 1.14
date: 2005/04/13 17:31:57; author: vs; state: Exp; lines: +1 -0
USE_LIBTOOL instead of local patch
v. 1.13
date: 2005/04/12 03:25:50; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:02:54; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2004/02/04 05:21:33; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/02/20 18:37:57; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2003/01/18 22:20:18; author: arved; state: Exp; lines: +10 -21
Update to 0.99.6
PR: 47084
Submitted by: KATO Tsuguru
v. 1.8
date: 2002/11/10 16:46:50; 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.7
date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +2 -1
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39605
Submitted by: Oliver Braun
v. 1.5
date: 2002/06/04 01:38:43; author: petef; state: Exp; lines: +1 -1
Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR: 38874
Submitted by: Jeremy Norris (previous maintainer)
v. 1.4
date: 2002/01/19 05:02:32; author: sf; state: Exp; lines: +7 -13
o update to 0.99.4.
o change maintainer's e-mail address.
PR: 33748
Submitted by: maintainer
v. 1.3
date: 2001/11/24 02:43:24; author: dwcjr; state: Exp; lines: +4 -5
Update to 0.99.3
PR: 32027
Submitted by: maintainer
v. 1.2
date: 2001/11/14 03:12:34; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.99.2
PR: 31964
Submitted by: maintainer
v. 1.1
date: 2001/10/14 14:45:03; author: ijliao; state: Exp;
add ferite
An embeddable scripting language
PR: 30094
Submitted by: Jeremy Norris
=============================================================================
|
| |

|