/* XPM */ static char * dayview_xpm[] = { "24 24 7 1", " c None", ". c #000000", "+ c #D8D8D4", "@ c #919191", "# c #666666", "$ c #FFFFFF", "% c #F2F1ED", "....................... ", ".++++++++++++++++++++@. ", ".+@@@@@@@@@@@@@@@@@@@#. ", ".+@@@@@@@@@@@@@@@@@@@#. ", ".+@@@@@@@@@@@@@@@@@@@#. ", ".@####################. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".@@@@@@@@@@@@@@@@@@@@#. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".@@@@@@@@@@@@@@@@@@@@#. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".@@@@@@@@@@@@@@@@@@@@#. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".$++@%%%%%%%%%%%%%%%%@. ", ".+@@#@@@@@@@@@@@@@@@@#. ", "....................... ", " "}; -git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* many ruby/rubygem ports: death of rubyforge.orgswills2014-08-1958-50/+74
| | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
* devel/rubygem-ffi-yajl: NEW PORT - Ruby FFI wrapper around YAJL 2.xrobak2014-08-194-0/+29
| | | | | | PR: 192336 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
* devel/rubygem-memoize: add port for rubygem-memoizeswills2014-08-194-0/+25
| | | | | | | The memoize library allows you to cache methods for faster lookup. Cached results can either be stored in memory (the default) or to a file. WWW: http://github.com/djberg96/memoize
* devel/rubygem-recaptcha: add port for recaptcha gemswills2014-08-194-0/+27
| | | | | | This plugin adds helpers for the reCAPTCHA API WWW: http://github.com/ambethia/recaptcha
* - Update to 1.000002sunpoet2014-08-192-3/+3
| | | | | Changes: http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS
* - Update to 0.26sunpoet2014-08-192-3/+3
| | | | Changes: http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
* devel/json-c: Upgrade version 0.11 => 0.12, add MIT licensemarino2014-08-193-14/+10
| | | | | | | PR: 190351 Submitted by: Eoro Hanninen Alternate by: Muhammad Rahman Tweaked by: marino
* Add a little commentantoine2014-08-191-0/+1
|
* Comment out TEST_DEPENDS in devel/py-setuptools, this creates a dependencyantoine2014-08-191-3/+3
| | | | | | | loop in tinderbox and is probably the reason for lots of "finished" jobs in redports With hat: portmgr
* Update leiningen to 2.3.4 and add a pkg-message explaining how torpaulo2014-08-193-7/+13
| | | | | | | | | | install the exec plugin. This update brings an important bug fix: now packages are downloaded via HTTPS. Reviewed by: swills Approved by: swills
* Remove a few remaining NOPORTDATAantoine2014-08-192-8/+0
| | | | With hat: portmgr
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanantoine2014-08-194-15/+2
| | | | With hat: portmgr
* - Use USES=pythonsunpoet2014-08-191-3/+2
|
* - Switch www/libwww to USES=libtool, drop .la filesamdmi32014-08-191-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Switch devel/liboop to USES=libtool, drop .la filesamdmi32014-08-193-10/+25
| | | | | | | - Fix glib2 detection by adding USES=pkgconfig - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* devel/py-jsonpatch: Apply JSON-Patches (RFC 6902)wg2014-08-194-0/+23
| | | | | | | WWW: https://pypi.python.org/pypi/jsonpatch PR: 192674 Submitted by: harm weites com
* devel/py-jsonpointer: Identify specific nodes in a JSON document (RFC 6901)wg2014-08-194-0/+23
| | | | | | | WWW: https://pypi.python.org/pypi/jsonpointer PR: 192673 Submitted by: harm weites com
* - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-192-3/+1
| | | | With hat: portmgr
* - Switch to USES=libtool, drop .la filesamdmi32014-08-192-2/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-192-8/+8
| | | | Approved by: portmgr blanket
* - Add LICENSE and LICENSE_FILEamdmi32014-08-182-3/+9
| | | | | | - Switch to USES=libtool, drop .la files - Strip libraries - Silence post-patch and post-configure
* - Clarify LICENSEamdmi32014-08-182-3/+6
| | | | | | - Add LICENSE_FILE - Switch to USES=libtool, drop .la files - Strip libraries
* - Use canonical patch filenamesamdmi32014-08-1812-79/+122
| | | | - Fix SONAMEs and simplify libraries installation
* - Update to 3.33culot2014-08-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Test-Harness/Changes
* - Update to 0.08culot2014-08-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Parse-CPAN-Packages-Fast/Changes
* - Update to 1.002001culot2014-08-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Package-Variant/Changes
* - Update to 1.16culot2014-08-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Devel-Cover/Changes
* 2014-08-18 databases/jasperserver: Unstaged, depends on expiring devel/maven2antoine2014-08-185-76/+0
| | | | 2014-08-18 devel/maven2: No longer supported by the Apache Foundation. Use 3.x instead.
* - Add LICENSEsunpoet2014-08-181-1/+2
| | | | - Remove contiguous blank lines
* - Update to 0.009sunpoet2014-08-182-3/+3
| | | | Changes: http://search.cpan.org/dist/experimental/Changes
* - Update to 1.000005sunpoet2014-08-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Safe-Isa/Changes
* - Restore commentsunpoet2014-08-181-0/+4
|
* - Update to 0.5.2culot2014-08-182-4/+4
| | | | Changes: http://search.cpan.org/dist/Path-FindDev/Changes
* - Switch devel/gflags to USES=libtool, drop .la filesamdmi32014-08-184-8/+8
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Drop .la files, no dependees require themamdmi32014-08-182-3/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-182-65/+73
| | | | | | | - Add USES=desktop-file-utils as suggested by check-sanity - Fix plist (add missing files, dirrmtry shared dirs) Approved by: portmgr blanket
* - Update to 1.41culot2014-08-183-80/+108
| | | | | | Changes: http://search.cpan.org/dist/Workflow/Changes PR: ports/192741 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* Revert r365200 and r365210.rakuco2014-08-181-1/+1
| | | | | avilla@ said Qt4 is intentionally mentioned in devel/qt5-script and x11-toolkits/qt5-declarative's COMMENTs.
* devel/p5-Test-Manifest: fix build, patches are obsoletepi2014-08-181-13/+0
|
* Connect rubygem-libyajl2 to the buildantoine2014-08-181-0/+1
| | | | Pointy hat: robak
* Connect ppl to the buildantoine2014-08-181-0/+1
|
* Connect pcsc-ada to the buildantoine2014-08-181-0/+1
| | | | Pointy hat: marino
* Connect p5-IO-Prompter to the buildantoine2014-08-181-0/+1
| | | | Pointy hat: zi
* Connect avr-gcc-devel to the buildantoine2014-08-181-0/+1
| | | | Pointy hat: joerg
* Connect llvm35 and clang35 to the buildantoine2014-08-181-0/+1
| | | | Pointy hat: brooks
* devel/p5-Test-Manifest: 1.23 -> 2.01pi2014-08-183-4/+4
| | | | http://cpansearch.perl.org/src/BDFOY/Test-Manifest-2.01/Changes
* devel/p5-File-Map: 0.61 -> 0.62pi2014-08-182-4/+6
| | | | | - Reuse perl's reentrant API - Skip setlocale on android
* devel/p5-Devel-GlobalDestruction: 0.12 -> 0.13pi2014-08-182-4/+3
| | | | | - include README - include minimum perl version 5.6 in metadata
* devel/p5-Class-C3: 0.26 -> 0.27pi2014-08-182-4/+3
| | | | - declare minimum perl version of 5.6 in metadata
* - Add DOCS to OPTIONS_DEFINEsunpoet2014-08-181-1/+1
|
* New port: devel/p5-AnyEvent-Taskpi2014-08-185-0/+53
| | | | | | | | | | | | | | | AnyEvent::Task is a pre-fork-on-demand server (AnyEvent::Task::Server) combined with a persistent worker-pooled client (AnyEvent::Task::Client). In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and delegates tasks to them asynchronously. WWW: http://search.cpan.org/dist/AnyEvent-Task/ PR: 192265 Submitted by: bill.brinzer@gmail.com
* New port: devel/p5-Config-Versionedpi2014-08-185-0/+39
| | | | | | | | | | | | | | Config::Versioned allows an application to access configuration parameters not only by parameter name, but also by version number. This allows for the configuration subsystem to store previous versions of the configuration parameters. When requesting the value for a specific attribute, the programmer specifies whether to fetch the most recent value or a previous value. WWW: http://search.cpan.org/dist/Config-Versioned/ PR: 192725 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
* New port: devel/p5-Test-YAMLpi2014-08-185-0/+40
| | | | | | | | | | Testing Module for YAML Implementations. Test::YAML is a subclass of Test::Base with YAML specific support. WWW: http://search.cpan.org/dist/Test-YAML/ PR: 192726 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
* devel/p5-Spiffy: 0.34 -> 0.46pi2014-08-183-18/+6
| | | | | | | | | | | - Remove dialog about docs, and remove installing of README etc, as those are covered in the man pages, which are installed anyway - submitter becomes maintainer http://cpansearch.perl.org/src/INGY/Spiffy-0.46/Changes PR: 192719 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
* New port: devel/p5-Callback-Framepi2014-08-185-0/+44
| | | | | | | | | | | | | | | | | | When programming with callbacks in perl, you create anonymous functions with sub { ... }. These functions will preserve their surrounding lexical environment. Sometimes people call these anonymous functions that reference variables in their surrounding lexical scope "closures". Whatever you call them, they are essential for convenient and efficient asynchronous programming. For many applications we really like straightforward callback style. The goal of Callback::Frame is to simplify the management of dynamic environments while leaving callback style alone. WWW: http://search.cpan.org/dist/Callback-Frame/ PR: 192264 Submitted by: bill.brinzer@gmail.com
* New port: devel/p5-Log-Deferpi2014-08-185-0/+56
| | | | | | | | | | | | | | | This module lets you defer log processing in two ways: - Defer recording of log messages until some "transaction" has completed - Defer rendering of log messages This module doesn't actually write out logs! To use this module for normal logging purposes you also need a logging library. WWW: http://search.cpan.org/dist/Log-Defer/ PR: 192263 Submitted by: bill.brinzer@gmail.com
* devel/p5-BZ-Client: fixes:pi2014-08-182-2/+20
| | | | | | | | | - Fix Broken ISO8601 date format - Added LICENSE - Take maintainership PR: 191258 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Mention Qt 5, not 4, in COMMENT.rakuco2014-08-181-1/+1
|
* Fix build on -current.adamw2014-08-171-1/+1
|
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,mva2014-08-171-1/+0
| | | | | | there is no need to touch the plist. With hat: python@
* - Update to 0.29sunpoet2014-08-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Moos/Changes
* - Update to 1.000000sunpoet2014-08-172-5/+6
| | | | | Changes: http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS
* - Update to 1.29sunpoet2014-08-172-3/+3
| | | | Changes: http://search.cpan.org/dist/ConfigReader-Simple/Changes
* Return some ports I maintain to the pool.eadler2014-08-171-1/+1
|
* - Unbreak 'authormapsuffix' patcholivierd2014-08-172-0/+11
| | | | | | - Bump PORTREVISION Reported by: lstewart@
* Update clojure-cider to 0.7.rpaulo2014-08-173-5/+11
| | | | | | | | This release no longer includes the nrepl middleware, so add a pkg-message indicating what is needed to make it work. Reviewed by: swills Approved by: swills
* Correct which variable to useeadler2014-08-171-1/+1
| | | | Reported by: adamw
* devel/cvsweb3: Update cvsweb3.cgi for newer versions of perlmarino2014-08-172-22/+5
| | | | | | | | | | Remove patch to cvsweb3.cgi and implement all the necessary changes only with sed which is already being used and shebangfix. This change to the qw line is needed for the recent versions of perl. PR: 192712 Submitted by: Dennis Glatting Approved by: Just Fix It
* devel/protobuf-c: update to 1.0.1wg2014-08-174-14/+117
| | | | | | | | | | - Bump port revision due to shlib change - Add DOCS option - Pass maintainership to submitter PR: 192175 Submitted by: truckman Approved by: maintainer
* - Enable stagedir supportmva2014-08-172-6/+7
| | | | - Convert USE_PYTHON -> USES=python
* Try to fix build on -current.adamw2014-08-171-5/+8
| | | | Untested because java is ridiculous.
* - Fix *_DEPENDSsunpoet2014-08-161-5/+13
| | | | | | - Bump PORTREVISION for dependency change Reported by: leeym
* devel/tcltls: complete staging (Just Fix It)marino2014-08-161-2/+3
|
* Fix bug in libexecinfo by using -fno-omit-framepointereadler2014-08-161-0/+1
| | | | | PR: 191465 Approved by: maintainer timeout (2014-06-28)
* devel/p5-Log-Dispatch: 2.41 -> 2.42pi2014-08-162-6/+5
| | | | | | | | | | | | | | | | | | | | | | - Added a Log::Dispatch->clone() method. This returns shallow clone. The outputs and callbacks are shared, but changes to outputs and callbacks in the clone do not affect the original, or vice versa. - Added Log::Dispatch->outputs() method. This returns all the output objects in a dispatch object. - Added Log::Dispatch->callbacks() method. This returns all the callback subs in a dispatch object. - The Syslog output now calls Sys::Syslog::setlogsock() every time a message is logged, since something else could have called it in between logging two messages. - Added a lock parameter to the Syslog output. If this is true, then logging is done in the scope of a per-thread lock. Reported by Cedric Carree and Franck Youssef. RT #67988 and #85013. - Replaced Class::Load with Module::Runtime.
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-1638-14/+38
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* - update to 1.2leeym2014-08-162-3/+3
|
* Fix build on -current.adamw2014-08-161-1/+4
|
* Reflect lutok's master site move from Google Code to GitHub.jmmv2014-08-162-2/+3
| | | | | Reviewed by: bdrewery (D610) Approved by: bdrewery (ports)
* Fix typo.adamw2014-08-161-1/+1
|
* - Switch to USES=libtool, drop .la filesamdmi32014-08-162-7/+8
| | | | Approved by: portmgr blanket
* - Add LICENSEsunpoet2014-08-162-1/+3
| | | | | | - Update WWW Approved by: portmgr (blanket)
* Fix build on -current.adamw2014-08-161-3/+8
|
* Fix build on -current.adamw2014-08-162-3/+18
|
* Define various *IDENT* variables, they default to $USER which is empty ifdemon2014-08-161-0/+3
| | | | executed during system startup.
* Allow start scripts to find bash interpreter during system startup.demon2014-08-167-0/+7
|
* Update to r211638.brooks2014-08-154-16/+53
|
* - Revert r359185thierry2014-08-153-5/+5
| | | | - Upgrade to v0.11.28.
* - Update from 1.0.0 to 1.0.1danilo2014-08-152-3/+3
|
* devel/libhtp: Update to 0.5.15, correctly link to libiconvkoobs2014-08-154-7/+10
| | | | | | | | - Update to 0.5.15 - Wrangle autoconf/make on linking libiconv with a workaround [1] - pkg-descr: Remove Author: [1] https://github.com/ironbee/libhtp/issues/76
* Stagify, canonicalize header, add LICENSE.danfe2014-08-152-38/+47
|
* Reset maintainer on devel/libreadline-java per requestmarino2014-08-151-1/+1
| | | | | | | PR: 192675 Submitted by: maintainer (Martin Kammerhofer) Thanks for looking after this port, Martin!
* - Fix includedir [1]tijl2014-08-157-61/+2
| | | | | | | - Remove unused patches PR: 192665 [1] Submitted by: johan@stromnet.se [1]
* devel/libmba: Fix wrong embedded DT_SONAMEmarino2014-08-152-3/+25
| | | | | | | | | | | * Use single digit for soversion * Support DragonFly * Drop unnecessary sed lines by adjusting MAKE_ARGS * Bump dependent ports PR: 192666 Submitted by: Jan Beich Approved by: portmgr (implicit, dependent port unstaged)
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)sunpoet2014-08-158-8/+8
| | | | Notified by: koobs, wg
* - Use USES=pythonsunpoet2014-08-151-4/+2
|
* - Use USES=pythonsunpoet2014-08-151-3/+2
|
* - Use USES=pythonsunpoet2014-08-151-3/+2
|
* - Use USES=pythonsunpoet2014-08-151-4/+2
|
* - Use USES=pythonsunpoet2014-08-151-3/+2
|
* - Use USES=pythonsunpoet2014-08-151-3/+2
|
* - Use USES=pythonsunpoet2014-08-151-4/+2
|
* - Use USES=pythonsunpoet2014-08-151-3/+2
|
* 1: Stagify.vanilla2014-08-151-6/+8
| | | | 2: strip binary.
* Remove expired port:rene2014-08-159-205/+0
| | | | 2014-05-25 devel/glib-java: Unmaintained, outdated not depend on
* Update kyua to 0.10:jmmv2014-08-1518-466/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change merges the kyua-{atf-compat,cli,testers} packages into a single devel/kyua package, just as upstream has done, and brings Kyua to version 0.10. The list of changes since kyua-cli 0.9 and kyua-testers 0.3: Experimental version released on August 14th, 2014. * Merged 'kyua-cli' and 'kyua-testers' into a single 'kyua' package. * Dropped the 'kyua-atf-compat' package. * Issue 100: Do not try to drop privileges to unprivileged_user when we are already running as an unprivileged user. Doing so is not possible and thus causes spurious test failures when the current user is not root and the current user and unprivileged_user do not match. * Issue 79: Mention kyua.conf(5) in the "see also" section of kyua(1). * Issue 75: Change the rewrite__expected_signal__bad_arg test in testers/atf_result_test to use a different signal value. This is to prevent triggering a core dump that made the test fail in some platforms. Reviewed by: bdrewery (D608) Approved by: bdrewery (ports)
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-1512-15/+14
| | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@
* Update kyua-cli to 0.9:jmmv2014-08-148-266/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Experimental version released on August 8th, 2014. Major changes: The internal architecture of Kyua to record the results of test suite runs has completely changed in this release. Kyua no longer stores all the different test suite run results as different "actions" within the single store.db database. Instead, Kyua now generates a separate results file inside ~/.kyua/store/ for every test suite run. Due to the complexity involved in the migration process and the little need for it, this is probably going to be the only release where the 'db-migrate' command is able to convert an old store.db file to the new scheme. Changes in more detail: * Added the 'report-junit' command to generate JUnit XML result files. The output has been verified to work within Jenkins. * Switched to results files specific to their corresponding test suite run. The unified store.db file is now gone: 'kyua test' creates a new results file for every invocation under ~/.kyua/store/ and the 'kyua report*' commands are able to locate the latest file for a corresponding test suite automatically. * The 'db-migrate' command takes an old store.db file and generates one results file for every previously-recorded action, later deleting the store.db file. * The '--action' flag has been removed from all commands that accepted it. This has been superseded by the tests results files. * The '--store' flag that many commands took has been renamed to '--results-file' in line with the semantical changes. * The 'db-exec' command no longer creates an empty database when none is found. This command is now intended to run only over existing files. Reviewed by: bdrewery (D567) Approved by: bdrewery (ports)
* Update kyua-testers to 0.3:jmmv2014-08-143-7/+6
| | | | | | | | | | | | | | | | | | Experimental version released on August 8th, 2014. * Made the testers set a "sanitized" value for the HOME environment variable where, for example, consecutive and trailing slashes have been cleared. Mac OS X has a tendency to append a trailing slash to the value of TMPDIR, which can cause third-party tests to fail if they compare ${HOME} with $(pwd). * Issues 85, 86, 90 and 92: Made the TAP parser more complete: mark test cases reported as TODO or SKIP as passed; handle skip plans; ignore lines that look like "ok" and "not ok" but aren't results; and handle test programs that report a pass but exit with a non-zero code. Reviewed by: bdrewery (D567) Approved by: bdrewery (ports)
* Upgrade to 3.5.0rc2brooks2014-08-143-12/+12
|
* devel/rubygem-libyajl2: NEW PORT - vendored copy of libyajl2 gemrobak2014-08-143-0/+22
| | | | | | | | - Required by Chef update PR: 192335 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
* - Update to 0.400culot2014-08-142-4/+4
| | | | Changes: http://search.cpan.org/dist/ExtUtils-Depends/Changes
* - Update to 2.83culot2014-08-142-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* - Drop .la files, no dependees require themamdmi32014-08-142-3/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-142-3/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-142-19/+10
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-142-9/+9
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-142-3/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-142-4/+3
| | | | - Strip libraries
* - Switch to USES=libtoolamdmi32014-08-142-3/+3
| | | | - Strip libraries
* Add a patch for ATmega*RFR*, as has already been promised in thejoerg2014-08-142-0/+425
| | | | pkg-descr file.
* 1: Stagify.vanilla2014-08-141-9/+7
| | | | 2: Add LICENSE.
* Stagify.vanilla2014-08-132-22/+29
|
* Properly build addons, with all (future) patches to build-outputs.mklev2014-08-131-4/+6
|
* - Switch to USES=libtool, drop .la filesamdmi32014-08-132-4/+5
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-132-3/+4
| | | | | | - Add missing run-dependency on boost Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-132-4/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-08-132-3/+8
| | | | - Strip libraries
* - Switch to USES=libtool, drop .la filesamdmi32014-08-132-3/+4
| | | | Approved by: portmgr blanket
* - Update to 0.3.0sunpoet2014-08-132-3/+3
| | | | Changes: https://github.com/brightbox/fog-brightbox/blob/master/CHANGELOG.md
* Upgrade to version 1.8.1.joerg2014-08-135-49/+148
|
* Horde 3 has been EOLed in April 2012mm2014-08-132-0/+6
| | | | | | | Deprecate horde3 ports and set expiration date to 2014-08-20 PR: 190142 Approved by: portmgr (implicit, not staged)
* Fix duplicate pkgnamesantoine2014-08-131-0/+1
| | | | Pointy hat: sunpoet
* Unbreak www/mod_dav_svnantoine2014-08-131-1/+1
| | | | Repored and submitted by: peter
* - Switch to USES=libtool, drop .la filesamdmi32014-08-132-4/+4
| | | | Approved by: portmgr blanket
* - Drop .la files, no dependees require themamdmi32014-08-132-4/+3
| | | | | | - Strip libraries Approved by: portmgr blanket
* - Fix dependency line for p5-Net. This was causing needless rebuilding ofbdrewery2014-08-131-2/+2
| | | | | | | | p5-Test-OpenLDAP with poudriere as it always thought the dependencies were changed. This also correctly registers the p5-Net as a dependency for package use. With hat: portmgr
* - Switch devel/librcd to USES=libtool, drop .la filesamdmi32014-08-133-4/+5
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* devel/p5-MooX-late: add depend for Test::Requirespi2014-08-121-0/+1
| | | | | PR: 192454 Approved by: kuriyama (maintainer)
* Fix symbol addresses in threadstijl2014-08-122-4/+5
| | | | | PR: 192608 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to latest 1.8.10lev2014-08-127-9/+20
| | | | Turn off unneded options in case of addons explicitly.
* devel/rubygem-errand: update 0.7.3 -> 0.8.1robak2014-08-122-4/+5
| | | | | | | | | | - Update devel/rubygem-errand to 0.8.1 - Add devel/rubygem-rrd-ffi as run dependency PR: 191329 Submitted by: Bartek Rutkowski <robak@FreeBSD.org> Reviewed by: brd (maintainer) Approved by: swills (mentor)
* - Switch to USES=libtool, drop .la filesamdmi32014-08-122-5/+5
| | | | | | - Fix whitespace Approved by: portmgr blanket
* - Add LICENSEsunpoet2014-08-121-1/+2
| | | | - Remove contiguous blank lines
* - Update to 1.0.3sunpoet2014-08-122-3/+3
| | | | Changes: https://github.com/solnic/virtus/blob/master/Changelog.md
* - Update to 0.1.1sunpoet2014-08-122-5/+5
| | | | Changes: https://github.com/dkubb/axiom-types/commits/master
* - Update to 0.0.4sunpoet2014-08-122-3/+5
| | | | Changes: https://github.com/dkubb/descendants_tracker/commits/master
* - Add rubygem-memoizable 0.4.2sunpoet2014-08-124-0/+27
| | | | | | | Memoize method return values WWW: https://github.com/dkubb/memoizable RG: https://rubygems.org/gems/memoizable
* - Update to 0.3.4sunpoet2014-08-122-5/+3
| | | | Changes: https://github.com/headius/thread_safe/commits/master
* - Update RUN_DEPENDSsunpoet2014-08-121-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Repocopy devel/rubygem-thread_safe to devel/rubygem-thread_safe1sunpoet2014-08-124-0/+26
|
* devel/rubygem-celluloid: correct run dependencyxmj2014-08-121-1/+1
| | | | | | | | | - set run dependency on timers1, according to celluloid's gemspec PR: 189980 Submitted by: kvedulv@kvedulv.de Approved by: koobs (mentor) Approved by: swills (mentor)
* Bump PORTREVISION to force a rebuild after r362721.rakuco2014-08-121-1/+1
| | | | | | | | The SIP/PyQt4 update in r362721 requires PyKDE4 to be rebuilt, otherwise the generated shared libraries will still mention a SIP API version that is older than the one currently defined by SIP. PR: 192524
* - update to 1.32leeym2014-08-122-3/+3
|
* fixantoine2014-08-121-1/+1
|
* - Don't build example programs that aren't installedtijl2014-08-121-3/+7
| | | | | | | | | (examples/CMakeLists.txt also contains an error (include should be include_directories on line 5) [1]) - Remove DOCS option - Fix PYTHON option when it is disabled Reported by: Mike Harding <mvharding@gmail.com> [1]
* - update to 1.7.18ohauer2014-08-123-16/+12
| | | | | | | | | | | | | | | | | | | | | - remove dead options check User-visible changes: - Client-side bugfixes: * guard against md5 hash collisions when finding cached credentials (r1550691, r1550772, r1600909) * ra_serf: properly match wildcards in SSL certs. (r1615211, 1615219) * ra_serf: ignore the CommonName in SSL certs where there are Subject Alt Names (r1565531, r1566503, r1568349) Developer-visible changes: - General: * fix ocassional failure in checkout_tests.py test 12. (r1496127) * disable building ZLib's assembly optimizations on Windows. MFC after: 2014Q3 Security: CVE-2014-3522 CVE-2014-3528
* New port: devel/libosmo-abispi2014-08-125-0/+63
| | | | | | | | | | | This is a library containing common/shared code regarding the A-bis interface between BTS and BSC. It implements drivers for mISDN and DAHDI based E1 cards, as well as some A-bis/IP dialects. WWW: http://openbsc.osmocom.org/trac/wiki/libosmo-abis PR: 191878 Submitted by: Nikola Kolev <koue@chaosophia.net>
* devel/libosmocore: fix DOCS option build hookpi2014-08-121-0/+3
| | | | PR: 191877
* devel/libosmocore: cleanup portpi2014-08-126-7/+61
| | | | | | | | | - fix build dependencies - make DOCS optional and default-off - now builds on 8.4 and 9.1 PR: 191877 Submitted by: Nikola Kolev <koue@chaosophia.net>
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-123-2/+3
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* - Update to 1.7004 [1]culot2014-08-122-3/+6
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/App-cpanminus/Changes PR: ports/192045 [1] Submitted by: rsimmons0@gmail.com Approved by: kuryiama@ (maintainer timeout, >14 days)
* - Switch to USES=libtool, drop .la filesamdmi32014-08-114-40/+75
| | | | | - Strip libraries - Fix upstream docs and examples installation
* - Remove USE_AUTOTOOLS=libtool, not neededamdmi32014-08-111-1/+3
| | | | - Strip binaries
* devel/py-pika: update to 0.9.14wg2014-08-112-4/+3
| | | | | | PR: 191875 Submitted by: olgeni Approved by: maintainer (timeout)
* Canonicalize old USE_PY*antoine2014-08-111-1/+1
|
* Update to version 1.8.demon2014-08-112-3/+3
|
* - Add license infotijl2014-08-113-92/+31
| | | | | | - Switch to cmake - Use option helpers - Provide python module compiled with optimisations
* devel/xa65: update to 2.3.6wg2014-08-112-5/+5
| | | | | PR: 192150 Submitted by: maintainer (with changes)
* devel/rubygem-foreman_api: delete port.xmj2014-08-114-29/+0
| | | | | | | | | - delete port, as it is considered deprecated by upstream - amend MOVED and devel/Makefile PR: 191229 Submitted by: kvedulv@kvedulv.de Approved by: koobs (mentor)
* - Update to 1.575lwhsu2014-08-112-3/+3
|
* Add new port devel/libosmo-sccpmarino2014-08-117-0/+79
| | | | | | | | | | | | PR: 191879 Submitted by: koue (chaosophia.net) The Signalling Connection Control Part (SCCP) is a network layer protocol that provides extended routing, flow control, segmentation, connection-orientation, and error correction facilities in Signaling System 7 telecommunications networks. SCCP relies on the services of MTP for basic routing and error detection. Libosmo-sccp is SCCP protocol implementation for Osmocom projects.
* devel/py-setuptools: Update to 5.5.1koobs2014-08-114-4/+6
| | | | | | | | | | | | | | | - Update to 5.5.1 - Add TEST_DEPENDS - Rename patch (convention: double underscore) - Fix grammo in pkg-message Changes: https://bitbucket.org/pypa/setuptools/src/5.5.1/CHANGES.txt QA: unittests: Ran 136 tests in 2.068s - OK (skipped=2) [1] [1] https://bitbucket.org/pypa/setuptools/issue/231
* devel/thrift-cpp:makc2014-08-111-5/+2
| | | | | | | | | | | | | | - Unbreak Makefile when building with QT4 support. USE_QT4 cannot be set after bsd.port.pre.mk and requires inclusion of bsd.port.options.mk (when used with options). However converting to options helpers saves us from additional include. - Replace spaces with tab while here PR: 189127 Reported by: jrh29@alumni.cwru.edu Approved by: maintainer timeout (3 months from the date of report, I didn't wait approval for my patch) MFH: 2014Q3
* 1: Stagify.vanilla2014-08-113-11/+12
| | | | 2: use @sample, bump version.
* - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-11