Commit Graph

2376 Commits

Author SHA1 Message Date
dons
931bb66aa5 Import hs-ports-0.4.1, a library for concurrent and distributed Haskell
The Haskell Ports Library (HPL) supports concurrent and distributed
	computing in the IO monad _without_ relying on mutable variables.
	Instead, it supplies monotone single-assignment variables and ports
	abstractions. Ports are an abstraction for modelling variables whose
	values evolve over time without the need to resort to mutable
	variable, such as IORefs. More precisely, a port represents all values
	that a time-dependent variable successively takes as a stream, where
	each element of the stream corresponds to a state change.

	Ports are ideally suited for purely functional GUI interfaces that
	completely avoid the use of mutable variables. It is planned to extend
	the library to interaction between different processes possibly
	located on distinct processing nodes.

ok pvalchev@
2004-05-09 10:30:22 +00:00
dons
df59dba23b . Have c2hs-config return the right -package flags
. Keep the version number in lib/c2hs-${V}
. Add haskell package "lang" as a dependency

ok pvalchev@
2004-05-09 07:46:12 +00:00
dons
19fabd5366 +c2hs 2004-05-08 07:23:14 +00:00
dons
d1011d2804 Import C->Haskell (c2hs)
C->Haskell is an interface generator that simplifies the development
of Haskell bindings to C libraries.  The tool processes existing C
header files that determine data layout and function signatures on the
C side, in conjunction with Haskell modules that specify Haskell-side
type signatures and marshaling details. Hooks embedded in the Haskell
code signal access to C structures and functions; they are expanded by
the interfacing tool in conjunction with information in the
corresponding C header file. 

ok pvalchev@
2004-05-08 07:21:03 +00:00
sturm
48cb391013 update to libspectrum 0.2.1
ok grange@
2004-05-08 06:46:10 +00:00
naddy
d262f72421 Remove maintainer by his request. Thanks, Jose. 2004-05-07 15:28:31 +00:00
robert
1fabf69961 Update to 1.56; from Morten Liebach <m@mongers.org> (maintainer) 2004-05-07 04:56:50 +00:00
pvalchev
1141e5ccc9 remove p5-Scalar-List-Utils as it's now included in perl; from mjc@bitz.ca 2004-05-06 23:18:26 +00:00
pvalchev
bd1969af96 remove dependency on p5-Scalar-List-Utils which is now included in perl 2004-05-06 23:16:58 +00:00
xsa
37b5e643e7 update to 3.0.3; 2004-05-06 08:01:26 +00:00
marcm
dd5aab7bae Update to ORBit2-2.10.1.
This update fixes a longstanding bug that made Gnome 2 not play well
with macppc and sparc* arches.  Additionally, it introduces a new patch
scheme for libtool since the later libtools recognize -pthread... well
mostly anyway.
2004-05-06 06:02:30 +00:00
brad
37214b2b12 dir -> output_name. noticed by drahn@ 2004-05-05 22:08:34 +00:00
brad
095c483f42 remove obsolete 1.2 JVMs
ok Christian Edward Gruber
2004-05-05 05:03:14 +00:00
naddy
ae1b10b235 update maintainer's email address 2004-05-04 11:31:48 +00:00
avsm
025a0193e9 update to horde-2.2.5 2004-05-01 16:16:34 +00:00
sturm
f494ab289f build with systrace enabled 2004-05-01 14:29:17 +00:00
dons
81e7f0b524 Update darcs to 0.9.19.
Now builds with latest GHC, and works on amd64
Change maintainer to me.

ok @avsm
2004-04-29 03:49:51 +00:00
xsa
c14300683d + py-cheetah 2004-04-28 08:34:32 +00:00
xsa
0edf5553cd Import of py-cheetah-0.9.15
Cheetah is a Python-powered template engine and code generator. It can
be used as a standalone utility or it can be combined with other tools.
Cheetah has many potential uses, but web developers looking for a viable
alternative to ASP, JSP, PHP and PSP are expected to be its principle
user group.

ok sturm@.
2004-04-28 08:33:17 +00:00
kevlo
e4dc0961da update to 1.05 2004-04-27 13:08:37 +00:00
peter
0d5440587a restore my bad packages 2004-04-24 16:15:05 +00:00
peter
c2a0db13b0 I am not making the same mistake twice. Using cvs add now.
From DESCR:
--
This is an alternative to Exporter intended to provide a lightweight
subset of its functionality. It supports import(), @EXPORT and
@EXPORT_OK and not a whole lot else.
2004-04-24 16:09:30 +00:00
peter
2696c6310e comment out my mis-imported ports until they are fixed 2004-04-24 08:48:56 +00:00
peter
381b4c4b58 add p5-Exporter-Lite 2004-04-24 08:17:36 +00:00
robert
1838900473 Add caca FLAVOR to have support for libcaca (color ascii art library)
ok pvalchev@
2004-04-23 12:09:18 +00:00
dons
65480fde73 Let hmake install on non-x86 platforms, and ensure it builds on amd64
Update MAINTAINER and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:14:06 +00:00
dons
94f931f2da Let happy build on amd64.
Update maintainer and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:00:07 +00:00
dons
e1a1b45af0 Let haddock build on amd64.
Update my MAINTAINER addr and add RCS tags while I'm here.

ok pvalchev@ avsm@
2004-04-23 02:40:16 +00:00
dons
6ff71bd09f Let alex build on amd64.
Change my maintainer addr to dons@openbsd.org,
and add RCS tags while I'm here.

	ok avsm@ pvalchev@
2004-04-23 02:17:49 +00:00
naddy
ddf1fbb1b6 don't attempt to build SGML documentation; ok pvalchev@ 2004-04-21 03:04:14 +00:00
marcm
3536e1c665 Bye-bye autotools kludge... prodded by naddy 2004-04-20 21:57:53 +00:00
avsm
5a8e0a310d dont take sizeof(pointer) for length to strlcpy/strlcat 2004-04-20 12:32:53 +00:00
xsa
4f19228a1a another few @extra'z... 2004-04-19 09:43:50 +00:00
kevlo
b9cd977c63 upgrade to 0.09 2004-04-19 06:48:46 +00:00
kevlo
a0d06bf774 update to 2.02 2004-04-19 06:45:09 +00:00
robert
a78208589c update to 1.19; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@ 2004-04-18 19:51:40 +00:00
robert
9f0d6fa20e update to 0.74; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@ 2004-04-18 19:08:55 +00:00
robert
e965882694 Update to 1.11; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@ 2004-04-18 18:31:55 +00:00
pvalchev
36effa8ca1 remove post-patch kludges now done in bsd.port.mk; reminded by naddy 2004-04-18 17:21:13 +00:00
robert
08eee8f8ed change my MAINTAINER address to @openbsd.org
ok pvalchev@
2004-04-18 06:41:11 +00:00
jolan
46ab8ae7dd uses makedepend, noticed by michael coulter 2004-04-18 01:04:28 +00:00
avsm
091d85becb update to happy-1.14
from maintainer Don Stewart <dons at cse.unsw.edu.au>
2004-04-17 18:36:48 +00:00
naddy
77c0338cca +uuid 2004-04-17 16:43:09 +00:00
naddy
46ef837f36 Import OSSP uuid 1.0.0; submitted by Robert Nagy <thuglife@bsd.hu>.
OSSP uuid is a ISO-C application programming interface (API) and
corresponding command line interface (CLI) for the generation of DCE
1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
(UUID).
2004-04-17 16:42:12 +00:00
xsa
f2cb765a5c update to 1.08;
from MAINTAINER Gerardo Santana Gomez Garrido <santana at openbsd.org.mx>
2004-04-17 09:57:59 +00:00
naddy
878c0c0f09 maintenance update to 1.24; from Dan Weeks <danimal@danimal.org> 2004-04-17 01:49:50 +00:00
xsa
3e378d2b5d update to 1.15;
From: MAINTAINER Srebrenko Sehic <haver at insecure.dk>
2004-04-16 21:28:19 +00:00
jolan
4fb7a8da2b +libbt 2004-04-15 03:39:26 +00:00
jolan
fadcc408eb libbt-1.01, c reimplementation of the bittorrent core protocols 2004-04-15 03:37:43 +00:00
brad
7ba0eae84e don't try to build on archs without shared libs 2004-04-14 22:33:07 +00:00