Commit graph

34662 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
64bee0e4d1 - Add BUILD_DEPENDS and TEST_DEPENDS
PR:		ports/165273
Submitted by:	swills
2012-02-20 04:44:48 +00:00
Sunpoet Po-Chuan Hsieh
6d17fc513f - Update to 0.06
Changes:	http://search.cpan.org/dist/Module-Implementation/Changes
2012-02-20 03:12:40 +00:00
Martin Wilke
2bb12a9788 - Add missing DEPENDS
- Remove SITE_PERL from DEPENDS
- Move p5-Test-Exception to TEST_DEPENDS
- Bump PORTREVISION

PR:		165043
Submitted by:	swills
2012-02-20 00:06:43 +00:00
Martin Wilke
0fb36e4b63 - Update to 2.22
PR:		165054
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-02-20 00:06:33 +00:00
Martin Wilke
c1174af1b1 - Switch to PEAR_AUTOINSTALL 2012-02-20 00:05:33 +00:00
Henrik Brix Andersen
9fb79b4e37 - Update to v0.013
PR:		ports/165076
Submitted by:	sunpoet
2012-02-19 18:58:15 +00:00
Henrik Brix Andersen
7f76bf1922 - Add missing DEPENDS
PR:		ports/164964
Submitted by:	swills
2012-02-19 18:46:14 +00:00
Steve Wills
de0ae003b3 - Add missing BUILD_DEPENDS to silence build warnings
PR:		ports/164755
Submitted by:	swills (myself)
Approved by:	maintainer timeout (gslin@gslin.org, > 2 weeks)
2012-02-19 15:15:49 +00:00
Steve Wills
22b5d72427 - Update to 2.06
PR:		ports/165116
Submitted by:	swills (myself)
Approved by:	Mauricio Herrera Cuadra <mauricio@arareko.net> (maintainer)
2012-02-19 14:43:16 +00:00
Steve Wills
6d0d34a377 - Add missing BUILD_DEPENDS/RUN_DEPENDS
- Bump PORTREVISION

PR:		ports/165055
Submitted by:	swills (myself)
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2012-02-19 14:40:15 +00:00
Steve Wills
708a9d031d - Add missing BUILD_DEPENDS/RUN_DEPENDS
- Bump PORTREVISION

PR:		ports/165107
Submitted by:	swills (myself)
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2012-02-19 14:37:16 +00:00
Martin Matuska
3d7f09b144 Fix configure with UTF-16 enabled pcre.
Reported by:	pointyhat (pav)
2012-02-19 11:17:27 +00:00
Dirk Meyer
487a9fdebd - fix build with gcc46 2012-02-19 09:44:50 +00:00
Ruslan Makhmatkhanov
c43701fe88 - fix versions usage in USE_PYTHON. F.e. 27 -> 2.7 (non-functional change) 2012-02-19 07:14:34 +00:00
Ruslan Makhmatkhanov
b3e78ade01 - replace YES' with yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
2012-02-19 07:02:58 +00:00
Sunpoet Po-Chuan Hsieh
69fc25ae56 - Update to 1.002001
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Regexp-RegGrp/Changes
2012-02-19 06:13:16 +00:00
Maxim Sobolev
ab9621d1bf Add patch that allows package to work with Python 2.6 and 2.7. Obtained
from the vendor.
2012-02-19 04:23:57 +00:00
Sunpoet Po-Chuan Hsieh
97f889906f - Add BUILD_DEPENDS
PR:		ports/165221
Submitted by:	swills
2012-02-19 04:04:26 +00:00
Wesley Shields
b232d97435 Add missing distinfo.
Noticed by:	ohauer@, Douglas Thrift
2012-02-19 02:01:51 +00:00
Eitan Adler
b779b6b24d Remove gratitutous version number from LIB_DEPENDS where not required. 2012-02-18 23:56:30 +00:00
Gabor Pali
9266914f84 ThreadScope is a graphical viewer for thread profile information
generated by the Glasgow Haskell Compiler (GHC).

The ThreadScope program allows us to debug the parallel performance of
Haskell programs.  Using Threadscope we can check to see that work is
well balanced across the available processors and spot performance
issues relating to garbage collection or poor load balancing.

WWW:	http://hackage.haskell.org/package/threadscope

Obtained from:	FreeBSD Haskell
2012-02-18 22:50:19 +00:00
Gabor Pali
64008ac3b8 Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the
ghc-events-show tool to dump and event log file as text.

WWW:	http://hackage.haskell.org/package/ghc-events

Obtained from:	FreeBSD Haskell
2012-02-18 22:47:13 +00:00
Steve Wills
6c010886a1 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 22:32:38 +00:00
Gabor Pali
a7fe8296da This package provides strict versions of some standard Haskell data
types (pairs, Maybe and Either).  It also contains strict IO operations.

WWW:	http://www.cse.unsw.edu.au/~rl/code/strict.html

Obtained from:	FreeBSD Haskell
2012-02-18 21:27:14 +00:00
Wesley Shields
01946d15f3 Update to 1.7.9.1.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.1.txt
2012-02-18 20:37:53 +00:00
Steve Wills
0d9ccd14fa - Add additional TEST_DEPENDS
Approved by:	portmgr (blanket)
2012-02-18 19:54:56 +00:00
Steve Wills
338a5d9667 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 19:37:25 +00:00
Steve Wills
1213facfcf - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 19:27:05 +00:00
Gabor Pali
f54713216f - Fix directory name of hs-byteorder
Congratulations for the typo:	pgj
2012-02-18 18:41:23 +00:00
Steve Wills
41ec2ae78a - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 18:40:54 +00:00
Steve Wills
0e338bc213 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 18:35:14 +00:00
Steve Wills
ea33b700cc - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 18:12:39 +00:00
Steve Wills
d8230d16a8 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 18:03:37 +00:00
Steve Wills
ad0d5af244 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-18 17:47:50 +00:00
Gabor Pali
5b634d8c90 Useful for stuff like database connection pools.
WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
2012-02-18 17:21:20 +00:00
Gabor Pali
230e9ffc4e A fast logging system.
WWW:	http://hackage.haskell.org/package/fast-logger

Obtained from:	FreeBSD Haskell
2012-02-18 17:08:24 +00:00
Gabor Pali
e0bdd43eff Ranges and some functions allowing things like fast membership lookup on
ranges with holes in them and so on.

WWW:	http://hackage.haskell.org/package/ranges

Obtained from:	FreeBSD Haskell
2012-02-18 17:01:42 +00:00
Gabor Pali
756c333034 Provides high-level conversions based on the data-object package.
Parsing and emitting is handled by the yaml package, which in turn uses
the libyaml C library.

WWW:	http://github.com/snoyberg/data-object-yaml

Obtained from:	FreeBSD Haskell
2012-02-18 16:59:01 +00:00
Gabor Pali
29419e8cb4 These objects show up in different places, e.g. JSON, Yaml. By
providing a representation in a separate repository, other libraries can
share a single representation of these structures.

WWW:	http://github.com/snoyberg/data-object/tree/master

Obtained from:	FreeBSD Haskell
2012-02-18 16:53:34 +00:00
Gabor Pali
2e61f0192e This is a port of John Goerzen's convertible package, intended to
distinguish between conversions which are guaranteed to succeed and
those which might fail.  It uses the attempt package, which in turn uses
the failure package, so that this package is fully compatible with the
failure framework.

This package currently contains all of the typeclasses and instances for
convertible.  However, as these features are ported to the convertible
package, this package will be left with only the instances for
converting to and from text types (String, ByteString (lazy and strict)
and Text (lazy and strict).

Be aware that conversions to and from bytestrings assume UTF-8 encoding.
If a different encoding is desired, you can use a newtype wrapper and
declare an instance of ConvertAttempt or ConvertSuccess on it.

WWW:	http://github.com/snoyberg/convertible/tree/text

Obtained from:	FreeBSD Haskell
2012-02-18 16:48:46 +00:00
Gabor Pali
de130cdf1a Monad transformer for attempt.
WWW:	http://github.com/snoyberg/control-monad-attempt

Obtained from:	FreeBSD Haskell
2012-02-18 16:46:00 +00:00
Gabor Pali
fd3b875edd This package is for working with native byte-ordering of the system.
WWW:	http://community.haskell.org/~aslatter/code/byteorder

Obtained from:	FreeBSD Haskell
2012-02-18 16:43:12 +00:00
Gabor Pali
50dfbf8bd4 Defines a data type, Attempt, which has a Success and Failure
constructor.  Failure contains an extensible exception.

WWW:	http://github.com/snoyberg/attempt/tree/master

Obtained from:	FreeBSD Haskell
2012-02-18 16:17:25 +00:00
Gabor Pali
b41081fd35 A simple type class for success/failure computations.
WWW:	http://www.haskell.org/haskellwiki/Failure

Obtained from:	FreeBSD Haskell
2012-02-18 16:14:50 +00:00
Gabor Pali
538cb4bedf ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER, CER and DER).

WWW:	http://github.com/vincenthz/hs-asn1-data

Obtained from:	FreeBSD Haskell
2012-02-18 16:12:23 +00:00
Frederic Culot
0be8f0010d - Update MAINTAINER
PR:		ports/165246
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2012-02-18 13:38:25 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Eitan Adler
dd0880a1b8 Remove bogus comment that has been around since '07. 2012-02-18 03:19:47 +00:00
Gabor Pali
57c3fca0c5 The filestore library provides an abstract interface for a versioning
file store, and modules that instatiate this interface.  Currently Git,
Darcs, and Mercurial modules are provided, and other VCSs or databases
could be added.

WWW:	http://johnmacfarlane.net/repos/filestore

Obtained from:	FreeBSD Haskell
2012-02-18 03:11:31 +00:00
Gabor Pali
2c28d03314 Parser and writer for handling sectioned config files in Haskell. The
ConfigFile module works with configuration files in a standard format
that is easy for the user to edit, easy for the programmer to work with,
yet remains powerful and flexible.  It is inspired by, and compatible
with, Python's ConfigParser module.  It uses files that resemble Windows
.INI-style files, but with numerous improvements.

ConfigFile provides simple calls to both read and write config files.
It is possible to make a config file parsable by this module, the Unix
shell, and make.

WWW:	http://software.complete.org/configfile

Obtained from:	FreeBSD Haskell
2012-02-18 03:05:26 +00:00