jasper
6bbe01dca4
sync
2012-06-26 19:54:00 +00:00
jasper
fc6be5c733
import tinyscheme 1.40
...
TinyScheme is a lightweight Scheme interpreter that implements as large
a subset of R5RS as was possible without getting very large and
complicated. It is meant to be used as an embedded scripting interpreter
for other programs. As such, it does not offer IDEs or extensive
toolkits although it does sport a small top-level loop, included
conditionally.
ok sthen@
2012-06-26 19:53:38 +00:00
kili
0b00fbcf29
We need a new Timmy^WBootstrapper!
...
(It would be nice if someone could build one on a current i386)
2012-06-26 18:17:18 +00:00
jasper
02abd40f9d
- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
2012-06-26 14:02:18 +00:00
jasper
82493d7030
- update to 0.16.1
2012-06-25 12:26:03 +00:00
espie
10adbfb29c
use TRUEPREFIX to allow correct behavior wrt do-install.
...
from Christopher Zimmermann
2012-06-25 11:43:35 +00:00
jasper
8000c77301
- update to 1.1
2012-06-22 16:38:21 +00:00
phessler
c46c212820
mark as broken on 32bit sparc
2012-06-22 13:08:09 +00:00
naddy
c45cf8037b
drop GCC4 support from a port that is only for GCC2 archs
2012-06-22 11:59:51 +00:00
naddy
be03335dc4
bump for plist changes 5.1 -> 5.2
2012-06-22 11:28:51 +00:00
naddy
758513708e
GCC3 is gone, we don't need to deal with it any longer; ok sthen@
2012-06-21 16:17:40 +00:00
sthen
49a55c3e0f
bump for plist changes 5.1 -> 5.2
2012-06-21 13:56:57 +00:00
ajacoutot
c6730eabb5
Merge pdo_sqlite into the core package; we have sqlite3 in base now.
...
input/ok sthen@ robert@ (maintainer)
2012-06-21 06:58:51 +00:00
jasper
135c62319b
Adjust now that libtool lives in base
...
ok aja@ (who came up with the same goi diff)
2012-06-19 17:21:15 +00:00
kili
bad59a088d
Add CFLAGS to the link targets (to get all binaries linked with libpthread).
...
From and with matthew. ok matthew, sthen
2012-06-18 22:03:46 +00:00
ajacoutot
52c20b12d7
Put the ln(1) and rm(1) commands on one line so that lazy people like me
...
can just copy/paste it.
ok robert (maintainer)
2012-06-17 06:49:07 +00:00
sthen
b2170de7b1
fix @conflict line (it was wrong in submitted diff, I fixed 5.3
...
but forgot 5.2..) - pointed out by nigel@, thanks!
2012-06-16 19:00:07 +00:00
sthen
015918373e
update to PHP 5.3.14, "please do" robert@
...
- also build the zip extension, from wen heping
2012-06-16 12:51:06 +00:00
kili
1dbbaaa459
Remove pointless test suite patch. It just covered up some fd leak
...
in the test framework, and the process007 test still failed for the
threaded variants (in the system(3) call).
2012-06-12 20:11:22 +00:00
jasper
e607b9c7b2
- fix build with new nant
...
from ryan boggs (MAINTAINER)
2012-06-12 17:31:32 +00:00
landry
16be6f2293
Mark as BROKEN on hppa, no __sync_bool_compare_and_swap() /
...
__sync_add_and_fetch() support and no asm fallback in
./sapi/fpm/fpm/fpm_atomic.h
2012-06-12 09:23:10 +00:00
pascal
7969fd62e7
Fix NQP on big-endian platforms, tested by landry@ on both powerpc and sparc64.
...
Thanks to Jonathan Worthington for coming up with a fix upstream.
Also, add -Werror fixes for powerpc, tested by aja@.
ok landry@
2012-06-12 08:21:54 +00:00
sthen
7a9c056e4c
update to Node 0.6.19, from maintainer Aaron Bieber
2012-06-06 20:33:50 +00:00
pascal
9f95f81221
Use PROPERTIES to check for be/le, reorganise Makefile to make usd of
...
bsd.port.arch.mk and convert the WORDSIZE check to PROPERTIES while here,
requested by naddy@.
ok jasper@ naddy@
2012-06-04 21:02:15 +00:00
pascal
60449f9aa7
Make use of ${BE_ARCHS}.
2012-06-04 18:43:18 +00:00
pascal
067e7e86b5
Disable on big-endian platforms due to upstream bugs.
...
ok landry@
2012-06-04 16:58:59 +00:00
pascal
9f8beb2799
OpenGL bindings also need pcre present. Noticed by landry@.
2012-06-04 15:59:36 +00:00
sthen
9824cf43ee
update to Railo 3.3.3.001
2012-06-04 13:49:19 +00:00
pascal
70734078be
Respect CC/CFLAGS for all parts of nqp; don't add -O3 in 3rdparty/dyncall.
...
prodded by and ok aja@
2012-06-03 12:17:54 +00:00
jasper
588f2ae2fb
sync
2012-06-02 12:25:11 +00:00
jasper
b9aaca8cf6
import elixir 0.5.0
...
Elixir is a programming language built on top of the Erlang VM. As
Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.
Elixir is also dynamic typed but, differently from Erlang, it is also
homoiconic, allowing meta-programming via macros. Elixir also supports
polymorphism via protocols (similar to Clojure's), dynamic records and
provides a reference mechanism.
Finally, Elixir and Erlang share the same bytecode and data types. This
means you can invoke Erlang code from Elixir (and vice-versa) without
any conversion or performance hit. This allows a developer to mix the
expressiveness of Elixir with the robustness and performance of Erlang.
feedback/ok sthen@
2012-06-02 12:24:13 +00:00
jasper
004e63f74b
add MODCLANG_VERSION
...
prompted by sthen@
2012-05-26 09:13:43 +00:00
jasper
71870ac24b
- update to R15B01
...
- reset maintainer as requested by alex
2012-05-26 09:08:57 +00:00
ajacoutot
6b2f4f84a5
unexec -> unexec-delete.
...
ok from maintainer Ryan Boggs
2012-05-25 22:21:53 +00:00
sthen
5a611d1b88
Don't assume that llvm-config is a perl script, will fix build with LLVM 3.1
...
ok jeremy@
2012-05-24 08:51:32 +00:00
jasper
1dd4aa573a
adjust for node.port.mk location change
2012-05-23 15:13:20 +00:00
jasper
c8eca07c5b
sync
2012-05-23 15:12:12 +00:00
jasper
5d73d74c96
re-import node into lang, www was poorly chosen at the time of import
...
from aaron bieber (MAINTAINER), with cluestick hitting by espie@
as discussed with and ok sthen@
2012-05-23 15:11:43 +00:00
jasper
3ac8824849
- enable smp support
...
from icepiz.de at gmail.com and reminded by brad
ok MAINTAINER
2012-05-21 07:37:45 +00:00
jsing
30a5bd85bc
Update lang/go to version 1.0.1.
...
ok sthen@
2012-05-20 16:32:51 +00:00
william
3f958812cc
Disable reloads of php-fpm for now, as it spins instead of reloading.
...
ok robert
2012-05-19 02:49:45 +00:00
jasper
2adfb0a1d4
- update to 1.3.3
...
- take maintainership
2012-05-17 08:05:05 +00:00
jasper
7aedd86c8a
drop an underscore
2012-05-15 19:24:21 +00:00
jasper
2da6934e08
add MODLUA_BUILD_DEP and rename MODLUA_RUN_DEP for consistency
2012-05-15 18:14:44 +00:00
jasper
b089987cb2
add support for retrieving MODLUA_WANTLIB and MODLUA_LIB_DEPENDS through the module.
2012-05-15 18:03:18 +00:00
jasper
18e764b415
add MODLUA_EXAMPLEDIR too
2012-05-15 15:11:06 +00:00
jasper
1eff428b0f
add MODLUA_DOCDIR, this will help when we have two lua versions with which
...
ports can be built with..
2012-05-15 12:25:17 +00:00
pascal
a51e30b3c9
Fix build with Brad's sysconf(3) diff, found by naddy@ in his bulk build.
2012-05-14 23:39:39 +00:00
jasper
8e1b3389ac
oops
2012-05-11 21:37:41 +00:00
jasper
cebfd4813c
- update to 2.2
2012-05-11 21:36:48 +00:00