aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5pgj2012-06-046-20/+19
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.9.0.2pgj2012-06-042-5/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.9.0.4pgj2012-06-043-9/+11
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.1.4pgj2012-06-043-5/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.6.0.2pgj2012-06-043-6/+6
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.8.0pgj2012-06-043-7/+5
| | | | Obtained from: FreeBSD Haskell
* - convert to optionsNGrm2012-06-042-6/+8
|
* - Update to 1.4.0.1pgj2012-06-043-6/+6
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.2.2.1pgj2012-06-043-6/+7
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.0.1pgj2012-06-043-4/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.5.3.3pgj2012-06-043-11/+12
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.1.8pgj2012-06-043-8/+7
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.4.0.0pgj2012-06-042-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Convert to new options framework.stephen2012-06-041-16/+18
|
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-04190-354/+1091
| | | | | | | | | | | Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
* - Convert to new options framework.stephen2012-06-041-2/+2
|
* Update to 1.8.5p2.wxs2012-06-042-3/+3
|
* Update to 1.0.2.wxs2012-06-044-11/+16
| | | | | | | | | | Add CHESSESHOP and GOOGLE_CODE. Add LICENSE. Switch to using PLIST_FILES. Cleanup pkg-descr. PR: ports/168625 Submitted by: rm@
* Fix build after giflib update.romain2012-06-041-0/+299
| | | | | | QuantizeBuffer() is no more public in the giflib but still present in the code. There is no update (yet) code in the libgdiplus code so copy the relevant lines from giflib for now.
* - Remove unneeded patch which doesn't apply anymore anywayswills2012-06-041-1/+3
| | | | - Mark MAKE_JOBS_UNSAFE since it's tests aren't JOBS safe
* - Remove SITE_PERL from *_DEPENDSaz2012-06-0415-31/+31
|
* - update to 2.2.2rm2012-06-044-5/+16
| | | | | | | | | - add LICENSE (GPLv2) - pass maintainership to python@ PR: 168552 Submitted by: koobs <koobs.freebsd at gmail dot com> Approved by: roberto (maintainer, via email)
* wxHaskell is a portable and native GUI library for Haskell. It is builtpgj2012-06-044-0/+42
| | | | | | | | | | | | | on top of wxWidgets, a comprehensive C++ library that is portable across all major GUI platforms, including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.9 only. Distributed under the WXWINDOWS LIBRARY LICENSE. Please see LICENSE file, but note that this is essentially LGPL with an exception allowing binary distribution of proprietary software. This is the same license as wxWidgets itself uses. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell
* Provides an efficient routing system, a parser and TH code generation.pgj2012-06-044-0/+26
| | | | | | WWW: http://www.yesodweb.com/ Obtained from: FreeBSD Haskell
* This package uses attoparsec for parsing the actual contents of the HTTPpgj2012-06-044-0/+36
| | | | | | | | | connection. It also provides higher-level functions which allow you to avoid direct usage of enumerators. WWW: http://www.yesodweb.com/book/http-conduit Obtained from: FreeBSD Haskell
* This package provides parsing and rendering functions for XML. It ispgj2012-06-044-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | based on the datatypes found in the xml-types package. This package is broken up into the following modules: * Text.XML: DOM-based parsing and rendering. This is the most commonly used module. * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional traversing of the DOM, similar to XPath. * Text.XML.Unresolved: A slight modification to Text.XML which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities. * Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators. * Text.XML.Stream.Render: Streaming renderer. WWW: http://github.com/snoyberg/xml Obtained from: FreeBSD Haskell
* Core modules of a blazingly fast markup combinator library for the Haskellpgj2012-06-044-0/+29
| | | | | | | | programming language. WWW: http://jaspervdj.be/blaze Obtained from: FreeBSD Haskell
* Turn attoparsec parsers into sinks.pgj2012-06-044-0/+26
| | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* Lowlevel cpu routines to get basic properties of the cpu platform, likepgj2012-06-044-0/+27
| | | | | | | | endianness and architecture. WWW: http://github.com/vincenthz/hs-cpu Obtained from: FreeBSD Haskell
* Privacy Enhanced Mail (PEM) format reader and writer.pgj2012-06-044-0/+28
| | | | | | WWW: http://github.com/vincenthz/hs-pem Obtained from: FreeBSD Haskell
* A monad for using CryptoRandomGen.pgj2012-06-044-0/+26
| | | | | | WWW: http://trac.haskell.org/crypto-api/wiki Obtained from: FreeBSD Haskell
* Socks proxy (version 5) implementation.pgj2012-06-044-0/+28
| | | | | | WWW: http://github.com/vincenthz/hs-socks Obtained from: FreeBSD Haskell
* Stream socket data using conduits.pgj2012-06-044-0/+27
| | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* Utilities for dealing with IEEE floating point numbers, ported from thepgj2012-06-044-0/+26
| | | | | | | | | Tango math library; approximate and exact equality comparisons for general types. WWW: http://github.com/patperry/hs-ieee754 Obtained from: FreeBSD Haskell
* A "vault" is a typed, persistent store for values of arbitrary types. It'spgj2012-06-044-0/+32
| | | | | | | | | | | like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a "locker" type, representing a store for a single element. WWW: https://github.com/HeinrichApfelmus/vault Obtained from: FreeBSD Haskell
* The functions for creating temporary files and directories in the basepgj2012-06-044-0/+29
| | | | | | | | | | | | library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed. WWW: http://www.github.com/batterseapower/temporary Obtained from: FreeBSD Haskell
* High-level, byte-based file and directory path manipulations.pgj2012-06-044-0/+29
| | | | | | WWW: https://john-millikin.com/software/haskell-filesystem/ Obtained from: FreeBSD Haskell
* This package was originally included with the conduit package, and haspgj2012-06-044-0/+28
| | | | | | | | since been split off. WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* - Remove build dependency on lang/p5-Switch for Perl 5.14+ , therene2012-06-041-5/+1
| | | | | | | generate-webkitversion.pl script no longer needs it. PR: ports/168474 Submitted by: Zhihao Yuan
* A high-performance striped pooling abstraction for managing flexibly-sizedpgj2012-06-044-0/+28
| | | | | | | | collections of resources such as database connections. WWW: http://github.com/bos/pool Obtained from: FreeBSD Haskell
* - Fix build on non-SSE3-capable CPUs by correctly setting the gyp gcc_versionrene2012-06-042-15/+8
| | | | | | | variable. - Remove our base GCC specific settings. Submitted by: George Liaskos Obtained from: http://trillian.chruetertee.ch/chromium/changeset/342
* This package provides a basic random number generation library, includingpgj2012-06-044-0/+27
| | | | | | | | the ability to split random number generators. WWW: http://hackage.haskell.org/package/random Obtained from: FreeBSD Haskell
* Allocate resources from a pool, guaranteeing resource handling via thepgj2012-06-044-0/+27
| | | | | | | | ResourceT transformer. WWW: http://www.yesodweb.com/book/persistent Obtained from: FreeBSD Haskell
* The modules below provide additional data structures, and other addedpgj2012-06-044-0/+30
| | | | | | | | capabilities layered on top of the Par monad. WWW: https://github.com/simonmar/monad-par Obtained from: FreeBSD Haskell
* Optimized edit distances for fuzzy matching, including Levenshtein andpgj2012-06-044-0/+27
| | | | | | | | restricted Damerau-Levenshtein algorithms. WWW: http://github.com/batterseapower/edit-distance Obtained from: FreeBSD Haskell
* Conduits are an approach to the streaming data problem. It is meant aspgj2012-06-044-0/+31
| | | | | | | | | | an alternative to enumerators/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* Backout reproducible packages.bapt2012-06-042-1/+33
| | | | | | | | | pkgng tried since beta14 to create reproducible package: aka 1 package build twice will get exactly the same checksums, this revealed some problem with python that were workaround in beta15 but lots of build system seems to really not approciate it, while the feature is good and might be reactivated in the futur, the ports tree and upstream build systems, need a lot of work to be able~ to deal with 100% reproducible packages :(
* Pure and impure Bloom Filter implementations.pgj2012-06-044-0/+24
| | | | | | WWW: http://www.serpentine.com/software/bloomfilter Obtained from: FreeBSD Haskell
* Convert streams of builders to streams of bytestrings.pgj2012-06-044-0/+27
| | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* - Don't depend on path in RUN_DEPENDS.sem2012-06-041-1/+1
| | | | | Requested by: az Feature safe: Yes
* Atomic operations including CAS (compare-and-swap), fetch & add and variantspgj2012-06-044-0/+30
| | | | | | | | | | suitable for low-level shared-memory synchronization. The implementation is using GCC's builtin atomic operations (available in GCC >= 4) in C wrappers called through the FFI. WWW: http://hackage.haskell.org/package/bits-atomic Obtained from: FreeBSD Haskell
* SITE_PERL --> package dependencies, chunks 2-3crees2012-06-0430-75/+75
| | | | Submitted by: az
* The Par monad(s) offer an alternative parallel programming API to thatpgj2012-06-044-0/+33
| | | | | | | | | | | | | | provided by the 'parallel' package. A Par monad allows the simple description of parallel computations, and can be used to add parallelism to pure Haskell code. The basic API is straightforward: a Par monad supports forking and simple communication in terms of IVars. This module is an interface module only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of Par functionality. WWW: https://github.com/simonmar/monad-par Obtained from: FreeBSD Haskell
* An abstract interface to highly-parameterizable queues/deques. Background:pgj2012-06-044-0/+39
| | | | | | | | | | | | | | | | | | There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence". WWW: http://hackage.haskell.org/package/abstract-deque Obtained from: FreeBSD Haskell
* Anaphoric and miscellaneous useful control-flow.pgj2012-06-044-0/+28
| | | | | | WWW: http://hackage.haskell.org/package/IfElse Obtained from: FreeBSD Haskell
* After GHC 7.2 a new `casMutVar#` primop became available, but was not yetpgj2012-06-044-0/+36
| | | | | | | | | | | | | | | exposed in Data.IORef. This package fills that gap until such a time as Data.IORef obsoletes it. Further, in addition to exposing native Haskell CAS operations, this package contains "mockups" that imititate the same functionality using either atomicModifyIORef and unsafe pointer equality (in Data.CAS.Fake) or using foreign functions (Data.CAS.Foreign). These alternatives are useful for debugging. Note that the foreign option does not operate on IORefs and so is directly interchangeable with `Data.CAS` and `Data.CAS.Fake` only if the interface in `Data.CAS.Class` is used. WWW: http://hackage.haskell.org/package/IORefCAS Obtained from: FreeBSD Haskell
* Streaming compression/decompression via conduits.pgj2012-06-044-0/+25
| | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* - Update to 2.3.51.stephen2012-06-042-4/+3
|
* - Fix osdteletext plugin calling free() when it should be calling av_free(),nox2012-06-043-1/+41
| | | | | and update to proper vdr 1.7.27 api while I'm here. - Bump PORTREVISION.
* Fix plist when building without LAME which is default now on pointyhat becausebapt2012-06-041-1/+1
| | | | | | LAME is restricted. Reported by: pointyhat (pav)
* - Update to 2.4.11sunpoet2012-06-044-48/+16
| | | | | | | | | - While I'm here: - Use REINPLACE_CMD instead of patch files - Pet portlint: remove ABI version number from LIB_DEPENDS PR: ports/168550 Submitted by: Zhihao Yuan <lichray@gmail.com>
* - Update to 2.002sunpoet2012-06-043-12/+16
| | | | Changes: http://search.cpan.org/dist/Net-Server/Changes
* Add a WITH_NATIVE_LIBS optioncrees2012-06-041-7/+77
| | | | | | PR: ports/167496 Submitted by: loader Approved by: maintainer timeout (>4w, freebsd@rakor-net.de)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-0414-35/+35
|
* - Add shared TINYXML and XML descriptionssunpoet2012-06-041-0/+2
|
* Update web site address-- old one expired and has nastiness in it.crees2012-06-041-1/+1
| | | | Noticed by: Rainer Duffner
* Register missed CONFLICTS itemscrees2012-06-044-6/+11
| | | | Noticed by: ketas (IRC)
* Add pkg-remove.8 to MLINKS.kwm2012-06-041-0/+2
| | | | Approved by: portmgr (bapt@)
* Update to 15.8.5ehaupt2012-06-032-3/+3
|
* fix manpage installationbapt2012-06-031-1/+2
|
* - Update to 0.49sunpoet2012-06-032-4/+3
|
* Do not pollute output with error messages in case pkg query failedbapt2012-06-031-4/+4
|
* - update to 1.0-beta15bapt2012-06-033-42/+3
| | | | | | | | | | | | | | | | | - changes: - new -d to pkg fetch to download the dependencies along with the package - fix automatic flag tracking over installs and upgrades - fix hardlink detection (size calculation of git is now sane again :)) - pkg remove is now an alias to pkg delete - fix a bug with shlibs track causing segfault - pkg check -r now updates flatesiz and checksums - all generated yaml now contain a yaml object separator, pkg info -Ra can be pased directly to a yaml parser - pkg query and pkg rquery do not fallback anymore on matching everything if -g -x or -X is passed in arguments - fix python packing on pointyhat/tinderbox with a ugly workaround for now - pkg info '' and pkg search '' now complains about empty pattern - pkg rquery now return 1 if nothing matched
* - Update to 1.04sunpoet2012-06-033-5/+13
| | | | Changes: http://search.cpan.org/dist/MooseX-App/Changes
* - add CONFLICTSdinoex2012-06-032-0/+4
| | | | Suggested by: ketas
* - Update to 0.022sunpoet2012-06-032-3/+3
| | | | Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
* - Update to 1.34sunpoet2012-06-032-3/+3
| | | | Changes: http://search.cpan.org/dist/Test-File/Changes
* - Update to 0.07sunpoet2012-06-032-3/+3
| | | | Changes: http://search.cpan.org/dist/Data-Random/Changes
* - Update to 0.059sunpoet2012-06-032-4/+3
| | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
* Fix optionsbapt2012-06-031-1/+1
| | | | | PR: ports/168615 Submitted by: Barbara <barbara.xxx1975@libero.it>
* - fix build with libpng 1.5.10dinoex2012-06-032-0/+66
| | | | | PR: 168541 Obtained from: gentoo
* - fix build with libpng 1.5.10dinoex2012-06-032-0/+66
| | | | | | PR: 168632 Reported by: Helge Oldach Obtained from: gentoo
* Fix OPTIONS-- required at least one enabled by defaultcrees2012-06-031-0/+1
| | | | | This was not caught by testing because the behaviour of bsd.options.mk has been fixed-- it didn't used to enforce this for OPTIONS_MULTI
* Chase security/gsasl library updatejohans2012-06-035-8/+9
|
* - Update gsasl to new stable release 1.8.0johans2012-06-035-99/+8
| | | | | - Remove patches that are no longer needed - Note: shlib version got bumped
* - Bump PORTREVISION to force rebuild after giflib update.avilla2012-06-031-1/+1
|
* - update to 1.5.0dinoex2012-06-0313-345/+89
| | | | | | - new MASTER_SITE PR: 166744 Suggested by: Zhihao Yuan
* - Fix Kopete build with giflib 2.4.0.avilla2012-06-031-0/+18
| | | | Submitted by: Jason E. Hale <bsdkaffee@gmail.com> via area51
* Remove SITE_PERL from *_DEPENDS.novel2012-06-031-3/+3
| | | | Submitted by: az
* Set maintainership back to ports@cs2012-06-0311-11/+11
|
* Fix the DOCS logicalbapt2012-06-031-1/+1
| | | | Reported by: pointyhat (erwin)
* - Convert this to OPTIONng too.nox2012-06-031-13/+15
| | | | - Pet portlint.
* - Mark it Python3 readyculot2012-06-031-0/+1
| | | | Suggested by: rm@ (via email)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-0315-28/+28
| | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email)
* - re add function QuantizeBuffer for backwards comatibilitydinoex2012-06-035-0/+382
|
* Update wolfpack to 4.3.30johans2012-06-032-3/+4
|
* - Fix PLISTsunpoet2012-06-032-0/+6
| | | | | | | - Bump PORTREVISION for package change PR: ports/168454 Submitted by: Evgeniy Kosov <evgeniy@kosov.su>
* - Update to 0.11sunpoet2012-06-032-4/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* - Update to 0.3.0sunpoet2012-06-033-9/+8
| | | | | | | | | | - Add BUILD_DEPENDS - Sort *_DEPENDS Changes: http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/Changes PR: ports/168585 Submitted by: sunpoet (myself) Approved by: Zane C. B-H. <vvelox@vvelox.net> (maintainer)
* - Update to 0.2.0sunpoet2012-06-032-3/+6
| | | | | | | Changes: http://search.cpan.org/dist/FreeBSD-Pkgs/Changes PR: ports/168584 Submitted by: sunpoet (myself) Approved by: Zane C. B-H. <vvelox@vvelox.net> (maintainer)
* - use libgifdinoex2012-06-032-9/+27
| | | | - fix build with pnng 1.5.10
* Update to 0.10.1.novel2012-06-033-7/+20
| | | | | PR: 168560 Submitted by: koobs <koobs.freebsd@gmail.com>
* - update to 2.13.14rm2012-06-034-20/+5
| | | | | | | | - remove files/patch-src-App_CacheManager.py. The problem was solved upstream another way. changelog: http://pypi.python.org/pypi/Zope2/2.13.14#id1
* - update to 3.7.5rm2012-06-033-6/+5
| | | | - strict python version to 2.x only
* - update to 3.5.2rm2012-06-033-6/+5
| | | | - strict python version to 2.x only
* - update to 3.6.2rm2012-06-034-12/+14
| | | | | - add LICENSE (ZPL21) - mark it Python3 ready
* - update to 3.5.2rm2012-06-033-5/+9
| | | | | - add LICENSE (ZPL21) - mark it Python3 ready
* - update to 2.13.23rm2012-06-033-6/+6
| | | | - strict python version to 2.x only
* Fix build with PHP 5.4mm2012-06-032-7/+9
| | | | Fix LIB_DEPENDS
* - Remove SITE_PERL from *_DEPENDS, as suggested at:culot2012-06-034-21/+21
| | | | | | http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Submitted by: az@ (via irc)
* - Update to 2.4.2culot2012-06-032-4/+7
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) Changes: http://search.cpan.org/dist/podlators/ChangeLog
* - update to 1.6sperber2012-06-032-4/+4
| | | | | | PR: ports/168543 Submitted by: Barbara <barbara.xxx1975 _at_ libero.it> (maintainer) Approved by: decke (mentor)
* - fix build on FreeBSD10dinoex2012-06-031-0/+2
|
* - Update to 0.5.2culot2012-06-033-11/+171
| | | | | | Changes: https://github.com/defunkt/pystache/blob/master/HISTORY.rst PR: ports/168607 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
* - use libgifdinoex2012-06-031-2/+2
|
* - Update to 2.4culot2012-06-032-7/+10
| | | | | | | - Add LICENSE (GPL 2) PR: ports/168595 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - fix version numbers going backwardsdinoex2012-06-031-0/+1
|
* - fix version numbers going backwards for slave portsdinoex2012-06-032-2/+2
|
* Upgrade to version 1.3.3 - 2012.02.22dougb2012-06-0310-92/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | * Change build system to CMake. * Add support ConsoleKit. * Fix some bugs.... For the port: * The Berlios mirrors don't have the new version, so update the MASTER_SITES per the instructions on the web page. * Add the ability to verify the PGP signature on the distfile * Add consolekit support, and switch build to CMake * Remove no-longer relevant patches * Add patches necessary to work with the new build system * Add a patch for a nicer default theme * Fix the console command in the slim.conf patch * Use @dirrmtry in the plist in case the user has installed themes * Remove uneeded blank lines around (and in) pkg-message * Add REQUIRE: dbus to the rc.d script to accomodate consolekit The PR mentioned the new version, but did not supply a patch PR: ports/166964 Submitted by: Dave <davemorgan353@btinternet.com> Approved by: maintainer timeout
* - Remove SITE_PERL from *_DEPENDSaz2012-06-0347-90/+90
| | | | Approved by: maintainer (tobez@ via IM)
* - fix build with giflib 4.2.0dinoex2012-06-031-0/+37
|
* Update the plist when AppleTalk support is disabled.marcus2012-06-031-26/+26
|
* - add shared description for RESIN3jgh2012-06-031-0/+1
|
* Extract saxon.jar from the distfile for the textproc/saxon port intotruckman2012-06-032-4/+11
| | | | | | | | | | | the thirdparty build directory for the scilab port. This allows the removal of the textproc/saxon build dependency from the scilab port so that scilab can be built on a host that has apache-openoffice-3.4.* installed. The latter port has a run dependency on textproc/saxon-devel, which conflicts with textproc/saxon. PR: 168398 Approved by: Rob Farmer <rfarmer AT predatorlabs.net> (maintainer)
* - Use USERS instead of pkg-install script ot create usersswills2012-06-037-89/+19
| | | | - Move creation of var directories to plist
* update to 1.13bapt2012-06-035-30/+47
| | | | | | | | | convert to optionsng add license fix build with clang PR: ports/168614 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
* Ports modules update at Sunday 03 June 2012 at 00:09edwin2012-06-031-0/+5
| | | | Feature safe: yes
* Add description for MANPAGESbapt2012-06-031-0/+1
|
* - correct affected portname for 20120530 entryrm2012-06-031-1/+1
|
* - update to 1.1.0rm2012-06-033-3/+12
|
* Get rid of two more shlib major versions to pet portlint.nox2012-06-032-2/+2
|
* - Convert these to OPTIONng.nox2012-06-037-193/+188
| | | | - Omit shlib major versions in LIB_DEPENDS to pet portlint.
* Add descriptions for:nox2012-06-031-0/+14
| | | | | AALIB CACA GNOMEVFS2 HAL LIBBLURAY LIBEXTRACTOR LIRC RTMP SMB VAAPI VDPAU WAVPACK WEBSERVER XVMC.
* - Update MAINTAINER's addressculot2012-06-031-1/+1
| | | | | PR: ports/168578 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
* - Update MAINTAINER's address [1]culot2012-06-031-5/+6
| | | | | | | - Pet portlint(1) (replace spaces by tabs, move LICENSE section earlier) PR: ports/168586 [1] Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* Fix typo in fluendo descriptionbapt2012-06-031-1/+1
|
* - Revert back to using the X11 knob in options [1]madpilot2012-06-034-24/+24
| | | | | | | | | | | - Add missing ?= to unison master port - Fix conflicts in net/unison-nox11 [2] - Bump PORTREVISION [3] Reported by: David Cecchin <dcecchin@gmail.com> [1], Sulev-Madis "ketas" Silber <madis555@hot.ee> [2] (both by email) Approved by: Boris Samorodov <bsam@FreeBSD.org> (maintainer of net/unison-nox11) Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, maintainer of net/unison232) Approved by: crees, tabthorpe (mentors, implicit)
* Update maintainer emailbapt2012-06-031-17/+19
| | | | | | | Convert to new options framework PR: ports/168580 Submitted by: Oleg Ginzburg <olevole@olevole.ru>
* Really fix qt33bapt2012-06-031-2/+1
| | | | | Submitted by: Oliver Pinter <oliver.pinter@gmail.com> Pointy hat to: bapt
* - Remove PrintGifError() which is retired from giflib 4.2.0 [1]sunpoet2012-06-031-3/+5
| | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Reference: http://giflib.git.sourceforge.net/git/gitweb.cgi?p=giflib/giflib;a=blob;f=NEWS [1]
* - Fix conflictsmadpilot2012-06-032-2/+4
| | | | | | | While I'm here take maintainership of x11/trayer Reported by: Sulev-Madis "ketas" Silber <madis555@hot.ee> (by e-mail) Approved by: crees, tabthorpe (mentors, implicit)
* Convert to new options frameworkbapt2012-06-031-6/+8
|
* - Update to 0.4.5sunpoet2012-06-033-9/+7
| | | | Changes: http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
* update maintainer addressbapt2012-06-031-3/+6
| | | | | | | switch to new options framework PR: ports/168581 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
* - Upgrade to 0.07.kuriyama2012-06-022-4/+8
|
* Restore PORTREVISION.rakuco2012-06-022-0/+2
| | | | | The Qt 4.8.2 update was not supposed to remove PORTREVISION from these ports, as they are not really part of the update.
* IO::Callback provides an easy way to produce a phoney read-onlykuriyama2012-06-025-0/+43
| | | | | | | | | | filehandle that calls back to your own code when it needs data to satisfy a read. This is useful if you want to use a library module that expects to read data from a filehandle, but you want the data to come from some other source and you don't want to read it all into memory and use IO::String. WWW: http://search.cpan.org/dist/IO-Callback/
* Update to 1.28.nobutaka2012-06-023-7/+11
|
* Convert to new options frameworkbapt2012-06-021-22/+24
| | | | | PR: ports/168522 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> (maintainer)
* Update to 3.1.2.nobutaka2012-06-024-33/+16
|
* - Update to 2.63culot2012-06-022-3/+3
| | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES
* - Update to 0.4.0culot2012-06-022-5/+4
| | | | | | Changes: https://raw.github.com/phalcon/cphalcon/master/CHANGELOG PR: ports/168561 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* - Add p5-Error-Helper 0.1.0sunpoet2012-06-025-0/+38
| | | | | | Error::Helper provides some easy error related methods. WWW: http://search.cpan.org/dist/Error-Helper/
* - Mark as MAKE_JOBS_UNSAFE.tj2012-06-021-2/+3
| | | | | | | | | - Fix portlint warning. PR: ports/167600 Submitted by: Bryan Drewery <bryan@shatow.net> Approved by: eadler (mentor) Approved by: maintainer timeout (4 weeks)
* - Update to 0.16culot2012-06-022-5/+8
| | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Remove SITE_PERL from BUILD_DEPENDS - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS Changes: http://search.cpan.org/dist/URI-Template/Changes
* Update to 1.0.nobutaka2012-06-023-3/+4
|
* - Upgrade to 0.54.kuriyama2012-06-022-5/+5
|
* Fix qt33 with option-ngbapt2012-06-021-3/+1
| | | | Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
* - Fix error when running from read-only fsak2012-06-021-1/+3
| | | | Approved by: eadler, itetcu (mentors, implicit)
* - Update devel/lasi to 1.1.1lme2012-06-024-124/+124
| | | | - Chase library version bump
* - update to 1.7sperber2012-06-025-43/+27
| | | | | | PR: ports/168462 Submitted by: Tor Halvard Furulund <squat _at_ squat.no> (maintainer) Approved by: decke (mentor)
* Unknown Horizons is a 2D realtime strategy simulation with an emphasissperber2012-06-027-0/+2887
| | | | | | | | | | | | | on economy and city building. Expand your small settlement to a strong and wealthy colony, collect taxes and supply your inhabitants with valuable goods. Increase your power with a well balanced economy and with strategic trade and diplomacy. WWW: http://www.unknown-horizons.org/ PR: ports/168409 Submitted by: Green Dog <fiziologus _at_ gmail.com> (maintainer) Approved by: decke (mentor)
* Add missing inclusion of bsd.port.pre.mk needed for OSVERSION testingbapt2012-06-021-1/+3
|
* - Upgrade to 7.38.kuriyama2012-06-022-3/+3
|
* - Upgrade to 0.52.kuriyama2012-06-022-3/+3
|
* - Upgrade to 1.15.kuriyama2012-06-022-3/+3
|
* - Resolve conflict with misc/shuffle [1]ak2012-06-022-14/+5
| | | | | | | - Clarify wrapper option Submitted by: ketas <madis555@hot.ee> [1] Approved by: eadler, itetcu (mentors, implicit)
* Port changesbapt2012-06-024-8/+20
| | | | | | | | | | | | | | | - Convert to new options framework - Sync pkg-message with devel/portupgrade portupgrade changes - portupgrade/portinstall -v now lists recursive depends [ports/137958] - portupgrade lists new version after upgrade in results - Fixed failure being seen as success due to broken script(1) [ports/147242, ports/131111] - A fixed script(1) is now included for systems < 8.1 - Expanded pkgng support PR: ports/168548 which fixes: ports/137958 ports/147242 ports/131111 Submitted by: Bryan Drewery <bryan@shatow.net>
* - Upgrade to 0.002114.kuriyama2012-06-022-5/+7
|
* Convert to new options frameworkbapt2012-06-021-19/+14
| | | | | PR= ports/168534 Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer)
* Remove the double quotes while converting from old options framework to new one.bapt2012-06-021-1/+1
| | | | | | This fix the too long options breaking the UI Reported by: Oliver Pinter <oliver.pntr@gmail.com> (via private mail)
* - fix LIB_DEPENDSdinoex2012-06-021-1/+1
|
* - import latest git patches.dinoex2012-06-022-3/+79
| | | | | PR: 168513 Submitted by: fluffy (Dima Panov)
* - Update to 1.42culot2012-06-022-9/+5
| | | | | | - Update LICENSE (upstream switched to Artistic 2) Changes: http://search.cpan.org/dist/Test-WWW-Mechanize/Changes
* - Update to 1.28culot2012-06-022-3/+3
| | | | Changes: http://search.cpan.org/dist/File-MMagic/ChangeLog
* - fix build with giflibdinoex2012-06-022-9/+94
| | | | - improve OPTIONS
* - Update to 0.13culot2012-06-022-3/+6
| | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Devel-Required/CHANGELOG
* - Update to 17.9culot2012-06-022-8/+8
| | | | - Convert to new options framework
* - Update to 1.1.2culot2012-06-022-3/+3
| | | | | PR: ports/168549 Submitted by: koobs <koobs.freebsd@gmail.com> (maintainer)
* Fix integer overflow.ale2012-06-022-0/+19
|
* - fix build with libpng 1.5.10dinoex2012-06-021-1/+2
|
* Fix conflicts line - glob, not regexeadler2012-06-021-1/+1
| | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee>
* Add missing conflictseadler2012-06-024-0/+8
| | | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee> Approved by: tj (maintainer)
* Convert to OptionsNG framework.tj2012-06-021-6/+4
| | | | Approved by: eadler (mentor)
* - Update to 20120531.kuriyama2012-06-024-12/+11
|
* Ports modules update at Saturday 02 June 2012 at 00:50edwin2012-06-021-101/+49
| | | | Feature safe: yes
* - Update to 2.4.13clsung2012-06-024-4/+23
| | | | | | | | | - Include patch to setup.py from PR: ports/158036 - Add LICENSE_FILE - Update pkg-plist PR: ports/168362 Submitted by: koobs <koobs dot freebsd_AT_gmail dot com>
* The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.rakuco2012-06-0242-81/+39
| | | | | | | | | The upstream changelog can be seen in <https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>. Relevant changes include a few patches having been integrated upstream and thus removed from the ports tree and some improved work on USE_QT4 in bsd.qt.mk.
* - Update to 1.4-1tota2012-06-022-4/+5
|
* - Update to 1.4-7tota2012-06-022-4/+3
|
* Diff reduction to subversion/Makefile rev 1.145 and subversion/Makefile.commonobrien2012-06-022-26/+38
| | | | rev 1.62 so that one may see what's different about the ports files.
* Fix SDL check inside the GTK2 block. The port was marked IGNORE regardless ofkwm2012-06-021-1/+1
| | | | the setting of SDL.
* - update to 2.9jgh2012-06-022-3/+22
| | | | | | | | - add new option to install bash completions PR: ports/168092 Submitted by: jgh Approved by: maintainer timeout ( 15 days )
* - Update to 0.19sunpoet2012-06-023-4/+8
| | | | Changes: http://search.cpan.org/dist/Math-Int64/Changes
* - Add patch to improve e1000 rx performance especially with netmap tonox2012-06-023-55/+193
| | | | | | | | emulators/qemu-devel. [1] - Convert both qemu ports to OPTIONng. Submitted by: luigi [1] (original version of the patch) Optained from: qemu-devel mailinglist [1] (improved version of the patch)
* - Update to 0.38sunpoet2012-06-023-4/+4
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Data-Peek/ChangeLog
* Upgrade to 0.4.12.thierry2012-06-023-22/+18
| | | | Changelog at <http://neubot.org/neubot-0.4.12>.
* Update to 3.22.0lme2012-06-022-4/+3
|
* - Fix build with clanglme2012-06-023-8/+38
| | | | | | | - While here, fix a segfault [1] - Bump PORTREVISION Fixed by: ed [1]
* Convert to OptionsNG framework.tj2012-06-023-12/+15
| | | | Approved by: eadler (mentor)
* prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1swills2012-06-024-0/+28
| | | | | | | WWW: https://github.com/rails/prototype-rails PR: ports/168126 Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
* Add py-bleach 1.1.1, an easy whitelist-based HTML-sanitizing tool forlwhsu2012-06-025-0/+73
| | | | | | | Python. PR: ports/168459 Submitted by: koobs <koobs.freebsd@gmail.com>
* Convert to new options frameworkbapt2012-06-0210-80/+82
|
* Add description for SASLbapt2012-06-021-0/+1
|
* Twitter Client on Terminal with Twitter Streaming API.swills2012-06-024-0/+38
| | | | | | | WWW: http://rubygems.org/gems/earthquake PR: ports/168173 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
* - Update to 1.01sunpoet2012-06-013-5/+5
| | | | Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes
* Pretty print Ruby objects to visualize their structure.swills2012-06-014-0/+26
| | | | | | | WWW: http://rubygems.org/gems/awesome_print PR: ports/168171 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
* Convert to the new OptionsNG framework.tj2012-06-011-8/+10
| | | | Approved by: eadler (mentor)
* Add ASSERT option description for use in razorback ports.tj2012-06-011-0/+1
| | | | Approved by: eadler (mentor)
* - fix build with libpng 1.5.10dinoex2012-06-013-94/+1
|
* Correct previous commit: now use the real patch,johans2012-06-011-34/+30
| | | | | | | rather than a patch of the patch to update the port Reported by: fluffy Pointyhat to: johans
* - Fix permissions on /var/run/shibbolethswills2012-06-012-0/+2
|
* - update to 3.8.13flo2012-06-012-41/+27
| | | | | - update CONFLICTS to match reality - switch to optionsng
* Add descriptions for APACHE, FREETDS, GRAPHVIZ, GSM, H323, JABBER, LUA, MODPERL,flo2012-06-011-1/+13
| | | | ORACLE, RADIUS, SNMP and SPANDSP to be used with www/rt38 and net/asterisk
* - update to 1.1.4dinoex2012-06-012-3/+3
|
* - update to 4.2.0dinoex2012-06-013-17/+7
|
* New port: security/razorback-fsMonitorzi2012-06-015-0/+62
| | | | | | | | | | | | | | Razorback is a framework for an intelligence driven security solution. It consists of a Dispatcher at the core of the system, surrounded by Nuggets of varying types. This nugget uses inotify to monitor any number of file system paths and send any changed or created files to the dispatcher for collection. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167747 Submitted by: Tom Judge <tom@tomjudge.com>
* New port: security/razorback-fsWalkzi2012-06-015-0/+61
| | | | | | | | | | | | | | Razorback is a framework for an intelligence driven security solution. It consists of a Dispatcher at the core of the system, surrounded by Nuggets of varying types. This nugget uses inotify to monitor any number of file system paths and send any changed or created files to the dispatcher for collection. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167748 Submitted by: Tom Judge <tom@tomjudge.com>
* Typobapt2012-06-011-1/+1
|
* - Mark BROKEN with powerpc/elf combination (might be all powerpc, don't know)scheidell2012-06-011-1/+3
| | | | | | PR: ports/168527 Submitted by: scheidell@ (me) Approved by: The dancing elves (maintainer)
* Convert to new options frameworkbapt2012-06-0113-108/+109
|
* Add description for GNUPLOTbapt2012-06-011-0/+1
|
* Add gnunet-gtk , GTK interface to GNUnet.bf2012-06-016-0/+388
|
* Convert to new options frameworkbapt2012-06-017-91/+86
|
* Convert to new options framework, while here disable LAME by default to allowbapt2012-06-011-9/+8
| | | | packing distribution
* Convert to new options frameworkbapt2012-06-011-9/+8
|
* Add description for MADbapt2012-06-011-0/+1
|
* - cleanup GNUSTEP_DEVELdinoex2012-06-011-1/+1
|
* - use graphics/giflibdinoex2012-06-011-2/+5
|
* - do not drop spool on updatedinoex2012-06-011-1/+1
|
* - Update to 2.07bzi2012-06-013-11/+11
| | | | - Whitespace cleanup
* Fix make showconfigbapt2012-06-011-2/+1
| | | | Reported by: Freshports sanity check
* - fix spacedinoex2012-06-011-1/+1
|
* Convert to new options frameworkbapt2012-06-017-83/+72
|
* Fix gstreamer descriptions and add a shared description for MTPbapt2012-06-011-1/+2
|
* Update to 1.12.3 release.ale2012-06-013-3/+4
|
* Update to 5.5.25 release.ale2012-06-012-3/+3
|
* by default optionsng sort the options before prompting to them.bapt2012-06-011-0/+12
| | | | | | add a new KNOB for maintainers: NO_OPTIONS_SORT to prevent from sorting the options. Requested by: osa@
* Update to 1.4.2 release.ale2012-06-012-3/+3
|
* Update to 4.8 release.ale2012-06-012-3/+3
|
* Update to 3.3.2 release.ale2012-06-012-5/+5
| | | | | Note: since eclipse update to 3.7.1 JSP editing is not working anymore, for obscure reason a few plugins are not correctly loaded.
* Update to 3.7.2 release.ale2012-06-012-4/+4
| | | | Approved by: maintainer timeout
* Update to 1.9.2 release.ale2012-06-012-3/+3
| | | | Approved by: maintainer
* Update to 2.7.2 release.ale2012-06-012-4/+4
| | | | Approved by: maintainer
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Update to 0.86sunpoet2012-06-013-17/+26
| | | | | | - Align PERL_LEVEL check to stable Perl releases (lang/perl5.*) Changes: http://search.cpan.org/dist/Module-CPANTS-Analyse/Changes
* Convert to new options frameworkbapt2012-06-0114-150/+135
|
* - Update to 0.9.2.avilla2012-06-014-230/+248
| | | | | | | | | | - OPTIONSngify, part 1. - Make NLS optional (via OPTIONSng). Kdenlive 0.9.2 comes with many new features and bugfixes. Check release notes for more information: - http://kdenlive.org/discover/0.9 - http://kdenlive.org/discover/0.9.2
* - fix LIB_DEPENDS for png 1.5.10dinoex2012-06-011-1/+2
|
* - Update to 0.19sunpoet2012-06-012-3/+3
| | | | Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes