Commit Graph

357479 Commits

Author SHA1 Message Date
Koop Mast
45ef4cdab8 Update baobab to 3.14.1. 2015-01-15 17:08:16 +00:00
Koop Mast
c90ab3ad6f Update aisleriot to 3.14.2. 2015-01-15 17:07:12 +00:00
Koop Mast
42b3b0b5fb Update sound-juicer to 3.14.0. 2015-01-15 17:06:14 +00:00
Koop Mast
dc3d2e1718 Update gnome-color-manager to 3.14.2. 2015-01-15 17:05:27 +00:00
Koop Mast
e20a1e075f Update libXft to 2.3.2. 2015-01-15 17:04:32 +00:00
Koop Mast
f82f137d5d Update libnice to 0.1.8.
Enable introspection support.
2015-01-15 17:02:10 +00:00
Koop Mast
18975cf060 Update uhttpmock to 0.3.3. 2015-01-15 17:01:16 +00:00
Koop Mast
52610d2799 Update geoclue to 2.1.10. 2015-01-15 17:00:33 +00:00
Koop Mast
96af01b36e Update gtkhtml4 to 4.8.5. 2015-01-15 16:59:46 +00:00
Koop Mast
a6ddc16624 Update gtkspell3 to 3.0.6. 2015-01-15 16:58:39 +00:00
Koop Mast
39aac83c1d Update gdl to 3.14.0. 2015-01-15 16:57:47 +00:00
Adam Weinberger
1185bff0ea Add forgotten p5- prefix. 2015-01-15 16:53:39 +00:00
Sunpoet Po-Chuan Hsieh
5b02e3bb22 - Update to 3.10
- Sort PLIST

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP-Daemon/ChangeLog
2015-01-15 16:51:56 +00:00
Sunpoet Po-Chuan Hsieh
8d7f4745d1 - Add p5-XML-Compile-WSDL11 3.03
XML::Compile::WSDL11 understands WSDL version 1.1. An WSDL file defines a set of
messages to be send and received over (SOAP) connections. This involves encoding
of the message to be send into XML, sending the message to the server, collect
the answer, and finally decoding the XML to Perl.

As end-user, you do not have to worry about the complex details of the messages
and the way to exchange them: it's all simple Perl for you. Also, faults are
handled automatically. The only complication you have to worry about is to shape
a nested HASH structure to the sending message structure.
XML::Compile::Schema::template() may help you.

When the definitions are spread over multiple files you will need to use
addWSDL() (wsdl) or importDefinitions() (additional schema's) explicitly.
Usually, interreferences between those files are broken. Often they reference
over networks (you should never trust). So, on purpose you must explicitly load
the files you need from local disk! (of course, it is simple to find one-liners
as work-arounds, but I will to tell you how!)

WWW: http://search.cpan.org/dist/XML-Compile-WSDL11/
2015-01-15 16:51:50 +00:00
Sunpoet Po-Chuan Hsieh
dab6cb543c - Update to 3.06
- Fix TEST_DEPENDS: Test::Deep was removed in 2.36
- Sort PLIST

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2015-01-15 16:51:44 +00:00
Sunpoet Po-Chuan Hsieh
2d5c3a3692 - Update to 1.03
Changes:	http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog
2015-01-15 16:51:38 +00:00
Sunpoet Po-Chuan Hsieh
573016c2e4 - Update to 0.95
- Fix *_DEPENDS: File::Slurp was replaced by File::Slurp::Tiny in 0.94

Changes:	http://search.cpan.org/dist/XML-LibXML-Simple/ChangeLog
PR:		ports/196484
Submitted by:	sunpoet (myself)
Approved by:	markun@onohara.to (maintainer)
2015-01-15 16:51:33 +00:00
Koop Mast
3cfced888e Update evolution suite to 3.12.10.
Fix build of mail/evolution on 9.x and 8.x after webkit updates [1]

PR:		196079 [1]
		196706 [1]
Submitted by:	truckman@, lawrence chen <beastie@tardisi.com>
2015-01-15 16:49:18 +00:00
Sunpoet Po-Chuan Hsieh
eaf200a111 - Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
- Remove Author line
2015-01-15 16:38:33 +00:00
Sunpoet Po-Chuan Hsieh
ddb364d851 - Update to 2.22
- Sort PLIST

Changes:	http://search.cpan.org/dist/Class-MethodMaker/Changes
2015-01-15 16:35:54 +00:00
Sunpoet Po-Chuan Hsieh
e21f07f922 - Update to 3.35
Changes:	http://search.cpan.org/dist/Test-Harness/Changes
2015-01-15 16:35:37 +00:00
Sunpoet Po-Chuan Hsieh
6783227c79 - Update to 0.1.0
- Add LICENSE
- Fix and sort *_DEPENDS: Test::Exception is a test-only dependency
- Sort PLIST

Changes:	http://search.cpan.org/dist/Data-ObjectDriver/Changes
2015-01-15 16:35:30 +00:00
Sunpoet Po-Chuan Hsieh
90b41173ee - Update to 2.4.0
Changes:	https://github.com/guard/guard-minitest/releases
2015-01-15 16:35:24 +00:00
Sunpoet Po-Chuan Hsieh
f34e9d1326 - Update to 1.2.1
Changes:	https://github.com/guard/guard-compat/releases
2015-01-15 16:35:19 +00:00
Sunpoet Po-Chuan Hsieh
5d73d46540 - Update to 3.0.4
Changes:	http://swig.org/release.html
2015-01-15 16:35:14 +00:00
Sunpoet Po-Chuan Hsieh
bfbfd5e6d8 - Update to 0.23
Changes:	http://search.cpan.org/dist/Test-CPAN-Meta-YAML/Changes
2015-01-15 16:35:08 +00:00
Dan Langille
e8660b81fa Add missing dependencies
Approved by: wg (mentor)
CR:          D1538
2015-01-15 16:20:56 +00:00
Rui Paulo
f99b5838ff Add devel/gitinspector.
gitinspector is a statistical analysis tool for git repositories. The
defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and
activity of each author. Under normal operation, it filters the
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.

Differential Revision:	https://reviews.freebsd.org/D1529
Reviewed by:	bapt
Approved by:	bapt
2015-01-15 15:51:37 +00:00
Koop Mast
79ccbbad22 Manualy depend on vte290 until roxterm supports the 2.91 API from vte3.
No portrevision bump since GTK3 option is off by default.

Submitted by:	Ting-Wei Lan
2015-01-15 15:10:07 +00:00
Koop Mast
1c0c09773f Readd vte3 0.34.7 as vte290. There are still some programs that need the
older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API.
2015-01-15 14:55:12 +00:00
Mathieu Arnold
cf808657fc Give those to perl@, they're up-to-date, but I wouldn't want to keep someone
from updating them.

Sponsored by:	Absolight
2015-01-15 14:52:12 +00:00
Alex Dupre
0695ab49e4 Update to 2.11.5 release.
PR:		196759
Submitted by:	j-keck <jhyphenkeck@gmail.com>
2015-01-15 14:50:31 +00:00
Wen Heping
ed2443f302 - Update to 2.1.9
- Add LICENSE
2015-01-15 14:49:47 +00:00
Dmitry Marakasov
fbf857c478 - Drop @dirrm* from and add empty directories to plists
Approved by:	portmgr blanket
2015-01-15 13:40:56 +00:00
Koop Mast
3145b16544 Install a few docs in ${LOCALBASE}/share/doc instead of ${LOCALBASE}/doc.
PR:		196364
Submitted by:	rm@
2015-01-15 13:27:53 +00:00
Dmitry Marakasov
18d1d8f4fe - Fix shebangs
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-01-15 13:06:27 +00:00
Dmitry Sivachenko
761e09d280 New port: vowpal_wabbit.
The Vowpal Wabbit (VW) project is a fast out-of-core learning system
sponsored by Microsoft Research and (previously) Yahoo! Research.

There are two ways to have a fast learning algorithm: (a) start with a slow
algorithm and speed it up, or (b) build an intrinsically fast learning
algorithm.  This project is about approach (b), and it's reached a state
where it may be useful to others as a platform for research and experimentation.

There are several optimization algorithms available with the baseline
being sparse gradient descent (GD) on a loss function (several are available).

WWW: https://github.com/JohnLangford/vowpal_wabbit/wiki
2015-01-15 13:00:58 +00:00
Koop Mast
ac7c2bc7f8 Update liferea to 1.10.12.
PR:		192995 (based on)
Submitted by:	cmt@burggraben.net
2015-01-15 12:25:31 +00:00
Dmitry Marakasov
b232fc794e - Fix glib-mkenums warnings (which may lead to errors)
- Remove MAKE_JOBS_UNSAFE
- Sort plist

PR:		196663
Submitted by:	rm@FreeBSD.org
Approved by:	kwm
2015-01-15 12:21:56 +00:00
Dmitry Marakasov
b24e81f5d9 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-01-15 11:58:54 +00:00
Koop Mast
c587d45b7c Make sure we start after ldconfig is run. So we can find stuff in /usr/local.
I haven't see this myself but it doesn't hurt to do it correctly.

PR:		196274
Submitted by:	mandree@ Craig Wiesen <ctyz1999+bugzilla@gmail.com>
2015-01-15 11:50:25 +00:00
Dmitry Marakasov
0d7673df36 - Add LICENSE_FILE
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-01-15 11:41:53 +00:00
William Grzybowski
6be6568737 www/py-django-tastypie: update to 0.12.1 2015-01-15 11:41:42 +00:00
Koop Mast
9b4becaf46 Register png dependacy because we link against it.
PR:		196334
Submitted by:	anindya49@hotmail.com
2015-01-15 11:36:06 +00:00
William Grzybowski
4f6d578621 devel/py-lxml: update to 3.4.1 2015-01-15 11:32:36 +00:00
Koop Mast
14d1bd1429 Update vala to 0.26.2.
PR:		196695
Submitted by:	olivierd@
Obtained from:	gnome dev repo
2015-01-15 11:21:11 +00:00
Koop Mast
400e8d9cf8 Update libxklavier to 5.3.
Obtained from:	gnome dev repo
2015-01-15 11:17:40 +00:00
William Grzybowski
66594a59df multimedia/py-subliminal: add missing dependency and pet portlint
PR:		195241
Submitted by:	Ralf van der Enden <tremere cainites net>
2015-01-15 11:14:36 +00:00
William Grzybowski
5b539370fe devel/libgit2: add THREADS option and make it default
PR:		196662
Submitted by:	rm
2015-01-15 11:01:25 +00:00
Koop Mast
19ad86de44 Update gnumeric to 1.12.18.
Disable paradox, enable introspection.
Sort plist.

PR:		188629 (based on)
Submitted by:	olivierd@
2015-01-15 10:49:31 +00:00