1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

230421 Commits

Author SHA1 Message Date
Wen Heping
b8f46efc66 - Update to 0.1.3 2010-01-13 01:57:02 +00:00
Wen Heping
f96d709c2c - Update to 2.1.4
- Remove unneeded patch
2010-01-13 01:53:00 +00:00
Philip M. Gollucci
105bdf513a - mark deprecated and set expires
replcaed by misc/gkrellmbgchg2
2010-01-13 00:57:13 +00:00
Philip M. Gollucci
de815fe580 -Update to 0.68 2010-01-13 00:50:35 +00:00
Philip M. Gollucci
738cede5c2 - Update to 1.10 2010-01-13 00:49:41 +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
Gabor Pali
4d72430e02 This Haskell library implements the SHA suite of message digest
functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as
well as the SHA-based HMAC routines. The functions have been tested
against most of the NIST and RFC test vectors for the various functions.
While some attention has been paid to performance, these do not
presently reach the speed of well-tuned libraries, like OpenSSL.

WWW: http://hackage.haskell.org/package/SHA
2010-01-12 23:27:45 +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
5947f4845e The texmathml Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.

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

PR:		ports/142580
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:22:11 +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
bf227d9075 Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell.
WWW: http://hackage.haskell.org/package/feed

PR:		ports/142568
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:17:55 +00:00
Gabor Pali
710cd8e50b A simple XML library for Haskell.
WWW: http://hackage.haskell.org/package/xml

PR:		ports/142567
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:16:04 +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
f879f12e25 Basic implementation of the standard diff algorithm in Haskell.
WWW: http://hackage.haskell.org/package/Diff

PR:		ports/142564
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:11:25 +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
7f56f539cd This Haskell library lets you write SCGI programs. This package reuses
the cgi package API, making it very easy to port CGI programs to SCGI.

WWW: http://github.com/esessoms/scgi

PR:		ports/142499
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:03:14 +00:00
Gabor Pali
da34eb1b7e This Haskell library lets you write FastCGI programs. This package
reuses the cgi package API, making it very easy to port CGI programs to
FastCGI. The FastCGI C development kit is required to build this
library.

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

PR:		ports/142498
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 22:01:09 +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
02850e2a32 This Haskell library provides a powerful but simple way to measure the
performance of Haskell code. It provides both a framework for executing
and analysing benchmarks and a set of driver functions that makes it
easy to build and run benchmarks, and to analyse their results.

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

PR:		ports/142495
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:53:30 +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
ebd9acd340 vector-space provides classes and generic operations for vector spaces
and affine spaces in Haskell. It also defines a type of infinite towers
of generalized derivatives. A generalized derivative is a linear
transformation rather than one of the common concrete representations
(scalars, vectors, matrices, etc).

WWW: http://haskell.org/haskellwiki/vector-space

PR:		ports/142492
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:46:22 +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
Ion-Mihai Tetcu
ace25a2493 Commit the right patch, with the right name to the right port; it was
forgotten in the 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 21:36:58 +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
Jimmy Olgeni
0fca7ec260 Sync version with source port (cl-meta). 2010-01-12 21:33:49 +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
Gabor Pali
9e11274446 A Haskell binding for the OpenAL Utility Toolkit, which makes
managing of OpenAL contexts, loading sounds in various formats
and creating waveforms very easy. For more information about the
C library on which this binding is based, please see:

WWW: http://connect.creativelabs.com/openal/

PR:		ports/142480
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:24:10 +00:00
Gabor Pali
eb706c55f9 A Haskell binding for the OpenAL cross-platform 3D audio API,
appropriate for use with gaming applications and many other
types of audio applications. For more information about OpenAL.

WWW: http://connect.creativelabs.com/openal/

PR:		ports/142478
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:22:24 +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
Lars Engels
9ed545d8b9 - Use pkg-message.in so pkg-message is also displayed when installing the
package
- Bump PORTREVISION

PR:		ports/142519
Submitted by:	Sevan Janiyan <venture37_AT_geeklan.co.uk>
2010-01-12 20:20:03 +00:00
Marius Strobl
b36cad2d11 Update to 2.01.01a72. For the changes since 2.01.01a71 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a72
2010-01-12 20:00:05 +00:00
Roman Bogorodskiy
5b6ba82342 - Update to 3.4.10
- Update mirrors
- Per portlint, don't clobber CFLAGS in CONFIGURE_ENV

PR:		142442
Submitted by:	dougb
2010-01-12 19:45:50 +00:00
Hiroki Sato
bfd4d30a57 - Use specific directories for mktexlsr.
- Use SUB_FILES for pkg-message[*].

PR:		ports/142620 [*]
Submitted by:	Sevan Janiyan [*]
2010-01-12 19:44:28 +00:00
Hiroki Sato
c1c847a7ac - Use specific directories for mktexlsr.
- Use $SUB_FILES for pkg-message[*].
- Style clean-ups.

PR:		ports/142616 [*]
Submitted by:	Sevan Janiyan [*]
2010-01-12 19:37:58 +00:00