Ļ%365702
246
935
198
109
152
166
116
796
371
119
642
432
157
681
157
136
195
497
287
161
194
168
938
1540
186
491
1567
499
159
141
254
199
205
529
418
284
447
590
455
110
298
213
124
139
172
203
193
139
139
204
139
139
235
139
161
410
304
241
165
409
838
104
268
138
354
203
151
309
156
161
146
138
142
166
167
193
143
263
124
136
134
136
133
139
135
138
140
137
479
136
138
136
136
131
133
140
137
149
136
157
131
678
149
127
359
244
147
165
134
142
134
136
138
144
130
148
186
140
155
130
306
230
173
132
133
139
137
144
135
136
139
141
142
141
752
141
141
135
141
137
129
134
460
136
247
183
217
135
128
143
142
140
136
140
144
137
137
130
133
141
130
129
267
465
133
252
133
135
136
132
138
134
138
137
136
133
138
132
142
131
300
169
134
130
131
134
136
136
131
129
135
136
132
130
143
112
113
242
247
209
169
183
572
184
862
384
636
162
278
260
157
110
188
138
135
165
134
135
131
134
136
135
166
162
129
138
136
139
135
133
144
133
286
115
133
132
132
134
134
134
130
136
138
131
372
188
138
K 10
svn:author
V 3
osa
K 8
svn:date
V 27
2014-08-22T22:06:37.492678Z
K 7
svn:log
V 842
Update from 4.0.48 to 4.0.49:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
* 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.
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2014-08-22T23:11:59.660894Z
K 7
svn:log
V 105
- bsd-user: fix sysctl hw.physmem if host bitsize != target's.
- Bump PORTREVISION.
Reported by: sbruno
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2014-08-22T23:28:39.855577Z
K 7
svn:log
V 17
Fix indentation.
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T00:20:48.780767Z
K 7
svn:log
V 57
net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plist
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T01:37:27.275076Z
K 7
svn:log
V 71
www/siteframe: Rework so that overriding extract target is unnecessary
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T03:15:02.621169Z
K 7
svn:log
V 22
Conver to USES=python
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T03:53:25.069846Z
K 7
svn:log
V 701
lang/python{27,33,34}: Backport fix for upstream Issue #21166
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
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T05:19:50.041161Z
K 7
svn:log
V 276
lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.
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.
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T06:05:37.211803Z
K 7
svn:log
V 23
Fix some stage orphans
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T06:30:29.636502Z
K 7
svn:log
V 547
devel/picosat: Satisfiability (SAT) solver for boolean variables
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
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T07:11:36.337849Z
K 7
svn:log
V 337
[NEW] devel/py-pycosat: Bindings to PicoSAT (a SAT solver)
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
END
K 10
svn:author
V 6
amdmi3
K 8
svn:date
V 27
2014-08-23T07:58:08.534477Z
K 7
svn:log
V 62
- Drop .la files, no dependees require them
- Strip libraries
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T08:16:57.660310Z
K 7
svn:log
V 584
New port: textproc/py-acora
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/
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T08:30:13.638714Z
K 7
svn:log
V 61
Do not try to remove directories belonging to BSD.local.dist
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T08:31:07.943407Z
K 7
svn:log
V 40
Remove double slash to pass check-plist
END
K 10
svn:author
V 7
thierry
K 8
svn:date
V 27
2014-08-23T08:58:23.849825Z
K 7
svn:log
V 99
- Make fetchable again
- Stagify
- Link the test programs with FFLAGS to get -rpath on GCC libs.
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T09:25:30.336452Z
K 7
svn:log
V 401
devel/ocfpcsc: Expand license permissions
The license added to the PR was unnecessarily restrictive and caused
the builders to no longer package the binaries. I looked at the IBM
licence provided in files and did not see any restriction on packaging
object files. I alerted the maintainer about this twice, and wg@ told
me to Just Fix It.
PR: 191419
Approved by: maintainer timeout (Just Fix It)
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T10:12:25.125689Z
K 7
svn:log
V 191
mail/milter-manager: Explictly request ports package system
Without this configure argument, the makefile will assume it's building
on pkgsrc when building on DragonFly. No-Op for FreeBSD.
END
K 10
svn:author
V 3
hrs
K 8
svn:date
V 27
2014-08-23T10:44:37.854940Z
K 7
svn:log
V 69
Add notes about a possible package conflict in TeXLive 2014 upgrade.
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T11:40:15.468665Z
K 7
svn:log
V 99
www/squid33: Fix plist for options, enable keytab only for squid
PR: 192913
Submitted by: timp87
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2014-08-23T11:49:45.022978Z
K 7
svn:log
V 76
- Stage support
- Add LICENSE
PR: 192792
Submitted by: tkato432@yahoo.com
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T12:08:16.112402Z
K 7
svn:log
V 843
security/suricata: Update to 2.0.3, Modernize
Now that libprelude is safe from EXPIRE and has been staged [1], and devel/libhtp
now *actually* links against libiconv even though autoconf detection was fine
[2] ... Have fun!
- Update to 2.0.3
- Switch libhtp to the upstream version port (devel/libhtp)
- Use USES=libtool
- Use OPTIONS helpers and other OPTIONS_* goodies
- Sort USE(S)* section
- Deprecate USE_AUTOTOOLS (USES instead)
- Deprecate AUTOMAKE_ARGS, ACLOCAL_ARGS (no longer necessary)
- Update COMMENT
- Add m4 macro for checking compiler flags and add relevent
check to configure.ac. Our GCC doesn't like
-Wno-error=unused-result and upstreams configure bits arent as
portable as they could be.
[1] http://svnweb.freebsd.org/changeset/ports/365562
[2] http://svnweb.freebsd.org/changeset/ports/364955
Requested by: many
END
K 10
svn:author
V 6
ohauer
K 8
svn:date
V 27
2014-08-23T12:29:46.320769Z
K 7
svn:log
V 1443
- update to 6.4.7
- add CPE entry
- sort pkg-plist
Changelog (entries related to the command line tools)
Nmap 6.47 [2014-08-20]
o Integrated all of your IPv4 OS fingerprint submissions since June 2013
(2700+ of them). Added 366 fingerprints, bringing the new total to 4485.
Additions include Linux 3.10 - 3.14, iOS 7, OpenBSD 5.4 - 5.5, FreeBSD 9.2,
OS X 10.9, Android 4.3, and more. Many existing fingerprints were improved.
Highlights: http://seclists.org/nmap-dev/2014/q3/325 [Daniel Miller]
o Removed the External Entity Declaration from the DOCTYPE in Nmap's XML. This
was added in 6.45, and resulted in trouble for Nmap XML parsers without
network access, as well as increased traffic to Nmap's servers. The doctype
is now:
o [Ncat] Fixed SOCKS5 username/password authentication. The password length was
being written in the wrong place, so authentication could not succeed.
Reported with patch by Pierluigi Vittori.
o Avoid formatting NULL as "%s" when running nmap --iflist. GNU libc converts
this to the string "(null)", but it caused segfault on Solaris. [Daniel Miller]
o Handle ICMP admin-prohibited messages when doing service version detection.
Crash reported by Nathan Stocks was: Unexpected error in NSE_TYPE_READ
callback. Error code: 101 (Network is unreachable) [David Fifield]
o [NSE] Fix a bug causing http.head to not honor redirects. [Patrik Karlsson]
MFH: 2014Q3
END
K 10
svn:author
V 6
gerald
K 8
svn:date
V 27
2014-08-23T12:31:36.176781Z
K 7
svn:log
V 91
Update to the 20140817 snapshot of GCC 5, which is how GCC 4.10 is now
going to be called.
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T12:36:01.580092Z
K 7
svn:log
V 395
www/squid33: Support Kerberos on DragonFly
DragonFly does not have Kerberos in the base system as this port assumes.
In order to build squid33, DF has a dependency on krb5 packages. Morever,
the configure check assumes Kerberos is in the base system, so it fails
to configure. Disable the check completely as it's guaranteed to pass on
FreeBSD and the sought headers are installed with krb5.
END
K 10
svn:author
V 6
ohauer
K 8
svn:date
V 27
2014-08-23T12:50:20.601889Z
K 7
svn:log
V 1470
MFH: r365724
- update to 6.4.7
- add CPE entry
- sort pkg-plist
Changelog (entries related to the command line tools)
Nmap 6.47 [2014-08-20]
o Integrated all of your IPv4 OS fingerprint submissions since June 2013
(2700+ of them). Added 366 fingerprints, bringing the new total to 4485.
Additions include Linux 3.10 - 3.14, iOS 7, OpenBSD 5.4 - 5.5, FreeBSD 9.2,
OS X 10.9, Android 4.3, and more. Many existing fingerprints were improved.
Highlights: http://seclists.org/nmap-dev/2014/q3/325 [Daniel Miller]
o Removed the External Entity Declaration from the DOCTYPE in Nmap's XML. This
was added in 6.45, and resulted in trouble for Nmap XML parsers without
network access, as well as increased traffic to Nmap's servers. The doctype
is now:
o [Ncat] Fixed SOCKS5 username/password authentication. The password length was
being written in the wrong place, so authentication could not succeed.
Reported with patch by Pierluigi Vittori.
o Avoid formatting NULL as "%s" when running nmap --iflist. GNU libc converts
this to the string "(null)", but it caused segfault on Solaris. [Daniel Miller]
o Handle ICMP admin-prohibited messages when doing service version detection.
Crash reported by Nathan Stocks was: Unexpected error in NSE_TYPE_READ
callback. Error code: 101 (Network is unreachable) [David Fifield]
o [NSE] Fix a bug causing http.head to not honor redirects. [Patrik Karlsson]
Approved by: portmgr (zi)
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T13:13:26.934283Z
K 7
svn:log
V 403
security/xzid: suppress broken and unnecesary missing target check
Line 606 of the vendor Makefile has a malformed error message that comes
up if the makefile is given no target. For reasons I don't understand,
the gmake on FreeBSD tolerates it and the same exact gmake on DragonFly
catches it. Just amend the sed command the remove the line completely
as it's never executed in the ports framework.
END
K 10
svn:author
V 8
olivierd
K 8
svn:date
V 27
2014-08-23T13:17:14.447911Z
K 7
svn:log
V 62
- Update to 1.4.0
- Switch to USES= python
- Add LICENSE_FILE
END
K 10
svn:author
V 6
gerald
K 8
svn:date
V 27
2014-08-23T13:42:35.452905Z
K 7
svn:log
V 46
Update to the 20140820 snapshot of GCC 4.9.2.
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T13:50:41.443622Z
K 7
svn:log
V 159
[NEW] www/py-evernote: Evernote SDK for Python
This SDK contains wrapper code used to call the Evernote Cloud API from Python.
WWW: https://dev.evernote.com
END
K 10
svn:author
V 7
thierry
K 8
svn:date
V 27
2014-08-23T13:52:17.490133Z
K 7
svn:log
V 102
- Fix build
- Stagify
- Add a license
- Remove $HOME set to $WRKDIR in $MAKE_ENV, this breaks mpd.
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T13:56:52.427243Z
K 7
svn:log
V 109
net/istgt: Fix configure so rc script installs on DragonFly
FTR, this is why I am against compound patches.
END
K 10
svn:author
V 5
koobs
K 8
svn:date
V 27
2014-08-23T14:03:26.420990Z
K 7
svn:log
V 434
[NEW] www/geeknote: Command line client for Evernote
Geeknote is a command line client for Evernote.
Features:
* Create notes in your Evernote account
* Create tags, notebooks
* Use Evernote search in console with different filters
* Edit notes in console using any editor: nano, vim, emacs, mcedit
* Sync your local files, directories with Evernote
* Use Evernote with cron or any scripts
WWW: http://www.geeknote.me
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T14:04:12.670228Z
K 7
svn:log
V 323
Add games/prboom-plus, a fork of games/prboom.
A fork of PrBoom with uncapped framerate, variable gamespeed, re-record,
walkcam, chasecam, full mouselook, fov and other features without loss of
compatibility with original DOOM.
WWW: http://prboom-plus.sourceforge.net/
PR: 188932
Submitted by: thiagohero501@gmail.com
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T14:08:10.835674Z
K 7
svn:log
V 188
devel/rubygem-ffi: Fix loading libc on 10.x and newer
PR: 188741
Submitted by: asomers
Obtained from: https://github.com/Carpetsmoker/ffi/commit/ac63e07f76ed65e4ad8865ef1804ce6e7a333d19
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T14:37:54.966903Z
K 7
svn:log
V 350
Fix some files unreadable by regular users, this causes errors like:
File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 1514, in _get
with open(path, 'rb') as stream:
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/site-packages/WebError-0.10.3-py2.7.egg-info/entry_points.txt'
While here, modernize a bit
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T14:43:06.744987Z
K 7
svn:log
V 495
Add devel/liballium and security/obfsclient.
liballium attempts to reduce the amount of boilerplate code required to
implement pluggable transports for Tor in C or C++.
WWW: https://github.com/yawning/liballium
obfsclient is a C++11 Tor-managed pluggable transport client
implementation of the following protocols:
obfs2 - The Twobfuscator
obfs3 - The Threebfuscator
ScrambleSuit - Experimental
WWW: https://github.com/yawning/obfsclient
PR: 187926, 187927
Submitted by: fk@fabiankeil.de
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T15:01:47.412515Z
K 7
svn:log
V 358
Fix some files unreadable by regular users, this causes errors like:
File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 1514, in _get
with open(path, 'rb') as stream:
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/site-packages/zope.minmax-1.1.2-py2.7.egg-info/namespace_packages.txt'
While here, modernize a bit
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2014-08-23T15:03:30.457317Z
K 7
svn:log
V 18
- Update to 1.3.3
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T15:13:23.200194Z
K 7
svn:log
V 203
Add sysutils/cmockery2.
This is a port of Cmockery2, Cmockery2 is revival of Google's unit
test framework.
WWW: https://github.com/lpabon/cmockery2
PR: 192420
Submitted by: harsha@harshavardhana.net
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T15:36:34.526088Z
K 7
svn:log
V 118
Stage. Distfile is unchanged, but is generated differently by using
USE_GITHUB.
PR: 192788
Submitted by: Ports Fury
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2014-08-23T15:44:28.121440Z
K 7
svn:log
V 32
- Update to 0.8.0
- Add LICENSE
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T15:46:12.253314Z
K 7
svn:log
V 45
Stage.
PR: 192794
Submitted by: Ports Fury
END
K 10
svn:author
V 7
sunpoet
K 8
svn:date
V 27
2014-08-23T15:52:56.618425Z
K 7
svn:log
V 76
- Add descriptions for options using external library instead of bundled on
END
K 10
svn:author
V 7
sunpoet
K 8
svn:date
V 27
2014-08-23T15:58:12.565286Z
K 7
svn:log
V 106
- Update MAINTAINER
PR: ports/192902
Submitted by: Carlos Jacobo Puga Medina (maintainer)
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T16:05:41.983496Z
K 7
svn:log
V 98
www/redmine: update to 2.5.2
PR: 192256
Submitted by: Mikhail Tsatsenko
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:07:53.149994Z
K 7
svn:log
V 45
Stage.
PR: 192796
Submitted by: Ports Fury
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:12:55.069439Z
K 7
svn:log
V 45
Stage.
PR: 192798
Submitted by: Ports Fury
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T16:14:19.592780Z
K 7
svn:log
V 108
Stage devel/ocaml-equeue and assign maintainship to submitter
PR: 192841
Submitted by: Michael Gruenewald
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:21:59.434932Z
K 7
svn:log
V 45
Stage.
PR: 192808
Submitted by: Ports Fury
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:22:50.836111Z
K 7
svn:log
V 45
Stage.
PR: 192809
Submitted by: Ports Fury
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T16:23:12.485969Z
K 7
svn:log
V 139
dns/powerdns: Fix pkg-plist when backend options are selected
PR: 192401
Reported by: michelle
Fixed by: maintainer (Ralf van der Enden)
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:29:26.258948Z
K 7
svn:log
V 45
Stage.
PR: 192812
Submitted by: Ports Fury
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:32:40.992170Z
K 7
svn:log
V 67
Update to 1.2.104 and stage.
PR: 192813
Submitted by: Ports Fury
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T16:38:43.479173Z
K 7
svn:log
V 315
- Add STAGE support
- (re)take maintainership
- Add patch to fix "Failed to install service" issue occurs in recent windows
(see http://community.zenoss.org/message/48714)
- Make python bindings optional. it's mainly used in ZENOSS internally
and should be optional.
PR: 192853
Submitted by: KIKUCHI Koichiro
END
K 10
svn:author
V 7
sunpoet
K 8
svn:date
V 27
2014-08-23T16:44:16.143991Z
K 7
svn:log
V 207
- Update to 20140822
- While I'm here, fix STAGEDIR-prefixed link
Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8067
PR: ports/192945
Submitted by: Chris Howey (maintainer)
END
K 10
svn:author
V 5
riggs
K 8
svn:date
V 27
2014-08-23T16:58:25.208230Z
K 7
svn:log
V 146
- Update to version 0.51.9
- Update WWW in pkg-descr
- Pet portlint
PR: 192790
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
END
K 10
svn:author
V 5
riggs
K 8
svn:date
V 27
2014-08-23T17:05:45.117901Z
K 7
svn:log
V 71
- Fix make index
Reported by: antoine
Approved by: mentors (implicit)
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T17:20:44.008702Z
K 7
svn:log
V 314
net-p2p/eiskaltdcpp-cli
net-p2p/eiskaltdcpp-daemon
net-p2p/eiskaltdcpp-data
net-p2p/eiskaltdcpp-gtk
net-p2p/eiskaltdcpp-lib
net-p2p/eiskaltdcpp-qt
1. Update to 2.2.9
2. Stage
3. Chase for new build options: gtk30, libcanberra, json-rpc
4. Use master/slave relations
PR: 192869
Submitted by: Vladimir Kondratiev
END
K 10
svn:author
V 3
dbn
K 8
svn:date
V 27
2014-08-23T17:30:43.349754Z
K 7
svn:log
V 745
Update math/R-cran-car to 2.0-21.
ChangeLog:
* residualPlot error when using 'type="rstudent" has been fixed.
* Minor change to "recode" documentation; improved error checking in
recode().
* Fixed a bug in gamLine with non-canonical links. (Thanks to Hani Christoph)
* Added has.intercept.multinom() to make Anova() work with multinom objects
fit to a dichotomous response (after bug report by Kristian Hovde Liland).
* Replaced vif.lm() with vif.default() to cover wider variety of models
(after question by Laura Rigg about gls models).
* Diagonal panels in scatterplotMatrix() (except for histograms) show
groups separately when plotted by groups (suggestion by Erich Neuwirth).
* Added vcov. argument to Anova.lm().
END
K 10
svn:author
V 7
thierry
K 8
svn:date
V 27
2014-08-23T17:41:18.810210Z
K 7
svn:log
V 9
Stagify.
END
K 10
svn:author
V 3
hrs
K 8
svn:date
V 27
2014-08-23T17:58:43.504875Z
K 7
svn:log
V 175
- Add capability to specify package dependency in USE_TEX.
- Make print/texlive-full always depend on the latest packages; currently
texmf>=20140525_2 and base>=20140525_1.
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T18:02:29.922655Z
K 7
svn:log
V 43
archivers/rubygem-rubyzip: update to 1.1.6
END
K 10
svn:author
V 2
pi
K 8
svn:date
V 27
2014-08-23T18:04:58.399016Z
K 7
svn:log
V 262
update ports:
biology/phrab
biology/phred
biology/consed
Although these programs are licensed freely for academic and nonprofit
purposes, users have to contact the authors to obtain the tarballs.
PR: 191336
Submitted by: mzaki@m.u-tokyo.ac.jp (maintainer)
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T18:26:04.435228Z
K 7
svn:log
V 108
Update to 1.5.4 and add LICENSE.
PR: 192632
Submitted by: Gasol Wu
Approved by: maintainer is on vacation
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T18:30:02.636631Z
K 7
svn:log
V 57
Update to 0.10.31.
PR: 192874
Submitted by: maintainer
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T18:36:13.981139Z
K 7
svn:log
V 213
archivers/rubygem-bzip2: fix build with ruby 2.1
PR: 192689
Submitted by: Paul Mather
Obtained from: https://github.com/chewi/bzip2-ruby/commit/92d492c2b40c32a5c039314666655ebc2f52a817
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T18:43:49.221766Z
K 7
svn:log
V 61
databases/rubygem-activerecord-jdbc-adapter: update to 1.3.9
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T18:47:20.121784Z
K 7
svn:log
V 66
databases/rubygem-activerecord-jdbcmysql-adapter: update to 1.3.9
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T18:48:54.843900Z
K 7
svn:log
V 51
databases/rubygem-redis-namespace: update to 1.5.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T18:49:57.392189Z
K 7
svn:log
V 43
databases/rubygem-seed-fu: update to 2.3.3
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:01:21.326577Z
K 7
svn:log
V 47
devel/rubygem-active_scaffold: update to 3.4.1
END
K 10
svn:author
V 2
wg
K 8
svn:date
V 27
2014-08-23T19:02:54.945239Z
K 7
svn:log
V 75
misc/pdmenu: update to 1.3.3
PR: 192805
Submitted by: tkato432 yahoo com
END
K 10
svn:author
V 2
wg
K 8
svn:date
V 27
2014-08-23T19:06:59.649416Z
K 7
svn:log
V 76
net-p2p/uhub: update to 0.5.0
PR: 192805
Submitted by: tkato432 yahoo com
END
K 10
svn:author
V 2
wg
K 8
svn:date
V 27
2014-08-23T19:09:35.615765Z
K 7
svn:log
V 101
databases/py-peewee: update to 2.3.1
- Convert to USES python
PR: 192864
Submitted by: maintainer
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:12:52.620743Z
K 7
svn:log
V 48
devel/rubygem-activemessaging: update to 0.13.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:17:17.135541Z
K 7
svn:log
V 167
devel/rubygem-request_store: add port for rubygem-request_store
RequestStore gives you per-request global storage.
WWW: http://github.com/steveklabnik/request_store
END
K 10
svn:author
V 3
hrs
K 8
svn:date
V 27
2014-08-23T19:17:40.146008Z
K 7
svn:log
V 32
Fix a typo.
Pointy hat to: hrs
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:19:13.215224Z
K 7
svn:log
V 41
devel/rubygme-authlogic: update to 3.4.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:22:04.346599Z
K 7
svn:log
V 39
devel/rubygem-bindata: update to 2.1.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:26:54.574768Z
K 7
svn:log
V 41
devel/rubygem-columnize: update to 0.8.9
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:27:08.073893Z
K 7
svn:log
V 38
devel/rubygem-byebug: update to 3.2.0
END
K 10
svn:author
V 8
olivierd
K 8
svn:date
V 27
2014-08-23T19:30:05.569751Z
K 7
svn:log
V 42
- Update to 1.4.1
- Remove unneeded patch
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:31:17.504801Z
K 7
svn:log
V 40
devel/rubygem-capybara: update to 2.4.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:34:36.112943Z
K 7
svn:log
V 43
devel/rubygem-configatron: update to 4.2.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:36:05.938566Z
K 7
svn:log
V 45
devel/rubygem-configuration: update to 1.3.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:38:15.401251Z
K 7
svn:log
V 42
devel/rubygem-multi_test: update to 0.1.1
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T19:40:21.418884Z
K 7
svn:log
V 384
libjpeg-turbo installs its own unique library (libturbojpeg.so) and
a drop-in replacement for libjpeg.so.
This commit splits them apart into two ports:
graphics/libjpeg-turbo which installs only libturbojpeg.so
graphics/jpeg-turbo which installs the libjpeg.so replacement
This will allow ports to depend on libturbojpeg.so without causing
pkg conflicts.
Approved by: maintainer
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:41:07.873923Z
K 7
svn:log
V 41
devel/rubygem-cucumber: update to 1.3.16
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:42:41.877255Z
K 7
svn:log
V 43
devel/rubygem-delayed_job: update to 4.0.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:46:08.499506Z
K 7
svn:log
V 41
devel/rubygem-enumerize: update to 0.8.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:47:51.816467Z
K 7
svn:log
V 41
devel/rubygem-filemagic: update to 0.6.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:50:30.227665Z
K 7
svn:log
V 36
devel/rubygem-graf: update to 0.0.5
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:52:47.233539Z
K 7
svn:log
V 38
devel/rubygem-mspec: update to 1.5.21
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:54:46.837869Z
K 7
svn:log
V 45
devel/rubygem-pry-remote-em: update to 0.7.5
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:56:34.356477Z
K 7
svn:log
V 42
devel/rubygem-ruby-prof: update to 0.15.1
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T19:57:35.072591Z
K 7
svn:log
V 55
Update to 0.8.2.
PR: 192865
Submitted by: maintainer
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T19:58:48.567509Z
K 7
svn:log
V 41
devel/rubygem-ruby2ruby: update to 2.1.1
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T20:01:46.013233Z
K 7
svn:log
V 63
Update to 3.8.6.
PR: 192830, 192831
Submitted by: maintainer
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:02:20.050151Z
K 7
svn:log
V 36
devel/rubygem-slim: update to 2.0.3
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T20:05:13.424691Z
K 7
svn:log
V 581
Ignore ports setting NO_PACKAGE when PACKAGE_BUILDING is set
Side effect is that we will no longer mirror their distfiles, sad for them,
but we will no longer spend cpu cycles building them for nothing every week
and have strange errors from dependent ports unable to install NO_PACKAGE
dependencies
Users willing to package those ports can still set FORCE_PACKAGE
Poudriere users can also package by not setting NO_FORCE_PACKAGE in poudriere.conf (by default it's already not set)
Differential Revision: https://reviews.freebsd.org/D670
Reviewed by: bdrewery
With hat: portmgr
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T20:12:44.278044Z
K 7
svn:log
V 55
Update to 2.9.3.
PR: 192815
Submitted by: Ports Fury
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T20:13:49.032577Z
K 7
svn:log
V 33
Hook jpeg-turbo up to the build.
END
K 10
svn:author
V 5
riggs
K 8
svn:date
V 27
2014-08-23T20:17:16.703779Z
K 7
svn:log
V 264
- Import bitcoin-armory into finance,
an implementation of desktop bitcoin management system
- Assign maintainership to port submitter Yuri Victorovich
PR: 192367
Submitted by: Yuri Victorovich
Approved by: mentors (implicit)
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T20:21:08.302946Z
K 7
svn:log
V 149
Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installing
just the daemon on headless servers.
PR: 192629
Submitted by: maintainer
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T20:24:56.077034Z
K 7
svn:log
V 53
Update to 2.6.
PR: 192822
Submitted by: maintainer
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T20:27:55.009225Z
K 7
svn:log
V 70
cad/geda: Unbreak on FreeBSD 11
PR: 192786
Submitted by: Ports Fury
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:34:14.315491Z
K 7
svn:log
V 39
devel/rubygem-warbler: update to 1.4.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:35:41.967580Z
K 7
svn:log
V 47
devel/rubygem-yui-compressor: update to 0.12.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:36:49.244231Z
K 7
svn:log
V 39
finance/rubygem-money: update to 6.1.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:38:29.932452Z
K 7
svn:log
V 41
graphics/rubygem-geokit: update to 1.8.5
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:40:27.316722Z
K 7
svn:log
V 43
graphics/rubygem-graphviz: update to 1.2.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:42:51.303583Z
K 7
svn:log
V 49
graphics/rubygem-image_science: updatge to 1.2.6
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:44:18.736275Z
K 7
svn:log
V 35
irc/rubygem-cinch: update to 2.1.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T20:46:16.149535Z
K 7
svn:log
V 53
mail/rubygem-exception_notification: update to 4.0.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:17:06.501491Z
K 7
svn:log
V 91
www/rubygem-sinatra-contrib: fix dependency on tilt1
Reported by: antoine
With hat: ruby@
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:22:41.737884Z
K 7
svn:log
V 45
net/rubygem-connection_pool: update to 2.0.0
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-23T21:22:43.799946Z
K 7
svn:log
V 59
Fix make fetch
Reported by: pkg-fallout
With hat: portmgr
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:24:52.465222Z
K 7
svn:log
V 35
net/rubygem-geoip: update to 1.4.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:37:24.024688Z
K 7
svn:log
V 210
www/rubygem-http_parser.rb: create port for rubygem-http_parser.rb
Ruby bindings to http://github.com/ry/http-parser and
http://github.com/a2800276/http-parser.java
WWW: http://github.com/tmm1/http_parser.rb
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:42:14.075738Z
K 7
svn:log
V 134
devel/rubygem-naught: add port for rubygem-naught
Naught is a toolkit for building Null Objects
WWW: https://github.com/avdi/naught
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:44:48.679399Z
K 7
svn:log
V 78
www/rubygem-http_parser.rb: oops, this port already existed in net, delete it
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:52:50.704613Z
K 7
svn:log
V 37
science/rubygem-ai4r: update to 1.13
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:54:47.601058Z
K 7
svn:log
V 38
syutils/rubygem-god: update to 0.13.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:56:17.195620Z
K 7
svn:log
V 44
sysutils/rubygem-sys-admin: update to 1.6.3
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:57:13.799226Z
K 7
svn:log
V 42
sysutils/rubygem-sys-cpu: update to 0.7.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:58:21.766975Z
K 7
svn:log
V 49
sysutils/rubygem-sys-filesystem: update to 1.1.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T21:59:36.891852Z
K 7
svn:log
V 40
textproc/rubygem-diffy: update to 3.0.6
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:00:50.941213Z
K 7
svn:log
V 41
textproc/rubygem-gemoji: update to 2.1.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:02:32.935847Z
K 7
svn:log
V 44
textproc/rubygem-itextomml: update to 1.5.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:04:35.020902Z
K 7
svn:log
V 46
textproc/rubygem-libxml-ruby: update to 2.7.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:07:48.780359Z
K 7
svn:log
V 47
textproc/rubygem-loggability: update to 0.11.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:08:30.262512Z
K 7
svn:log
V 46
textproc/rubygem-linguistics: update to 2.0.3
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T22:10:32.972813Z
K 7
svn:log
V 656
Stage databases/gnats4 and assign new maintainer
PR: 192881
Submitted by: Chris Hutchinson
I am sure many people wanted to see this port die, but Chris wanted to
save it. Unfortunately his PR only contained about 2% of the work needed
to properly stage it. I had to overhaul it with the changes to numerous
to recount. Some big ticket items: converted to OptionsNG the EMACS and
CLIENT_ONLY knobs (the ability to define the exact EMACS version is lost,
it just takes the default. There are only 2 EMACS versions anyway).
The chown/mode changes where moved from vendor makefile to pkg-plist. I
also leveraged @sample keyword for the two conf files.
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:14:53.563700Z
K 7
svn:log
V 46
textproc/rubygem-rdiscount: update to 2.1.7.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:16:43.172521Z
K 7
svn:log
V 46
textproc/rubygem-spreadsheet: update to 0.9.8
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:18:38.603727Z
K 7
svn:log
V 40
textproc/rubygem-stamp: update to 0.6.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:20:09.623522Z
K 7
svn:log
V 46
www/rubygem-bootstrap-sass: update to 3.2.0.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:22:03.233408Z
K 7
svn:log
V 42
www/rubygem-carrierwave: update to 0.10.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:23:06.711910Z
K 7
svn:log
V 34
www/rubygem-cuba: update to 3.3.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:24:13.021889Z
K 7
svn:log
V 39
www/rubygem-d3_rails: update to 3.4.11
END
K 10
svn:author
V 5
adamw
K 8
svn:date
V 27
2014-08-23T22:26:34.525214Z
K 7
svn:log
V 365
Add x11/virtual.
VirtualGL is an open source program that redirects the 3D rendering commands
from Unix and Linux OpenGL applications to 3D accelerator hardware in a
dedicated server and displays the rendered output interactively to a thin
client located elsewhere on the network, or locally.
WWW: http://www.virtualgl.org
PR: 192561
Submitted by: David Mackay
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:36:41.340416Z
K 7
svn:log
V 41
textproc/rubygem-loofah: update to 2.0.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:39:43.661913Z
K 7
svn:log
V 151
www/rubygem-feedjira: create port of rubygem-feedjira
A library designed to retrieve and parse feeds as quickly as possible
WWW: http://feedjira.com
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:40:24.726742Z
K 7
svn:log
V 88
www/rubygem-feedzirra: mark deprecated due to upstream rename, see www/rubygem-feedjira
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:46:01.400662Z
K 7
svn:log
V 121
devel/rubygem-nesty: add port for rubygem-nesty
Nested exception support for Ruby
WWW: https://github.com/skorks/nesty
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:48:08.180547Z
K 7
svn:log
V 40
www/rubygem-geminabox: update to 0.12.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:50:25.879835Z
K 7
svn:log
V 33
www/rubygem-gon: update to 5.1.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:52:53.310472Z
K 7
svn:log
V 48
www/rubygem-jquery-atwho-rails: update to 0.5.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:55:08.565579Z
K 7
svn:log
V 47
www/rubygem-jquery-turbolinks: update to 2.0.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:56:52.397575Z
K 7
svn:log
V 45
www/rubygem-jquery-ui-rails: update to 5.0.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:58:18.719281Z
K 7
svn:log
V 41
www/rubygem-rack-attack: update to 4.1.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T22:59:46.132541Z
K 7
svn:log
V 45
www/rubygem-select2-rails: update to 3.5.9.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:02:18.462041Z
K 7
svn:log
V 49
www/rubygem-selenium-webdriver: update to 2.42.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:05:04.642353Z
K 7
svn:log
V 42
devel/rubygem-r18n-core: update to 1.1.11
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:05:33.722213Z
K 7
svn:log
V 42
www/rubygem-sintra-r18n: update to 1.1.11
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:08:11.884619Z
K 7
svn:log
V 35
www/rubygem-ethon: update to 0.7.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:10:58.510892Z
K 7
svn:log
V 38
www/rubygem-typhoeus: update to 0.6.9
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:14:10.539385Z
K 7
svn:log
V 46
www/rubygem-underscore-rails: update to 1.6.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:17:39.080157Z
K 7
svn:log
V 35
print/rubygem-afm: update to 0.2.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-23T23:33:17.515995Z
K 7
svn:log
V 34
databases/rubygem-memcache: 1.5.1
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T23:35:27.508550Z
K 7
svn:log
V 171
add new port net/quiterss
PR: 192390
Submitted by: coder (tuxfamily.org)
QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
WWW: http://quiterss.org/
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-23T23:53:38.869308Z
K 7
svn:log
V 369
Add new port sysutils/btsixad
PR: 192412
Submitted by: Andrey Zholos
The btsixad daemon allows the PlayStation 3 Sixaxis gamepad to be used
wirelessly over Bluetooth. When a gamepad is connected, the daemon cre-
ates a virtual USB HID device named btsixa*. This can be symlinked to
uhid* and used like an ordinary USB joystick or gamepad by SDL and other
programs.
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T01:54:19.621205Z
K 7
svn:log
V 38
devel/rubygem-temple: update to 0.6.8
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:00:16.192260Z
K 7
svn:log
V 156
devel/rubygem-dotenv-deployment: add port for rubygem-dotenv-deployment
Deployment concerns for dotenv
WWW: https://github.com/bkeepers/dotenv-deployment
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:04:01.962979Z
K 7
svn:log
V 38
misc/rubygem-dotenv: update to 0.11.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:04:28.443611Z
K 7
svn:log
V 40
devel/rubygem-foreman: update to 0.74.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:08:55.389235Z
K 7
svn:log
V 41
devel/rubygem-simplecov: update to 0.9.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:11:25.415584Z
K 7
svn:log
V 37
devel/rubygem-paint: update to 0.8.7
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:20:01.406958Z
K 7
svn:log
V 43
devel/rubygem-generator_spec: update 0.9.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:22:38.889263Z
K 7
svn:log
V 39
devel/rubygem-hitimes: update to 1.2.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:25:05.821634Z
K 7
svn:log
V 43
devel/rubygem-require_all: update to 1.3.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:28:33.195863Z
K 7
svn:log
V 42
devel/rubygem-classifier: update to 1.3.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:37:17.159913Z
K 7
svn:log
V 41
devel/rubygem-icalendar: update to 2.1.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:37:42.359001Z
K 7
svn:log
V 38
www/redmine-backlogs: update to 1.0.6
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:50:57.698601Z
K 7
svn:log
V 43
devel/rubygem-jruby-jars: update to 1.7.13
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:54:36.223800Z
K 7
svn:log
V 37
develrubygem-mongo: update to 1.10.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:56:38.838334Z
K 7
svn:log
V 47
connect rubygem-dotenv-deployment to the build
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T02:59:47.068129Z
K 7
svn:log
V 36
devel/rubygem-bson: update to 2.3.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:07:07.291684Z
K 7
svn:log
V 204
devel/rubygem-bson1: add port for 1.x ver of rubygem-bson, for rubygem-mongo
rubygem-mongo requires rubygem-bson at the same version as rubygem-mongo, so
add a port for the older version of rubygem-bson
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:08:04.719924Z
K 7
svn:log
V 74
devel/rubygem-mongo: use the 1.x version of rubygem-bson that mongo wants
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:10:24.396444Z
K 7
svn:log
V 39
devel/rubygem-hashery: update to 2.1.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:12:40.116506Z
K 7
svn:log
V 35
devel/rubygem-cri: update to 2.6.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:14:50.694691Z
K 7
svn:log
V 36
devel/rubygem-kgio: update to 2.9.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:27:09.876675Z
K 7
svn:log
V 39
devel/rubygem-cocaine: update to 0.5.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:27:28.585686Z
K 7
svn:log
V 41
devel/rubygem-paperclip: update to 4.2.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:29:38.525031Z
K 7
svn:log
V 41
devel/rubygem-commander: update to 4.2.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:32:54.549424Z
K 7
svn:log
V 36
devel/rubygem-main: update to 6.0.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:36:49.058855Z
K 7
svn:log
V 34
ftp/rubygem-curb: update to 0.8.6
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T03:46:25.755760Z
K 7
svn:log
V 40
graphics/rubygem-gruff: update to 0.5.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T04:28:24.588942Z
K 7
svn:log
V 41
graphics/rubygem-pdfkit: update to 0.6.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T04:30:26.611777Z
K 7
svn:log
V 37
net/rubygem-macaddr: update to 1.7.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T04:35:53.067824Z
K 7
svn:log
V 35
net/rubygem-whois: update to 3.5.5
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T04:47:38.909987Z
K 7
svn:log
V 48
textproc/rubygem-compass-rails: update to 2.0.0
END
K 10
svn:author
V 6
glewis
K 8
svn:date
V 27
2014-08-24T05:31:30.340828Z
K 7
svn:log
V 17
. Update to 8u20
END
K 10
svn:author
V 6
glewis
K 8
svn:date
V 27
2014-08-24T05:44:04.499852Z
K 7
svn:log
V 18
. Update to 8u20.
END
K 10
svn:author
V 2
pi
K 8
svn:date
V 27
2014-08-24T07:20:46.914302Z
K 7
svn:log
V 150
devel/p5-Test-YAML: 1.04 -> 1.05
- Add dependency on Test::Base 0.86
PR: 192895
Submitted by: Sergei Vyshenski (maintainer)
END
K 10
svn:author
V 5
riggs
K 8
svn:date
V 27
2014-08-24T07:25:09.341941Z
K 7
svn:log
V 152
- Update to upstream version 1.0.6
- Add LICENSE
- Stagify
- Pet portlint
PR: 192811
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
END
K 10
svn:author
V 3
uqs
K 8
svn:date
V 27
2014-08-24T07:32:18.509837Z
K 7
svn:log
V 116
Update xbmc to 13.2. Hide all samba depends behind WITH_SMB.
PR: 192838
Submitted by: uqs
Approved by: maintainer
END
K 10
svn:author
V 6
amdmi3
K 8
svn:date
V 27
2014-08-24T07:58:09.301002Z
K 7
svn:log
V 74
- Drop .la files, no dependees require them
Approved by: portmgr blanket
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-24T09:07:33.325341Z
K 7
svn:log
V 88
science/clhep: Upgrade version 2.2.0.1 => 2.2.0.3
PR: 192806
Submitted by: Ports Fury
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T09:14:16.057010Z
K 7
svn:log
V 475
Mark BROKEN: Fails to build with new linux_base-gentoo-stage3
/bin/sh /wrkdirs/usr/ports/devel/linux_kdump/work/linux_kdump-1.5/mkioctls.linux
Abort trap
Abort trap
..
cc -O2 -pipe -fno-strict-aliasing -I/usr/src/usr.bin/ktrace -I/usr/src/usr.bin/kdump -I/usr/src -std=gnu99 -fstack-protector -o linux_kdump kdump.o linux_ioctl.o subr.o syscallnames.o
kdump.o: In function `ktrsyscall':
kdump.c:(.text+0x49b): undefined reference to `ioctlname'
Reported by: pkg-fallout
END
K 10
svn:author
V 6
marino
K 8
svn:date
V 27
2014-08-24T09:17:19.414026Z
K 7
svn:log
V 89
emulators/gxemul: Upgrade version 0.6.0 => 0.6.0.1
PR: 192789
Submitted by: Ports Fury
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T09:18:37.495064Z
K 7
svn:log
V 765
Mark linux_dist-gentoo-stage3 BROKEN, Fails to package
===> Building package for linux_dist-gentoo-stage3-20140812
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/ld-2.17.so): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libBrokenLocale-2.17.so): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libanl-2.17.so): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libc-2.17.so): No such file or directory
..
Reported by: pkg-fallout
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T09:21:43.568125Z
K 7
svn:log
V 287
Mark BROKEN: Fails to build
===> Building for mupen64plus-video-z64-2.0_1
CC _obj/osal_dynamiclib_unix.o
CXX _obj/rgl.o
In file included from ../../src/rgl.cpp:80:
../../src/rgl.h:29:18: error: glew.h: No such file or directory
...
Reported by: pkg-fallout
With hat: portmgr
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T09:30:20.867857Z
K 7
svn:log
V 539
Mark BROKEN: Fails to build
With clang:
gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src'
touch ../src/config.h-t
gcc -W -g -O -I../include -c monst.c
gmake[3]: gcc: Command not found
With gcc:
gcc -W -g -O -I../include -c ../sys/unix/unixmain.c
../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory
../sys/unix/unixmain.c: In function 'main':
../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function)
Reported by: pkg-fallout
With hat: portmgr
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T09:33:50.689987Z
K 7
svn:log
V 66
Mark BROKEN: Checksum and size mismatch
Reported by: pkg-fallout
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T09:49:32.499527Z
K 7
svn:log
V 181
2014-08-24 security/pam_abl: Newer version requires large number of hacks, not worth the effort
2014-08-23 www/rubygem-feedzirra: Project renamed upstream, see www/rubygem-feedjira
END
K 10
svn:author
V 2
pi
K 8
svn:date
V 27
2014-08-24T09:52:06.588971Z
K 7
svn:log
V 168
ftp/filezilla: 3.8.0 -> 3.9.0.3
Changes: https://filezilla-project.org/versions.php
PR: 191663
Submitted by: matthew@reztek.cz
Approved by: jsa (maintainer timeout)
END
K 10
svn:author
V 7
antoine
K 8
svn:date
V 27
2014-08-24T11:38:36.303219Z
K 7
svn:log
V 61
Do not try to remove directories belonging to BSD.local.dist
END
K 10
svn:author
V 2
cs
K 8
svn:date
V 27
2014-08-24T12:08:43.999849Z
K 7
svn:log
V 19
Update to 1.03.001
END
K 10
svn:author
V 6
grembo
K 8
svn:date
V 27
2014-08-24T13:08:39.265182Z
K 7
svn:log
V 93
Fix use of USE_BDB
Submitted by: ohauer
Reviewed by: flo (mentor)
Approved by: flo (mentor)
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:25:40.427690Z
K 7
svn:log
V 43
textproc/rubygem-gherkin: update to 2.12.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:30:00.988012Z
K 7
svn:log
V 40
www/rubygem-raindrops: update to 0.13.0
END
K 10
svn:author
V 6
grembo
K 8
svn:date
V 27
2014-08-24T13:32:03.531892Z
K 7
svn:log
V 70
Indentation fix.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:32:42.840854Z
K 7
svn:log
V 39
www/rubygem-kaminari: update to 0.16.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:36:18.450644Z
K 7
svn:log
V 40
www/rubygem-em-twitter: update to 0.3.3
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:43:15.488644Z
K 7
svn:log
V 36
www/rubygem-maruku: update to 0.7.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:45:59.929526Z
K 7
svn:log
V 39
www/rubygem-websocket: update to 1.2.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:49:04.103977Z
K 7
svn:log
V 41
www/rubygem-jruby-rack: update to 1.1.16
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:51:49.887200Z
K 7
svn:log
V 40
www/rubygem-turbolinks: update to 2.3.0
END
K 10
svn:author
V 2
wg
K 8
svn:date
V 27
2014-08-24T13:53:43.991962Z
K 7
svn:log
V 75
mail/perdition: update to 2.1
PR: 192770
Submitted by: Brian Mastenbrook
END
K 10
svn:author
V 2
wg
K 8
svn:date
V 27
2014-08-24T13:54:54.656998Z
K 7
svn:log
V 71
sysutils/procenv: update to 0.36
PR: 192816
Submitted by: maintainer
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T13:56:42.063328Z
K 7
svn:log
V 34
www/rubygem-puma: update to 2.9.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:04:38.859916Z
K 7
svn:log
V 43
devel/rubygem-arrayfields: update to 4.9.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:09:11.969846Z
K 7
svn:log
V 41
devel/rubygem-backports: update to 3.6.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:11:34.885100Z
K 7
svn:log
V 44
devel/rubygem-childprocess: update to 0.5.3
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:14:23.857262Z
K 7
svn:log
V 40
devel/rubygem-chronic: update to 0.10.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:17:01.512924Z
K 7
svn:log
V 38
devel/rubygem-devise: update to 3.3.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:21:23.502977Z
K 7
svn:log
V 49
devel/rubygem-directory_watcher: update to 1.5.1
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:23:46.648697Z
K 7
svn:log
V 38
devel/rubygem-docile: update to 1.1.5
END
K 10
svn:author
V 3
hrs
K 8
svn:date
V 27
2014-08-24T14:33:25.955214Z
K 7
svn:log
V 193
* Add staging support.
* Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS.
* Remove obsolete MAN* variables, and use pkg-plist.
* Take maintainership.
Submitted by: WATANABE Kazuhiro
PR: 192966
END
K 10
svn:author
V 3
mva
K 8
svn:date
V 27
2014-08-24T14:49:29.606416Z
K 7
svn:log
V 23
- Unbreak after update
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:49:49.728070Z
K 7
svn:log
V 38
devel/rubygem-excon: update to 0.39.5
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:51:58.146006Z
K 7
svn:log
V 37
devel/rubygem-fattr: update to 2.2.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:54:51.723636Z
K 7
svn:log
V 37
devel/rubygem-grape: update to 0.8.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:56:36.021104Z
K 7
svn:log
V 39
devel/rubygem-inline: update to 3.12.3
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T14:58:16.862181Z
K 7
svn:log
V 39
devel/rubygem-launchy: update to 2.4.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T15:00:03.880589Z
K 7
svn:log
V 39
devel/rubygem-logging: update to 1.8.2
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T15:02:07.283246Z
K 7
svn:log
V 35
devel/rubygem-map: update to 6.5.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T15:03:06.415817Z
K 7
svn:log
V 41
devel/rubygem-metaclass: update to 0.0.4
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T15:05:38.176805Z
K 7
svn:log
V 43
devel/rubygem-orm_adapter: update to 0.5.0
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T15:10:00.209839Z
K 7
svn:log
V 36
devel/rubygem-pry: update to 0.10.1
END
K 10
svn:author
V 5
robak
K 8
svn:date
V 27
2014-08-24T15:10:12.085722Z
K 7
svn:log
V 277
www/grafana: NEW PORT - Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB
Grafana is An open source, feature rich metrics dashboard
and graph editor for Graphite, InfluxDB & OpenTSDB.
Submitted by: Bartek Rutkowski
Approved by: swills (mentor)
END
K 10
svn:author
V 2
wg
K 8
svn:date
V 27
2014-08-24T15:20:59.770278Z
K 7
svn:log
V 97
textproc/py-whoosh: update to 2.5.7
- USES python
- Add LICENSE
- Pass maintainership to python
END
K 10
svn:author
V 6
swills
K 8
svn:date
V 27
2014-08-24T15:21:27.235282Z
K 7
svn:log
V 43
devel/rubygem-pygments.rb: update to 0.6,0
END