/lang/gnat/

o' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Make fetchable againthierry2014-08-234-59/+57
| | | | | | - Stagify - Link the test programs with FFLAGS to get -rpath on GCC libs.
* Remove double slash to pass check-plistantoine2014-08-231-3/+3
|
* Do not try to remove directories belonging to BSD.local.distantoine2014-08-231-20/+0
|
* New port: textproc/py-acoraantoine2014-08-234-0/+31
| | | | | | | | | | | | Acora is 'fgrep' for Python, a fast multi-keyword text search engine. Based on a set of keywords, it generates a search automaton (DFA) and runs it over string input, either unicode or bytes. It is based on the Aho-Corasick algorithm and an NFA-to-DFA powerset construction. Acora comes with both a pure Python implementation and a fast binary module written in Cython. However, note that the current construction algorithm is not suitable for really large sets of keywords (i.e. more than a couple of thousand). WWW: https://github.com/scoder/acora/
* - Drop .la files, no dependees require themamdmi32014-08-232-3/+3
| | | | - Strip libraries
* [NEW] devel/py-pycosat: Bindings to PicoSAT (a SAT solver)koobs2014-08-235-0/+49
| | | | | | | | | PicoSAT is a popular SAT solver written by Armin Biere in pure C. This package provides efficient Python bindings to picosat on the C level, i.e. when importing pycosat, the picosat solver becomes part of the Python process itself. WWW: https://github.com/ContinuumIO/pycosat
* devel/picosat: Satisfiability (SAT) solver for boolean variableskoobs2014-08-235-0/+50
| | | | | | | | | | | | | PicoSAT is a satisfiability (SAT) solver for boolean variables in boolean expressions. A SAT solver can determine if it is possible to find assignments to boolean variables that would make a given set of expressions true. If it's satisfiable, it can also show a set of assignments that make the expression true. Many problems can be broken down into a large SAT problem (perhaps with thousands of variables), so SAT solvers have a variety of uses. WWW: http://fmv.jku.at/picosat
* Fix some stage orphansantoine2014-08-232-1/+4
|
* lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.koobs2014-08-233-3/+3
| | | | | | Bump PORTREVISION, as prior to the previous change that fixed upstream Issue #21166, Python builds could be potentially polluted by the host environment which could caused runtime issues because of ABI differences.
* lang/python{27,33,34}: Backport fix for upstream Issue #21166koobs2014-08-233-0/+222
| | | | | | | | | | | | | | | | | | Backport fix for upstream Issue #21166: Prevent possible segfaults and other random failures of python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances. [1] This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0. A HUGE thank you to Ned Deily from the Python Core Development Team for helping to identify the underlying cause, produce a fix and wonderfully document the explanation. [1] http://bugs.python.org/issue21166
* Conver to USES=pythonadamw2014-08-231-3/+2
|
* www/siteframe: Rework so that overriding extract target is unnecessarymarino2014-08-231-6/+6
|
* net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plistmarino2014-08-231-1/+1
|
* Fix indentation.nox2014-08-231-1/+1
|
* - bsd-user: fix sysctl hw.physmem if host bitsize != target's.nox2014-08-232-0/+42
| | | | | | - Bump PORTREVISION. Reported by: sbruno
* Update from 4.0.48 to 4.0.49:osa2014-08-238-13/+13
| | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Upgraded the preferred Nginx version to 1.6.1. * Fixed a crash that may be triggered by the `passenger_max_requests` feature. * Introduced the `spawn_failed` hook, which is called when an application process fails to spawn. You could use this hook to setup an error notification system. Closes GH-1252. * Fonts, RSS and XML are now gzip-compressed by default in Phusion Passenger Standalone. Thanks to Jacob Elder. Closes GH-1254. * Fixed some user and group information lookup issues. Closes GH-1253. * Fixed some request handling crashes. Closes GH-1250. * Fixed some compilation problems on Gentoo. Closes GH-1261. * Fixed some compilation problems on Solaris. Closes GH-1260. </ChangeLog>
* devel/rubygem-rubygems-tasks: add port for rubygem-rubygems-tasksswills2014-08-234-0/+22
| | | | | | Agnostic and unobtrusive Rake tasks for managing and releasing Ruby Gems. WWW: https://github.com/postmodern/rubygems-tasks#readme
* devel/hs-readline: Restore adamw's -current fixmarino2014-08-231-0/+2
| | | | | The massive ghc update (rev 364579) removed Adam's fix (rev 362452) unintentionally. Add USES=readline back again; DF needs it too.
* Update to version 1.4brian2014-08-232-3/+3
| | | | | This fixes an issue generating filesystems with a size exactly divisible by 4GB.
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-08-232-12/+6
|
* Package the DOCSantoine2014-08-231-5/+4
|
* Package somethingantoine2014-08-233-5/+8
|
* GCC 4.10 has been renamed to GCC 5 upstream; rename our gcc410 portgerald2014-08-2310-1/+2
| | | | to gcc5 accordingly.
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-08-232-6/+5
|
* Update 3.6.0alpha2 --> 3.6.0a3cy2014-08-233-4/+8
| | | | Submitted by: Peter Czanik <peter.czanik@balabit.com> (syslog-ng upline)
* XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"amdmi32014-08-234-0/+43
| | | | | | | | | | Goal of the game is to clear entire field by matching pairs of neighbouring (adjacent or on the same line/column without any other numbers in between) numbers, which must be either equal, or their sum must be equal to strike out sum. WWW: https://github.com/Penguinum/xtgyoretsu-forked/ WWW: http://saahriktu.org/games.html
* - Convert to USES=libtool and INSTALL_TARGET=install-striptijl2014-08-233-19/+5
| | | | - Remove old patch for gcc 2.x
* - Fix CXX not being respected. This original fix seemed to work only becausebdrewery2014-08-232-5/+10
| | | | | scons tries c++, then g++. If you had g++ installed then it would use that regardless of CXX. Just pull CXX out of the environment intead.
* Package somethingantoine2014-08-232-2/+14
|
* Remove double slash to pass check-plistantoine2014-08-231-1/+1
|
* - graphics/ming: Add USES=libtool and bump dependent portstijl2014-08-2310-31/+22
| | | | | - graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS - graphics/pencil: Fix dependencies
* Fix staging when port is alredy installed on system.madpilot2014-08-232-12/+13
| | | | Reported by: Jeff Molofee <jeff.molofee at pro-westernplastics.com>
* databases/rubygem-mysql2: Update to 0.3.16swills2014-08-232-3/+3
|
* sysutils/rubygem-capistrano: update to 3.2.1swills2014-08-232-3/+3
| | | | | PR: 190035 Submitted by: Rustem Alimov <rustem.alimov@gmail.com
* - Stagifyamdmi32014-08-233-5/+12
| | | | | | | - Update WWW PR: 192810 Submitted by: tkato432@yahoo.com
* Add USES=libtooltijl2014-08-231-4/+3
|
* Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-08-232-14/+10
|
* japanese/ruby-mecab: fix LICENSE, strip shared libraryswills2014-08-231-1/+3
| | | | | PR: 191310 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Optionize for Graphviz and LaTeX (enabled by default, so hopefully thedanfe2014-08-235-123/+72
| | | | | | | | | | | | | | | | | | | | | | rest of the ports tree that uses Doxygen for their documentation aren't adversely affected) - Use new OPTIONS framework helpers - PDFDOCS relies on both the LATEX and HTMLDOCS options to be enabled - Remove a couple patches that believed to have no effect on PDFDOCS build because it should've been setting HAVE_LATEX in MAKE_ARGS instead of HAVE_PDFDOCS (which was done by a previous commit that submitter was unaware of back when it happened, but never should've happened to begin with) - While here: sort USES, remove MAKE_JOBS_UNSAFE [*], and cleanup Makefile, use correct spelling of PostScript and PDF in port description text [*] Except cleaning targets, use more robust make(1) syntax of -C, albeit I did not find evidence that cd ... ; $(MAKE) syntax was causing build failures with -jX. Still, -C is better and safer in general. PR: 192732 Submitted by: maintainer Reviewed by: marino
* deskutils/fet: update to 5.23.2wg2014-08-233-340/+3
| | | | | PR: 192882 Submitted by: maintainer
* games/wtf: update to 20140820wg2014-08-232-3/+3
| | | | | PR: 192887 Submitted by: maintainer
* net-mgmt/pandorafms_server: fix startup scriptwg2014-08-232-33/+34
| | | | | PR: 192915 Submitted by: maintainer
* - Update to 1.0.2amdmi32014-08-2312-49/+133
| | | | | | | | - Add LICENSE - Stagify PR: 192795 Submitted by: tkato432@yahoo.com
* - Stagifyamdmi32014-08-232-3/+7
| | | | | PR: 192791 Submitted by: tkato432@yahoo.com
* devel/py-itools: 0.62.9 -> 0.75.2, unbreakpi2014-08-233-571/+38
| | | | | PR: 192668 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
* www/rubygem-fcgi: add port based on ruby-fcgi, update to 0.9.2.1swills2014-08-234-0/+23
| | | | | PR: 190446 Submitted by: Takumi Takahashi <takumiiinn@gmail.com>
* - Stagifyamdmi32014-08-222-10/+17
|
* Upgrade to version 0.24.1.olgeni2014-08-222-4/+4
|
* Fix duplicated files.hrs2014-08-224-83/+57
| | | | Spotted by: Jan Henrik Sylvester
* - Unconditionally depend on intltool to fix build with NLS disabled [1]tijl2014-08-221-6/+18
| | | | | | | - Add OpenGL rendering support [2] PR: 192856 [1] Submitted by: Nils Beyer <nbe@renzel.net> [2]
* - Stagifyamdmi32014-08-221-14/+8
|
* - Stagifyamdmi32014-08-221-4/+3
|
* sysutils/rubygem-chef: update 11.12.2 -> 11.14.2robak2014-08-223-10/+14
| | | | | | PR: 192340 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
* sysutils/rubygem-chef-zero: update 2.0.2 -> 2.2robak2014-08-222-3/+3
| | | | | | PR: 192338 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
* sysutils/rubygem-ohai: update 7.0.2 -> 7.2.0robak2014-08-222-6/+8
| | | | | | PR: 192339 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
* Fix bugs which prevented papersize configuration from working.hrs2014-08-223-5/+46
|
* - Update to 2014.65ak2014-08-222-3/+3
|
* - Update from 1.2.1 to 1.3.0danilo2014-08-222-3/+3
|
* - Update to 1.33ak2014-08-222-3/+3
| | | | | PR: 192684 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* - Update from 7.40.5 to 7.40.6danilo2014-08-224-6/+6
|
* devel/rubygem-pygments.rb: patch for newer yajl-rubyswills2014-08-223-1/+23
| | | | | PR: 189983 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* The previous commit was broken - don't know how I managed to install thedes2014-08-222-8/+40
| | | | | | result. Fix the version requirement for Catalyst::DispatchType::Regex. While there, add a patch that ensures that errors are reported correctly, i.e. 500 for an internal error and 400 for an invalid request.
* - Support stagingehaupt2014-08-222-14/+12
| | | | - Add LICENSE
* sysutils/rubygem-hammer_cli_foreman: update to 0.1.2swills2014-08-223-5/+5
| | | | | PR: 192660 Submitted by: Michael Moll <kvedulv@kvedulv.de> (maintainer)
* sysutils/rubygem-hammer_cli: update to 0.1.2swills2014-08-224-11/+21
| | | | | PR: 192658 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* Add a dependency on Catalyst::DispatchType::Regex, which is no longerdes2014-08-221-1/+2
| | | | part of the Catalyst core.
* devel/rubygem-clamp: patch for i18n, assign maintainer to submitterswills2014-08-222-1/+193
| | | | | | PR: 192635 Submitted by: Michael Moll <kvedulv@kvedulv.de> Obtained from: https://github.com/mdub/clamp/pull/43
* devel/rubygem-fast_gettext: update to 0.9.0, assign maintainer to submitterswills2014-08-222-4/+4
| | | | | PR: 192592 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* devel/rubygem-railsless-deploy: Obsolete, Capistrano 3 does not ship with ↵antoine2014-08-225-31/+1
| | | | any Railsisms and is better than Capistrano 2 and railsless-deploy
* - Fix whitespaceamdmi32014-08-222-30/+21
| | | | | | | - Switch to USES=libtool, drop .la files - Stagify - Convert USE_BZIP2 to USES - Fix plist
* In practice this port only builds on i386 and amd64 and that is not goingbrooks2014-08-221-0/+2
| | | | | | | to change given that it is unmaintailed. PR: 192898 Submitted by: sbruno
* devel/rubygem-grape-entity: update to 0.4.3, assign maintainer to submitterswills2014-08-222-4/+4
| | | | | PR: 192593 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* Clay has seen no development in over a year and depends on an obsoletebrooks2014-08-221-1/+4
| | | | | | | and unmaintained version of LLVM/Clang. Deprecate the port and give it a longish expiration date in case someone actually uses it.
* - Drop .la files, no dependees require themamdmi32014-08-222-6/+2
| | | | Approved by: portmgr blanket
* - Drop .la files, no dependees require themamdmi32014-08-222-3/+2
| | | | Approved by: portmgr blanket
* - Add PNG option to fix plist (libimage.so is optional)amdmi32014-08-223-4/+30
| | | | | - DSSI option requires alsa library - Fix DOCS option
* - DSSI option requires alsa libraryamdmi32014-08-221-2/+2
| | | | - Convert USE_PYTHON to USES
* New port: security/p5-Crypt-RHash:zi2014-08-226-0/+50
| | | | | | | | | | | | | | Crypt::Rhash module is an object-oriented interface to the LibRHash library, allowing simultaneous calculation of several hash functions for a file or a text message. Resulting hash digest can be obtained in hexadecimal, BASE32, BASE64, raw binary format or as a magnet link. WWW: http://search.cpan.org/dist/Crypt-RHash/ PR: 192899 Submitted by: proler@gmail.com
* - Add shared JSON_C descriptionsunpoet2014-08-221-0/+1
|
* Add BSIM4v4 support.hrs2014-08-223-6/+24
|
* Update TeXLive to 2014.hrs2014-08-22