1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

This is the Haskell S3 library. It provides an interface to Amazon's Simple

Storage Service (S3), allowing Haskell developers to reliably store and
retrieve arbitrary amounts of data from anywhere on the Internet.

WWW:	http://gregheartsfield.com/hS3/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-01 13:43:49 +00:00
parent 193cf6aad7
commit 76308443ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278708
5 changed files with 33 additions and 0 deletions

View File

@ -80,6 +80,7 @@ hint_port= devel/hs-hint
hoogle_port= devel/hs-hoogle # executable
hostname_port= net/hs-hostname
hs-bibutils_port= textproc/hs-hs-bibutils
hS3_port= www/hs-hS3 # executable
hscolour_port= print/hs-hscolour # executable
hslogger_port= devel/hs-hslogger
html_port= textproc/hs-html

View File

@ -313,6 +313,7 @@
SUBDIR += hotcrp
SUBDIR += hs-HTTP
SUBDIR += hs-cgi
SUBDIR += hs-hS3
SUBDIR += hs-fastcgi
SUBDIR += hs-http-server
SUBDIR += hs-http-types

24
www/hs-hS3/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: hs-hS3
# Date created: July 5, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hS3
PORTVERSION= 0.5.6
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Interface to Amazon's Simple Storage Service (S3)
LICENSE= BSD
USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \
MissingH>=0.18.6 network regex-compat utf8-string
CABAL_SETUP= Setup.hs
EXECUTABLE= hs3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
www/hs-hS3/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/hS3-0.5.6.tar.gz) = ec0be701f8e46d725b2ceb5d54a1889823cb41668e53c43f05d74d07f76fa6b1
SIZE (cabal/hS3-0.5.6.tar.gz) = 19626

5
www/hs-hS3/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is the Haskell S3 library. It provides an interface to Amazon's Simple
Storage Service (S3), allowing Haskell developers to reliably store and
retrieve arbitrary amounts of data from anywhere on the Internet.
WWW: http://gregheartsfield.com/hS3/