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

9098 Commits

Author SHA1 Message Date
Dirk Meyer
ca8e128e62 - drop USE_GNUSTEP_PREFIX 2010-05-30 12:28:39 +00:00
Gabor Pali
b16b96f234 - Bump PORTREVISION 2010-05-30 11:54:33 +00:00
Gabor Pali
2d8d48f40c - Fix installation problem
PR:		ports/146940
Submitted by:	Stefan <schaecsn@gmx.net>
2010-05-30 11:33:33 +00:00
Gerald Pfeifer
bdbd922d4c Update to the 20100529 snapshot of GCC 4.6.0. 2010-05-30 01:40:07 +00:00
Sylvio Cesar Teixeira
a995bd1577 - Update to 20100524
PR:		ports/146765
Submitted by: 	Nils M Holm <nmh@noself.net> (maintainer)
2010-05-29 12:54:01 +00:00
Gerald Pfeifer
2dd8af1403 Update to the 20100527 snapshot of GCC 4.5.1. 2010-05-28 21:47:42 +00:00
Johan van Selst
9e8dc80bcb Chase devel/libsigsegv shlib bump 2010-05-27 20:03:24 +00:00
Giuseppe Pilichi
e951cb6d07 - Pass maintainership to haskell@FreeBSD.org:
audio/hs-ALUT, audio/hs-OpenAL, benchmarks/hs-criterion
    converters/hs-json, devel/hs-DeepArrow, devel/hs-FileManip
    devel/hs-MemoTrie, devel/hs-MissingH, devel/hs-MonadCatchIO-mtl
    devel/hs-ObjectName, devel/hs-QuickCheck, devel/hs-StateVar
    devel/hs-Tensor, devel/hs-TypeCompose, devel/hs-arrows
    devel/hs-checkers, devel/hs-convertible, devel/hs-datetime
    devel/hs-deepseq, devel/hs-fgl, devel/hs-ghc-mtl, devel/hs-ghc-paths
    devel/hs-ghc-paths-docs, devel/hs-haskeline
    devel/hs-haskell-src-exts, devel/hs-hint, devel/hs-hoogle
    devel/hs-hslogger, devel/hs-mmap, devel/hs-mueval, devel/hs-reactive
    devel/hs-readline, devel/hs-safe, devel/hs-show, devel/hs-smallcheck
    devel/hs-split, devel/hs-testpack, devel/hs-transformers
    devel/hs-unamb, devel/hs-uniplate, devel/hs-unix-compat
    devel/hs-utility-ht, devel/hs-uuagc, devel/hs-uulib
    devel/hs-uvector, devel/hs-uvector-algorithms, graphics/hs-HGL
    lang/hs-brainfuck, lang/hs-unlambda, mail/hs-mime, math/hs-Agda
    math/hs-Agda-executable, math/hs-category-extras, math/hs-erf
    math/hs-mwc-random, math/hs-probability, math/hs-statistics
    math/hs-vector-space, print/hs-hscolour, print/hs-hscolour-docs
    science/hs-bio, textproc/hs-Diff, textproc/hs-feed
    textproc/hs-tagsoup, textproc/hs-texmath, textproc/hs-xml
    www/hs-HTTP, www/hs-cgi, www/hs-fastcgi, www/hs-http-server
    www/hs-oeis, www/hs-scgi, www/hs-url, x11-toolkits/hs-GLURaw
    x11-toolkits/hs-OpenGLRaw

Approved by:	pgj (mentor)
2010-05-26 11:18:46 +00:00
Gabor Pali
52a16208ea Rename the following Haskell ports to bring them in sync with the
HackageDB:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
  textproc/hs-polyparse-ghc -> textproc/hs-polyparse
  textproc/pandoc -> textproc/hs-pandoc
  x11/hs-x11-ghc -> x11/hs-X11
  x11/hs-x11-xft-ghc -> x11/hs-X11-xft
  x11/xmobar -> x11/hs-xmobar
  x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
  x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
  x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
  x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
  x11-wm/xmonad -> x11-wm/hs-xmonad
  x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
2010-05-24 21:52:43 +00:00
Gerald Pfeifer
d1c366eb2c Remove support for the Java frontend which pretty clearly never has been
successfully used by anyone, yet adds a lot to build time and size. Those
interested in GCJ are better served using lang/gcc45.

Also update to the 20100518 snapshot of GCC 4.4.5.
2010-05-24 17:31:15 +00:00
Gerald Pfeifer
801e0fe441 Update to the 20100523 snapshot of GCC 4.3.6 (which is pretty much the
GCC 4.3.5 release).

Force the use of system as and ld.  This makes building and using this
port consistent across installations and avoids confusing error modes
for users who may have others flavors of these tools earlier in PATH.

On the way, sort CONFIGURE_ARGS.
2010-05-24 16:00:42 +00:00
Mark Linimon
cb4c252136 Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-05-23 21:16:16 +00:00
Dirk Meyer
c08d0c79af - remove option WITHOUT_OPENSSL
- add option WITH_GNUSTEP_DEVEL to build version 1.21.0
2010-05-23 20:58:10 +00:00
Gabor Pali
69fc8209ee - Fix ordering 2010-05-22 22:59:05 +00:00
Gabor Pali
f1905422ee - Fix OPTIONS support for Cabal ports by introducing
bsd.cabal.options.mk
- Fix ports broken with non-default options

Triggered by:	Yuri Pankov <yuri.pankov@gmail.com>
2010-05-22 22:41:50 +00:00
Gabor Pali
84cc657d1d Minimal binding to libxml2. Additional functions will be added when
needed.

WWW: http://hackage.haskell.org/package/libxml
2010-05-22 21:41:52 +00:00
Gerald Pfeifer
87611a1e5d Update to the 20100520 snapshot of GCC 4.5.1. 2010-05-22 13:49:49 +00:00
Gerald Pfeifer
8a3fe1db37 Update to the 20100518 snapshot of GCC 4.4.5. 2010-05-22 12:57:59 +00:00
Gerald Pfeifer
856fde3123 Update to the 20100515 snapshot of GCC 4.6.0. 2010-05-22 12:50:17 +00:00
Gabor Pali
16afe2f83e QuickCheck2 support for the test-framework package.
WWW: http://batterseapower.github.com/test-framework/
2010-05-21 22:03:36 +00:00
Gabor Pali
be16f68463 HUnit support for the test-framework package.
WWW: http://batterseapower.github.com/test-framework/
2010-05-21 22:00:21 +00:00
Gabor Pali
0d1359b0c1 Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in
deterministic order, to aid diff interpretation) and filtered and
controlled by command line options. All of this comes with colored test
output, progress reporting and test statistics output.

WWW: http://batterseapower.github.com/test-framework/
2010-05-21 21:57:42 +00:00
Gabor Pali
a541b24598 This is a pretty printing library based on Wadler's paper "A Prettier
Printer". It has been enhanced with support for ANSI terminal colored
output using the ansi-terminal package.

WWW: http://github.com/batterseapower/ansi-wl-pprint
2010-05-21 21:53:38 +00:00
Gabor Pali
fd3b774de3 ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals, but
only GHC is supported as a compiler.

WWW: http://batterseapower.github.com/ansi-terminal
2010-05-21 21:49:50 +00:00
Gabor Pali
261cb67402 A very simple package providing a cross-platform means of determining
the hostname.

WWW: http://hackage.haskell.org/package/hostname
2010-05-21 21:44:44 +00:00
Johan van Selst
d67c680f12 Update yorick to 2.1.06 2010-05-20 21:16:17 +00:00
Johan van Selst
375c57d0b9 As advertised, remove redundant lang/yorick-doc port. 2010-05-20 21:13:14 +00:00
Gabor Pali
ede0dbbfac - Fix entry for c2hs 2010-05-20 15:22:30 +00:00
Sergey A. Osokin
34c8928bdc Update from 3.56 to 3.58. 2010-05-20 14:58:15 +00:00
Gabor Pali
dffa1085b9 A system-independent interface for user-level packet capture.
WWW: http://hackage.haskell.org/package/pcap

PR:		ports/146655
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-19 12:10:17 +00:00
Sergey Skvortsov
82716164e1 Update to 2.4.0
Changes:	http://parrot.org/news/2010/Parrot-2.4.0
PR:		ports/146714
Submitted by:	Aliaksandr Zahatski <zahatski xx gmail.com>
2010-05-19 05:56:07 +00:00
Wen Heping
022b90a503 - Update to 20100209
PR:		ports/146172
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	maintainer(timeout, >2 weeks)
2010-05-19 05:44:33 +00:00
Gabor Pali
e8f2a0b1f0 A Haskell client library for MPD, the Music Player Daemon.
WWW: http://github.com/joachifm/libmpd-haskell
2010-05-16 18:05:28 +00:00
Martin Wilke
75fe720ef3 - Update to 4.5.0
PR:		146598
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2010-05-16 09:22:21 +00:00
Max Brazhnikov
48b70eff0d Update to 0.7.8
PR:		ports/146193
Submitted by:	maintainer
2010-05-16 09:18:55 +00:00
Gabor Pali
56bfbfc66e citeproc-hs is a library for automatically formatting bibliographic
reference citations into a variety of styles using a macro language
called Citation Style Language (CSL).

WWW: http://code.haskell.org/citeproc-hs
2010-05-15 22:14:30 +00:00
Gabor Pali
624e888c56 The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general approach for processing XML with Haskell. The
Haskell XML Toolbox uses a generic data model for representing XML
documents, including the DTD subset and the document subset, in Haskell.
It contains a validating XML parser, a HTML parser, namespace support,
an XPath expression evaluator, an XSLT library, a RelaxNG schema
validator and funtions for serialization and deserialization of user
defined data. The library make extensive use of the arrow approach for
processing XML.

WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html
2010-05-15 22:10:48 +00:00
Gabor Pali
2e67602f4e - Add devel/darcs as Cabalized package 2010-05-15 19:37:40 +00:00
Gabor Pali
36ac22a6a8 Haskell bindings to Chris Putnam's bibutils, a library that
interconverts between various bibliography formats using a common
MODS-format XML intermediate.

WWW: http://code.haskell.org/hs-bibutils
2010-05-15 19:23:21 +00:00
Gabor Pali
cb49698f13 libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http
proxy tunneling and more!

This package provides a Haskell binding to libcurl.

WWW: http://hackage.haskell.org/package/curl
2010-05-15 19:14:33 +00:00
Gabor Pali
46cf366a70 This library provides an interface to the terminfo database (via
bindings to the curses library).  Terminfo allows POSIX systems to
interact with a variety of terminals using a standard set of
capabilities.

WWW: http://code.haskell.org/terminfo
2010-05-15 19:11:40 +00:00
Gabor Pali
a780537845 Support code for reading and manipulating hashed file storage (where
each file and directory is associated with a cryptographic hash, for
corruption-resistant storage and fast comparisons).

The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains
hashes of the plain files and directories).

WWW: http://hackage.haskell.org/package/hashed-storage
2010-05-15 19:06:57 +00:00
Gabor Pali
568e847da0 Data encoding library currently providing Base16, Base32, Base32Hex,
Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL
encoding, uuencode, xxencode, and yEncoding.

WWW: http://www.haskell.org/haskellwiki/Library/Data_encoding
2010-05-15 18:56:33 +00:00
Gabor Pali
1d749827fb - A minor fix in handling PLIST_SUBs 2010-05-15 18:45:32 +00:00
Gerald Pfeifer
a9120149d7 Update to the 20100513 snapshot of GCC 4.5.1. 2010-05-13 23:49:25 +00:00
Gabor Pali
ec29a59ec3 Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
2010-05-12 16:33:59 +00:00
Wen Heping
25e48ae956 - Update lang/python26 to 2.6.5
- Update lang/python31 to 3.1.2

Reviewed by:	miwi@, lwhsu@
2010-05-12 12:13:07 +00:00
Martin Matuska
11026b2530 - Update to 1.6.6
- Add dependency on expat
2010-05-11 09:44:49 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Hajimu UMEMOTO
095e841add Correct spell of PORTREVISION. 2010-05-10 15:59:26 +00:00