Commit Graph

229711 Commits

Author SHA1 Message Date
Nicola Vitale
4f0272fe1d - Set USE_GCC to 4.4+ as suggested by gerald@ 2010-01-03 11:57:05 +00:00
Kirill Ponomarev
0adbe372ca Update to version 253
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_253

PR:		ports/142253
Submitted by:	delphij
2010-01-03 11:17:12 +00:00
Nicola Vitale
3180eaa00c - Add textproc/py-markdown to RUN_DEPENDS
- Bump PORTREVISION
2010-01-03 09:50:31 +00:00
Nicola Vitale
c23c1706bd - Update to 1.2.1 2010-01-03 09:48:22 +00:00
Akinori MUSHA
6a7e8d92fb Add unstow, a script to unstow packages much faster than stow -D. 2010-01-03 09:00:42 +00:00
Wen Heping
b9dcbf17ee The dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.

WWW:    http://www.rfk.id.au/software/
2010-01-03 08:13:38 +00:00
Mark Linimon
09be670450 Reset maintainer at his request.
PR:		ports/142254
2010-01-03 07:26:54 +00:00
Akinori MUSHA
413e6f6dfd Add another master site. 2010-01-03 07:01:06 +00:00
Cy Schubert
d9c19a5f55 This port requires automake 1.11 whereas the ports collecton only supports
automake 1.10. Run the ntp bootstrap script to rebuild the configure
script.
2010-01-03 06:52:23 +00:00
Stanislav Sedov
0f3ec83c7d - Update to 7.0.1. 2010-01-03 05:42:28 +00:00
Stanislav Sedov
1d82e20a93 - Update to 2.13.0. 2010-01-03 05:33:56 +00:00
Stanislav Sedov
d41b98d823 - Update to 0.5.9p7.
PR:		ports/142231
Submitted by:	Wen Heping <wen@FreeBSD.org>
2010-01-03 05:23:30 +00:00
Norikatsu Shigemura
0813b69899 Update to 2009.11.27. 2010-01-03 05:23:27 +00:00
Gabor Pali
7f3079962f A library for writing Haskell web servers.
WWW:	http://code.galois.com/

PR:		ports/142186
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-03 05:12:17 +00:00
Gabor Pali
80bc5be124 This is a collection of Haskell data structures and algorithms useful for
building bioinformatics-related tools and utilities.
Current list of features includes: a Sequence data type supporting
protein and nucleotide sequences and conversion between them.

WWW: http://blog.malde.org/index.php/the-haskell-bioinformatics-library/

PR:		ports/142187
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-03 05:02:13 +00:00
Gabor Pali
81793cc1be Haskell interface to the Online Encyclopedia of Integer Sequences.
WWW: http://code.haskell.org/oeis

PR:		ports/142182
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-03 04:59:15 +00:00
Gabor Pali
e341fa6f8c Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function
name, or by approximate type signature.

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

PR:		ports/142145
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-03 04:53:50 +00:00
Wen Heping
859b64a259 - Update to 3.9
PR:		ports/142252
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
2010-01-03 04:07:23 +00:00
Joe Marcus Clarke
4ecde988fc Properly determine the CPU load values on FreeBSD. 2010-01-03 03:02:15 +00:00
Xin LI
5f71aa102f Update to 2009-12-25 "Lemming":
* This release needs PHP5.1.2!
 * many Editor improvements
    o automatic list indention
    o better headline system
    o link wizard template authors need to provide CSS
  * compatibility fixes for IE8 and Chrome
  * PHP 5.3 compatibility fixes
  * row span support in tables
  * downloadable code blocks
  * fulltext search improvements
  * added filename search in media manager
  * new dformat function plugin and template authors should replace
    strftime calls with this function
  * one click revert button for managers template authors need to
    add this button
  * nicer admin screen template authors need to provide CSS
  * XMLRPC improvements
  * many smaller feature enhancements
  * more plugin events
  * some performance optimizations
  * minor security enhancements
  * many, many, many bug fixes

While I'm there, grab maintainership.
2010-01-03 01:38:01 +00:00
Joe Marcus Clarke
e230bb6ae3 Correct the WWW site.
Reported by:	Leslie Jensen <jensen.leslie@gmail.com>
2010-01-03 01:16:46 +00:00
Gabor Pali
1469b1a8ac Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of
the standard haskell-src package, and handles most registered syntactic
extensions to Haskell, including:

  * Multi-parameter type classes with functional dependencies
  * Indexed type families (including associated types)
  * Empty data declarations
  * GADTs
  * Implicit parameters
  * Template Haskell

and a few more. All extensions implemented in GHC are supported.
Apart from these standard extensions, it also handles regular patterns as
per the HaRP extension as well as HSX-style embedded XML syntax.

WWW: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/

PR:		ports/142188
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:37:09 +00:00
Gabor Pali
362d3145b5 JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate.  It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.

This library provides a parser and pretty printer for converting
between Haskell values and JSON.

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

PR:		ports/142184
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:26:47 +00:00
Gabor Pali
dd2f74778b TagSoup is a Haskell library for extracting information out of
unstructured HTML code, sometimes known as tag-soup. The HTML does not
have to be well formed, or render properly within any particular
framework.  This library is for situations where the author of the HTML
is not cooperating with the person trying to extract the information, but
is also not trying to hide the information.

WWW: http://www-users.cs.york.ac.uk/~ndm/tagsoup/

PR:		ports/142183
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:18:07 +00:00
Gabor Pali
2b69833bc8 This is a Haskell library for writing CGI programs.
WWW: http://hackage.haskell.org/package/cgi

PR:		ports/142181
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:12:53 +00:00
Gabor Pali
6709282e98 A Haskell library for working with URLs.
WWW: http://www.haskell.org/haskellwiki/Url

PR:		ports/142180
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:10:04 +00:00
Gabor Pali
cc6a4f5b99 This package contains a Haskell library for working with MIME types.
WWW: http://hackage.haskell.org/package/mime

PR:		ports/142179
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:07:12 +00:00
Gabor Pali
d2a3cc512e The HTTP package supports client-side web programming in Haskell. It lets
you set up HTTP connections, transmitting requests and processing the
responses coming back, all from within the comforts of Haskell. It's
dependent on the network package to operate, but other than that, the
implementation is all written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is
provided. On top of that, a session-level abstraction is also on offer
(the BrowserAction monad); it taking care of handling the management of
persistent connections, proxies, state (cookies) and authentication
credentials required to handle multi-step interactions with a web server.

The representation of the bytes flowing across is extensible via the use
of a type class, letting you pick the representation of requests and
responses that best fits your use. Some pre-packaged, common instances
are provided for you (ByteString, String.)

WWW: http://projects.haskell.org/http/

PR:		ports/142178
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:04:15 +00:00
Gabor Pali
4151fdbbf3 Partial functions from the Haskell base library, such as head and !!, modified
to return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values.

These functions can be used to reduce the number of unsafe pattern matches in
your code.

WWW: http://www-users.cs.york.ac.uk/~ndm/safe/

PR:		ports/142144
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:59:58 +00:00
Gabor Pali
086316c4aa Uniplate is a boilerplate removal library, with similar goals to the
original Scrap Your Boilerplate work. It requires few extensions to
Haskell.

WWW: http://www-users.cs.york.ac.uk/~ndm/uniplate/

PR:		ports/142143
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:57:05 +00:00
Gabor Pali
6278d8eeba A vastly expanded collection of Haskell modules implementing various
ideas from category theory. Notable bits include: comonads,
adjunctions, and various recursion schemes a'la the research paper
"Functional Programming with Bananas, Lenses, Envelopes and
Barbed Wire".

WWW: http://comonad.com/reader/

PR:		ports/142142
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:53:14 +00:00
Gabor Pali
33fb1e4a00 This Haskell package contains tensor data types and their instances for some
basic type classes.

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

PR:		ports/142129
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:50:17 +00:00
Gabor Pali
a7be4dac3b This Haskell package contains state variables, which are references
in the IO monad, like IORefs or parts of the OpenGL state.

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

PR:		ports/142128
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:47:28 +00:00
Gabor Pali
e03809acea This tiny Haskell package contains the class ObjectName, which corresponds to
the general notion of explicitly handled identifiers for API objects, e.g. a
texture object name in OpenGL or a buffer object name in OpenAL.

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

PR:		ports/142127
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:44:04 +00:00
Martin Blapp
7f3c36366f Fix hardcoded use of /etc/imapproxyd.conf with autoconf
Remove unneeded postpatch section

Other PRs just set the default location of the
default config file:  ports/142247 ports/125655 ports/122422

PR:		ports/133098
Submitted by:	Daniel Bond <db@danielbond.org>
2010-01-02 22:30:52 +00:00
Joe Marcus Clarke
463d6d0b94 Now that -CURRENT has /usr/bin/unzip, explicitly invoke (and depend on)
archivers/unzip.
2010-01-02 22:11:22 +00:00
Emanuel Haupt
d1054d1993 Update to 20091213 2010-01-02 21:45:18 +00:00
Doug Barton
ee099aaa78 By now the distinction between various flavors of the xscreensaver
port is clear, so the pre-fetch message has lost its utility.
2010-01-02 21:38:00 +00:00
Doug Barton
68c8932952 Bump PORTREVISION relative to the recent boost-libs update. Old binaries
linked to this lib with new boost-libs will work. Compiling a new binary
(such as net-p2p/qbittorrent) linked to this lib linked to old boost-libs
will fail.

Adopt the orphan.
2010-01-02 19:33:48 +00:00
Doug Barton
d91f6119e9 Update to version 2.0.5, which contains the following bugfix:
Fix crash with downloaded/availability bars when the torrent has too many pieces

Take over maintainership of the port, add ipv6 to CATEGORIES, and
enable libnotify support by default.
2010-01-02 19:23:00 +00:00
Doug Barton
f05421f629 Update the description to highlight version 2.x features with
text from the web page.
2010-01-02 19:19:42 +00:00
Joe Marcus Clarke
9aa7e938ef Update to 2.18.5. 2010-01-02 18:30:28 +00:00
Erwin Lansing
0cf7698e87 Mark BROKEN on 9.x: does not build 2010-01-02 18:26:21 +00:00
Mark Linimon
6db864315b Reset cjh due to inactivity. We hope to see him back again soon.
Hat:		portmgr
2010-01-02 18:14:36 +00:00
Oliver Lehmann
12bed463ba update to 0.63.0 2010-01-02 17:33:32 +00:00
Oliver Lehmann
3317365486 update to 4.7.0 2010-01-02 17:33:19 +00:00
Oliver Lehmann
4883815760 update to 5.4.0 2010-01-02 17:33:05 +00:00
Mark Linimon
b344c14cc6 Reset vs@FreeBSD.org at his request due to lack of time. 2010-01-02 17:31:41 +00:00
Akinori MUSHA
4b18243f1f Update to the latest version 22.9. 2010-01-02 16:40:10 +00:00
Martin Blapp
a718302dd5 Check should be <= 900000 2010-01-02 16:33:57 +00:00