From 0c76a8384fc1de4958eb1228befbee727f00c596 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Mon, 9 May 2011 05:28:57 +0000 Subject: - Please welcome GHC 7.0.3 GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports are also updated to their corresponding Haskell Platform versions, or latest versions. We would like to acknowledge the support of the FreeBSD Donations Team and Eotvos Lorand University, Faculty of Informatics who contributed to the server that we used for testing. We would also like to thank all the testers who tested FreeBSD Haskell ports and provided their feedback. PR: ports/156642 Approved by: tabthorpe (mentor) Obtained from: FreeBSD Haskell --- audio/hs-ALUT/Makefile | 6 ++++-- audio/hs-ALUT/pkg-plist | 24 ------------------------ 2 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 audio/hs-ALUT/pkg-plist (limited to 'audio/hs-ALUT') diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index a8f9bc7fa6f5..722c7b832e98 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -7,14 +7,16 @@ PORTNAME= ALUT PORTVERSION= 2.2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell binding for the OpenAL Utility Toolkit +LICENSE= BSD + CABAL_SETUP= Setup.hs -USE_HACKAGE= OpenAL StateVar +USE_CABAL= OpenAL StateVar USE_OPENAL= al alut PORTEXAMPLES= * diff --git a/audio/hs-ALUT/pkg-plist b/audio/hs-ALUT/pkg-plist deleted file mode 100644 index d0da62656eae..000000000000 --- a/audio/hs-ALUT/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Config.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Constants.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Errors.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Initialization.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Loaders.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Sleep.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT/Version.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/include/HsALUT.h -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/include -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound/ALUT -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Sound -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -- cgit v1.2.3