The FreeBSD Ports Archive
FreeBSD editors : lpe4>
A "lightweight programmer's editor" with syntax highlighting
lpe history
v. 1.34
date: 2007/02/01 02:41:35; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.33
date: 2006/02/23 10:36:25; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.32
date: 2005/11/15 06:49:09; 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.31
date: 2005/04/10 21:05:49; author: kris; state: Exp; lines: +1 -7
Now builds on sparc64
v. 1.30
date: 2005/01/17 10:07:35; author: vs; state: Exp; lines: +7 -1
Mark as BROKEN on sparc64
PR: ports/76326
Submitted by: maintainer
Noticed by: kris/pointyhat
v. 1.29
date: 2005/01/12 23:49:47; author: edwin; state: Exp; lines: +2 -2
MAINTAINER-UPDATE: editors/lpe pkg-plist fix
Add missing entries to pkg-plist (libtool stuff)
PR: ports/75684
Submitted by: Ryan Thompson
v. 1.28
date: 2004/03/14 06:16:28; author: ade; state: Exp; lines: +1 -1
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.
v. 1.27
date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +3 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.26
date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.25
date: 2003/08/26 20:25:41; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.24
date: 2003/08/25 05:41:24; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.23
date: 2003/02/21 11:38:26; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.22
date: 2002/08/21 19:22:34; author: dwcjr; state: Exp; lines: +2 -1
Add a MASTER_SITE
PR: 41851
Submitted by: maintainer
v. 1.21
date: 2002/08/01 16:22:09; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.20
date: 2002/04/12 17:09:33; author: ade; state: Exp; lines: +2 -1
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.19
date: 2002/03/15 19:43:59; author: ade; state: Exp; lines: +1 -1
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.18
date: 2001/12/21 08:34:33; author: sobomax; state: Exp; lines: +5 -7
o Change maintainer to ryan@sasknow.com
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
reflect new location
o Update/delete patch files for new version:
+ Bug fix patches corrected by 1.2.6 removed
+ New bug fix to correct man page language (cz vs. cs)
+ New bug fix to correct syntax highlighting in some
editing modes
(New bug fixes have been sent to the author for
inclusion in the next official release)
PR: 32915
Submitted by: Ryan Thompson
Approved by: old maintainer
v. 1.17
date: 2001/04/24 09:35:58; author: olgeni; state: Exp; lines: +2 -2
Portv. bump, to bring in the recently added patch-af (in ports/26804)
Noticed by: kris
v. 1.16
date: 2001/04/20 14:04:15; author: olgeni; state: Exp; lines: +2 -2
Update maintainer's email address.
PR: 26709
Submitted by: Carl Johan Madestrand
v. 1.15
date: 2001/04/09 07:44:17; author: sobomax; state: Exp; lines: +2 -1
Fix a nasty memory leak, which draws the editor nearly unusable, as it quickly
eats all available memory and swap space.
v. 1.14
date: 2001/04/02 06:32:55; author: mharo; state: Exp; lines: +2 -2
Update maintainer email
PR: 26109
Submitted by: maintainer
v. 1.13
date: 2001/01/26 19:56:01; author: sobomax; state: Exp; lines: +7 -4
- Add several missed @dirrm into pkg-plist;
- update MASTER_SITES and WWW;
- update to 1.2.5 version.
v. 1.12
date: 2000/06/29 17:11:47; author: alex; state: Exp; lines: +2 -2
Change maintainer to Carl Johan Madestrand .
v. 1.11
date: 2000/06/20 21:45:54; author: cpiazza; state: Exp; lines: +2 -2
Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
v. 1.10
date: 2000/04/14 00:25:37; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.9
date: 1999/11/20 03:19:14; author: cpiazza; state: Exp; lines: +3 -3
Update to 1.2.4
v. 1.8
date: 1999/11/19 06:12:15; author: cpiazza; state: Exp; lines: +3 -3
Update to version 1.2.3
v. 1.7
date: 1999/09/17 18:21:29; author: cpiazza; state: Exp; lines: +3 -2
Fix packaging for this port.
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
v. 1.6
date: 1999/08/25 05:44:00; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/07/04 18:35:24; author: cpiazza; state: Exp; lines: +4 -3
Update to lpe 1.2.2.
v. 1.4
date: 1999/06/19 05:26:23; author: cpiazza; state: Exp; lines: +10 -16
Update to 1.2.1
PR: 12287
v. 1.3
date: 1999/04/22 23:11:08; author: mharo; state: Exp; lines: +2 -2
Update to 1.1.9
PR: 11262
Submitted by: maintainer
v. 1.2
date: 1999/04/19 04:06:52; author: steve; state: Exp; lines: +4 -8
Update to version 1.1.8.
PR: 11193
Submitted by: maintainer
v. 1.1
date: 1999/04/14 05:56:14; author: mharo; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/14 05:56:14; author: mharo; state: Exp; lines: +0 -0
Really small editor and has syntax highlighting for quit a few languages.
PR: 11106
Submitted by: Chris Piazza cpiazza@home.net
=============================================================================
v. 1.34
date: 2007/02/01 02:41:35; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.33
date: 2006/02/23 10:36:25; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.32
date: 2005/11/15 06:49:09; 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.31
date: 2005/04/10 21:05:49; author: kris; state: Exp; lines: +1 -7
Now builds on sparc64
v. 1.30
date: 2005/01/17 10:07:35; author: vs; state: Exp; lines: +7 -1
Mark as BROKEN on sparc64
PR: ports/76326
Submitted by: maintainer
Noticed by: kris/pointyhat
v. 1.29
date: 2005/01/12 23:49:47; author: edwin; state: Exp; lines: +2 -2
MAINTAINER-UPDATE: editors/lpe pkg-plist fix
Add missing entries to pkg-plist (libtool stuff)
PR: ports/75684
Submitted by: Ryan Thompson
v. 1.28
date: 2004/03/14 06:16:28; author: ade; state: Exp; lines: +1 -1
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.
v. 1.27
date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +3 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.26
date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.25
date: 2003/08/26 20:25:41; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.24
date: 2003/08/25 05:41:24; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.23
date: 2003/02/21 11:38:26; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.22
date: 2002/08/21 19:22:34; author: dwcjr; state: Exp; lines: +2 -1
Add a MASTER_SITE
PR: 41851
Submitted by: maintainer
v. 1.21
date: 2002/08/01 16:22:09; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.20
date: 2002/04/12 17:09:33; author: ade; state: Exp; lines: +2 -1
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.19
date: 2002/03/15 19:43:59; author: ade; state: Exp; lines: +1 -1
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.18
date: 2001/12/21 08:34:33; author: sobomax; state: Exp; lines: +5 -7
o Change maintainer to ryan@sasknow.com
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
reflect new location
o Update/delete patch files for new version:
+ Bug fix patches corrected by 1.2.6 removed
+ New bug fix to correct man page language (cz vs. cs)
+ New bug fix to correct syntax highlighting in some
editing modes
(New bug fixes have been sent to the author for
inclusion in the next official release)
PR: 32915
Submitted by: Ryan Thompson
Approved by: old maintainer
v. 1.17
date: 2001/04/24 09:35:58; author: olgeni; state: Exp; lines: +2 -2
Portv. bump, to bring in the recently added patch-af (in ports/26804)
Noticed by: kris
v. 1.16
date: 2001/04/20 14:04:15; author: olgeni; state: Exp; lines: +2 -2
Update maintainer's email address.
PR: 26709
Submitted by: Carl Johan Madestrand
v. 1.15
date: 2001/04/09 07:44:17; author: sobomax; state: Exp; lines: +2 -1
Fix a nasty memory leak, which draws the editor nearly unusable, as it quickly
eats all available memory and swap space.
v. 1.14
date: 2001/04/02 06:32:55; author: mharo; state: Exp; lines: +2 -2
Update maintainer email
PR: 26109
Submitted by: maintainer
v. 1.13
date: 2001/01/26 19:56:01; author: sobomax; state: Exp; lines: +7 -4
- Add several missed @dirrm into pkg-plist;
- update MASTER_SITES and WWW;
- update to 1.2.5 version.
v. 1.12
date: 2000/06/29 17:11:47; author: alex; state: Exp; lines: +2 -2
Change maintainer to Carl Johan Madestrand .
v. 1.11
date: 2000/06/20 21:45:54; author: cpiazza; state: Exp; lines: +2 -2
Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
v. 1.10
date: 2000/04/14 00:25:37; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.9
date: 1999/11/20 03:19:14; author: cpiazza; state: Exp; lines: +3 -3
Update to 1.2.4
v. 1.8
date: 1999/11/19 06:12:15; author: cpiazza; state: Exp; lines: +3 -3
Update to version 1.2.3
v. 1.7
date: 1999/09/17 18:21:29; author: cpiazza; state: Exp; lines: +3 -2
Fix packaging for this port.
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
v. 1.6
date: 1999/08/25 05:44:00; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/07/04 18:35:24; author: cpiazza; state: Exp; lines: +4 -3
Update to lpe 1.2.2.
v. 1.4
date: 1999/06/19 05:26:23; author: cpiazza; state: Exp; lines: +10 -16
Update to 1.2.1
PR: 12287
v. 1.3
date: 1999/04/22 23:11:08; author: mharo; state: Exp; lines: +2 -2
Update to 1.1.9
PR: 11262
Submitted by: maintainer
v. 1.2
date: 1999/04/19 04:06:52; author: steve; state: Exp; lines: +4 -8
Update to version 1.1.8.
PR: 11193
Submitted by: maintainer
v. 1.1
date: 1999/04/14 05:56:14; author: mharo; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/14 05:56:14; author: mharo; state: Exp; lines: +0 -0
Really small editor and has syntax highlighting for quit a few languages.
PR: 11106
Submitted by: Chris Piazza cpiazza@home.net
=============================================================================
v. 1.34
date: 2007/02/01 02:41:35; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.33
date: 2006/02/23 10:36:25; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.32
date: 2005/11/15 06:49:09; 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.31
date: 2005/04/10 21:05:49; author: kris; state: Exp; lines: +1 -7
Now builds on sparc64
v. 1.30
date: 2005/01/17 10:07:35; author: vs; state: Exp; lines: +7 -1
Mark as BROKEN on sparc64
PR: ports/76326
Submitted by: maintainer
Noticed by: kris/pointyhat
v. 1.29
date: 2005/01/12 23:49:47; author: edwin; state: Exp; lines: +2 -2
MAINTAINER-UPDATE: editors/lpe pkg-plist fix
Add missing entries to pkg-plist (libtool stuff)
PR: ports/75684
Submitted by: Ryan Thompson
v. 1.28
date: 2004/03/14 06:16:28; author: ade; state: Exp; lines: +1 -1
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.
v. 1.27
date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +3 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.26
date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.25
date: 2003/08/26 20:25:41; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.24
date: 2003/08/25 05:41:24; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.23
date: 2003/02/21 11:38:26; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.22
date: 2002/08/21 19:22:34; author: dwcjr; state: Exp; lines: +2 -1
Add a MASTER_SITE
PR: 41851
Submitted by: maintainer
v. 1.21
date: 2002/08/01 16:22:09; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.20
date: 2002/04/12 17:09:33; author: ade; state: Exp; lines: +2 -1
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.19
date: 2002/03/15 19:43:59; author: ade; state: Exp; lines: +1 -1
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.18
date: 2001/12/21 08:34:33; author: sobomax; state: Exp; lines: +5 -7
o Change maintainer to ryan@sasknow.com
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
reflect new location
o Update/delete patch files for new version:
+ Bug fix patches corrected by 1.2.6 removed
+ New bug fix to correct man page language (cz vs. cs)
+ New bug fix to correct syntax highlighting in some
editing modes
(New bug fixes have been sent to the author for
inclusion in the next official release)
PR: 32915
Submitted by: Ryan Thompson
Approved by: old maintainer
v. 1.17
date: 2001/04/24 09:35:58; author: olgeni; state: Exp; lines: +2 -2
Portv. bump, to bring in the recently added patch-af (in ports/26804)
Noticed by: kris
v. 1.16
date: 2001/04/20 14:04:15; author: olgeni; state: Exp; lines: +2 -2
Update maintainer's email address.
PR: 26709
Submitted by: Carl Johan Madestrand
v. 1.15
date: 2001/04/09 07:44:17; author: sobomax; state: Exp; lines: +2 -1
Fix a nasty memory leak, which draws the editor nearly unusable, as it quickly
eats all available memory and swap space.
v. 1.14
date: 2001/04/02 06:32:55; author: mharo; state: Exp; lines: +2 -2
Update maintainer email
PR: 26109
Submitted by: maintainer
v. 1.13
date: 2001/01/26 19:56:01; author: sobomax; state: Exp; lines: +7 -4
- Add several missed @dirrm into pkg-plist;
- update MASTER_SITES and WWW;
- update to 1.2.5 version.
v. 1.12
date: 2000/06/29 17:11:47; author: alex; state: Exp; lines: +2 -2
Change maintainer to Carl Johan Madestrand .
v. 1.11
date: 2000/06/20 21:45:54; author: cpiazza; state: Exp; lines: +2 -2
Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
v. 1.10
date: 2000/04/14 00:25:37; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.9
date: 1999/11/20 03:19:14; author: cpiazza; state: Exp; lines: +3 -3
Update to 1.2.4
v. 1.8
date: 1999/11/19 06:12:15; author: cpiazza; state: Exp; lines: +3 -3
Update to version 1.2.3
v. 1.7
date: 1999/09/17 18:21:29; author: cpiazza; state: Exp; lines: +3 -2
Fix packaging for this port.
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
v. 1.6
date: 1999/08/25 05:44:00; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/07/04 18:35:24; author: cpiazza; state: Exp; lines: +4 -3
Update to lpe 1.2.2.
v. 1.4
date: 1999/06/19 05:26:23; author: cpiazza; state: Exp; lines: +10 -16
Update to 1.2.1
PR: 12287
v. 1.3
date: 1999/04/22 23:11:08; author: mharo; state: Exp; lines: +2 -2
Update to 1.1.9
PR: 11262
Submitted by: maintainer
v. 1.2
date: 1999/04/19 04:06:52; author: steve; state: Exp; lines: +4 -8
Update to version 1.1.8.
PR: 11193
Submitted by: maintainer
v. 1.1
date: 1999/04/14 05:56:14; author: mharo; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/14 05:56:14; author: mharo; state: Exp; lines: +0 -0
Really small editor and has syntax highlighting for quit a few languages.
PR: 11106
Submitted by: Chris Piazza cpiazza@home.net
=============================================================================
|
| |

|