Check-in Number:
|
2253 | |
Date: |
2002-Jul-07 20:11:24 (local)
2002-Jul-07 18:11:24 (UTC) |
User: | rse |
Branch: | |
Comment: |
add OSSP eperl |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/SHARE/ossp_navbar.wml 1.5 -> 1.6
--- ossp_navbar.wml 2002/04/26 15:39:34 1.5
+++ ossp_navbar.wml 2002/07/07 18:11:24 1.6
@@ -230,6 +230,7 @@
# Packages, Tools
<navbar:button txt="GNU shtool" url=pkg/tool/shtool/ id=pkg:tool:shtool>
<navbar:button txt="OSSP lmtp2nntp" url=pkg/tool/lmtp2nntp/ id=pkg:tool:lmtp2nntp>
+ <navbar:button txt="OSSP eperl" url=pkg/tool/eperl/ id=pkg:tool:eperl>
<navbar:button txt="OSSP petidomo" url=pkg/tool/petidomo/ id=pkg:tool:petidomo>
<navbar:button txt="OSSP shiela" url=pkg/tool/shiela/ id=pkg:tool:shiela>
<navbar:button txt="OSSP xenia" url=pkg/tool/xenia/ id=pkg:tool:xenia>
|
|
ossp-web/pkg/tool/eperl/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:52:30 2024
--- - Sat Nov 23 09:52:42 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/eperl/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:52:30 2024
--- - Sat Nov 23 09:52:42 2024
***************
*** 0 ****
--- 1,52 ----
+
+ #use wml::ossp area=pkg:tool subarea=eperl
+
+ <title>OSSP eperl</title>
+
+ <h1>Embedded Perl Language</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP eperl interprets a text file bristled with Perl program statements by
+ evaluating the Perl code while passing through the plain text data. It can
+ operate in various ways: As a stand-alone Unix filter or integrated Perl
+ module for general file generation tasks and as a powerful webserver scripting
+ language for dynamic HTML page programming.
+
+ <p>
+ OSSP eperl is a fully functional Perl interpreter because
+ internally it makes use of the original Perl interpreter library
+ (<tt>libperl.a</tt>). So OSSP eperl is based on the installed Perl system. The only
+ noticeable difference to the user between the program <tt>eperl</tt> and
+ <tt>perl</tt> is the source file format they use.
+
+ <p>
+ While traditional scripts are still run via <tt>perl</tt>, <tt>eperl</tt> is
+ used to interpret any type of ASCII text containing embedded script parts.
+ These embedded scripts are theirself traditional scripts. So, ePerl is not a
+ replacement for your original <tt>perl</tt> program. It is a variant for
+ special programming contexts. Because ePerl just provides the Perl scripting
+ language in a different context of programming: the embedded style. But the
+ language itself remains the same. This way you can use all modules with
+ <tt>eperl</tt> which are available in <tt>perl</tt>. Including those using the
+ <tt>DynaLoader</tt> facility to load their shared objects under runtime.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="2.2.14" stable_date="02-Aug-1998"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/eperl/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/eperl/
+ files="eperl-*.tar.gz"
+ stable="eperl-2.2.14.tar.gz" unstable="none">
+
|
|
ossp-web/pkg/tool/index.wml 1.13 -> 1.14
--- index.wml 2002/06/03 07:05:02 1.13
+++ index.wml 2002/07/07 18:11:24 1.14
@@ -16,6 +16,9 @@
<pkg_item name="lmtp2nntp" longname="OSSP lmtp2nntp" type="tool"
desc="Real-Time Mail to News Gateway"
done=100 stable="1.1.1" unstable=1.2a5>
+ <pkg_item name="eperl" longname="OSSP eperl" type="tool"
+ desc="Embedded Perl Language"
+ done=100 stable="2.2.14" unstable="none">
<pkg_item name="petidomo" longname="OSSP petidomo" type="tool" derived=yes
desc="Mailing List Manager"
done=95 stable="none" unstable="4.0b1">
|
|