Date: Tue, 4 May 2010 09:07:42 GMT From: Ju Pengfei <jupengfei@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146293: New port: devel/hs-bsd-sysctl Access to the BSD sysctl(3) interface via the Haskell FFI Message-ID: <201005040907.o4497gbm029471@www.freebsd.org> Resent-Message-ID: <201005040910.o449A1xP051953@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146293 >Category: ports >Synopsis: New port: devel/hs-bsd-sysctl Access to the BSD sysctl(3) interface via the Haskell FFI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 04 09:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ju Pengfei >Release: 8.0-RELEASE-p2 >Organization: Ju Pengfei >Environment: >Description: New port: devel/hs-bsd-sysctl Access to the BSD sysctl(3) interface via the Haskell FFI WWW: http://hackage.haskell.org/package/bsd-sysctl >How-To-Repeat: >Fix: use this shar file, please. thanks. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hs-bsd-sysctl # hs-bsd-sysctl/Makefile # hs-bsd-sysctl/distinfo # hs-bsd-sysctl/pkg-descr # hs-bsd-sysctl/pkg-plist # echo c - hs-bsd-sysctl mkdir -p hs-bsd-sysctl > /dev/null 2>&1 echo x - hs-bsd-sysctl/Makefile sed 's/^X//' >hs-bsd-sysctl/Makefile << '7359415da73836e1d14daf9bc9df5910' X# New ports collection makefile for: hs-bsd-sysctl X# Date created: 04 May 2010 X# Whom: Ju Pengfei <jupengfei@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= bsd-sysctl XPORTVERSION= 1.0.6 XCATEGORIES= devel haskell XMASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ XPKGNAMEPREFIX= hs- X XMAINTAINER= jupengfei@gmail.com XCOMMENT= Access to the BSD sysctl(3) interface via the Haskell FFI X XBUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc XRUN_DEPENDS= ${BUILD_DEPENDS} X Xdo-configure: X cd ${WRKSRC} && runghc Setup.hs configure --prefix=${PREFIX} Xdo-build: X cd ${WRKSRC} && runghc Setup.hs build Xdo-install: X cd ${WRKSRC} && runghc Setup.hs install X X.include <bsd.port.mk> 7359415da73836e1d14daf9bc9df5910 echo x - hs-bsd-sysctl/distinfo sed 's/^X//' >hs-bsd-sysctl/distinfo << 'f140c517f192ea9546e92b01825b18db' XMD5 (bsd-sysctl-1.0.6.tar.gz) = b5faba2541399f914efc66a322ef57e3 XSHA256 (bsd-sysctl-1.0.6.tar.gz) = 22a96060db6937bb5b0388c67bc6c41bd225e14531bb710bf9ffe261985064ca XSIZE (bsd-sysctl-1.0.6.tar.gz) = 6182 f140c517f192ea9546e92b01825b18db echo x - hs-bsd-sysctl/pkg-descr sed 's/^X//' >hs-bsd-sysctl/pkg-descr << '48741ed8e4651c7b355c78b1b6771bdb' XThis module provides efficient access to the BSD sysctl(3) interface Xvia the Haskell FFI. X XWWW: http://hackage.haskell.org/package/bsd-sysctl 48741ed8e4651c7b355c78b1b6771bdb echo x - hs-bsd-sysctl/pkg-plist sed 's/^X//' >hs-bsd-sysctl/pkg-plist << '8fd898ca975983fa68feac4b9d261be4' Xlib/bsd-sysctl-1.0.6/ghc-6.10.4/System/BSD/Sysctl.hi Xlib/bsd-sysctl-1.0.6/ghc-6.10.4/libHSbsd-sysctl-1.0.6.a Xlib/bsd-sysctl-1.0.6/ghc-6.10.4/HSbsd-sysctl-1.0.6.o Xshare/doc/bsd-sysctl-1.0.6/LICENSE X@dirrm lib/bsd-sysctl-1.0.6/ghc-6.10.4/System/BSD X@dirrm lib/bsd-sysctl-1.0.6/ghc-6.10.4/System X@dirrm lib/bsd-sysctl-1.0.6/ghc-6.10.4 X@dirrm lib/bsd-sysctl-1.0.6 X@dirrm share/doc/bsd-sysctl-1.0.6 8fd898ca975983fa68feac4b9d261be4 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005040907.o4497gbm029471>