Commit Graph

39672 Commits

Author SHA1 Message Date
rui
754e73c63e update tor to 0.1.2.15
- fixes several crash bugs
- fixes some anonymity-related problems
- fixes compilation on BSD
- fixes a variety of other bugs

ok jcs@
2007-07-23 16:34:22 +00:00
kili
d12945c8e6 Let the Cabal libraries pass the complete LDFLAGS to hsc2hs. 2007-07-22 22:37:25 +00:00
robert
2ec6ef4875 bacula does not have regression tests
from MAINTAINER
2007-07-22 21:20:08 +00:00
rui
41ffa063ff roll in some distribution patches which fix multiple vulnerabilities.
Reference: http://secunia.com/advisories/26130/

ok kili@, simon@
2007-07-22 19:44:17 +00:00
simon
d77f345395 add p5-HTTP-Async 2007-07-22 16:44:31 +00:00
simon
21f6cd7846 import p5-HTTP-Async
Although using the conventional LWP::UserAgent is fast and easy it does
have some drawbacks - the code execution blocks until the request has
been completed and it is only possible to process one request at a time.
HTTP::Async attempts to address these limitations.
2007-07-22 16:44:25 +00:00
mbalmer
190d0912af sudoku-solver now comes with a command line interface (sudoku-solver),
a web ui using Neotonic ClearSilver and fastCGI (sudoku-handler), and an
X11/Motif graphical user interface.
2007-07-22 16:43:30 +00:00
simon
3ccc9ea734 add p5-HTML-Highlight, p5-HTML-TagFilter and p5-Weather-Com
p5-libapreq2 and webgui not linked because of unlinked dependencies
2007-07-22 16:22:44 +00:00
simon
160a7bf355 import webgui
WebGUI is a content management platform built to give average business
users the ability to build and maintain complex web sites.  It is
modular, pluggable, and platform independent.  It is designed to keep the
management of content in the hands of those who create content, rather
than take up the time of busy IT staff.
2007-07-22 16:22:23 +00:00
simon
d248bd53da import p5-libapreq2
libapreq is a safe, standards-compliant, high-performance library used
for parsing HTTP cookies, query-strings and POST data.  The original
version (libapreq-1.X) was designed by Lincoln Stein and Doug
MacEachern.  The perl APIs Apache::Request and Apache::Cookie are the
lightweight mod_perl analogs of the CGI and CGI::Cookie perl modules.
2007-07-22 16:22:01 +00:00
simon
821f6e4f10 import p5-Weather-Com
Weather::Com is meant to be a module suite enabling the perl programmer
to access weather information as provided by weather.com's XOAP
interface.
2007-07-22 16:21:34 +00:00
simon
732d51f13f import p5-HTML-TagFilter
HTML::TagFilter is a subclass of HTML::Parser with a single purpose:
it will remove unwanted html tags and attributes from a piece of text.
It can act in a more or less fine-grained way - you can specify
permitted tags, permitted attributes of each tag, and permitted values
for each attribute in as much detail as you like.
2007-07-22 16:21:09 +00:00
simon
21311dab68 import p5-HTML-Highlight
This module provides highlighting of words or patterns in HTML
documents.  This feature is typically used to highlight search results.
2007-07-22 16:20:43 +00:00
simon
62959db76d add p5-Text-Aspell and p5-XML-RSSLite 2007-07-22 16:15:06 +00:00
simon
72ca60c434 import p5-XML-RSSLite
This module attempts to extract the maximum amount of content from
available documents, and is less concerned with XML compliance than
alternatives.  Rather than rely on XML::Parser, it uses heuristics and
good old-fashioned Perl regular expressions.  It stores the data in a
simple hash structure, and "aliases" certain tags so that when done,
you can count on having the minimal data necessary for re-constructing
a valid RSS file.  This means you get the basic title, description,
and link for a channel and its items.
2007-07-22 16:14:58 +00:00
simon
7616dfa4e3 import p5-Text-Aspell
This module provides a Perl interface to the GNU Aspell library.  It is
there to meet the need of looking up many words, one at a time, in a
single session, such as spell-checking a document in memory.
2007-07-22 16:14:30 +00:00
simon
95f9353859 add p5-Net-Subnets, p5-POE-Component-Client-HTTP and
p5-POE-Component-Client-Keepalive
2007-07-22 16:10:45 +00:00
simon
7800cecbc1 import p5-POE-Component-Client-HTTP
POE::Component::Client::HTTP is an HTTP user-agent for POE.  It lets
other sessions run while HTTP transactions are being processed, and it
lets several HTTP transactions be processed in parallel.
2007-07-22 16:10:37 +00:00
simon
8fc60faf82 import p5-POE-Component-Client-Keepalive
POE::Component::Client::Keepalive creates and manages connections for
other components.  It maintains a cache of kept-alive connections for
quick reuse.  It is written specifically for clients that can benefit
from kept-alive connections, such as HTTP clients.  Using it for
one-shot connections would probably be silly.
2007-07-22 16:10:18 +00:00
simon
12d2ac4e10 import p5-Net-Subnets
Very fast matches large lists of IP addresses against many CIDR
subnets and calculates IP address ranges.
2007-07-22 16:09:41 +00:00
simon
76d2138480 add p5-Color-Calc and p5-Graphics-ColorNames-WWW 2007-07-22 16:05:26 +00:00
simon
1ab8f5b406 import p5-Color-Calc
The Color::Calc module implements simple calculations with RGB colors.
This can be used to create a full color scheme from a few colors.
2007-07-22 16:05:18 +00:00
simon
74f4c9e75a import p5-Graphics-ColorNames-WWW
This modules defines color names and their associated RGB values from
various WWW specifications and implementations.
2007-07-22 16:05:02 +00:00
simon
a2a38f629e import warzone2100
Warzone 2100 was an innovative 3D real-time strategy game back in 1999,
and most will agree it didn't enjoy the commercial success it could
have had.  The game's source code was liberated on December 6th,
2004, under a GPL license.  Soon after that, the Warzone 2100 ReDev
project was formed to take care of its future.

feedback, help & ok ajacoutot@
2007-07-22 15:59:46 +00:00
simon
c42825b06c import p5-Parse-PlainConfig
Parse::PerlConfig provides OO objects which can parse and generate
human-readable configuration files.
2007-07-22 15:59:33 +00:00
simon
b23dbed9e0 import p5-POE-Component-IKC
This is Inter-Kernel Communication for POE.  It is used to get events
from one POE kernel to another.
2007-07-22 15:59:19 +00:00
simon
a230efd040 import p5-Locale-US
Map from US two-letter codes to state names and vice versa.
2007-07-22 15:58:57 +00:00
simon
a77ac7e3e0 import p5-ExtUtils-XSBuilder
Modules to parse C header files and create XS glue code and
documentation out of it.  Idealy this allows to "write" an interface to
a C library without coding a line.  Since no C API is ideal, some
adjuments are necessary most of the time.  So to use this module you
must still be familiar with C and XS programming, but it removes a lot
of stupid work and copy & paste from you.  Also when the C API changes,
most of the time you only have to rerun XSBuilder to get your new Perl
API.
2007-07-22 15:58:36 +00:00
simon
ea659630c5 import p5-Data-Structure-Util
Data::Structure::Util is a toolbox to manipulate the data inside a
data structure.  It can process an entire tree and perform the
operation requested on each appropriate element.
2007-07-22 15:58:02 +00:00
simon
371517843a import warzone2100
Warzone 2100 was an innovative 3D real-time strategy game back in 1999,
and most will agree it didn't enjoy the commercial success it could
have had.  The game's source code was liberated on December 6th,
2004, under a GPL license.  Soon after that, the Warzone 2100 ReDev
project was formed to take care of its future.

feedback, help & ok ajacoutot@
2007-07-22 14:58:02 +00:00
simon
c2b5905a49 import warzone2100
Warzone 2100 was an innovative 3D real-time strategy game back in 1999,
and most will agree it didn't enjoy the commercial success it could
have had.  The game's source code was liberated on December 6th,
2004, under a GPL license.  Soon after that, the Warzone 2100 ReDev
project was formed to take care of its future.

feedback, help & ok ajacoutot@
2007-07-22 14:57:52 +00:00
kili
f286a31e66 Fix HOMEPAGE (and this MASTER_SITES).
Noticed by sturm@.
No pkgbump, since it was initially broken. Sorry.
2007-07-22 12:24:46 +00:00
ajacoutot
c6a9efc569 +ecoliercourt-fonts 2007-07-22 08:11:00 +00:00
ajacoutot
b214f7899a Import ecoliercourt-fonts-0.1
The ecoliercourt-fonts package provides cursive TTF fonts with small
descenders covering the basic latin range with an ink and dip pen style.
Such fonts are widely used in education.
They come in two versions: with and without "Seyes" ruling.


Note that now that fonts.dir and fonts.scale are created at install time
you need a recent -current before installing this package.
2007-07-22 08:10:08 +00:00
ajacoutot
b4aacd2b07 - remove USE_X11
- don't manually run mkfontscale and mkfontdir ; pkg tools now take care
of this (you need a recent current for this)
- remove quotes around COMMENT while here
- bump PKGNAME

"looks good" to MAINTAINER Steve Shockley <steve.shockley at shockley dot net>
2007-07-22 08:03:07 +00:00
ajacoutot
aec52aea3e - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
of this (you need a recent current for this)
- create fonts.alias in ${WRKSRC} so that fonts.dir does not get
installed
- remove quotes around COMMENT while here
- bump PKGNAME
2007-07-22 08:02:45 +00:00
ajacoutot
1cad020f30 - remove USE_X11
- don't manually run mkfontscale and mkfontdir ; pkg tools now take care
of this (you need a recent current for this)
- remove quotes around COMMENT while here
- bump PKGNAME
2007-07-22 08:02:11 +00:00
ajacoutot
b2c60cc534 - better HOMEPAGE
- add MASTER_SITE_SOURCEFORGE to MASTER_SITES

based on a diff from William Yodlowsky <bsd@openbsd.rutgers.edu> (MAINTAINER)
2007-07-22 07:30:26 +00:00
ajacoutot
319f6ad156 - do some cleaning before we can hopefully enable this (still waiting
for threaded libobjc to go in) ; re-order Makefile.inc and
gnustep.port.mk, set only for i386 until we get more test results, set
USE_X11 where it's due...
2007-07-21 17:30:10 +00:00
kili
1e680708f3 Oops! Forgot some files. 2007-07-21 17:25:43 +00:00
kili
ddad161b91 Update to 3.0.3 to make it build with ghc-6.6.1. 2007-07-21 17:21:33 +00:00
kili
e82a340efb Update to 1.16 to make it build with ghc-6.6.1. 2007-07-21 17:20:57 +00:00
kili
5faf573595 Update to 0.8 to make it build with ghc-6.6.1. 2007-07-21 17:20:20 +00:00
kili
0de0622e60 Update to 2.1.0 to make it build with ghc-6.6.1. 2007-07-21 17:19:49 +00:00
kili
c657f836ac - hs-ports
+ hs-newbinary
2007-07-21 17:18:56 +00:00
kili
c77f37b021 This isn't maintained any longer, and, according to Don Stewart, should
be removed. (And it doesn't build with recent Haskell compilers).
2007-07-21 17:18:24 +00:00
kili
cf75de7983 The NewBinary package is an older binary serialization library for
Haskell used by a number of projects. Consider it legacy code, i.e.
don't use it for new projects.

This port is reqired for security/hs-crypto.
2007-07-21 17:17:00 +00:00
kili
87a3f71582 Update to 6.6.1. With helpful hints from Don Stewart and espie@.
Thanks to all the testers and to steven@, who was so kind to
build the HC files for bootstrapping on amd64.
2007-07-21 17:14:57 +00:00
kili
a6b0bb0585 BROKEN for ghc-6.6.1. Upstream promised to make a new release in a few
days, so don't panic.
2007-07-21 17:11:46 +00:00
kili
70a4bcada0 +haskell-report 2007-07-21 17:09:45 +00:00