Commit graph

27014 commits

Author SHA1 Message Date
Jimmy Olgeni
d530714a5b Suppress echo. 2010-01-13 13:28:27 +00:00
Jimmy Olgeni
d4409fc88e Always use " -sf". 2010-01-13 12:52:22 +00:00
Jimmy Olgeni
a5ab6dc96a Trivial layout fix. 2010-01-13 12:48:52 +00:00
Jimmy Olgeni
b5cafe76ce Upgrade to version 1.6.2. 2010-01-13 11:39:30 +00:00
Jimmy Olgeni
b747f4b769 Install expanded HTML documentation and use LIB32DIR. 2010-01-13 11:35:08 +00:00
Wen Heping
d0e9f5237a - Update to 3.017 2010-01-13 09:06:39 +00:00
Dirk Meyer
1d0de4b681 - update to 5.9.2 2010-01-13 07:42:16 +00:00
Philip M. Gollucci
c66ed64fc9 - Update to 1.0.0
- Adopt
2010-01-13 00:49:18 +00:00
Jimmy Olgeni
3b04278386 Remove dependencies on obsolete cl-asdf-sbcl port. 2010-01-13 00:20:58 +00:00
Jimmy Olgeni
b14ca57666 Add %%LIB32DIR%%/common-lisp. 2010-01-12 22:55:02 +00:00
Jimmy Olgeni
9e05620e24 Upgrade to version 1.374 and cleanup.
The asdf-init.lisp script was changed to support the bundled ASDF
libraries in lang/ccl and lang/sbcl. Therefore, it can be safely
loaded by both (also by lang/clisp) to enable the ASDF framework.
2010-01-12 22:28:35 +00:00
Gabor Pali
04a4965b58 This Haskell package provides portable implementations of parts of the
unix package. This package re-exports the unix package when available.
When it is not available, portable implementations are used.

WWW: http://hackage.haskell.org/package/unix-compat

PR:		ports/142582
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:24:36 +00:00
Gabor Pali
4f4f72c671 Haskell Combinator library and utility functions for splitting lists.
WWW: http://hackage.haskell.org/package/split

PR:		ports/142579
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:20:16 +00:00
Gabor Pali
0faa162414 This Haskell library provides several utilities for easily converting
among the various standard library Date and Time types, and for
converting between these and standard external representations.

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

PR:		ports/142565
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:13:31 +00:00
Gabor Pali
ea43a77058 A Haskell library for working with files and directories. Includes code
for pattern matching, finding files, modifying file contents, and more.

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

PR:		ports/142502
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:09:04 +00:00
Gabor Pali
7b381d85ea The "convertible" Haskell package provides a typeclass with a single
function that is designed to help convert between different types:
numeric values, dates and times, and the like.

WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible

PR:		ports/142501
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:06:50 +00:00
Thierry Thomas
58cc94ce3a Upgrade to 4.17.1.
Changelog at <http://bouml.free.fr/historic.html>.
2010-01-12 22:04:13 +00:00
Jimmy Olgeni
918e99a36a Remove devel/cl-asdf-sbcl: lang/sbcl has a bundled asdf version. 2010-01-12 22:03:25 +00:00
Gabor Pali
ff6c90ae21 Various small Haskell helper functions for Lists, Maybes, Tuples,
Functions. Some of these functions are improved implementations of
standard functions. They have the same name as their standard
counterparts.

WWW: http://www.haskell.org/haskellwiki/Utility-HT

PR:		ports/142497
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:58:36 +00:00
Gabor Pali
d58aced2fe Martin Erwig's Functional Graph Library.
WWW: http://web.engr.oregonstate.edu/~erwig/fgl/haskell

PR:		ports/142496
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:55:40 +00:00
Gabor Pali
1033f8a854 This package provides a "deep" version of seq, for
fully evluating Haskell data structures.

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

PR:		ports/142494
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:51:03 +00:00
Gabor Pali
5e3a82d1de Reactive is a simple foundation for programming reactive systems
functionally. Like Fran/FRP, it has a notions of (reactive)
behaviors and events.

WWW: http://haskell.org/haskellwiki/reactive

PR:		ports/142493
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:48:58 +00:00
Gabor Pali
c08d0f2a2b Haskell MemoTrie provides a basis for memoized functions over some
domains, using tries. It is based on some code got from Spencer Janssen.

WWW: http://haskell.org/haskellwiki/MemoTrie

PR:		ports/142491
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:44:15 +00:00
Gabor Pali
1b8391bb2d unamb contains the "unambiguous choice" operator "unamb", which
wraps thread racing up in a purely functional, semantically simple
wrapper. Originally a part of Reactive, the author moved unamb
to its own Haskell package in order to encourage experimentation.

WWW: http://haskell.org/haskellwiki/unamb

PR:		ports/142490
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:42:25 +00:00
Gabor Pali
a1a1e25787 Checkers wraps up the expected properties associated with various
standard Haskell type classes as QuickCheck properties. Also some
morphism properties. It also provides arbitrary instances and
generator combinators for common data types.

WWW: http://haskell.org/haskellwiki/checkers

PR:		ports/142488
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:39:42 +00:00
Gabor Pali
df511bb36a Several Haskell classes that extend the Arrow class, and some
transformers that implement or lift these classes.

WWW: http://www.haskell.org/arrows/

PR:		ports/142486
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:37:43 +00:00
Gabor Pali
74150cd30b MissingH is a library of all sorts of utility functions for
Haskell programmers. It is written in pure Haskell and thus
should be extremely portable and easy to use.

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

PR:		ports/142485
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:35:17 +00:00
Gabor Pali
08e89a2935 Package hslogger is a logging framework for Haskell, roughly similar to
Python's logging module, and lets each log message have a priority and
source be associated with it.

The programmer can then define global handlers that route or filter
messages based on the priority and source. hslogger also has a syslog
handler built in.

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

PR:		ports/142484
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:33:28 +00:00
Jimmy Olgeni
124bd509d9 Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
2010-01-12 21:32:07 +00:00
Gabor Pali
1b46908696 Haskell Test Utility Pack for HUnit and QuickCheck testpack provides
utilities for both HUnit and QuickCheck.

These include tools for running QuickCheck properties as HUnit test
cases, allowing you to combine both approaches in a single program.
It also includes tools for more helpful displays of running progress
in both HUnit and QuickCheck, additional generators for other types
for QuickCheck, and shortcuts for quickly defining new test cases.

WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack

PR:		ports/142483
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:31:25 +00:00
Gabor Pali
fb4945a809 This Haskell library provides a framework for type-directed composition
of value editors (non-syntactic transformations). The tools enable "deep
function application" in two senses: deep application of functions and
application of deep functions. These tools generalize beyond values and
functions, via the DeepArrow subclass of the Arrow type class.

WWW: http://haskell.org/haskellwiki/DeepArrow

PR:		ports/142482
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:29:02 +00:00
Gabor Pali
a5a1d7c211 TypeCompose provides some Haskell classes and instances for forms of
type composition, as well as some modules who have not yet found a
home.

WWW: http://haskell.org/haskellwiki/TypeCompose

PR:		ports/142481
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:26:47 +00:00
Ion-Mihai Tetcu
da81ee1be7 Remove file added by mistake to the wrong port.
Pointyhat to:	itetcu@
2010-01-12 20:55:01 +00:00
Ion-Mihai Tetcu
1fb53a7abd Add patch forgotten in previous commit.
Log:
    - Update to 0.3.11
    - Remove files/patch-src::lookup.c (adopted upstream)
    - Remove files/patch-Makefile; replicate instead in Makefile while respecting
    custom LOCALBASE

    PR:             141004
    Submitted by:   Sahil Tandon
    Approved by:    maintainer

Submitted by:	maintainer
2010-01-12 20:41:12 +00:00
Jimmy Olgeni
2474bf6b7c Take over maintainership.
Approved by:	maintainer
2010-01-12 16:46:17 +00:00
Lars Thegler
73d1e526a0 Drop maintainership 2010-01-12 16:04:55 +00:00
Sergey Skvortsov
057f0299f6 Update to 0.19
Changes:	http://cpansearch.perl.org/src/BOBTFISH/MooseX-MethodAttributes-0.19/Changes
2010-01-12 16:04:45 +00:00
Sergey Skvortsov
04c70a84af Update to 0.15
Changes:	http://cpansearch.perl.org/src/SARTAK/MooseX-Role-Parameterized-0.15/Changes
PR:		ports/142645
Submitted by:	pgollucci
2010-01-12 15:39:04 +00:00
Sergey Skvortsov
49f118eea8 Update to 0.22
Changes:	http://cpansearch.perl.org/src/DROLSKY/MooseX-Singleton-0.22/ChangeLog
PR:		ports/142647
Submitted by:	pgollucci
2010-01-12 15:36:21 +00:00
Sergey Skvortsov
5fbc886096 Update to 2.4.6
Changes:	http://otrs.org/releases/2.4.6/
2010-01-12 15:33:47 +00:00
Alex Dupre
15401e6291 Update to the latest and last (sigh) unreleased 4.2.0 version.
Successive versions are API/ABI incompatible and are infected
by a new virus called AGPLv3.
2010-01-12 09:21:49 +00:00
Philip M. Gollucci
a8fa551e17 - adopt 2010-01-12 06:45:07 +00:00
Philip M. Gollucci
aa325c874c - Unbreak (fix previous update)
Pointyhat to:   myself
2010-01-12 06:15:52 +00:00
Philip M. Gollucci
da0e2f77d4 Quickly bundle any Ruby libraries into a RubyGem and share it with the world,
your colleagues, or perhaps just with yourself amongst your projects.

RubyGems are centrally stored, versioned, and support dependencies between
other gems, so they are the ultimate way to bundle libraries,
executables, associated tests, examples, and more.

Within this gem, you get one thing - newgem - an executable to create your own
gems. Your new gems will include designated folders for Ruby code,
test files, executables, and even a default website page for you to explain
your project, and which instantly uploads to RubyForge
website (which looks just like this one by default)

WWW: http://drnic.github.com/newgem/
2010-01-12 05:23:04 +00:00
Philip M. Gollucci
25b8a5d422 - Update to 0.94
PR:             ports/142651
Approved by:    dsh@vlink.ru (maintainer)
Submitted by:   myself (pgollucci@)
2010-01-12 00:49:23 +00:00
Philip M. Gollucci
3feb2704ef - Update to 0.001001
PR:             ports/142648
Approved by:    sahil@tandon.net (maintainer)
Submitted by:   myself (pgollucci@)
2010-01-12 00:49:15 +00:00
Philip M. Gollucci
0bfdbda9e9 - Update to 0.12
PR:             ports/142637
Approved by:    sergey.dyatko@gmail.com (maintainer)
Submitted by:   myself (pgollucci@)
2010-01-12 00:49:07 +00:00
Philip M. Gollucci
29af36fd4b - Update to 1.2.9
PR:             ports/142604
Approved by:    romanbsd@yahoo.com (maintainer)
Submitted by:   myself (pgollucci@)
2010-01-12 00:43:50 +00:00
Philip M. Gollucci
ae4b4cf3d5 - Update to 1.4.1
PR:             ports/142603
Approved by:    rpsfa@rit.edu
rpsfa@rit.edu
rpsfa@rit.edu
rpsfa@rit.edu (maintainer)
Submitted by:   myself (pgollucci@)
2010-01-12 00:43:42 +00:00
Philip M. Gollucci
dd33e500cf - Update to 1.3.0
PR:             ports/142602
Approved by:    rpsfa@rit.edu
rpsfa@rit.edu
rpsfa@rit.edu
rpsfa@rit.edu (maintainer)
Submitted by:   myself (pgollucci@)
2010-01-12 00:43:34 +00:00