aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 0.10.1 [1]pawel2014-03-224-37/+27
| | | | | | | | - Strip cgi binary - Switch to PORTDOCS PR: ports/187211 [1] Submitted by: maintainer
* - Update to 1.555lwhsu2014-03-222-3/+3
|
* - Update to 2014.1.1lwhsu2014-03-222-3/+3
|
* - Update to 1.6decke2014-03-213-77/+3
| | | | | | | | | - Remove non working patch for py-lockfile (upstream has fixed it now) - Pet portlint PR: ports/187355 Submitted by: myself Approved by: maintainer timeout (2 weeks)
* - Update to 0.11.1tota2014-03-212-5/+15
| | | | - Use shebangfix
* - Update to version 1.0.0-rc19 [1]pawel2014-03-212-12/+7
| | | | | | | | | | | - Add LICENSE [1] - Don't strip binaries, this fixes [2] - Fix COMMENT PR: ports/187250 [1] ports/186613 [2] Submitted by: Alexandre Perrin <alex@kaworu.ch> [1] Approved by: maintainer timeout
* - Update commit template to include 'Relnotes:' tag, togjb2014-03-216-24/+32
| | | | | | | | | help re@ track release notes candidates. - Bump PORTREVISION. Discussed with: re Reviewed by: bdrewery Sponsored by: The FreeBSD Foundation
* Support stagingehaupt2014-03-201-6/+4
|
* devel/py-capstone: Update to 2.1koobs2014-03-202-5/+4
| | | | | - Update to 2.1 - Limit USE_PYTHON to 2.x
* - Update to version 0.7.91, use USES=tar [1]pawel2014-03-203-8/+15
| | | | | | | | | - Depend on security/ca_root_nss in path independent way - Convert gnomehack to pathfix - Strip libraries PR: ports/187704 [1] Submitted by: maintainer
* Kafo provides a framework for building shiny, user friendly command lineswills2014-03-206-0/+70
| | | | | | | | | installers based on puppet modules. WWW: https://github.com/theforeman/kafo PR: ports/187776 Submitted by: Michael Moll <kvedulv at kvedulv.de>
* The kafo_parser gem can parse values, validations, documentation, types, groupsswills2014-03-205-0/+51
| | | | | | | | | and conditions of parameters from your puppet modules. WWW: https://github.com/theforeman/kafo_parsers PR: ports/187775 Submitted by: Michael Moll <kvedulv at kvedulv.de>
* - Update Firefox to 28.0beat2014-03-203-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Update Firefox ESR to 24.4.0 - Update Thunderbird to 24.4.0 - Update NSPR to 4.10.4 - Update NSS to 3.15.5 - Switch GSTREAMER option for non-esr ports to depend on multimedia/gstreamer1 [2] - Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x - Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2 - Enable readahead in url-classifier, asmjs, download resume like on Linux - Build www/firefox and www/seamonkey faster using unified compilation - Unbreak build on sparc64 [1] - Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x - OPTIMIZED_CFLAGS is enabled by default - A few DEBUG build fixes - Add clang 3.2/3.3/3.4 workarounds for i386 - Mention known GSTREAMER issue in pkg-message Submitted by: Jan Beich PR: ports/186580 [1] Requested by: kwm [2] Security: http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
* Use grouping rules to speed-up download.thierry2014-03-201-21/+21
| | | | | | PR: ports/187715 Submitted by: /me Approved by: maintainer
* - Add p5-Return-Type 0.003sunpoet2014-03-205-0/+48
| | | | | | | | | | | | | | | Return::Type allows you to specify a return type for your subs. Type constraints from any Type::Tiny, MooseX::Types or MouseX::Types type library are supported. The simple syntax for specifying a type constraint is shown in the "SYNOPSIS" [1]. If the attribute is passed a single type constraint as shown, this will be applied to the return value if called in scalar context, and to each item in the returned list if called in list context. (If the sub is called in void context, type constraints are simply ignored.) [1] http://search.cpan.org/dist/Return-Type/lib/Return/Type.pm#SYNOPSIS WWW: http://search.cpan.org/dist/Return-Type/
* - Update to 0.040sunpoet2014-03-203-7/+9
| | | | | | | - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS
* - Fix typozi2014-03-191-1/+1
|
* - Don't report 0.39 as being newer--it's actually 0.039 and 2 years older ↵zi2014-03-191-0/+2
| | | | than 0.040*
* - Update to 2014.1lwhsu2014-03-192-5/+4
|
* Logan is a toolkit for running standalone Django applications. It provides youswills2014-03-195-0/+63
| | | | | | | | | | with tools to create a CLI runner, manage settings, and the ability to bootstrap the process. WWW: https://github.com/dcramer/logan PR: ports/187690 Submitted by: Johannes Meixner <xmj@chaot.net>
* - Do not try to remove %%SITE_PERL%%/%%PERL_ARCH%%/auto or ↵zi2014-03-191-2/+0
| | | | %%SITE_PERL%%/%%PERL_ARCH%%
* Add new port devel/linux_libusb:nox2014-03-194-0/+100
| | | | | | | | | | | | | | | | | | linux-libusb takes advantage of FreeBSD libusb(8) library, which got prepared to work correctly within linux(4) emulation layer. It lets you to take Linux binary linked with libusb.so and use it on FreeBSD. Additional information: This port has been prepared under FreeBSD with kern.osreldate = 1000510. It relies on the fact the libusb(8) API seems to be stable and no changes have been made to internal API for a long time. If this assumption isn't true, port won't work. Please submit bug report to the port maintainter in that case. WWW: http://lists.freebsd.org/pipermail/freebsd-usb/2014-March/012854.html PR: ports/146895 (older version) Submitted by: wkoszek (PR), nox (self, this version)
* - Update from alpha-20140112 to 20140112antoine2014-03-193-9/+6
| | | | - Use libtool, strip libraries
* - Update to alpha-20140317antoine2014-03-193-8/+6
| | | | - Use libtool, strip libraries
* - Update to alpha-20140317antoine2014-03-192-3/+4
| | | | - Strip libraries
* - Update to alpha-20140317antoine2014-03-193-15/+8
| | | | | - Use libtool, strip libraries - No more examples, see the projects website if you need some
* - Update to alpha-20140317antoine2014-03-193-15/+7
| | | | | - Use libtool, strip libraries - No more examples, see the projects website if you need some
* Deprecate: Broken for more than 6 monthsantoine2014-03-191-0/+2
|
* New port: devel/p5-RPSL-Parser:zi2014-03-195-0/+38
| | | | | | | | | | | | This is a rather simplistic lexer and tokenizer for the RPSL language. It currently does not validate the object in any way, it just tries (rather hard) to grab the biggest ammount of information it can from the text presented and place it in a Parse Tree (that can be passed to other objects from the RPSL namespace for validation and more RFC2622 related functionality). WWW: http://search.cpan.org/dist/RPSL-Parser/
* - Add p5-match-simple 0.008sunpoet2014-03-195-0/+43
| | | | | | | | | match::simple provides a simple match operator |M| that acts like a sane subset of the (as of Perl 5.18) deprecated smart match operator. Unlike smart match, the behaviour of the match is determined entirely by the operand on the right hand side. WWW: http://search.cpan.org/dist/match-simple/
* - Add p5-Sub-Infix 0.003sunpoet2014-03-195-0/+35
| | | | | | | | Sub::Infix creates fake infix operators using overloading. It doesn't use source filters, or Devel::Declare, or any of that magic. It's pure Perl, has no non-core dependencies, and runs on Perl 5.8. WWW: http://search.cpan.org/dist/Sub-Infix/
* - Update to 2.0.2sunpoet2014-03-182-5/+6
| | | | | | | | | | - While I'm here: - Use USES=tar:tgz - Remove outdated IGNORE_WITH_PHP Changes: http://pecl.php.net/package-changelog.php?package=pthreads PR: ports/187694 Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
* Support stagingehaupt2014-03-181-10/+6
|
* Quiesce mkdirehaupt2014-03-182-3/+3
|
* On whatever reason configure requires gettext, although it's not used anywheretimur2014-03-183-3/+5
| | | | in the resulting libs. Explicitly disable this.
* Powerbar is a ruby gem that can create all kinds of progress bars to useswills2014-03-184-0/+29
| | | | | | | | | in CLI applications. WWW: https://github.com/busyloop/powerbar PR: ports/187599 Submitted by: Michael Moll <kvedulv at kvedulv.de>
* - Update LICENSEbdrewery2014-03-181-5/+3
| | | | | | | | - Use pydistutils - Use autoplist PR: ports/187583 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Staging supportswills2014-03-181-10/+8
| | | | | | | | - Fixed port options - Added LICENSE PR: ports/187627 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Update to version 2.1.1pawel2014-03-185-31/+38
| | | | | PR: ports/187582 Submitted by: maintainer
* Iodef::Pb::Simple is a Perl extension providing high level API access toculot2014-03-185-0/+91
| | | | | | | | | | Iodef::Pb, which is useful to an array of IODEF protocol buffer objects into things like tab-delimited tables, csv, and snort rules. WWW: http://search.cpan.org/dist/Iodef-Pb-Simple/ PR: ports/187095 Submitted by: Paul Schmehl <pauls@utdallas.edu>
* - Convert to USES=tarpawel2014-03-181-2/+2
| | | | - Use precise BSD licenses
* - Update to 0.3.0swills2014-03-182-9/+14
| | | | | | | | | - Add LICENSE - Fix options for DOCS installation - Removed option for client port PR: ports/187626 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
* - Update to 0.3.0swills2014-03-172-7/+11
| | | | | PR: ports/187625 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
* Update to 0.9.5bapt2014-03-172-3/+3
|
* - Update to 0.7ashish2014-03-174-56/+152
| | | | | | - Add LICENSE information - Add OPTION for NLS - Convert to OptionsNG helpers
* Now that the default version of GCC in the Ports Collection (pergerald2014-03-174-4/+3
| | | | | | | lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat)
* - Update to 1.09sunpoet2014-03-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Devel-Cover/Changes
* Remove extra instance of OPTIONS_DEFINE; contract MASTER_SITES while here.danfe2014-03-161-4/+2
|
* Remove expired ports:antoine2014-03-166-187/+0
| | | | | | 2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions 2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing 2014-03-15 palm/jpilot-db: No distfiles
* Update devel/shtk to 1.5:jmmv2014-03-163-4/+5
| | | | | | | | | | | | | | | Released on 2014-03-16. * Added a version module with helper functions to check if shtk is a given version or matches some constraints. Useful to dynamically determine which functions to call in a script, if their need is optional. * Added timeout support to shtk_process_run. The new '-t' option to this function takes the number of seconds before forcibly killing the subprocess. Approved by: bdrewery
* - Update to 0.5.1swills2014-03-162-3/+3
| | | | | PR: ports/187592 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* Windows Directory Monitor (WDM) is a library which can be used to monitorswills2014-03-164-0/+26
| | | | | | | | | | directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance. WWW: https://github.com/Maher4Ever/wdm PR: ports/187591 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* FSEvents API with Signals catching (without RubyCocoa).swills2014-03-164-0/+24
| | | | | | | WWW: http://rubygems.org/gems/rb-fsevent/ PR: ports/187587 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* - Fix absolute symlink that made Linux linker pick up native lib.nox2014-03-161-0/+6
| | | | | | | | | (and fail) - Bump PORTREVISION. PR: ports/187609 Submitted by: nox (self, PR), Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer, fix)
* devel/matreshka: Add FireBird SQL Supportmarino2014-03-162-9/+206
| | | | | | | After reporting the build issue of the Firebird SQL driver to the author, a fix was introduced a couple of days later. I finally have time to apply that repository fix. While here, fix it so the license can be installed.
* - Update to 2.7.1sunpoet2014-03-162-3/+3
| | | | Changes: https://github.com/guard/listen/releases
* - Add stage support [1]pawel2014-03-161-29/+6
| | | | | | | - Use PORTEXAMPLES for example files PR: ports/187598 [1] Submitted by: maintainer
* Add a patch sent upstream to fix the build with clang 3.4.rakuco2014-03-152-0/+21
| | | | | clang 3.4 is pickier with the flags it accepts, and refuses to work with the GCC-specific -fno-check-new.
* When setting USE_XORG via OPTION helper, use comma syntax universally; indanfe2014-03-151-1/+1
| | | | | | | | | | `devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were set incorrectly, which caused build failures of `devel/sdl12' without the OpenGL, for example. Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to produce more neat results, and use official spelling of MPEG abbreviation in COMMENT (port description still needs cleaning up).
* Add some missing distinfoantoine2014-03-151-0/+2
| | | | With hat: portmgr
* - Update to 1.2.0miwi2014-03-152-3/+3
|
* - Update to 1.004miwi2014-03-152-3/+3
|
* Upgrade to r203994.brooks2014-03-154-50/+106
|
* - Update MASTER_SITESsunpoet2014-03-151-1/+1
|
* - Sort PLISTsunpoet2014-03-152-2/+4
|
* - Update to 0.007sunpoet2014-03-142-3/+3
| | | | Changes: http://search.cpan.org/dist/experimental/Changes
* devel/ncurses: Unbreak (caused by overwritten USES=tar:tgz)marino2014-03-141-2/+1
|
* Update to 1.1.2mat2014-03-143-14/+43
| | | | | | | PR: 187423 Submitted by: mat Approved by: maintainer Sponsored by: Absolight
* - Update WWWsunpoet2014-03-141-1/+1
|
* devel/gprbuild: Fix automatic detection for AMD64marino2014-03-142-4/+8
| | | | | The standard target is amd64, not x86_64. Support both though.
* Support stagingehaupt2014-03-141-5/+4
|
* devel/afay: Fix for gcc49 and add EXAMPLES optionmarino2014-03-143-37/+71
| | | | | | | | | | * Add a patch to make gcc49 building this port * Add EXAMPLES option * Fix DOCS option * Simplify installation, respect 80 columns This means only gnatdroid-arm* depends on gcc47-aux now. Everything else can be built with gcc49
* - Take maintainershipgahr2014-03-141-15/+9
| | | | | - Modernize Makefile - Remove conflict with devel/jam
* - Use USES=tar:tgzsunpoet2014-03-141-2/+1
|
* devel/gprbuild: New version as result of gcc-aux upgrade to gcc49marino2014-03-1411-221/+120
| | | | | | | | | | GPRBuild was previously based on the 2012 release, but it never should have gone past the 2011 issue. GPRBuild needs to use the same sources as the GNAT that builds it, but it was built with the embedded sources instead. These "GPL" sources were ahead of the "FSF" sources, and GPRBuild only worked by chance. Using the proper GNAT Sources (gnat_util) resulted in build failure! Now gcc-aux has been updated and now GPRBuild 2013 can be properly built with FSF GNAT 4.9 sources.
* Upgrade to version 4.1.0.olgeni2014-03-145-62/+12
| | | | Submitted by: jkim
* - Update to 1.002001sunpoet2014-03-142-3/+3
| | | | Changes: http://search.cpan.org/dist/Import-Into/Changes
* - Update to 0.036sunpoet2014-03-142-3/+3
| | | | Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes
* - Remove TEST_DEPENDSsunpoet2014-03-141-2/+0
| | | | - Cleanup Makefile
* - Update to 1.6.21swills2014-03-142-3/+3
| | | | | PR: ports/187427 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* devel/gps: More tweaks to prepare for gcc49marino2014-03-142-0/+30
| | | | | GCC had a couple of "ambiguous" complaints as well as an overlapping variable used for both in and out. Fix these nits before gcc49 comes in.
* - Add stage supportpawel2014-03-143-10/+101
| | | | | | | | - Add initial arlcd config to boards.txt - Clean up some gcc warnings PR: ports/187460 Submitted by: maintainer
* Update to version 4.5.20.bsam2014-03-142-3/+3
|
* Moneta provides a standard interface for interacting with various kinds ofswills2014-03-144-0/+24
| | | | | | | | | key/value stores. WWW: http://www.yehudakatz.com PR: ports/187480 Submitted by: renchap@cocoa-x.com
* This gem contains Foreman API bindings for the Ruby language.swills2014-03-144-0/+29
| | | | | | | | | The bindings are generated from API documentation using Apidoc tool. WWW: https://github.com/theforeman/foreman_api PR: ports/187483 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* - Fix DEPENDS after 0.205 updatezi2014-03-141-1/+2
| | | | | | - Bump PORTREVISION Reported by: tj@
* - Prefer USES=gmake, add OPTIONS_DEFINE=DOCS, and support staging.jkim2014-03-142-9/+23
| | | | | | | - Add an upstream patch to fix kmk_sed with GCC 4.7. http://trac.netlabs.org/kbuild/ticket/112 http://trac.netlabs.org/kbuild/changeset/2727
* TablePrint turns objects into nicely formatted columns for easy reading.swills2014-03-144-0/+26
| | | | | | | | | | Works great in rails console, works on pure ruby objects, autodetects columns and lets you traverse ActiveRecord associations. WWW: http://tableprintgem.com/ PR: ports/ports/187483 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* - Add forgotten headerswills2014-03-141-0/+3
|
* - Correct COMMENTswills2014-03-141-1/+1
|
* Clamp provides an object-model for command-line utilities written in Ruby.swills2014-03-144-0/+22
| | | | | | | | | It handles parsing of command-line options, and generation of usage help. WWW: https://github.com/mdub/clamp PR: ports/ports/187483 Submitted by: ruby@FreeBSD.org
* - Update to 3.3.1tota2014-03-132-4/+6
|
* - Update to 1.8.1tota2014-03-132-5/+14
| | | | - Add LICENSE section
* - Update to 0.1-3tota2014-03-133-5/+6
| | | | | - Add LICENSE section - Use single space after WWW: in pkg-descr
* Update my ports to the latest infrastructure changesbapt2014-03-134-5/+4
|
* Support stagingehaupt2014-03-131-5/+3
|
* - Update to version 1.0.5 [1]pawel2014-03-133-8/+11
| | | | | | | | | - Fix recursive COMMENT - Convert to USES=tar:xz - Strip library PR: ports/187430 [1] Submitted by: maintainer
* - Update to 1.08jadawin2014-03-132-3/+3
|
* Didn't commit all the changes due wrong command linetimur2014-03-134-36/+33
|
* - Stage supportmiwi2014-03-131-5/+2
| | | | | - Convert to new USES flags - Disable g-ir-scanner cache to not touch /root/.cache during build
* - Stage supportmiwi2014-03-131-7/+3
| | | | - Convert gmake to USES
* - Stage supportmiwi2014-03-132-15/+38
|
* Modernize porteadler2014-03-131-2/+1
|
* Convert port to support STAGEtimur2014-03-131-23/+50
|
* Convert port to support STAGEtimur2014-03-131-24/+40
|
* - Fix build without EXAMPLES Option and change pkg-plistnemysis2014-03-132-6/+8
|
* - Fix build, without EXAMPLES Option and change pkg-plistnemysis2014-03-132-7/+10
| | | | | PR: ports/187511 Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
* Upgrade to 0.11.22.thierry2014-03-133-16/+3
|
* Remove trailing white spaces in the patch.jkim2014-03-131-2/+2
|
* Add forgotten description.romain2014-03-131-1/+1
|
* Update to 0.4.0 and modernize port.romain2014-03-133-125/+133
|
* Update to 1.7.1 and modernize port.romain2014-03-133-46/+80
|
* Support staging.jkim2014-03-131-8/+9
|
* - Work around unit test failures with java/openjdk6 and unbreak the port.jkim2014-03-132-11/+30
| | | | | | createTempFile() creates a file like "/tmp//foo" but matchLibrary() returns its real path, e. g., "/tmp/foo". java/openjdk7 does not have the problem. - Remove redundant USE_GCC and support staging.
* - Update to 1.0.0 releasezi2014-03-133-5/+18
| | | | | | - Add missing trie.a Approved by: lattera@gmail.com (maintainer)
* Update to 14.1.0.novel2014-03-132-3/+3
|
* devel/ahven: Disable style checks to prepare for gcc49marino2014-03-131-0/+10
| | | | | | | Avhen enables numerous style checks for the production build, but unfortunately the "then placement" check fails on Ahven too. There are at least two source files that need changing, so let's just remove the checks completely. They are developer switches IMO.
* Backport of Ruby 1.9's Open3 methods, for use in Ruby 1.8.swills2014-03-134-0/+26
| | | | | | | WWW: https://github.com/kindkid/open3_backport PR: ports/186914 Submitted by: ports@robakdesign.com
* Librarian is a framework for writing bundlers, which are tools that resolve,swills2014-03-134-0/+27
| | | | | | | | | fetch, install, and isolate a project's dependencies, in Ruby. WWW: https://github.com/applicationsonline/librarian PR: ports/186912 Submitted by: ports@robakdesign.com
* devel/gps: Fix build on upcoming gcc49marino2014-03-122-14/+4
| | | | | | | | | | | | | This port has to be bumped for two reasons: 1) It should have been built in production mode across the board. There are some style check failures that appear in "debug" mode due to gcc49 checks being more strict that gcc47 checks. Those issues aren't fixed, but simply hidden by switching to production which was desired anyway. 2) The project logic was looking for "gnatgcc", a leftover from the gnat-aux days. The gcc-aux compilers call their drivers "gcc" as expected by gps. This removes the patch for gnatgcc since the original code is correct.
* devel/florist-gpl: Fix code style before gcc49 comes inmarino2014-03-121-0/+96
| | | | | | | | | | Part of florist is built with -gnatg which invokes style checking. The upcoming GNAT compiler has stricter rules regarding the placement of the "then" keyword. Florist was failing to build based on style errors on gcc49. Patch this now on gcc47 to prepare for the Ada compiler transition. No bump; the code logic doesn't change.
* - Update to 1.65jadawin2014-03-122-3/+3
|
* - Fix devel/raknet's distname within LEGAL filemartymac2014-03-121-1/+2
| | | | | | - Rephrase reason and make it match between LEGAL and port's Makefile Submitted by: eadler
* - Stage supportmiwi2014-03-122-6/+5
|
* - Update to 20140225swills2014-03-122-5/+4
| | | | | | PR: ports/187120 Submitted by: Takumi Takahashi <takumiiinn@gmail.com> Approved by: "Fabian M. Borschel" <fmb@onibox.net> (maintainer)
* - Stage supportmiwi2014-03-121-3/+1
|
* Deprecate a few old unmaintained portsantoine2014-03-123-0/+6
|
* Release a few ports I don't use anymore. Unfortunately I don't have time toflo2014-03-121-1/+1
| | | | maintain them properly currently.
* Chase some bumpsantoine2014-03-121-34/+34
|
* Unbreakantoine2014-03-121-1/+1
|
* Update to 20140214.trociny2014-03-122-3/+3
|
* Prevent detection of libcharset.h from converters/libiconv.tijl2014-03-121-1/+1
| | | | | | | | This forces git to use nl_langinfo() from libc instead of locale_charset() from libiconv. (The latter is practically an alias for the first.) PR: ports/187326 Approved by: wxs (maintainer)
* Stagify the port.danfe2014-03-111-2/+1
|
* - Update to 1.554lwhsu2014-03-112-3/+3
|
* - Complete stage supportmiwi2014-03-111-2/+2
|
* - update to 0.25az2014-03-112-3/+3
| | | | Changes: http://search.cpan.org/dist/namespace-clean/Changes
* - Update to 6.2.5miwi2014-03-112-10/+9
| | | | | PR: 187294 Submitted by: Ports Fury
* Horde package update:mm2014-03-114-6/+6
| | | | | | | | | | | | | | | | Horde_ActiveSync 2.12.4 -> 2.13.0 Horde_Imap_Client 2.18.6 -> 2.19.0 Horde_Mime 2.2.9 -> 2.3.0 Horde_Timezone 1.0.4 -> 1.0.5 gollem 3.0.1 -> 3.0.2 groupware 5.1.3 -> 5.1.4 ingo 3.1.3 -> 3.1.4 kronolith 4.1.4 -> 4.1.5 mnemo 4.1.2 -> 4.1.3 nag 4.1.3 -> 4.1.4 turba 4.1.3 -> 4.1.4 webmail 5.1.3 -> 5.1.4 whups 3.0.0RC1 -> 3.0.0
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-11255-241/+255
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Fix dconf db paths. We put the dconf db in LOCALBASE.kwm2014-03-112-14/+9
| | | | | | | While here stagify. PR: ports/186616 (based on) Submitted by: Henry Hu <henry.hu.sh@gmail.com>
* - Bump PORTREVISION for dependency changenemysis2014-03-111-0/+1
| | | | Reported by: makc@
* - Bump PORTREVISION for dependency changenemysis2014-03-111-1/+1
| | | | Reported by: makc@
* Deprecate: marked BROKEN for more than 6 monthsantoine2014-03-111-0/+2
|
* - Change license BSD to BSD3CLAUSEnemysis2014-03-101-6/+27
| | | | | | - Use USE_GL=glu instead of USE_GL=gl glu - Break lines around 80 characters - Strip executables
* - Use ${STAGEDIR}${EXAMPLESDIR}, forgotten in previous commitnemysis2014-03-101-3/+3
|
* - update to 0.26az2014-03-102-3/+3
|
* - update to 0.96az2014-03-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Attribute-Handlers/Changes
* - update to 0.09 (switch to ExtUtils::MakeMaker)az2014-03-103-4/+10
| | | | - add LICENSE
* - Update to version 2.151az2014-03-102-3/+3
| | | | Changelog: http://search.cpan.org/dist/Data-Dumper/Changes
* - Use USE_GL=glu instead of USE_GL=gl glunemysis2014-03-101-1/+11
| | | | - Strip executables
* Make it work properly on FreeBSD 8.3 which make(1) doesn't know about ↵bapt2014-03-101-4/+7
| | | | | | | :tu/:tl, 8.3 is still supported until April 30 and it is the version on which 8.x packages are built on, it is important to keep having it properly building
* - Update to 1.31sunpoet2014-03-102-5/+4
| | | | | | | - Pass maintainership to submitter PR: ports/187371 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Unbreak make index when LOCALBASE or LINUXBASE are undefined.gerald2014-03-101-1/+3
| | | | Approved by: maintainer (Naram Qashat <cyberbotx@cyberbotx.com>)
* devel/afay: Requires USES=ada:47 for nowmarino2014-03-101-3/+5
| | | | | While here, fix the options and make the COMMENT shorter. To build on ada:49 will require patched source.
* Fix build with clang 3.4.lev2014-03-101-2/+2
| | | | Don't bump PORTREVISION, as no changes for anybody who could build it.
* - Bump PORTREVISION (forgotten in previous commit)jlaffaye2014-03-101-0/+1
| | | | Spotted by: sunpoet
* Make the port build with security/openssl installed after r347541.rakuco2014-03-102-1/+37
| | | | | | | | | | | | | | | Add a patch sent upstream that makes sure the bundled curl's include paths are passed to the compiler before any other ones, since they could include the system's curl include directory. One way to trigger this was to build the port with security/openssl installed: CMake would detect OpenSSL's include path (${LOCALBASE}/include) and pass it to the compiler. If ftp/curl is also installed, the compiler would end up picking its headers instead of the ones in cmcurl's own directory. Reported by: Terry Kennedy <terry@tmk.com> MFH: 2014Q1
* - Remove deprecated easy_installjlaffaye2014-03-103-10/+12
| | | | | - STAGE support - Specify BSD license
* - Update to 20140304jlaffaye2014-03-102-4/+4
| | | | - Specify BSD license
* - Stage supportmiwi2014-03-091-9/+7
|
* Remove patch that doesn't apply anymoreantoine2014-03-091-11/+0
| | | | | | PR: ports/187317 Submitted by: maintainer Reported by: pkg-fallout
* Unbreakantoine2014-03-091-3/+3
|
* Enable use of OpenSSL in the bundled copy of libcurl.rakuco2014-03-092-1/+5
| | | | | | | | The default is off, which makes calls such as FILE(DOWNLOAD ...) from HTTPS locations fail. PR: ports/187374 MFH: 2014Q1
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-095-0/+10
| | | | since more than 12 years)
* Update to rcs version 5.9.2.gerald2014-03-094-3/+41
| | | | | | | | | | | | | | Nominally this should bring portability improvements except that it introduces two problems on FreeBSD which we now have to patch locally: . FreeBSD date does not feature the -r option GNU date does. . makeinfo on FreeBSD before 10.x does not support @geq. In addition the default for RCS_MEM_LIMIT has grown from 256kiB to unlimited. PR: 182809 (requested an update to 5.9.1) Approved by: maintainer timeout (zeising, 5 months)
* - Update LICENSEsunpoet2014-03-091-1/+1
| | | | Approved by: portmgr (blanket)
* This has been broken for > 6 months on >= 10.0. Set USE_GCC= any for now.flo2014-03-081-0/+1
|
* Stagifykwm2014-03-085-34/+28
| | | | | | | | Use new lib_depend syntax. Add USES=libtool Use USE_GNOME introspection component Obtained from: GNOME dev repo
* Mark BROKEN: Does not buildantoine2014-03-081-0/+1
| | | | Reported by: pkg-fallout
* Fix make extractantoine2014-03-081-1/+1
|
* - Update to 0.011sunpoet2014-03-082-6/+3
| | | | Changes: http://search.cpan.org/dist/PerlIO-Layers/Changes
* Remove expired ports with no active website:rene2014-03-0811-201/+0
| | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
* Update to version 0.3.5.demon2014-03-082-3/+3
|
* Update to version 3.24.demon2014-03-082-3/+3
|
* Fix make patchantoine2014-03-081-1/+1
|
* - Update to 0.022sunpoet2014-03-082-3/+3
| | | | Changes: http://search.cpan.org/dist/ExtUtils-Helpers/Changes
* - Cosmetic changesunpoet2014-03-081-2/+2
|
* Unbreakantoine2014-03-083-8/+6
|
* devel/py-unittest2: Update LICENSE w/ referenceskoobs2014-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Update LICENSE (BSD3CLAUSE) This one was fun to find. As rm@ mentioned in a previous commit, no LICENSE file exists in the Google Code or hg.python.org repositories. There is a "New BSD License" reference on the unittest-ext homepage [1] but wasnt a direct reference to the source in question, so it was not considered good enough. Gold was struck grepping BSD in the sources, which leads to the setup.py header, that includes a URL reference to: http://www.voidspace.org.uk/python/license.shtml BSD 3-clause. Voila! [1] http://code.google.com/p/unittest-ext/ Approved by: portmgr (blanket)
* devel/py-asn1: Update LICENSE (BSD2CLAUSE)koobs2014-03-081-1/+1
| | | | | | - Update LICENSE (BSD2CLAUSE) Approved by: portmgr (blanket)
* devel/py-pygithub: Update to 1.24.0koobs2014-03-082-3/+3
| | | | | | | | | | - Update to 1.24.0 Changes: * Implement search [1] [1] https://github.com/jacquev6/PyGithub/pull/224
* devel/concurrencykit: Update to 0.4.1koobs2014-03-083-39/+40
| | | | | | | | | - Update to 0.4.1 - Update and sort pkg-plist Changes: * http://concurrencykit.org/cgit/cgit.cgi/ck/log/
* devel/py-posix_ipc: Update to 0.9.8, Use PyPikoobs2014-03-082-4/+4
| | | | | | | | | - Update to 0.9.8 - Switch to PyPi (CHEESESHOP) for DISTFILES Changes: * http://semanchuk.com/philip/posix_ipc/history.html
* - update libvirt to 1.2.2jgh2014-03-086-10/+43
| | | | | | | | - fix qemu when not enabled, and disable linux containers [1] - update libvirt-glib to 0.1.8 Changes: http://libvirt.org/news.html Submitted by: roman@ [1]
* Horde package update:mm2014-03-086-9/+9
| | | | | | | | | | | | | | | | | | | | | | horde 5.1.5 -> 5.1.6 imp 6.1.6 -> 6.1.7 Horde_Alarm 2.0.5 -> 2.1.0 Horde_Auth 2.1.1 -> 2.1.2 Horde_Autoloader 2.0.1 -> 2.1.0 Horde_Browser 2.0.4 -> 2.0.5 Horde_Crypt 2.4.0 -> 2.4.1 Horde_Date 2.0.7 -> 2.0.8 Horde_Dav 1.0.3 -> 1.0.4 Horde_Db 2.0.4 -> 2.1.0 Horde_Editor 2.0.3 -> 2.0.4 Horde_Form 2.0.6 -> 2.0.7 Horde_Group 2.0.2 -> 2.0.3 Horde_Imap_Client 2.18.4 -> 2.18.6 Horde_SessionHandler 2.2.3 -> 2.2.4 Horde_Share 2.0.4 -> 2.0.5 Horde_Url 2.2.1 -> 2.2.2 Horde_Vfs 2.1.2 -> 2.2.0
* Update to findlib 1.4.1 (bugfix release)johans2014-03-082-3/+3
|
* Fix typobapt2014-03-081-1/+1
|
* Convert d* to USES=zipbapt2014-03-08174-217/+175
|
* - Stage supportmiwi2014-03-071-6/+2
|
* - Fix depend on gobject-introspectionamdmi32014-03-071-4/+2
| | | | | | PR: 186197 Submitted by: amdmi3 Approved by: maintainer timeout
* - Update to 2.7.0sunpoet2014-03-072-3/+3
| | | | Changes: https://github.com/guard/listen/releases
* - Update to 2.140640sunpoet2014-03-072-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
* - Use USE_GNOME=introspection to depend on gobject-introspection.amdmi32014-03-071-3/+1
| | | | | | PR: 186215 Submitted by: amdmi3 Approved by: maintaniner timeout
* Stagify.kwm2014-03-072-6/+5
| | | | | Switch to USES=pathfix libtool. Use USE_GNOME=glibmm
* - Stage supportmiwi2014-03-071-2/+1
|
* - Stage supportmiwi2014-03-071-3/+2
|
* Stagify.kwm2014-03-072-8/+10
| | | | Switch to USES=libtool and sort USES
* Update comment.kwm2014-03-071-3/+3
| | | | gnomehack -> USES=pathfix.
* Don't run dbus-uuidgen in post-install scripts. This has the effect thatkwm2014-03-074-6/+4
| | | | | | | | | there will be no dangeling /var/db/dbus/machine-id on package install [1]. Change the dbus start script to always call dbus-uuidgen --ensure. Which only generates /var/db/dbus/machine-id if it is not present. While here switch to USES=libtool. Reported by: poudriere in strict mode via miwi@ [1]
* - Fix packagingantoine2014-03-072-4/+0
| | | | | | - Remove post-patch already done by USES=libtool Reported by: pkg-fallout
* - Remove outdated PERL_LEVEL checksunpoet2014-03-0734-240/+32
| | | | With hat: perl
* Update to 1.9.0. [1]wxs2014-03-076-281/+216
| | | | | | | | Support staging and general cleanup. PR: [2]: ports/186696 Submitted by: [1]: Dan McGregor (private mail) [2]: tijl@
* Stage supportantoine2014-03-072-12/+7
|
* - Keep SUBDIRs sortedsunpoet2014-03-071-1/+1
|
* - Add slave port of devel/py-setuptools for different python versions (27, ↵sunpoet2014-03-071-0/+3
| | | | | | | | | | | | | 32 and 33) - Update Mk/bsd.python.mk to use new devel/py-setuptools{27|32|33} PR: ports/187091 Submitted by: sunpoet (myself) Discussed with: lwhsu, mva, koobs, crees Exp-run by: bdrewery With hat: python MFH: 2014Q1
* - Add slave port of devel/py-setuptools for different python versions (27, ↵sunpoet2014-03-073-0/+30
| | | | | | | | | | | | | 32 and 33) - Update Mk/bsd.python.mk to use new devel/py-setuptools{27|32|33} PR: ports/187091 Submitted by: sunpoet (myself) Discussed with: lwhsu, mva, koobs, crees Exp-run by: bdrewery With hat: python MFH: 2014Q1
* - drop unnecessary noegginfo variablejgh2014-03-071-1/+0
| | | | Submitted by: rm@
* - Update to version 1.2.17 [1]pawel2014-03-062-27/+19
| | | | | | | | | | | - Convert to new options framework [1] - Add LICENSE [1] - Support staging [1] - Remove leading article from COMMENT - Use PORTEXAMPLES to manage examples plist entries PR: ports/186388 [1] Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* - Stage supportmiwi2014-03-062-74/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-2/+1
|
* - Convert to autoplistmiwi2014-03-062-68/+2
| | | | | - Stage support - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-32/+3
| | | | | - Bump PORTREVISION - Convert to autoplist
* - Support stagingehaupt2014-03-061-10/+11
| | | | | - Define DOCS option - USES -> gmake
* - Bump PORTREVISIONmiwi2014-03-062-5/+2
| | | | | - Stage support - Convert to autoplist
* - Stage supportmiwi2014-03-061-3/+1
| | | | - Convert gmake to USES
* - Stage supportmiwi2014-03-062-9/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-19/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-1/+0
|
* - Update to 2.140630sunpoet2014-03-062-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
* - Stage supportmiwi2014-03-061-4/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-1/+0
|
* - Stage supportmiwi2014-03-061-1/+0
|
* - Stage supportmiwi2014-03-062-6/+2
|
* - Stage supportmiwi2014-03-061-6/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-6/+6
|
* - Stage supportmiwi2014-03-062-8/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-1/+2
|
* - Stage supportmiwi2014-03-061-1/+0
|
* - Stage supportmiwi2014-03-061-1/+0
|
* - Stage supportmiwi2014-03-062-282/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-1/+0
|
* - Stage supportmiwi2014-03-061-3/+1
|
* - Stage supportmiwi2014-03-061-6/+0
|
* - Stage suportmiwi2014-03-061-2/+1
| | | | - While here convert gmake to USES
* - Stage supportmiwi2014-03-062-27/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-57/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-4/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-5/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-40/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-25/+2
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-3/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Fix dependenciesculot2014-03-061-6/+17
| | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) PR: ports/186632 Submitted by: culot@ Approved by: kuriyama@ (maintainer timeout, >14 days)
* - Stage supportmiwi2014-03-061-3/+3
|
* - Stage supportmiwi2014-03-061-3/+1
| | | | - While here convert to gmake to USES
* - Stage supportmiwi2014-03-062-4/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-4/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-061-1/+0
|
* - Stage supportmiwi2014-03-062-196/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Support stagingehaupt2014-03-061-9/+9
| | | | - Define DOCS option
* - Update to 0.44lth2014-03-062-3/+6
| | | | | | - Add LICENSE Changes: https://metacpan.org/changes/distribution/Config-Auto