aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update to 1.4.1Maho Nakata2011-05-093-8/+41
| | | | | | | Notified by: Alvin Oga Notes: svn path=/head/; revision=273837
* A read-eval-print-loop for debugging your Catalyst applicationSteve Wills2011-05-095-0/+41
| | | | | | | WWW: http://search.cpan.org/dist/CatalystX-REPL/ Notes: svn path=/head/; revision=273836
* Read-Eval-Print-Loop on die and/or warnSteve Wills2011-05-095-0/+52
| | | | | | | WWW: http://search.cpan.org/dist/Carp-REPL/ Notes: svn path=/head/; revision=273835
* - Return to the heapThomas Abthorpe2011-05-091-1/+1
| | | | Notes: svn path=/head/; revision=273834
* - Update to 5.3.2Wen Heping2011-05-092-3/+3
| | | | Notes: svn path=/head/; revision=273832
* - Add OPTIONS: DHCP_IPV6 to make IPv6 support optionalSunpoet Po-Chuan Hsieh2011-05-092-13/+30
| | | | | | | | | | | | - Use bsd.port.mk and bsd.port.options.mk - Make portlint happier PR: ports/156846 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=273831
* Adds support for profiling your Catalyst application, without profiling setup.Steve Wills2011-05-085-0/+46
| | | | | | | WWW: http://search.cpan.org/dist/CatalystX-Profile/ Notes: svn path=/head/; revision=273829
* CatalystX::InjectComponent will inject Controller, Model, and View componentsSteve Wills2011-05-085-0/+46
| | | | | | | | | | | into your Catalyst application at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via ->setup_component) WWW: http://search.cpan.org/dist/CatalystX-InjectComponent/ Notes: svn path=/head/; revision=273828
* Fix linkage when PAM support is enabled. This isn't on by default, but IJoe Marcus Clarke2011-05-082-0/+12
| | | | | | | | | think it's a common enough option that I'm bumping PORTREVISION. PR: 156336 Notes: svn path=/head/; revision=273827
* Deprecate. Were it not for cad/salome, this would not exist any more.Gerald Pfeifer2011-05-081-0/+2
| | | | Notes: svn path=/head/; revision=273826
* It's easy to create memory leaks in Catalyst applications and often they'reSteve Wills2011-05-085-0/+43
| | | | | | | | | | hard to find. This module tries to help you finding them by automatically checking for common causes of leaks. WWW: http://search.cpan.org/dist/CatalystX-LeakChecker Notes: svn path=/head/; revision=273825
* Update to 20110507.Juergen Lock2011-05-082-3/+3
| | | | | | | | PR: misc/156875 Submitted by: eadler Notes: svn path=/head/; revision=273824
* Provides a Catalyst reusable action role for user role-based authorization.Steve Wills2011-05-085-0/+48
| | | | | | | | | | ACLs are applied via the assignment of attributes to application action subroutines. WWW: http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ Notes: svn path=/head/; revision=273823
* - Pass maintainership to submitterSahil Tandon2011-05-081-99/+62
| | | | | | | | | | | | | - s/LOCALBASE/PREFIX/ where necessary - Remove obsolete %%RC_SUBR%% reference - Assign to RUN_DEPENDS with immediate expansion - Use REINPLACE_CMD instead of PERL macro PR: ports/156883 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=273822
* - Update to 20110503Gabor Kovesdan2011-05-084-5483/+5505
| | | | Notes: svn path=/head/; revision=273821
* Svgcairo is used to render SVG with cairo.Ashish SHUKLA2011-05-083-0/+30
| | | | | | | | | | WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273820
* - Update to 1.1.10Dmitry Marakasov2011-05-083-6/+5
| | | | | | | Submitted by: maintainer via xmpp Notes: svn path=/head/; revision=273819
* An alternative implementation of the graphics library used in the book TheAshish SHUKLA2011-05-084-0/+48
| | | | | | | | | | | | | Haskell School of Expression, by Paul Hudak, <http://www.haskell.org/soe/> This library builds on top of Gtk+. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273818
* Cairo is a library to render high quality vector graphics. There exist variousAshish SHUKLA2011-05-083-0/+32
| | | | | | | | | | | | | backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273817
* - Update to 0.82Dennis Herrmann2011-05-082-3/+3
| | | | Notes: svn path=/head/; revision=273816
* Hyperlinked documentation for the transformers library.Ashish SHUKLA2011-05-083-0/+26
| | | | | | | | | | This documentation is generated by HsColour and haddock. Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273815
* An efficient packed, immutable Unicode text type (both strict and lazy), with aAshish SHUKLA2011-05-083-0/+26
| | | | | | | | | | | | powerful loop fusion optimization framework. WWW: http://code.haskell.org/text Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273814
* This package contains the generics system described in the /Scrap YourAshish SHUKLA2011-05-083-0/+29
| | | | | | | | | | | | | | | Boilerplate/ papers (see <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>). It defines the "Data" class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals. WWW: http://www.cs.uu.nl/wiki/GenericProgramming/SYB Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273813
* A modular composable concurrency abstraction.Ashish SHUKLA2011-05-083-0/+25
| | | | | | | | | | WWW: http://hackage.haskell.org/package/stm Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273812
* This package provides a library for parallel programming.Ashish SHUKLA2011-05-083-0/+26
| | | | | | | | | | WWW: http://hackage.haskell.org/package/parallel Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273811
* Hyperlinked documentation for the mtl library.Ashish SHUKLA2011-05-083-0/+27
| | | | | | | | | | This documentation is generated by HsColour and haddock. Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273810
* Monad classes using functional dependencies, with instances for variousAshish SHUKLA2011-05-083-0/+30
| | | | | | | | | | | | | | | monad transformers, inspired by the paper Functional Programming with Overloading and Higher-Order Polymorphism, by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). WWW: http://hackage.haskell.org/package/mtl Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273809
* The 'haskell-src' package provides support for manipulating Haskell sourceAshish SHUKLA2011-05-083-0/+30
| | | | | | | | | | | | | | code. The package provides a lexer, parser and pretty-printer, and a definition of a Haskell abstract syntax tree (AST). Common uses of this package are to parse or generate Haskell 98 code. WWW: http://hackage.haskell.org/package/haskell-src Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273808
* This package provides a set of helper programs necessary to build the Gtk2HsAshish SHUKLA2011-05-084-0/+44
| | | | | | | | | | | | | | | | suite of libraries. These tools include a modified c2hs binding tool that is used to generated FFI declarations, a tool to build a type hiearchy that mirrors the C type hiearchy of GObjects found in glib, and a generator for signal declarations that are used to call back from C to Haskell. These tools are not needed to actually run Gtk2Hs programs. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273807
* The GNU Library is a collection of C data structures and utility function forAshish SHUKLA2011-05-083-0/+30
| | | | | | | | | | | | | dealing with Unicode. This package only binds as much functionality as required to support the packages that wrap libraries that are themselves based on GLib. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273806
* This library allows to load externally stored user interfaces into programs.Ashish SHUKLA2011-05-083-0/+31
| | | | | | | | | | | | This allows alteration of the interface without recompilation of the program. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273805
* GIO is striving to provide a modern, easy-to-use VFS API that sits at the rightAshish SHUKLA2011-05-083-0/+33
| | | | | | | | | | | | | | | level in the library stack. The goal is to overcome the shortcomings of GnomeVFS and provide an API that is so good that developers prefer it over raw POSIX calls. Among other things that means using GObject. It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273804
* GConf is a configuration database system for storing application preferences.Ashish SHUKLA2011-05-083-0/+33
| | | | | | | | | | | | | | It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273803
* Typical buffer-based incremental I/O is based around a single loop,Ashish SHUKLA2011-05-083-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which reads data from some source (such as a socket or file), transforms it, and generates one or more outputs (such as a line count, HTTP responses, or modified file). Although efficient and safe, these loops are all single-purpose; it is difficult or impossible to compose buffer-based processing loops. Haskell's concept of "lazy I/O" allows pure code to operate on data from an external source. However, lazy I/O has several shortcomings. Most notably, resources such as memory and file handles can be retained for arbitrarily long periods of time, causing unpredictable performance and error conditions. Enumerators are an efficient, predictable, and safe alternative to lazy I/O. Discovered by Oleg Kiselyov, they allow large datasets to be processed in near constant space by pure code. Although somewhat more complex to write, using enumerators instead of lazy I/O produces more correct programs. This library contains an enumerator implementation for Haskell, designed to be both simple and efficient. WWW: http://john-millikin.com/software/enumerator/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273802
* This library provides an easy way to define command line parsers. Most usersAshish SHUKLA2011-05-083-0/+30
| | | | | | | | | | | | | will want to use the "System.Console.CmdArgs.Implicit" module, whose documentation contains an example. WWW: http://community.haskell.org/~ndm/cmdargs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273801
* This library provides an abstraction of buffered output of byte streams andAshish SHUKLA2011-05-083-0/+32
| | | | | | | | | | | | | | | | | several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. WWW: http://github.com/meiersi/blaze-builder Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273800
* HUnit is a unit testing framework for Haskell, inspired by the JUnitAshish SHUKLA2011-05-083-0/+28
| | | | | | | | | | | | tool for Java. WWW: http://hunit.sourceforge.net Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273799
* This library is for working with ".tar" archive files. It can read andAshish SHUKLA2011-05-083-0/+28
| | | | | | | | | | | | | | | | write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. WWW: http://hackage.haskell.org/package/tar Obtained from: FreeBSD Haskell Approved by: pgj (mentor) Notes: svn path=/head/; revision=273798
* The VTE library inserts terminal capability strings into a trie, and thenGabor Pali2011-05-083-0/+33
| | | | | | | | | | | | | uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273797
* This package provides a wrapper around the Pango C library that allowsGabor Pali2011-05-083-0/+33
| | | | | | | | | | | | | high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273796
* GtkSourceView is a text widget that extends the standard GTK+ 2.x text widgetGabor Pali2011-05-083-0/+32
| | | | | | | | | | | | GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273795
* GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, andGabor Pali2011-05-083-0/+32
| | | | | | | | | | | GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273794
* This is the core library of the Gtk2Hs suite of libraries for Haskell based onGabor Pali2011-05-083-0/+33
| | | | | | | | | | | | Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273793
* WebKit is a web content engine, derived from KHTML and KJS from KDE, andGabor Pali2011-05-083-0/+34
| | | | | | | | | | | | | | used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273792
* A fast, light-weight web server for WAI applications.Gabor Pali2011-05-083-0/+26
| | | | | | | | | WWW: http://github.com/snoyberg/warp Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273791
* Provides a common protocol for communication between web aplications and webGabor Pali2011-05-083-0/+26
| | | | | | | | | | | servers. WWW: http://github.com/snoyberg/wai Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273790
* This package provides combinators for producing XHTML 1.0, including theGabor Pali2011-05-083-0/+26
| | | | | | | | | | | Strict, Transitional and Frameset variants. WWW: http://hackage.haskell.org/package/xhtml Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273789
* The posix regex backend for regex-base.Gabor Pali2011-05-083-0/+26
| | | | | | | | | WWW: http://sourceforge.net/projects/lazy-regex Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273788
* The PCRE backend to accompany regex-base, see <http://www.pcre.org>.Gabor Pali2011-05-083-0/+26
| | | | | | | | | WWW: http://sourceforge.net/projects/lazy-regex Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273787
* One module layer over regex-posix to replace Text.Regex.Gabor Pali2011-05-083-0/+26
| | | | | | | | | WWW: http://sourceforge.net/projects/lazy-regex Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273786