-stm
This commit is contained in:
parent
485dd62908
commit
742605bea8
6 changed files with 1 additions and 60 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3466 2009/06/04 04:05:46 phonohawk Exp $
|
||||
# $Id: Makefile,v 1.3467 2009/06/04 04:23:50 phonohawk Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -1885,7 +1885,6 @@ SUBDIR+= srvx
|
|||
SUBDIR+= ssu
|
||||
SUBDIR+= stardict
|
||||
SUBDIR+= stfl
|
||||
SUBDIR+= stm
|
||||
SUBDIR+= stmpclean
|
||||
SUBDIR+= stonx
|
||||
SUBDIR+= stumpwm
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
Software Transactional Memory: a modular composable concurrency
|
||||
abstraction. See
|
||||
|
||||
* Composable memory transactions, by Tim Harris, Simon Marlow,
|
||||
Simon Peyton Jones, and Maurice Herlihy, in /ACM Conference on
|
||||
Principles and Practice of Parallel Programming/
|
||||
2005. http://research.microsoft.com/Users/simonpj/papers/stm/index.htm
|
13
stm/Makefile
13
stm/Makefile
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/01/12 07:07:18 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= stm-2.1.1.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= Modular composable concurrency abstraction
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
20
stm/PLIST
20
stm/PLIST
|
@ -1,20 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/12 07:07:18 phonohawk Exp $
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent/STM.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent/STM/TArray.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent/STM/TChan.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent/STM/TMVar.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent/STM/TVar.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Monad/STM.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/Control/Sequential/STM.hi
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/HS${PKGNAME}.o
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/libHS${PKGNAME}.a
|
||||
lib/${PKGNAME}/${HASKELL_VERSION}/package-description
|
||||
share/doc/${PKGNAME}/LICENSE
|
||||
@dirrm share/doc/${PKGNAME}
|
||||
@dirrm lib/${PKGNAME}/${HASKELL_VERSION}/Control/Sequential
|
||||
@dirrm lib/${PKGNAME}/${HASKELL_VERSION}/Control/Monad
|
||||
@dirrm lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent/STM
|
||||
@dirrm lib/${PKGNAME}/${HASKELL_VERSION}/Control/Concurrent
|
||||
@dirrm lib/${PKGNAME}/${HASKELL_VERSION}/Control
|
||||
@dirrm lib/${PKGNAME}/${HASKELL_VERSION}
|
||||
@dirrm lib/${PKGNAME}
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:43:52 jsonn Exp $
|
||||
|
||||
BUILDLINK_TREE+= stm
|
||||
|
||||
.if !defined(STM_BUILDLINK3_MK)
|
||||
STM_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_DEPMETHOD.stm?= build
|
||||
BUILDLINK_API_DEPENDS.stm+= stm>=2.1.1.2
|
||||
BUILDLINK_PKGSRCDIR.stm?= ../../wip/stm
|
||||
.endif # STM_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -stm
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/01/12 07:07:18 phonohawk Exp $
|
||||
|
||||
SHA1 (stm-2.1.1.2.tar.gz) = f0b8264a0fa3a04163ccda0c7250a8c87edcf06e
|
||||
RMD160 (stm-2.1.1.2.tar.gz) = 52b0bd58cfd1f3d737dcc1a96b0c0da83d9ee821
|
||||
Size (stm-2.1.1.2.tar.gz) = 5324 bytes
|
Loading…
Reference in a new issue