Commit Graph

273440 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
68b5a66484 - Update to 2.78
Changes:	http://search.cpan.org/dist/Chart-Clicker/Changes
2012-02-17 18:47:41 +00:00
Romain Tartière
224cd3b0b6 Unbreak. 2012-02-17 18:31:42 +00:00
Michael Scheidell
c768920479 - Actually bump portepoch
Submitted by:	swills
Approved by:	gabor (mentor, implicit)
2012-02-17 18:27:11 +00:00
Sunpoet Po-Chuan Hsieh
2e29a99aca - Update to 0.1001
Changes:	http://search.cpan.org/dist/Text-NeatTemplate/Changes
Approved by:	clsung (maintainer, via IRC)
2012-02-17 18:17:49 +00:00
Sunpoet Po-Chuan Hsieh
03ddbc3bca - Update to 6.03
Changes:	http://search.cpan.org/dist/HTTP-Message/Changes
2012-02-17 18:17:08 +00:00
Sunpoet Po-Chuan Hsieh
dc0d2097cd - Update to 0.62
- Add BUILD_DEPENDS
- Update *_DEPENDS
- Merge PERL_LEVEL checks: align to PERL_LEVELs of supported perl ports (lang/perl5.*)

Changes:	http://search.cpan.org/dist/CPANPLUS-Dist-Build/Changes
2012-02-17 18:16:08 +00:00
Sunpoet Po-Chuan Hsieh
c8a5997d00 - Update to 2.11
Changes:	http://search.cpan.org/dist/Term-ProgressBar/Changes
2012-02-17 18:13:10 +00:00
Sunpoet Po-Chuan Hsieh
82d9db8cd4 - Update to 6.02
Changes:	http://search.cpan.org/dist/LWP-MediaTypes/Changes
2012-02-17 18:11:20 +00:00
Sunpoet Po-Chuan Hsieh
eeb1ce821b - Update to 1.98
Changes:	http://search.cpan.org/dist/Socket/Changes
2012-02-17 18:11:04 +00:00
Jason Helfman
a6897e9102 - Update to 1.7
This fixes a number of security issues, but no CVE available for
vuxml write-up:

 http://piwik.org/blog/2012/02/7775/

 We would like to thank the following security researchers for their
 responsible disclosure of XSS & click-jacking issues: Piotr Duszynski,
 Sergey Markov, Mauro Gentile.

PR: ports/165217
Submitted by:	maintainer, Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
2012-02-17 18:08:56 +00:00
Sunpoet Po-Chuan Hsieh
b190f4e2ef - Update to 0.09
Changes:	http://search.cpan.org/dist/Data-Validator/Changes
2012-02-17 18:07:14 +00:00
Chris Rees
32624d403b - Fix with utmpx for 9+ [1]
- Fix clang build

PR:		ports/164660
Submitted by:	Denis Generalov <gd@rambler-co.ru> [1]
2012-02-17 17:59:24 +00:00
Jason Helfman
8c5c548ed6 - Update to 1.3.6
PR:	ports/165216
Submitted by:	maintainer, jaap at NLnetLabs.nl
2012-02-17 17:52:44 +00:00
Michael Scheidell
3ef82dc83e - Missed ../Makefile update for new port newdisc-mibs
- Updated netdisco to 1.1
- Updated netdisco to use netdisco-mibs instead of INDEX killer !=
- Pass maintainership to submitter (via private email)
- Update to use Apache 20+ instead of 13+

PR:		ports/164955
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by:	gabor (mentor, implicit)
Feature safe:	yes
2012-02-17 17:22:21 +00:00
Gabor Pali
338d64b197 - Connect www/hs-happstack to the build 2012-02-17 17:16:28 +00:00
Gabor Pali
eb6bae26d7 The Haskell application server stack.
WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:13:45 +00:00
Gabor Pali
658662474f Unplug your machine and restart and have your app recover to exactly
where it left off.  Happstack-State spares you the need to deal with all
the marshalling, consistency, and configuration headache that you would
have if you used an external DBMS for this purpose.  Its component model
makes it easy to compose big applications from smaller reliable parts.
Use event subscription to trigger IO actions and support comet-style or
irc-bot applications.

WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:11:56 +00:00
Gabor Pali
2a25d98ac1 Happstack Server provides an HTTP server and a rich set of functions for
routing requests, handling query parameters, generating responses,
working with cookies, serving files, and more.

WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:09:53 +00:00
Gabor Pali
4549292c88 Just pick which parts of your data structures you want indexed using an
easy to use template-haskell function.  Spare yourself the need to
write, run, and maintain code that marshalls your data to/from an
external relational database just for efficient queries.  The
happstack-ixset relies on generics and TH to spare you the boilerplate
normally required for such tasks.

WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:07:37 +00:00
Steve Wills
72f4460c83 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-17 17:07:17 +00:00
Gabor Pali
93d4869e36 Miscellaneous utilities for Happstack packages.
WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:05:20 +00:00
Gabor Pali
c5e6a39b93 This package provides libraries for:
* Deriving instances for your datatypes.
 * Producing default values of Haskell datatypes.
 * Normalizing values of Haskell datatypes.
 * Marshalling Haskell values to and from XML.
 * Marshalling Haskell values to and from HTML forms.

WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:03:33 +00:00
Gabor Pali
eeabd319e7 Provides SYB-with-class instances for Text from the text package.
WWW:	http://hackage.haskell.org/package/syb-with-class-instances-text

Obtained from:	FreeBSD Haskell
2012-02-17 17:01:01 +00:00
Gabor Pali
a34aa78210 Classes, and Template Haskell code to generate instances, for the Scrap
Your Boilerplate With Class system.

WWW:	http://hackage.haskell.org/package/syb-with-class

Obtained from:	FreeBSD Haskell
2012-02-17 16:58:33 +00:00
Gabor Pali
17dfb9bdd1 Support for computations with failures.
WWW:	http://hackage.haskell.org/package/MaybeT

Obtained from:	FreeBSD Haskell
2012-02-17 16:56:03 +00:00
Michael Scheidell
811e3dc9d5 - Back out all changes to date starting with this pr.
- changes that were applied by several people, one change (mine, the actual upgrade) made hgfs unloadable.
- other changes along the way, attempting to fix it made port broken were also backed out
- Only patches left were DougB's rc script patches
- Bump PORTEPOCH

PR:		ports/161891
Submitted by:	scheidell (me)
Approved by:	ports@ (maintainer, implicit), gabor (mentor)
2012-02-17 16:54:12 +00:00
Vsevolod Stakhov
2b78e2e20b Update beanstalkd to 1.5.
Add support of multiply profiles (idea obtained from memcached port).
2012-02-17 16:49:41 +00:00
Frederic Culot
5233ac598d - Update to 0.10
- Add LICENSE (Artistic 1 & GPL 1)
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/B-Hooks-EndOfScope/Changes
2012-02-17 16:46:09 +00:00
Steve Wills
af63fc4372 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-17 16:15:56 +00:00
Gabor Pali
ec7dba516a lifted-base exports IO operations from the base library lifted to any
instance of MonadBase or MonadBaseControl.

WWW:	https://github.com/basvandijk/lifted-base

Obtained from:	FreeBSD Haskell
2012-02-17 15:51:18 +00:00
Gabor Pali
3387004968 This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad.  Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.

WWW:	https://github.com/basvandijk/monad-control/

Obtained from:	FreeBSD Haskell
2012-02-17 15:48:59 +00:00
Gabor Pali
2aa49ec454 This package provides a straightforward port of monadLib's BaseM type
class to transformers.

WWW:	https://github.com/mvv/transformers-base

Obtained from:	FreeBSD Haskell
2012-02-17 15:46:38 +00:00
Dirk Meyer
ec255f9a12 - add USE_ICONV to cups-client 2012-02-17 15:44:26 +00:00
Gabor Pali
70cb05d9f7 This package defines new symbols for a number of functions, operators
and types in the base package.  All symbols are documented with their
actual definition and information regarding their Unicode code point.
They should be completely interchangeable with their definitions.

For further Unicode goodness you can enable the UnicodeSyntax language
extension.  This extension enables Unicode characters to be used to
stand for certain ASCII character sequences.

WWW:	http://haskell.org/haskellwiki/Unicode-symbols

Obtained from:	FreeBSD Haskell
2012-02-17 15:44:09 +00:00
Frederic Culot
ec2f8cbb7a - Update to 6.03
Changes:	http://search.cpan.org/dist/Net-HTTP/Changes
2012-02-17 15:41:53 +00:00
Frederic Culot
285c79f875 - Update to 0.25
Changes:	http://search.cpan.org/dist/Path-Class/Changes
2012-02-17 15:30:32 +00:00
Frederic Culot
17e830cced - Update to 6.04
Changes:	http://search.cpan.org/dist/File-Listing/Changes
2012-02-17 15:21:30 +00:00
Frederic Culot
d115bdc8d1 - Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/HTTP-Cookies/Changes
2012-02-17 15:13:51 +00:00
Steve Wills
b03de8dbf5 - Mark DEPRECATED and set EXPIRATION 2012-02-17 14:51:20 +00:00
Frederic Culot
34ef0effad - Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/HTTP-Date/Changes
2012-02-17 14:32:43 +00:00
Ruslan Makhmatkhanov
73ffda6082 - add CHEESESHOP mirror
- mark this port Python3 ready
- remove USE_PYTHON_PREFIX (port installs into PYTHON_SITELIBDIR)
2012-02-17 14:29:53 +00:00
Dirk Meyer
9fc776f599 - Security patch
Security: CVE-2011-3026
Obtained from:	Debian
2012-02-17 14:26:02 +00:00
Ruslan Makhmatkhanov
fa2545d1b2 - Mark as deprecated. Set expiration date to 2012-03-17.
This was a hack for mail/py-spambayes to let it work with python25.
Now it's not needed because Python 2.5 is EOL anyway.
2012-02-17 13:52:04 +00:00
Frederic Culot
e1c103c0ba - Update to 3.89
Changes:	http://search.cpan.org/dist/Object-InsideOut/Changes
2012-02-17 13:48:19 +00:00
Ruslan Makhmatkhanov
d2a78da452 - drop python25 support
- apply patch for python26 uncoditionally (drop corresponding option too)
- raise python version in USE_PYTHON (tested with python27)
2012-02-17 13:47:03 +00:00
Martin Matuska
5ccd4ad043 Add patch from vendor SVN.
PR:		ports/161967, ports/165177
Submitted by:	Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua>
2012-02-17 13:46:47 +00:00
Philippe Audeoud
48d744e9c4 - Update to 0.15
- Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.15/Changes
2012-02-17 13:36:17 +00:00
Chris Rees
3c7f098a2f Update to 8.3.17 and 8.2.23.
Please note that 8.2 is still deprecated, and any users are still strongly
encouraged to move to 8.4 as soon as possible.
2012-02-17 13:31:58 +00:00
Martin Matuska
d19c91e493 Additional autotools fix for building WITH_LIBEDIT 2012-02-17 13:18:12 +00:00
Frederic Culot
947e3fcdfc - Update to 0.010
Changes:	http://search.cpan.org/dist/Test-Fatal/Changes
2012-02-17 13:09:36 +00:00