head	1.19;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	old_RELEASE_7_3_0:1.6
	old_RELEASE_8_0_0:1.4
	old_RELEASE_7_2_0:1.3;
locks; strict;
comment	@# @;


1.19
date	2013.02.05.22.47.08;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.12.20.02.32.23;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.08.03.02.30.07;	author pgj;	state Exp;
branches;
next	1.15;

1.15
date	2012.06.03.21.24.20;	author pgj;	state Exp;
branches;
next	1.14;

1.14
date	2012.02.13.03.49.19;	author pgj;	state Exp;
branches;
next	1.13;

1.13
date	2011.05.26.00.50.52;	author ashish;	state Exp;
branches;
next	1.12;

1.12
date	2011.05.09.05.28.28;	author ashish;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.24.21.52.28;	author pgj;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.24.20.24.00;	author pgj;	state Exp;
branches;
next	1.9;

1.9
date	2010.05.22.22.41.47;	author pgj;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.15.18.50.51;	author pgj;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.12.16.33.36;	author pgj;	state Exp;
branches;
next	1.6;

1.6
date	2009.12.15.20.09.06;	author pgj;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.06.20.56.49;	author pgj;	state Exp;
branches;
next	1.4;

1.4
date	2009.09.02.15.38.31;	author pgj;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.24.00.09.10;	author pgj;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.21.15.57.47;	author pgj;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.21.11.28.15;	author pgj;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311736
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/archivers/hs-zip-archive/Makefile 311736 2013-02-05 22:26:31Z pgj $

PORTNAME=	zip-archive
PORTVERSION=	0.1.3.3
CATEGORIES=	archivers haskell

MAINTAINER=	haskell@@FreeBSD.org
COMMENT=	Library for creating and modifying zip archives

LICENSE=	BSD

USE_CABAL=	digest>=0.0.0.1 mtl utf8-string>=0.3.1 zlib

OPTIONS_DEFINE=		EXECUTABLE

EXECUTABLE_DESC=	Build the Zip executable

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"

.if ${PORT_OPTIONS:MEXECUTABLE}
CONFIGURE_ARGS+=	--flags="executable"
EXECUTABLE=		Zip
.else
CONFIGURE_ARGS+=	--flags="-executable"
.endif

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
@


1.18
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309275
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309275 | pgj | 2012-12-20 02:23:04 +0000 (Thu, 20 Dec 2012) | 270 lines
## SVN ##
## SVN ## - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
## SVN ## - Update Haskell Platform to version 2012.4.0.0
## SVN ## - Update Gtk2Hs to 0.12.4
## SVN ## - Transfer maintainership of math/hs-math-functions to haskell@@ [1]
## SVN ##
## SVN ## Please note that port revisions for all the Haskell ports without version
## SVN ## changes are bumped.
## SVN ##
## SVN ## Some further highlights of the update:
## SVN ## - Trim Makefile headers
## SVN ## - Enable dynamic libraries and dynamic linking by default
## SVN ## - Enable bootstrapping by versions of GHC and HsColour already installed
## SVN ## - Use GCC and binutils from ports
## SVN ##
## SVN ## New ports (32):
## SVN ##
## SVN ## devel/hs-List                            0.5.1
## SVN ## devel/hs-ReadArgs                        1.2.1
## SVN ## devel/hs-SafeSemaphore                   0.9.0
## SVN ## devel/hs-activehs-base                   0.3.0.2
## SVN ## devel/hs-async                           2.0.1.3
## SVN ## devel/hs-basic-prelude                   0.3.1.0
## SVN ## devel/hs-classy-prelude                  0.4.1
## SVN ## devel/hs-classy-prelude-conduit          0.4.1
## SVN ## devel/hs-data-pprint                     0.2.1.4
## SVN ## devel/hs-date-cache                      0.3.0
## SVN ## devel/hs-fsnotify                        0.0.4
## SVN ## devel/hs-hinotify                        0.3.5
## SVN ## devel/hs-hspec-expectations              0.3.0.3
## SVN ## devel/hs-kqueue                          0.1.2.4
## SVN ## devel/hs-monad-logger                    0.2.3
## SVN ## devel/hs-optparse-applicative            0.4.2
## SVN ## devel/hs-project-template                0.1.0.1
## SVN ## devel/hs-setenv                          0.1.0
## SVN ## devel/hs-simple-reflect                  0.2
## SVN ## devel/hs-threads                         0.5.0.1
## SVN ## devel/hs-time-compat                     0.1.0.2
## SVN ## devel/hs-unix-time                       0.1.4
## SVN ## devel/hs-word8                           0.0.2
## SVN ## graphics/hs-dia-base                     0.1.1.2
## SVN ## graphics/hs-dia-functions                0.2.1.3
## SVN ## mail/hs-mime-types                       0.1.0.0
## SVN ## net/hs-network-info                      0.2.0.3
## SVN ## net/hs-network-multicast                 0.0.7
## SVN ## security/hs-cipher-aes                   0.1.5
## SVN ## textproc/hs-hexpat                       0.20.3
## SVN ## www/hs-activehs                          0.3.0.1
## SVN ## www/hs-http-reverse-proxy                0.1.0.6
## SVN ##
## SVN ## Updated ports (211):
## SVN ##
## SVN ## archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
## SVN ## archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
## SVN ## archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
## SVN ## archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
## SVN ## archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
## SVN ## archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
## SVN ## audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
## SVN ## benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
## SVN ## converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
## SVN ## converters/hs-json                       0.5_1            --> 0.7
## SVN ## databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
## SVN ## databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
## SVN ## databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
## SVN ## devel/hs-Boolean                         0.0.1_5          --> 0.1.1
## SVN ## devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
## SVN ## devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
## SVN ## devel/hs-MemoTrie                        0.5_1            --> 0.6.1
## SVN ## devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
## SVN ## devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
## SVN ## devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
## SVN ## devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
## SVN ## devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
## SVN ## devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
## SVN ## devel/hs-alex                            3.0.1_1          --> 3.0.2
## SVN ## devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
## SVN ## devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
## SVN ## devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
## SVN ## devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
## SVN ## devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
## SVN ## devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
## SVN ## devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
## SVN ## devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
## SVN ## devel/hs-c2hs                            0.16.3_3         --> 0.16.4
## SVN ## devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
## SVN ## devel/hs-conduit                         0.4.2_1          --> 0.5.5
## SVN ## devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
## SVN ## devel/hs-cpphs                           1.14             --> 1.15
## SVN ## devel/hs-darcs                           2.8.1_1          --> 2.8.3
## SVN ## devel/hs-data-default                    0.4.0_1          --> 0.5.0
## SVN ## devel/hs-directory-tree                  0.10.1           --> 0.11.0
## SVN ## devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
## SVN ## devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
## SVN ## devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
## SVN ## devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
## SVN ## devel/hs-filestore                       0.5_1            --> 0.5.0.1
## SVN ## devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
## SVN ## devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
## SVN ## devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
## SVN ## devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
## SVN ## devel/hs-gio                             0.12.3_1         --> 0.12.4
## SVN ## devel/hs-git-annex                       3.20120807       --> 3.20121211
## SVN ## devel/hs-glib                            0.12.3.1_1       --> 0.12.4
## SVN ## devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
## SVN ## devel/hs-haddock                         2.10.0_1         --> 2.11.0
## SVN ## devel/hs-happy                           1.18.9_1         --> 1.18.10
## SVN ## devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
## SVN ## devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
## SVN ## devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
## SVN ## devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
## SVN ## devel/hs-hastache                        0.4.1            --> 0.4.2
## SVN ## devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
## SVN ## devel/hs-hlint                           1.8.30           --> 1.8.39
## SVN ## devel/hs-hoogle                          4.2.11_1         --> 4.2.14
## SVN ## devel/hs-hslogger                        1.1.5_2          --> 1.2.1
## SVN ## devel/hs-hspec                           1.2.0.1          --> 1.4.2
## SVN ## devel/hs-language-javascript             0.5.4_1          --> 0.5.7
## SVN ## devel/hs-largeword                       1.0.1_2          --> 1.0.3
## SVN ## devel/hs-lifted-base                     0.1.1_1          --> 0.2
## SVN ## devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
## SVN ## devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
## SVN ## devel/hs-mtl                             2.1.1_1          --> 2.1.2
## SVN ## devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
## SVN ## devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
## SVN ## devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
## SVN ## devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
## SVN ## devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
## SVN ## devel/hs-resourcet                       0.3.3.1          --> 0.4.4
## SVN ## devel/hs-silently                        1.2.0.2          --> 1.2.4
## SVN ## devel/hs-split                           0.1.4.3          --> 0.2.1.1
## SVN ## devel/hs-stm                             2.3_1            --> 2.4
## SVN ## devel/hs-syb                             0.3.6.1_1        --> 0.3.7
## SVN ## devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
## SVN ## devel/hs-system-fileio                   0.3.8            --> 0.3.10
## SVN ## devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
## SVN ## devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
## SVN ## devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
## SVN ## devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
## SVN ## devel/hs-test-framework                  0.6_1            --> 0.8
## SVN ## devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
## SVN ## devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
## SVN ## devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
## SVN ## devel/hs-threadscope                     0.2.1_3          --> 0.2.2
## SVN ## devel/hs-uniplate                        1.6.7_1          --> 1.6.10
## SVN ## devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
## SVN ## devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
## SVN ## devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
## SVN ## devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
## SVN ## devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
## SVN ## devel/hs-vector                          0.9.1_2          --> 0.10.0.1
## SVN ## devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
## SVN ## devel/hs-void                            0.5.6            --> 0.5.8
## SVN ## ftp/hs-curl                              1.3.7_3          --> 1.3.8
## SVN ## graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
## SVN ## lang/hs-unlambda                         0.1_6            --> 0.1.3
## SVN ## mail/hs-email-validate                   0.2.8_1          --> 0.3.2
## SVN ## mail/hs-mime                             0.3.3.2          --> 0.3.4
## SVN ## mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
## SVN ## math/hs-categories                       1.0.3_1          --> 1.0.4
## SVN ## math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
## SVN ## math/hs-comonad-transformers             2.1.2            --> 3.0
## SVN ## math/hs-data-lens                        2.10.0_1         --> 2.10.2
## SVN ## math/hs-data-lens-template               2.1.5_1          --> 2.1.7
## SVN ## math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
## SVN ## math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
## SVN ## math/hs-pointed                          2.1.0.2_1        --> 3.0.1
## SVN ## math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
## SVN ## math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
## SVN ## math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
## SVN ## math/hs-vector-space                     0.8.2            --> 0.8.6
## SVN ## multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
## SVN ## net/hs-network                           2.3.0.13_1       --> 2.3.1.0
## SVN ## net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
## SVN ## net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
## SVN ## net/hs-sendfile                          0.7.6_1          --> 0.7.8
## SVN ## net/hs-simple-sendfile                   0.2.4            --> 0.2.8
## SVN ## net/hs-socks                             0.4.1_1          --> 0.4.2
## SVN ## print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
## SVN ## security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
## SVN ## security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
## SVN ## security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
## SVN ## security/hs-SHA                          1.5.0.1_1        --> 1.6.1
## SVN ## security/hs-certificate                  1.2.3_1          --> 1.3.3
## SVN ## security/hs-clientsession                0.7.5_1          --> 0.8.0.1
## SVN ## security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
## SVN ## security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
## SVN ## security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
## SVN ## security/hs-cryptocipher                 0.3.5            --> 0.3.6
## SVN ## security/hs-cryptohash                   0.7.5_1          --> 0.7.9
## SVN ## security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
## SVN ## security/hs-monadcryptorandom            0.4.1_1          --> 0.5
## SVN ## security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
## SVN ## security/hs-pwstore-fast                 2.2_2            --> 2.3
## SVN ## security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
## SVN ## security/hs-tls                          0.9.5_1          --> 1.0.2
## SVN ## security/hs-tls-extra                    0.4.6_1          --> 0.5.0
## SVN ## sysutils/hs-angel                        0.3.2_1          --> 0.3.3
## SVN ## textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
## SVN ## textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
## SVN ## textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
## SVN ## textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
## SVN ## textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
## SVN ## textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
## SVN ## textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
## SVN ## textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
## SVN ## textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
## SVN ## textproc/hs-hs-bibutils                  4.12_4           --> 4.15
## SVN ## textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
## SVN ## textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
## SVN ## textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
## SVN ## textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
## SVN ## textproc/hs-parsec                       3.1.2_1          --> 3.1.3
## SVN ## textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
## SVN ## textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
## SVN ## textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
## SVN ## textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
## SVN ## textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
## SVN ## textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
## SVN ## textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
## SVN ## textproc/hs-xml-types                    0.3.2            --> 0.3.3
## SVN ## textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
## SVN ## textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
## SVN ## www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
## SVN ## www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
## SVN ## www/hs-cookie                            0.4.0_1          --> 0.4.0.1
## SVN ## www/hs-gitit                             0.10.0.1         --> 0.10.0.2
## SVN ## www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
## SVN ## www/hs-happstack                         7.0.0_1          --> 7.0.1
## SVN ## www/hs-happstack-server                  7.0.3            --> 7.1.1
## SVN ## www/hs-heist                             0.8.1.1          --> 0.8.2
## SVN ## www/hs-hjsmin                            0.1.2_1          --> 0.1.3
## SVN ## www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
## SVN ## www/hs-http-date                         0.0.2_1          --> 0.0.3
## SVN ## www/hs-http-server                       1_5              --> 1.0.1
## SVN ## www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
## SVN ## www/hs-path-pieces                       0.1.1_1          --> 0.1.2
## SVN ## www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
## SVN ## www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
## SVN ## www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
## SVN ## www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
## SVN ## www/hs-snap                              0.9.0.1          --> 0.9.2.2
## SVN ## www/hs-snap-core                         0.9.0            --> 0.9.2.2
## SVN ## www/hs-snap-server                       0.9.0            --> 0.9.2.4
## SVN ## www/hs-wai                               1.2.0.3          --> 1.3.0.1
## SVN ## www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
## SVN ## www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
## SVN ## www/hs-wai-logger                        0.1.4_1          --> 0.3.0
## SVN ## www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
## SVN ## www/hs-warp                              1.2.2            --> 1.3.5
## SVN ## www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
## SVN ## www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
## SVN ## www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
## SVN ## www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
## SVN ## www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
## SVN ## www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
## SVN ## www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
## SVN ## www/hs-yesod-platform                    1.0.5            --> 1.1.5
## SVN ## www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
## SVN ## www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
## SVN ## www/hs-yesod-test                        0.2.1            --> 0.3.1.1
## SVN ## x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
## SVN ## x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4
## SVN ##
## SVN ## Removed ports (1):
## SVN ##
## SVN ## textproc/hs-xml2html                     0.1.2.3_1
## SVN ##
## SVN ## Approved by:	wen (maintainer) [1]
## SVN ## Obtained from:	FreeBSD Haskell
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/archivers/hs-zip-archive/Makefile 309275 2012-12-20 02:23:04Z pgj $
d4 1
a4 1
PORTVERSION=	0.1.2.1
@


1.17
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	zip-archive
# Date created:				December 15, 2008
# Whom:					Gabor Pali <pgj@@FreeBSD.org>
#
# $FreeBSD: head/archivers/hs-zip-archive/Makefile 301879 2012-08-03 02:30:07Z pgj $
#
d4 1
a4 2
PORTVERSION=	0.1.1.8
PORTREVISION=	1
d18 1
a18 1
.include <bsd.port.options.mk>
@


1.16
log
@SVN rev 301879 on 2012-08-03 02:30:07Z by pgj

- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Update to 0.1.1.8

Obtained from:	FreeBSD Haskell
@
text
@d10 1
d20 3
a22 1
OPTIONS=	EXECUTABLE "Build the Zip executable" off
a23 1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
d26 1
a26 1
.if defined(WITH_EXECUTABLE)
a28 1
PLIST_SUB+=		MAYBE_EXECUTABLE=""
a30 1
PLIST_SUB+=		MAYBE_EXECUTABLE="@@comment "
@


1.14
log
@- Please welcome GHC 7.0.4

GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped.  Other per-port
updates are coming soon.

This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.

Thanks ashish@@ for the help!

Obtained from:	FreeBSD Haskell
@
text
@d9 1
a9 2
PORTVERSION=	0.1.1.7
PORTREVISION=	2
d13 1
a13 1
COMMENT=	A Haskell library for working with zip archives
d15 1
a15 1
LICENSE=	GPLv2
d17 1
a17 1
USE_CABAL=	binary digest>=0.0.0.1 mtl utf8-string>=0.3.1 zlib
@


1.13
log
@Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:	FreeBSD Haskell
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.12
log
@- 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
@
text
@d10 1
@


1.11
log
@Rename the following Haskell ports to bring them in sync with the
HackageDB:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
  textproc/hs-polyparse-ghc -> textproc/hs-polyparse
  textproc/pandoc -> textproc/hs-pandoc
  x11/hs-x11-ghc -> x11/hs-X11
  x11/hs-x11-xft-ghc -> x11/hs-X11-xft
  x11/xmobar -> x11/hs-xmobar
  x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
  x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
  x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
  x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
  x11-wm/xmonad -> x11-wm/hs-xmonad
  x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1.6
d15 3
a17 1
USE_HACKAGE=	binary digest>=0.0.0.1 utf8-string>=0.3.1 zlib
@


1.10
log
@Forced commit to note rename of the following Haskell ports:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
  textproc/hs-polyparse-ghc -> textproc/hs-polyparse
  textproc/pandoc -> textproc/hs-pandoc
  x11/hs-x11-ghc -> x11/hs-X11
  x11/hs-x11-xft-ghc -> x11/hs-X11-xft
  x11/xmobar -> x11/hs-xmobar
  x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
  x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
  x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
  x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
  x11-wm/xmonad -> x11-wm/hs-xmonad
  x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib

PR:		ports/146779
Submitted by:	pgj
Repocopy by:	marcus
@
text
@a10 1
PKGNAMESUFFIX=	-ghc
@


1.9
log
@- Fix OPTIONS support for Cabal ports by introducing
  bsd.cabal.options.mk
- Fix ports broken with non-default options

Triggered by:	Yuri Pankov <yuri.pankov@@gmail.com>
@
text
@@


1.8
log
@- Update to 0.1.1.6
- Import OPTIONS
@
text
@d20 1
@


1.7
log
@Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1.4
d16 14
a29 1
USE_HACKAGE= 	binary digest>=0.0.0.1 utf8-string>=0.3.1 zlib
@


1.6
log
@- Update to 0.1.1.4
@
text
@a10 2
MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX=	hs-
d16 1
a16 65
BUILD_DEPENDS=	ghc>=6.10:${PORTSDIR}/lang/ghc \
		hs-zlib>=0.5:${PORTSDIR}/archivers/hs-zlib \
		hs-binary-ghc>=0.4:${PORTSDIR}/devel/hs-binary-ghc \
		hs-utf8-string-ghc>=0.3.1:${PORTSDIR}/devel/hs-utf8-string-ghc \
		hs-digest-ghc>=0.0.0.1:${PORTSDIR}/security/hs-digest-ghc
RUN_DEPENDS=	ghc>=6.10:${PORTSDIR}/lang/ghc \
		hs-zlib>=0.5:${PORTSDIR}/archivers/hs-zlib \
		hs-binary-ghc>=0.4:${PORTSDIR}/devel/hs-binary-ghc \
		hs-utf8-string-ghc>=0.3.1:${PORTSDIR}/devel/hs-utf8-string-ghc \
		hs-digest-ghc>=0.0.0.1:${PORTSDIR}/security/hs-digest-ghc

GHC_VERSION=	6.10.4
ZIPARCHIVE_VERSION=	${PORTVERSION}

GHC_CMD=	${LOCALBASE}/bin/ghc
SETUP_CMD=	./setup

DOCSDIR=	${PREFIX}/share/doc/${DISTNAME}
ZIPARCHIVE_LIBDIR_REL=	lib/${DISTNAME}

PLIST_SUB=	GHC_VERSION=${GHC_VERSION} \
		ZIPARCHIVE_VERSION=${ZIPARCHIVE_VERSION} \
		ZIPARCHIVE_LIBDIR_REL=${ZIPARCHIVE_LIBDIR_REL}

.if defined(NOPORTDOCS)
PLIST_SUB+=		NOPORTDOCS=""
.else
PLIST_SUB+=		NOPORTDOCS="@@comment "
.endif

.if !defined(NOPORTDOCS)

PORT_HADDOCK!=	(cd  ${.CURDIR}/../../lang/ghc && ${MAKE} -V PORT_HADDOCK)
.if !empty(PORT_HADDOCK:M?0)
BUILD_DEPENDS+=	haddock:${PORTSDIR}/devel/hs-haddock
.endif
BUILD_DEPENDS+=	HsColour:${PORTSDIR}/print/hs-hscolour

HSCOLOUR_VERSION=	1.15
HSCOLOUR_DATADIR=	${PREFIX}/share/hscolour-${HSCOLOUR_VERSION}

PORTDOCS=	*
.endif

.SILENT:

do-configure:
	cd ${WRKSRC} && ${GHC_CMD} --make Setup.lhs -o setup -package Cabal \
		     && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX}

do-build:
	cd ${WRKSRC} && ${SETUP_CMD} build \
		     && ${SETUP_CMD} register --gen-script

.if !defined(NOPORTDOCS)
	cd ${WRKSRC} && ${SETUP_CMD} haddock --hyperlink-source \
					     --hscolour-css=${HSCOLOUR_DATADIR}/hscolour.css
.endif

do-install:
	cd ${WRKSRC} && ${SETUP_CMD} install \
		     && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${ZIPARCHIVE_LIBDIR_REL}/register.sh

post-install:
	${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
d18 1
@


1.5
log
@- Update HsColour to 1.15
- Bump PORTREVISION for all affected ports

PR:		ports/138567, ports/138568
Submitted by:	Ashish Shukla <wahjava (at) gmail.com>
Approved by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.1.1.3
PORTREVISION=	2
d18 1
a18 1
BUILD_DEPENDS=	ghc>=6.8:${PORTSDIR}/lang/ghc \
d23 1
a23 1
RUN_DEPENDS=	ghc>=6.8:${PORTSDIR}/lang/ghc \
@


1.4
log
@- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:		ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
   		ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
   		ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
   		ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
   		ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
   		ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
   		ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
   		ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
   		ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
   		ports/137107, ports/137108, ports/137109, ports/137110, ports/137111

Submitted by:	Jacula Modyun (jacula (at) gmail (dot) com),
             	Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by:	wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by:	tabthorpe (mentor), respective maintainers
@
text
@d10 1
a10 1
PORTREVISION=	1
d57 1
a57 1
HSCOLOUR_VERSION=	1.13
@


1.3
log
@- Update to 0.1.1.3
- Add security/hs-digest-ghc as dependency
- Fix PORTDOCS

Approved by:	tabthorpe
@
text
@d10 1
d22 1
a22 1
		hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc \
d27 5
a31 2
		hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc \
		hs-digest-ghc>=0.0.0.1:${PORTSDIR}/security/hs-digest-ghc		
d33 2
a34 11
GHC_VERSION=	6.8.3
CABALCMD=	${LOCALBASE}/bin/runghc Setup.lhs
CABALDIR=	lib/ghc-${GHC_VERSION}/cabal

SUBDIR=		lib/${PORTNAME}-${PORTVERSION}
PLIST_SUB=	GHC_VERSION=${GHC_VERSION}		\
		PORTNAME=${PORTNAME}			\
		PORTVERSION=${PORTVERSION}		\
		SUBDIR=${CABALDIR}
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS=	LICENSE html
d36 12
a47 1
CONFIGURE_ARGS=	--ghc --prefix=${PREFIX} --libdir=${PREFIX}/${CABALDIR} --libsubdir='' --datasubdir=''
d50 3
d54 7
a60 3
PLIST_SUB+=	RMLIC="@@comment "
.else
PLIST_SUB+=	RMLIC=""
d63 2
d66 2
a67 1
	cd ${WRKSRC} && ${CABALCMD} configure ${CONFIGURE_ARGS}
d70 3
a72 1
	cd ${WRKSRC} && ${CABALCMD} build && ${CABALCMD} --gen-script register
d74 2
a75 1
	cd ${WRKSRC} && ${CABALCMD} haddock
d79 5
a83 2
	cd ${WRKSRC} && ${CABALCMD} install
	${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${CABALDIR}/${PORTNAME}-register.sh
@


1.2
log
@Fix a small dependency problem

Approved by:	miwi
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1.1
d21 2
a22 1
		hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc
d26 2
a27 1
		hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc
d38 2
a39 1
DOCSDIR=	share/doc/${PORTNAME}-${PORTVERSION}
d43 1
a43 1
.ifndef (NOPORTDOCS)
d45 3
d55 1
a55 1
.ifndef (NOPORTDOCS)
@


1.1
log
@The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.

WWW: http://johnmacfarlane.net/zip-archive/

PR:		ports/129679
Submitted by:	pgj
Approved by:	miwi
@
text
@d22 4
a25 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@

