diff --git a/lang/js/Makefile b/lang/js/Makefile deleted file mode 100644 index 253e3482a8f..00000000000 --- a/lang/js/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $OpenBSD: Makefile,v 1.3 2005/02/24 13:20:41 alek Exp $ - -COMMENT= "command line JavaScript interpreter" - -DISTNAME= js-0.2.5 -CATEGORIES= lang - -HOMEPAGE= http://people.ssh.fi/mtr/js/ - -# GPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes -WANTLIB= c m - -MASTER_SITES= ${HOMEPAGE} - -USE_GMAKE= Yes -CONFIGURE_STYLE= gnu -CONFIGURE_ARGS+= --prefix="${PREFIX}" - -REGRESS_TARGET= check - -.include diff --git a/lang/js/distinfo b/lang/js/distinfo deleted file mode 100644 index 2048a0b2e79..00000000000 --- a/lang/js/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (js-0.2.5.tar.gz) = b299c678e388a170eea09b6e12375152 -RMD160 (js-0.2.5.tar.gz) = a8d681a2c405a0410cdcf0166ab3e040d2ae65cd -SHA1 (js-0.2.5.tar.gz) = a1a3a33cc350d7f432edc07fc0334ab0cc729247 -SIZE (js-0.2.5.tar.gz) = 689982 diff --git a/lang/js/patches/patch-examples_simple_c b/lang/js/patches/patch-examples_simple_c deleted file mode 100644 index b62f251cea6..00000000000 --- a/lang/js/patches/patch-examples_simple_c +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-examples_simple_c,v 1.1.1.1 2002/10/22 22:17:02 pvalchev Exp $ ---- examples/simple.c.orig Tue Oct 22 15:43:22 2002 -+++ examples/simple.c Tue Oct 22 15:43:31 2002 -@@ -29,6 +29,7 @@ - - #include - #include -+#include - - #include - diff --git a/lang/js/patches/patch-src_getopt_c b/lang/js/patches/patch-src_getopt_c deleted file mode 100644 index 57d9755d75f..00000000000 --- a/lang/js/patches/patch-src_getopt_c +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-src_getopt_c,v 1.1.1.1 2002/10/22 22:17:02 pvalchev Exp $ ---- src/getopt.c.orig Tue Oct 22 15:42:40 2002 -+++ src/getopt.c Tue Oct 22 15:42:54 2002 -@@ -43,6 +43,7 @@ - #endif - - #include -+#include - - /* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C diff --git a/lang/js/patches/patch-src_mrgsort_c b/lang/js/patches/patch-src_mrgsort_c deleted file mode 100644 index fd928d373bf..00000000000 --- a/lang/js/patches/patch-src_mrgsort_c +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-src_mrgsort_c,v 1.1.1.1 2002/10/22 22:17:02 pvalchev Exp $ ---- src/mrgsort.c.orig Tue Oct 22 15:42:17 2002 -+++ src/mrgsort.c Tue Oct 22 15:42:26 2002 -@@ -29,6 +29,7 @@ - - #include - #include -+#include - #include - - #include "mrgsort.h" diff --git a/lang/js/pkg/DESCR b/lang/js/pkg/DESCR deleted file mode 100644 index 3f616c0637f..00000000000 --- a/lang/js/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -The NGS JavaScript interpreter is an independent implementation of the -JavaScript language, developed by Netscape et al. This implementation -is designed to be re-entrant, extendible, fast, and programmable. - -This implementation is not 100% compatible with the JavaScript -language, found from the Netscape's WWW browsers and servers. To -achieve the design goals, some shortcuts have been taken in the -implementation, as compared to the Netscape's implementation. diff --git a/lang/js/pkg/PLIST b/lang/js/pkg/PLIST deleted file mode 100644 index c6ba8486d33..00000000000 --- a/lang/js/pkg/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.2 2004/09/15 19:16:08 espie Exp $ -bin/js -bin/jsas -bin/jsdas -bin/jswrap -include/js.h -include/jsconfig.h -include/jsint.h -@info info/js.info -lib/libjs.a -lib/libjs.la -@man man/man1/js.1 -@man man/man1/jsdas.1