Martin Wilke
9167338b4d
IMP is a monadic style implementation of the semantics of the (very simple)
...
language IMP, "plain" the implementation with explicit passing of state.
The semantics of the IMP-language is presented in the book:
"The Formal Semantics of Programming Languages" by Glynn Winskel
(1993, The MIT Press).
for more details on monads, see Philip Wadler's page on:
http://cm.bell-labs.com/cm/cs/who/wadler/topics/monads.html#combining-monads
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102103
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: krion (mentor)
2006-08-17 21:16:30 +00:00
Kris Kennaway
d69802de0c
BROKEN: Does not compile
2006-08-17 21:06:25 +00:00
Rong-En Fan
9a76c75068
- Update to 2.0.1131, unbreak it
...
- Update maintainer's email
- -O2 -> -O3 if WITH_OPTIMIZED_CFLAGS
- s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/102145
Submitted by: Simun Mikecin <numisemis at yahoo.com> (maintainer)
2006-08-17 16:42:03 +00:00
Kris Kennaway
322fbdb111
Change BROKEN to IGNORE to prevent package build
2006-08-16 22:12:52 +00:00
Cheng-Lung Sung
b3a2bfc16a
- update to 0.013
2006-08-15 02:29:07 +00:00
Cheng-Lung Sung
e8390e6e3c
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
...
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Rong-En Fan
e6fecfdbd2
- Update to 4.1.2
...
- Beautify BROKEN msg
PR: ports/101934
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Andy Newman <an at atrn.org> (maintainer with different email)
2006-08-14 16:07:33 +00:00
Jose Alonso Cardenas Marquez
e9862abca8
- Update to 2.5.9
...
- Fix devel/commoncpp on LIB_DEPENDS [1]
- Fix pkg-plist
- Use USE_LDCONFIG instead of INSTALL_SHLIB
- Take maintanership
Reported by: kris [1]
Approved by: garga (mentor)
2006-08-14 15:19:35 +00:00
Cheng-Lung Sung
a3345b4e25
- Respect DESTDIR
...
PR: ports/101888
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 05:01:32 +00:00
Gerald Pfeifer
7b4cdd11fd
Update to the 20060812 snapshot of GCC 4.2.0.
2006-08-13 16:04:23 +00:00
Gerald Pfeifer
3f549711cb
Update to the 20060811 snapshot of GCC 4.1.2.
2006-08-13 06:45:33 +00:00
Martin Wilke
cc23ff42d8
- Unbreak for 7.X build
...
PR: ports/101800
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
2006-08-12 18:29:25 +00:00
Gerald Pfeifer
2a65622f1e
Update to the 20060810 snapshot of GCC 4.0.4.
2006-08-12 15:24:09 +00:00
Hye-Shik Chang
69f137f4d4
Remove a wrong patch which doesn't apply to Python 2.2.
...
PR: 90829
Submitted by: Mike Brown <mike@skew.org>
2006-08-12 04:24:42 +00:00
Hye-Shik Chang
773ced5faf
Avoid to use "ncursesw" which causes segfault when the system has
...
devel/ncurses installed due to a shared library collision between
a base ncurses from libreadline dependency and a local ncurses from
libncursesw dependency.
PR: 99496
Submitted by: rachid achellal <rachid@in.nl>,
Xiao-Yong Jin <xj2106@columbia.edu>
2006-08-12 03:57:46 +00:00
Pav Lucistnik
a08628bd2d
- Update to 2.6.1.2006.08.10
...
PR: ports/101758
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2006-08-11 20:42:55 +00:00
Pav Lucistnik
163632704c
- Update to 2.6.0
...
PR: ports/101756
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2006-08-11 20:28:52 +00:00
Hye-Shik Chang
df0b95301a
Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.
...
Spotted by: pointyhat via kris
2006-08-10 10:05:13 +00:00
Cheng-Lung Sung
c51c4df0b0
- update to 0.14
...
- I'll maintain it.
2006-08-10 08:10:47 +00:00
Maho Nakata
a01182c495
If WITHOUT_JAVA is set, of course we don't build JAVA
...
with gtk (and xlib) awt peer.
Submitted by: imp
2006-08-10 07:53:06 +00:00
Thierry Thomas
8abf80ec98
- Upgrade to 20060506;
...
- Remove FreeBSD specificities.
PR: ports/101054
Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a
2006-08-10 07:37:32 +00:00
Rong-En Fan
6aae62e508
- Unbreak on 4.x
...
PR: ports/101726
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-08-10 03:39:44 +00:00
Rong-En Fan
0a369be768
- Unbreak on 4.x
...
PR: ports/101727
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-08-10 03:36:16 +00:00
Martin Wilke
f896c6fa65
force commit.
...
- Fix Makefile entry
Approved by: krion (mentor)
2006-08-09 20:38:53 +00:00
Martin Wilke
31818d07e5
BROKEN: does not build
...
Submitted by: pointyhat via kris
Approved by: krion (mentor)
2006-08-09 20:26:03 +00:00
Cheng-Lung Sung
23afebdd07
- update to 0.012
...
- to celebrate my no.1500 commits, I'll maintain this port.
2006-08-09 07:35:13 +00:00
Cheng-Lung Sung
12b060c89f
- update to 0.13
2006-08-09 03:15:31 +00:00
Maho Nakata
d83ac601bc
Setting java.home, changing default awt peer to gtk,
...
and using cairo backend for WITH_JAVA_AWT
Approved by: gerald
2006-08-08 12:35:07 +00:00
Erwin Lansing
20719b088c
Fix PLIST
...
Submitted by: pointyhat
2006-08-08 07:40:03 +00:00
Cheng-Lung Sung
4a430cb085
- Fix building on 4.x.
...
- bump PORTREVISION
PR: ports/101634
Submitted by: maintainer (Stanislav Sedov)
2006-08-08 06:57:46 +00:00
Gerald Pfeifer
e09b138930
Restore Fortran in distinfo, which I had missed with the previous commit.
2006-08-07 21:23:06 +00:00
Gerald Pfeifer
01f92753ac
Update to the 20060804 snapshot of GCC 4.1.2.
2006-08-07 16:11:59 +00:00
Gerald Pfeifer
34e8504f40
Update to the 20060805 snapshot of GCC 4.2.0.
2006-08-07 15:17:10 +00:00
Martin Wilke
337148661c
- Mark broken on 4.x
...
Submitted by: pointyhat via kris
Approved by: krion (mentor)
2006-08-07 14:12:58 +00:00
Rong-En Fan
9947e8e5b5
Add sather-tutorial 000328, a tutorial on the Sather programming
...
language.
PR: ports/101425
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 13:12:12 +00:00
Rong-En Fan
386792863d
Add sather-specification 000328, specification of the Sather programming
...
language.
PR: ports/101424
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 13:11:35 +00:00
Ying-Chieh Liao
7b4573d008
fix build on releng_4
2006-08-07 09:58:42 +00:00
Rong-En Fan
e034601696
- Chase shlib versioning of lang/spidermonkey, patch from Andrew Pantyukhin
...
PR: ports/101561
Submitted by: Dominic Mitchell <dom at happygiraffe.net> (maintainer)
2006-08-07 09:10:57 +00:00
Ion-Mihai Tetcu
1bfe402647
Add USE_OCAML_WASH hack to allow ocaml ports delete shared ocaml dirs on
...
uninstall. Required when installed to non-standard prefix.
PR: ports/101525
Submitted by: Stanislav Sedov (maintainer)
2006-08-07 06:55:27 +00:00
Maho Nakata
accf890584
* enabling gtk as default awt peer
...
* setting java.home property
* use cairo backend
Approved by: gerald (implicit)
2006-08-07 06:09:43 +00:00
Xin LI
62a8de4cc4
Update to php 4.4.3:
...
* Disallow certain characters in session names.
* Fixed a buffer overflow inside the wordwrap() function.
* Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.
* Improved safe_mode check for the error_log() function.
* Fixed cross-site scripting inside the phpinfo() function.
* Fixed offset/length parameter validation inside the substr_compare() function.
* Upgraded bundled PCRE library to version 6.6
* Over 20 various bug fixes.
Approved by: ale's vacation
2006-08-07 03:27:15 +00:00
Rong-En Fan
80359d9813
- Add readline as dependency when it was already installed. The program
...
will be linked against it anyway, not against a system one.
- Fix BROKEN message to pet portlint(1)
- Use DATADIR
PR: ports/101446
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 03:22:37 +00:00
Boris Samorodov
f76141e4cd
Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used)
...
Reported by: krismail
Approved by: netchild (mentor, implicit)
2006-08-06 20:23:58 +00:00
Joseph Koshy
02e454d15d
- Honor CC, CFLAGS etc. [1]
...
- Use BSD_INSTALL_* macros to install files. [1]
- Make the port PREFIX clean.
PR: ports/101398 [1]
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-06 10:53:54 +00:00
Stefan Walter
34640f3905
- Fix permissions of installed files. [1]
...
- Use PKGNAMEPREFIX. [1]
- Fix dependency on javavmwrapper.
PR: 100963 [1]
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> [1]
Approved by: arved (mentor)
2006-08-06 07:23:35 +00:00
Andrew Pantyukhin
724636363e
- Bump portrevision for the previous update
...
- INSTALLS_SHLIB -> USE_LDCONFIG
- Beautify master sites
2006-08-05 18:37:14 +00:00
Andrew Pantyukhin
a0dc8a9e44
- Install a versioned lib
...
Approved by: citric@cubicone.tmetic.com (maintainer timeout, 16 days)
2006-08-05 18:19:38 +00:00
Cheng-Lung Sung
c03db7e61f
- Remove RUBY_DOCDIR as well
...
PR: ports/101350
Submitted by: maintainer (Stanislav Sedov)
2006-08-05 13:22:36 +00:00
Cheng-Lung Sung
7d97341be0
- Deinstall RUBY_DOCDIR as well
...
PR: ports/101347
Submitted by: maintainer (Stanislav Sedov)
2006-08-05 13:22:04 +00:00
Ion-Mihai Tetcu
538f12fb8c
- support non-standard prefix
...
- fix some plist issues
Submitted by: maintainer (via private email)
2006-08-04 14:22:50 +00:00