aboutsummaryrefslogtreecommitdiffstats
path: root/lang/spidermonkey
Commit message (Collapse)AuthorAgeFilesLines
* Change PORTNAME to spidermonkey to correspond with dirname.thierry2005-07-212-5/+5
| | | | | | PR: 82320 Submitted by: Alex Kapranoff <kappa (at) rambler-co.ru> Approved by: maintainer
* - Avoid using command execution to fill variables, they would be executedpav2004-05-051-8/+5
| | | | | | for all targets which is not needed Suggested by: 'the eagle eye' kris
* - Update to 1.5-rc6pav2004-05-053-8/+26
| | | | | PR: ports/66208 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)kris2004-03-071-1/+7
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add CONFLICT for lang/njs (njs-*)edwin2003-10-141-0/+2
| | | | | PR: ports/57972 (initial) Submitted by: Thierry Thomas <thierry@pompo.net>
* Update port: lang/spidermonkey updated to latest source, new contact addressedwin2003-09-243-5/+6
| | | | | | | | | Spidermonkey is the JavaScript interpreter from the Mozilla project. This revision updates the port to the newest version. I've also updated my contact address. PR: ports/56593 Submitted by: Dan Rench <citric@cubicone.tmetic.com>
* Add spidermonkey 1.5.p5,vanilla2003-04-274-0/+38
a standalone JavaScript interpreter from the Mozilla project. PR: 51325 Submitted by: Dan Rench (drench@xnet.com)