Remove lang/js which isn't maintained anymore (last release 8 years ago),

isn't used by any other port and conflicts with other javascript ports in
our tree. (more recent ones)

ok ajacoutot@, espie@, kurt@, steven@
This commit is contained in:
bernd 2007-01-10 19:28:37 +00:00
parent 30728b8484
commit 8fa3cbcd52
7 changed files with 0 additions and 83 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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 <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <js.h>

View File

@ -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 <stdio.h>
+#include <string.h>
/* 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

View File

@ -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 <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include "mrgsort.h"

View File

@ -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.

View File

@ -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