1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

281506 Commits

Author SHA1 Message Date
Koop Mast
2974af2bd3 Fix a typo, which broke this port on runtime.
Submitted by:	Mike Harding <mvh@ix.netcom.com>
2012-06-24 12:19:44 +00:00
Ryan Steinmetz
c3e6deebb6 - Unbreak GnuTLS support for 7.x and 8.x 2012-06-24 11:34:51 +00:00
Gabor Pali
0965c62ee4 - Update to 3.20120522
PR:		ports/168711
Submitted by:	pgj
Approved by:	maintainer (timeout)
Obtained from:	FreeBSD Haskell
2012-06-24 11:22:21 +00:00
Michael Scheidell
610c942f9f - Update to 4.3.2
- Unmark BROKEN
- OPTIONSNG'ify
- Add LICENSE & LICENSE_FILE
- Add USE_GCC (CLANG build BROKEN, would like an assist on this)
- Add OPENSSL and ZLIB options
- Add MAN1 & MAN7

PR:		ports/168892
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer (timeout, 15 days)
2012-06-24 11:06:14 +00:00
Gabor Pali
7e609f9805 angel is a daemon that runs and monitors other processes. It is similar
to djb's `daemontools` or the Ruby project `god`. It's goals are to keep
a set of services running, and to facilitate the easy configuration and
restart of those services.

WWW:	http://github.com/jamwt/Angel

Obtained from:	FreeBSD Haskell
2012-06-24 10:46:24 +00:00
Gabor Pali
c6d33b41b3 This package includes a thin sqlite3 wrapper based on the direct-sqlite
package, as well as the entire C library, so there are no system
dependencies.

WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
2012-06-24 10:43:14 +00:00
Gabor Pali
7b18280d6c Instead of allowing version ranges of dependencies, this package requires
specific versions to avoid dependency hell.

WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:40:39 +00:00
Gabor Pali
6ddfc2c9f4 Behaviour Oriented integration Testing for Yesod Applications.
WWW:	http://www.yesodweb.com

Obtained from:	FreeBSD Haskell
2012-06-24 10:38:22 +00:00
Gabor Pali
f702420e44 Static file serving subsite for Yesod Web Framework.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:36:20 +00:00
Gabor Pali
0f01dbb612 Convenient wrappers for your the configuration and execution of your yesod
application.

WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:34:29 +00:00
Gabor Pali
ccdadeaabb blaze-html instances for xml-conduit types.
WWW:	http://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-06-24 10:31:59 +00:00
Gabor Pali
ba97d3a853 Unit test framework (built on HUnit) for WAI applications.
WWW:	http://www.yesodweb.com/book/wai

Obtained from:	FreeBSD Haskell
2012-06-24 10:28:55 +00:00
Gabor Pali
2777dab61c Also provides some helper functions and datatypes for use outside of WAI.
WWW:	http://www.yesodweb.com/book/wai

Obtained from:	FreeBSD Haskell
2012-06-24 10:26:50 +00:00
Doug Barton
5abe85c32c Upgrade to version 5.17:
* Enlarged the texture image for `lament'.
  * XInput devices now also ignore small mouse motions.
  * Various minor fixes.

For the port:
  * Add CONFLICTS with xscreensaver-gnome*
  * s/X11BASE/LOCALBASE/
  * Remove a pattern in pre-patch that was incorporated upstream
  * Add a pre-patch pattern to fix the image for `lament'

(Version 5.16 was quickly replaced by 5.17 due to compilation problems)
2012-06-24 10:26:27 +00:00
Guido Falsi
47f2a71855 Update to 4.3.0
PR:		ports/169298
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees, tabthorpe (mentors, implicit)
2012-06-24 10:25:15 +00:00
Gabor Pali
b1fc1e37e4 Fast parser and formatter for HTTP Date.
WWW:	http://hackage.haskell.org/package/http-date

Obtained from:	FreeBSD Haskell
2012-06-24 10:23:48 +00:00
Gabor Pali
616c62eabc This package uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse failures.
It does not handle a full HTML document rendering, such as adding missing
html and head tags.

WWW:	https://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-06-24 10:21:15 +00:00
Gabor Pali
fb914fae14 Tag-stream is a library for parsing HTML//XML to a token stream. It can
parse unstructured and malformed HTML from the web. It also provides an
Enumeratee which can parse streamline html, which means it consumes constant
memory. You can start from the `tests/Tests.hs` module to see what it can
do.

WWW:	http://github.com/yihuang/tagstream-conduit

Obtained from:	FreeBSD Haskell
2012-06-24 10:18:43 +00:00
Gabor Pali
d6d6d4fa76 Behavior Driven Development for Haskell. Hspec is roughly based on the
Ruby library RSpec.  However, Hspec is just a framework for running
HUnit and QuickCheck tests.  Compared to other options, it provides a
much nicer syntax that makes tests very easy to read.

WWW:	http://hspec.github.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:15:27 +00:00
Gabor Pali
7f696346eb Prevent or capture writing to stdout and other handles.
WWW:	https://github.com/trystan/silently

Obtained from:	FreeBSD Haskell
2012-06-24 10:12:27 +00:00
Gabor Pali
58b4f2ca6c Reduces size of javascript files by stripping out extraneous whitespace
and other syntactic elements, without changing the semantics.

WWW:	http://github.com/alanz/hjsmin

Obtained from:	FreeBSD Haskell
2012-06-24 10:09:57 +00:00
Gabor Pali
d820d35c65 Parses Javascript into an Abstract Syntax Tree (AST). Initially intended
as frontend to hjsmin.

WWW:	http://github.com/alanz/language-javascript

Obtained from:	FreeBSD Haskell
2012-06-24 10:07:02 +00:00
Gabor Pali
973ab3a70d Lightweight UTF8 handling.
WWW:	http://hackage.haskell.org/package/utf8-light

Obtained from:	FreeBSD Haskell
2012-06-24 10:04:39 +00:00
Michael Scheidell
110bd0405b - Update to 0.5.6
- Remove launcher script

PR:		ports/169293
Submitted by:	RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
2012-06-24 10:04:34 +00:00
Oliver Lehmann
88279f8bb3 add libguess support
PR:		166172
Submitted By:	Stanislav Sedov <stas@deglitch.com>
2012-06-24 10:01:46 +00:00
Gabor Pali
834432a82b This package contains everything that you need to use a cryptographic
package that supports the crypto-api package using conduits from the
conduit package.

WWW:	https://github.com/meteficha/crypto-conduit

Obtained from:	FreeBSD Haskell
2012-06-24 10:01:15 +00:00
Gabor Pali
76731ef924 Add bsd.hackage.mk entries
Obtained from:	FreeBSD Haskell
2012-06-24 09:57:37 +00:00
Gabor Pali
f0a2b263d0 Provides ability to traverse a folder structure efficiently, as well as
convenience wrappers for reading from and writing to files.

WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
2012-06-24 09:56:58 +00:00
Gabor Pali
6d13ecc374 This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath".  It provides a consistent API
to the various versions of these packages distributed with different
versions of GHC.  In particular, this library supports working with
POSIX files that have paths which can't be decoded in the current locale
encoding.

WWW:	https://john-millikin.com/software/haskell-filesystem/

Obtained from:	FreeBSD Haskell
2012-06-24 09:53:26 +00:00
Gabor Pali
ab680f0b07 Use Template Haskell to embed file contents directly.
WWW:	https://github.com/snoyberg/file-embed

Obtained from:	FreeBSD Haskell
2012-06-24 09:49:39 +00:00
Oliver Lehmann
25b6cc30c1 fix build if tinyxml is installed
PR:		163577
Submitted By:	pawel
2012-06-24 09:32:00 +00:00
Chris Rees
c8e7ef6c1d Give a passing mention of OPTIONSng
Reviewed by:	ak
2012-06-24 08:46:46 +00:00
Oliver Lehmann
8411546d39 update cegui to 0.7.6
ignore tinyxml when installed and always use local copy [1]

PR:		ports/164547 [1]
Submitted by:	Yanhui Shen <shen.elf@gmail.com> [1]
2012-06-24 08:21:14 +00:00
Rong-En Fan
32abdd36ac - Fix build due to mail/mutt-devel changes
Submitted by:	cy@
2012-06-24 05:13:19 +00:00
Eitan Adler
7f25c6bd90 Fix descriptions that get cutoff and add instructions for new options.
PR:		ports/169360
Submitted by:	"Bryan Drewery" <bryan@shatow.net>
2012-06-24 04:27:37 +00:00
Ryan Steinmetz
4d994738b1 - Update to 4.00
- Convert to OptionsNG
2012-06-24 03:26:33 +00:00
Jason Helfman
d6e66db3a8 - update to 3.3
- while here drop sub_file of pkg-message, as there are no substitutions

PR:	ports/169353
Submitted by:	maintainer, jimmy@mammothcheese.ca
2012-06-24 02:44:21 +00:00
Jason Helfman
77fcba148c - update to 1.4
PR:	ports/169352
Submitted by:	maintainer, jimmy@mammothcheese.ca
2012-06-24 02:41:03 +00:00
Ruslan Makhmatkhanov
a24222cf71 - update to 0.10.0 [1]
- remove unneded BUILD_DEPENDS [2]
- switch to setuptools [1]
- install man-pages into proper locations. remove patch for setup.py [2]
- add couple of flags to minion rc-script that allows to define egg cache
  directory and the contents of PATH to fix runtime on diskless systems [1]

PR:		169228 [1]
        169209 [2]
Submitted by:	Scott Larson <stl at wiredrive dot com> [1]
                Denis Generalov <gd at rambler-co dot ru> [2]
Approved by:	Christer Edwards <christer.edwards at gmail dot com> (maintainer)
2012-06-23 22:44:27 +00:00
Eitan Adler
49c5b8e209 Upgrade to OptionsNG
Reviewed by:	"Bryan Drewery" <bryan@shatow.net>
2012-06-23 22:43:07 +00:00
Ruslan Makhmatkhanov
d97bf61e80 Python interface to CTPP2 library.
WWW:	http://pypi.python.org/pypi/pyctpp2

PR:		168847
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2012-06-23 21:48:29 +00:00
Sunpoet Po-Chuan Hsieh
d69d6b2e9f - Update to 2.77
Changes:	http://search.cpan.org/dist/Config-IniFiles/Changes
PR:		ports/169315
Submitted by:	sunpoet (myself)
Approved by:	Cezary Morga <cm@therek.net> (maintainer)
2012-06-23 19:41:57 +00:00
Jason Helfman
1f849b9b0f - update to 1.0.0d
- adjust MASTER_SITES and pkg-descr
- add WWW for project

PR:	ports/169277
Submitted by:	maintainer, coder@tuxfamily.org
2012-06-23 19:32:21 +00:00
Jason Helfman
5d87041501 - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR:	ports/169219
Submitted by:	jgh@
Approved by:	maintainer, gelraen.ua@gmail.com
2012-06-23 19:17:23 +00:00
Jason Helfman
b757f37d4e - pet portlint on whitespace
PR: ports/169311
Submitted by: jgh@
2012-06-23 19:12:42 +00:00
Jason Helfman
53f16f28c1 - update to 0.9.10
- while here adjust BUILD_DEPENDS

PR:	ports/169311
Submitted by:	brd@
Approved by:	maintainer, bsdports@wayfair.com
2012-06-23 19:08:17 +00:00
Beech Rintoul
2dab11f561 - Upadate to 3.0.5
PR:		ports/169267
Submitted by:	Richard Hirner <hirner@bitfire.at> (maintainer)
2012-06-23 18:05:46 +00:00
Pawel Pekala
b712bbf6ee - Update to version 1.11.2
- Remove OPENSSL option description (use global one)
2012-06-23 17:37:23 +00:00
Ashish SHUKLA
6ccd628b1f - Update to latest snapshot 201206212223 2012-06-23 16:16:01 +00:00
Matthew Seaman
a629eef46a - Make wanted-ports compatible with pkgng by dropping dependency
on old pkg tools.

Approved by: shaun (mentor)
Submitted by:	   Bryan Drewery
PR:	  ports/169301
2012-06-23 15:18:29 +00:00