summaryrefslogtreecommitdiff
path: root/lang/fesi
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-24 18:05:29 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-24 18:05:29 +0000
commitf2a257c76d25b42452906d5c82c7252fb7c69a87 (patch)
tree32fb70fa3a6851658cb949d6d321e40080354070 /lang/fesi
parentbento doesn't have a real working apxs. Use these unil bsd.apache.mk (diff)
Add New Port: lang/fesi
FESI is a free EcmaScript interpreter written in 100% Java PR: 20435 Submitted by: Leo Kim <leo@florida.sarang.net>
Notes
Notes: svn path=/head/; revision=34197
Diffstat (limited to 'lang/fesi')
-rw-r--r--lang/fesi/Makefile39
-rw-r--r--lang/fesi/distinfo1
-rw-r--r--lang/fesi/pkg-comment1
-rw-r--r--lang/fesi/pkg-descr10
-rw-r--r--lang/fesi/pkg-plist135
5 files changed, 186 insertions, 0 deletions
diff --git a/lang/fesi/Makefile b/lang/fesi/Makefile
new file mode 100644
index 000000000000..c15a7d691320
--- /dev/null
+++ b/lang/fesi/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: fesi
+# Date created: 5 August 2000
+# Whom: Leo Kim <leo@florida.sarang.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fesi
+PORTVERSION= 1.1.5
+CATEGORIES= lang java
+MASTER_SITES= http://home.worldcom.ch/jmlugrin/fesi/
+DISTNAME= fesikit
+EXTRACT_SUFX= .zip
+
+MAINTAINER= leo@florida.sarang.net
+
+RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk
+
+NO_BUILD= yes
+USE_ZIP= yes
+
+JDK_VERSION= 1.1.8
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+post-extract:
+ @(cd ${WRKSRC} && find * -type d -exec ${CHMOD} 755 {} \;)
+
+do-install:
+ @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/fesi
+ @${MKDIR} ${PREFIX}/share/java/fesi/docs ${PREFIX}/share/java/fesi/examples
+ @(cd ${WRKSRC} && \
+ ${INSTALL_DATA} fesi.jar ${PREFIX}/share/java/classes; \
+ ${CP} [CR]* ${PREFIX}/share/java/fesi; \
+ ${CP} -R doc/html/* ${PREFIX}/share/java/fesi/docs; \
+ ${CP} -R examples/* ${PREFIX}/share/java/fesi/examples; \
+ )
+ @rmdir ${PREFIX}/share/java/fesi/examples/Fesi*/classes
+
+.include <bsd.port.mk>
diff --git a/lang/fesi/distinfo b/lang/fesi/distinfo
new file mode 100644
index 000000000000..efc8e98d0987
--- /dev/null
+++ b/lang/fesi/distinfo
@@ -0,0 +1 @@
+MD5 (fesikit.zip) = 24c1aaa7914b96874a2dc35ccf900a0d
diff --git a/lang/fesi/pkg-comment b/lang/fesi/pkg-comment
new file mode 100644
index 000000000000..f6a20f8ec49d
--- /dev/null
+++ b/lang/fesi/pkg-comment
@@ -0,0 +1 @@
+Free EcmaScript Interpreter written in Java
diff --git a/lang/fesi/pkg-descr b/lang/fesi/pkg-descr
new file mode 100644
index 000000000000..4b2b1a1823ec
--- /dev/null
+++ b/lang/fesi/pkg-descr
@@ -0,0 +1,10 @@
+FESI (Free EcmaScript Interpreter) implements few language extensions and try
+to follow the standard as much as possible.
+This is unlike most implementation of JavaScript, which are unfortunately very
+incompatible between them.
+For the core language definition you can refer to the ECMA 262 standard.
+
+WWW: http://home.worldcom.ch/jmlugrin/fesi/
+
+- Leo Kim
+leo@florida.sarang.net
diff --git a/lang/fesi/pkg-plist b/lang/fesi/pkg-plist
new file mode 100644
index 000000000000..f5fab8771176
--- /dev/null
+++ b/lang/fesi/pkg-plist
@@ -0,0 +1,135 @@
+share/java/classes/fesi.jar
+share/java/fesi/docs/api/FESI/jslib/JSException.html
+share/java/fesi/docs/api/FESI/jslib/package-tree.html
+share/java/fesi/docs/api/FESI/jslib/package-frame.html
+share/java/fesi/docs/api/FESI/jslib/JSExtension.html
+share/java/fesi/docs/api/FESI/jslib/JSFunction.html
+share/java/fesi/docs/api/FESI/jslib/JSGlobalObject.html
+share/java/fesi/docs/api/FESI/jslib/JSObject.html
+share/java/fesi/docs/api/FESI/jslib/JSFunctionAdapter.html
+share/java/fesi/docs/api/FESI/jslib/JSUtil.html
+share/java/fesi/docs/api/FESI/jslib/package-summary.html
+share/java/fesi/docs/api/index-all.html
+share/java/fesi/docs/api/deprecated-list.html
+share/java/fesi/docs/api/allclasses-frame.html
+share/java/fesi/docs/api/index.html
+share/java/fesi/docs/api/overview-tree.html
+share/java/fesi/docs/api/serialized-form.html
+share/java/fesi/docs/api/help-doc.html
+share/java/fesi/docs/api/stylesheet.css
+share/java/fesi/docs/api/packages.html
+share/java/fesi/docs/swingev.txt
+share/java/fesi/docs/regexpext.html
+share/java/fesi/docs/pubkey.html
+share/java/fesi/docs/properties.txt
+share/java/fesi/docs/oroLogo.gif
+share/java/fesi/docs/links.html
+share/java/fesi/docs/juggler.txt
+share/java/fesi/docs/javalib.html
+share/java/fesi/docs/jaext.html
+share/java/fesi/docs/interp.html
+share/java/fesi/docs/install.html
+share/java/fesi/docs/index.html
+share/java/fesi/docs/history.html
+share/java/fesi/docs/getkawa.gif
+share/java/fesi/docs/fioext.html
+share/java/fesi/docs/fesi.gif
+share/java/fesi/docs/ext.html
+share/java/fesi/docs/events.html
+share/java/fesi/docs/download.html
+share/java/fesi/docs/docindex.html
+share/java/fesi/docs/dbext.html
+share/java/fesi/docs/copyright.html
+share/java/fesi/docs/bioext.html
+share/java/fesi/docs/xparse.txt
+share/java/fesi/docs/SampleFunc.txt
+share/java/fesi/examples/FesiForm/src/FesiForm/JSplitPaneDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/GuiContext.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JPanelDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/DefaultDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/GuiDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JFrameDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/TemplateDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/ContentDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JPopupMenuDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JMenuBarDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JMenuDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JDialogDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JScrollPaneDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/JToolBarDocumentHandler.java
+share/java/fesi/examples/FesiForm/src/FesiForm/FesiForm.java
+share/java/fesi/examples/FesiForm/bin/FesiForm.bat
+share/java/fesi/examples/FesiForm/doc/html/index.html
+share/java/fesi/examples/FesiForm/doc/html/guide.html
+share/java/fesi/examples/FesiForm/menu.xml
+share/java/fesi/examples/FesiForm/other.xml
+share/java/fesi/examples/FesiForm/fesiform.jar
+share/java/fesi/examples/FesiForm/fixed.xml
+share/java/fesi/examples/FesiForm/nodtd.xml
+share/java/fesi/examples/FesiForm/text.xml
+share/java/fesi/examples/FesiForm/readme.txt
+share/java/fesi/examples/FesiForm/gui.dtd
+share/java/fesi/examples/FesiForm/form.xml
+share/java/fesi/examples/FesiFTP/src/MultiLineLabel.java
+share/java/fesi/examples/FesiFTP/src/ConnectDialog.java
+share/java/fesi/examples/FesiFTP/src/MessageDialog.java
+share/java/fesi/examples/FesiFTP/src/RequestDialog.java
+share/java/fesi/examples/FesiFTP/src/LocalContext.java
+share/java/fesi/examples/FesiFTP/src/FTPModel.java
+share/java/fesi/examples/FesiFTP/src/FTPController.java
+share/java/fesi/examples/FesiFTP/src/FTPInterface.java
+share/java/fesi/examples/FesiFTP/src/ConnectionInfo.java
+share/java/fesi/examples/FesiFTP/src/MessageBox.java
+share/java/fesi/examples/FesiFTP/src/FesiFTP.java
+share/java/fesi/examples/FesiFTP/bin/FesiFTP.bat
+share/java/fesi/examples/FesiFTP/doc/html/fesiftp.html
+share/java/fesi/examples/FesiFTP/doc/html/high.html
+share/java/fesi/examples/FesiFTP/doc/html/low.html
+share/java/fesi/examples/FesiFTP/doc/html/object.html
+share/java/fesi/examples/FesiFTP/doc/html/autoload.txt
+share/java/fesi/examples/FesiFTP/fesiftp.jar
+share/java/fesi/examples/FesiFTP/autoload.esftp
+share/java/fesi/examples/jslib/SampleFunc.java
+share/java/fesi/examples/jslib/SimpleIntrp.java
+share/java/fesi/examples/jslib/FesiPop.java
+share/java/fesi/examples/jslib/fesipop.es
+share/java/fesi/examples/jslib/SimpleIntrp2.java
+share/java/fesi/examples/xml/Xparse.js
+share/java/fesi/examples/xml/test.xml
+share/java/fesi/examples/xml/xmlj4.es
+share/java/fesi/examples/beans/juggler.esw
+share/java/fesi/examples/beans/molecule.esw
+share/java/fesi/examples/beans/simplegraph.esw
+share/java/fesi/examples/beans/ticktock.es
+share/java/fesi/examples/javaaccess/properties.es
+share/java/fesi/examples/javaaccess/calendar.es
+share/java/fesi/examples/javaaccess/swingev.esw
+share/java/fesi/examples/javaaccess/showfonts.esw
+share/java/fesi/examples/javaaccess/selectfont.esw
+share/java/fesi/examples/javaaccess/event.es
+share/java/fesi/examples/readme.txt
+share/java/fesi/Readme.txt
+share/java/fesi/COPYRIGHT.TXT
+@dirrm share/java/classes
+@dirrm share/java/fesi/examples/xml
+@dirrm share/java/fesi/examples/jslib
+@dirrm share/java/fesi/examples/javaaccess
+@dirrm share/java/fesi/examples/beans
+@dirrm share/java/fesi/examples/FesiForm/src/FesiForm
+@dirrm share/java/fesi/examples/FesiForm/src
+@dirrm share/java/fesi/examples/FesiForm/doc/html
+@dirrm share/java/fesi/examples/FesiForm/doc
+@dirrm share/java/fesi/examples/FesiForm/bin
+@dirrm share/java/fesi/examples/FesiForm
+@dirrm share/java/fesi/examples/FesiFTP/src
+@dirrm share/java/fesi/examples/FesiFTP/doc/html
+@dirrm share/java/fesi/examples/FesiFTP/doc
+@dirrm share/java/fesi/examples/FesiFTP/bin
+@dirrm share/java/fesi/examples/FesiFTP
+@dirrm share/java/fesi/examples
+@dirrm share/java/fesi/docs/api/FESI/jslib
+@dirrm share/java/fesi/docs/api/FESI
+@dirrm share/java/fesi/docs/api
+@dirrm share/java/fesi/docs
+@dirrm share/java/fesi
+@dirrm share/java