1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

371452 Commits

Author SHA1 Message Date
Jimmy Olgeni
d407841e65 Use actual port name as PORTNAME, and set ELIXIR_APP_NAME. 2015-07-08 11:16:24 +00:00
Jimmy Olgeni
6af2efd435 Add textproc/elixir-funnel, an Elixir API built upon ElasticSearch's
percolation.
2015-07-08 10:57:47 +00:00
Jimmy Olgeni
46862b261f Add misc/elixir-uuid, UUID generator for Elixir. 2015-07-08 10:50:17 +00:00
Veniamin Gvozdikov
31116432fe - Updated to lastes version 2015-07-08 10:39:29 +00:00
Boris Samorodov
257257c8d7 Mtools is a collection of helper scripts to parse and filter MongoDB
log files (mongod, mongos), visualize log files and quickly set up
complex MongoDB test environments on a local machine:

* mlogfilter * slices log files by time, merges log files, filters
  slow queries, finds table scans, shortens log lines, filters by
  other atributes, convert to JSON;

* mloginfo * returns info about log file, like start and end time,
  version, binary, special sections like restarts, connections,
  distinct view;

* mplotqueries * visualize logfiles with different types of plots;

* mlogvis * creates a self-contained html file that shows an interactive
  visualization in a web browser (as an alternative to mplotqueries);

* mlaunch * a script to quickly spin up local test environments,
  including replica sets and sharded systems;

* mgenerate * generates structured pseudo-random data based on a
  template for testing and reproduction.

WWW: https://github.com/rueckstiess/mtools/
2015-07-08 09:52:02 +00:00
John Marino
d49600aa37 www/squid: Support DragonFly SHM segments
Out of the box, squid would not run on dragonfly due to its handling
of SHM segments.  On DragonFly, SHM segments are always treated as files
but on FreeBSD it depends on whether or not application is inside a jail.

In any case, the case for DragonFly was no supported, so it has been
added via patch.  This also requires the return of /var/run/squid
directory which is where the SHM files are stored (defined by
localstatedir and supported by RC script).  The RC script would define
this directory if missing, but let's make sure it is always available.

PR:		201405
Submitted by:	marino
Approved by:	maintainer (timp87/gmail)
2015-07-08 09:30:17 +00:00
Veniamin Gvozdikov
53a7175a7b - Update to 0.44 2015-07-08 09:17:44 +00:00
Matthew Seaman
73285a12c7 Fix previous shoddy attempt to set the EXPIRATION_DATE.
Also, on advice reduce the expiration period to two weeks.

Submitted by:	mat
2015-07-08 09:12:06 +00:00
Veniamin Gvozdikov
0646c4cf04 - Update to 0.5.1 2015-07-08 08:41:33 +00:00
Matthew Seaman
e8aff6efca Deprecate and set expiry for two months from now.
- The original motivation for this port was to work around
     compatibility problems with p5-DBD-Pg, but those were fixed
     upstream long ago.
2015-07-08 08:22:01 +00:00
Bartek Rutkowski
c6c8ca3c71 audio/paprefs: update 0.9.9 -> 0.9.10
- Update MASTER_SITES

PR:		192572
Submitted by:	Kevin Bowling <kevin.bowling@kev009.com>
Approved by:	maintainer timeout (11 months)
2015-07-08 08:08:05 +00:00
Vanilla I. Shu
2d78ca66d0 Upgrade to 2.0.4.
PR:		201394
Submitted by:	maintainer
2015-07-08 06:27:12 +00:00
Vanilla I. Shu
ecb8d1aa8c Add elixir-mongo, database driver for mongodb. 2015-07-08 06:22:28 +00:00
Vanilla I. Shu
136e948025 Add elixir-bson, BSON implementation in elixir. 2015-07-08 06:21:23 +00:00
Alex Dupre
2efe7c0401 Update to 1.1.2 release.
PR:		201166
Submitted by:	Vlad K. <vlad-fbsd@acheronmedia.com>
2015-07-08 06:08:57 +00:00
John Marino
81d07266e4 graphics/copperspice: Upgrade version 1.03 => 1.04 (Unbreak F10 !i386)
Upstream made an attempt to make copperspice jobs safe.  They got closer
but no cigar yet.  The new version did built in poudriere for me
(F10/amd64) so I am unbreaking !F(8|9).  I will check i386 and F9 and
lower and remove BROKEN if/as they pass.  Without multijob support these
builds take hours (> 4 on dedicated machine, > 11 on bulk build)
2015-07-08 05:35:16 +00:00
Philip M. Gollucci
8c4803560d security/p5-Dancer2-Plugin-Auth-Extensible update 0.400 -> 0.401
PR:                  201123
Submitted by:        hvo.pm@xs4all.nl (maintainer)
2015-07-08 03:11:28 +00:00
Philip M. Gollucci
e8e54de188 databases/p5-Dancer2-Plugin-DBIC update 0.0008 -> 0.0009
- Set NO_ARCH

PR:                  201122
Submitted by:        hvo.pm@xs4all.nl
2015-07-08 03:11:22 +00:00
Philip M. Gollucci
6d19c7ffe1 net-mgmt/netmagis-* update 2.2.2 -> 2.3.0
Additional changes not in pr:
 - Remove post-install do-nada
 - Set NO_ARCH where appropriate
 - DISTVERSION -> PORTVERSION
 - use /var/netmagis instead of /usr/local/var/netmagis
 - remove @dirrm[try] from pkg-plists
 - remove @exec mkdir -p from pkg-plists
 - sort uses
 - relocate rc scripts to the slave they belong to
 - pull conditional logic out and into the slaves they affect
 - add metro/ws/gengraph to SHEBANG_FILES

UPDATING:
 Upgrading from a previous version requires
 a database schema upgrade.
 See http://netmagis.org/upgrade.html

PR:                201124
Submitted by:      pdagog@gmail.com (maintainer)
2015-07-08 02:25:27 +00:00
Xin LI
9ef8e11cbf Make version range closer to reality -- this should be a no-op (use of P2
and P1 without PORTREVISION is intentional).
2015-07-08 01:20:37 +00:00
Steve Wills
8f63b375c8 ports-mgmt/octopkg: several improvements
- Use DISTVERSIONPREFIX
- Improve COMMENT
- Improve deps by updating USE_QT5
- Allow build on 9.x by adding compiler:c++11-lib
- Add desktop entry and icon

PR:		201358
Approved by:	kmoore (maintainer)
2015-07-08 00:52:19 +00:00
Jimmy Olgeni
061c389d5f Update to version 0.7.0. 2015-07-08 00:04:47 +00:00
Jimmy Olgeni
6c1fc4bf68 Improve working of comment.
In erlang.mk, replace "none" with "no argument" in the "Valid ARGS"
example; "none" looks an actual argument.
2015-07-07 23:06:33 +00:00
Jimmy Olgeni
87825d92d3 In elixir.mk, replace custom targets with do-build and do-install. 2015-07-07 23:03:07 +00:00
Baptiste Daroussin
6a09c2607e Update to 1.60 2015-07-07 22:21:28 +00:00
Mathieu Arnold
f10c0cc39d Update BIND 9.9 to 9.9.7-P1 and 9.10 to 9.10.2-P2.
MFH:		2015Q3
Security:	CVE-2015-4620
Sponsored by:	Absolight
2015-07-07 22:15:07 +00:00
Xin LI
7acab0e9d7 -base options for dns/bind have been gone now. Cover them with <gt>0</gt>
for this entry so that existing users gets warned.

Noticed by:	mat
2015-07-07 22:14:05 +00:00
Xin LI
c0546f0dce Document BIND remote resolver DoS vulnerability when DNSsec validation
is enabled.
2015-07-07 21:52:59 +00:00
Philip M. Gollucci
4c308b09f8 - Fix dependencies on docs, plperl, pltcl
postgresql93-$dep not postgresql9.3-$dep
Note, nothing uses doc, plperl, or pltcl yet

Required for PR: 201124
Approved by:     portmgr (bapt)
2015-07-07 21:31:39 +00:00
Rene Ladan
8a84ad18c2 Remove expired ports:
2015-07-07 graphics/fli2gif: No public distfiles
2015-07-07 net-im/tkabbur: Upstream development ceased since 2008
2015-07-07 21:00:05 +00:00
Jimmy Olgeni
9d4e6e3a3d Upgrade to version 3.2.0 and simplify mix.exs patch. 2015-07-07 20:58:13 +00:00
Sunpoet Po-Chuan Hsieh
9a605b5269 - Add LICENSE
- Update *_DEPENDS
- Add NO_ARCH
2015-07-07 19:44:36 +00:00
Sunpoet Po-Chuan Hsieh
d37c1e1725 - Add NO_ARCH 2015-07-07 19:44:27 +00:00
Sunpoet Po-Chuan Hsieh
c0562b969c - Add NO_ARCH 2015-07-07 19:44:22 +00:00
Sunpoet Po-Chuan Hsieh
46faa3d600 - Update to 4.3.4
Changes:	https://github.com/threedaymonk/htmlentities/blob/master/History.txt
2015-07-07 19:44:16 +00:00
Sunpoet Po-Chuan Hsieh
0c613aa168 - Update to 0.0.7
Changes:	https://github.com/fog/fog-google/commits/master
2015-07-07 19:44:11 +00:00
Adam Weinberger
4c68c8c3c7 Update to r131. 2015-07-07 19:17:27 +00:00
Adam Weinberger
7ac044cf66 Transfer maintainership to the perl@ collective. 2015-07-07 19:12:49 +00:00
Adam Weinberger
6d61bd6a96 Update to 0.29.
Changes: https://metacpan.org/changes/distribution/Net-FTPSSL
2015-07-07 19:01:54 +00:00
Adam Weinberger
1ecf8c0280 Update to 1.44.
Changes: https://metacpan.org/changes/distribution/Test-File
2015-07-07 18:58:25 +00:00
Stephen Montgomery-Smith
e6b3ff1883 - Update to 0.1.4. 2015-07-07 18:51:42 +00:00
Stephen Montgomery-Smith
63c22faccd - Update to 2.8.1. 2015-07-07 18:24:03 +00:00
Dmitry Marakasov
3f891c15de - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-07 18:06:57 +00:00
Veniamin Gvozdikov
ba372be09b - Update to 1.6.5
- Added tarantool user and group
2015-07-07 16:59:55 +00:00
Adam Weinberger
b2fa1c69a6 Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
2015-07-07 16:22:54 +00:00
Kris Moore
90b174bf84 - Cleanup BUILD/RUN_DEPS
- Require lang/go 1.4+
- Use INSTALL_PROGRAM
- Remove dep on devel/git

Submitted by: Adam Weinberger <adamw@adamw.org>
2015-07-07 16:12:40 +00:00
Jimmy Olgeni
47011257d5 Upgrade to version 0.3.4. 2015-07-07 15:39:27 +00:00
Jimmy Olgeni
b228b3bfdb Upgrade to version 17.5.6.2. 2015-07-07 15:36:46 +00:00
Mark Felder
c6964b555a cups-filters mentions wrong CVE in some places
incorrect: CVE-2015-3259
correct: CVE-2015-3279

Add mailing list post that clarifies this

Security:	bf1d9331-21b6-11e5-86ff-14dae9d210b8
2015-07-07 15:05:12 +00:00
Mark Felder
2bf9cf5963 Document haproxy information leak
Security:	CVE-2015-3281
2015-07-07 14:54:12 +00:00