Commit Graph

31448 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b382f19a83 - Add spdylay 1.1.0
Spdylay - SPDY C Library

This is an experimental implementation of Google's SPDY protocol in C. This
library provides SPDY version 2 and 3 framing layer implementation. It does not
perform any I/O operations. When the library needs them, it calls the callback
functions provided by the application. It also does not include any event
polling mechanism, so the application can freely choose the way of handling
events. This library code does not depend on any particular SSL library (except
for example programs which depend on OpenSSL 1.0.1 or later).

This project also develops SPDY client, server and proxy on top of Spdylay
library.

WWW: http://spdylay.sourceforge.net/
2013-10-23 19:10:37 +00:00
Sunpoet Po-Chuan Hsieh
3480e7a9a7 - Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use USES=shebangfix
- Support STAGEDIR
2013-10-23 19:09:17 +00:00
Eitan Adler
b609812858 Unquiet my ports to make debugging easier. 2013-10-23 18:59:18 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Bernhard Froehlich
faf39b9761 - Update to 3.2.5 [1]
- Add pkgconfig dependency to fix configure on FreeBSD 9.x and 10.x [2]
- Add USE_GCC=any to fix configure and compile on FreeBSD 10.x
- Convert LIB_DEPENDS to new shlib format
- Remove checks for old EoL FreeBSD versions
- Support staging

PR:		ports/179268 [1]
PR:		ports/183174 [2]
Submitted by:	Hung-Yi Chen <gaod@hychen.org> [1]
Reported by:	Gunnar Flygt <gunnar.flygt@sr.se> [2]
Approved by:	maintainer timeout (19 weeks) [1]
With hat:	portmgr
2013-10-23 12:12:40 +00:00
William Grzybowski
04c0f987ae www/py-flexget: update to 1.1.144
- Update to 1.1.144
2013-10-23 11:25:39 +00:00
Emanuel Haupt
84040e0860 Support staging. 2013-10-23 10:26:46 +00:00
MANTANI Nobutaka
d1a5bf82c2 Fix build error.
PR:	ports/183097, ports/183156
Submitted by:	Guillaume Bibaut <yom@iaelu.net>, Oliver Fromme <oliver.fromme@secnetix.de>
2013-10-22 22:45:00 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Martin Matuska
fc4bd66a18 Update pear-Horde_Service_Facebook to version 2.0.6 2013-10-22 16:38:26 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Danilo Egea Gondolfo
e4ddd96cc1 - Update from 3.1.14 to 3.1.15 [1]
- Add stage support

PR:		ports/183199
Submitted by:	Michael Fausten <ports@michael-fausten.de> (maintainer) [1]
2013-10-22 13:48:22 +00:00
Thomas Abthorpe
0e14460b39 2013-10-10 devel/ruby-sdl: Does not work with Ruby 1.9
2013-10-22 games/magicmaze: Does not work with Ruby 1.9
2013-10-10 lang/ruby18: Please use lang/ruby19
2013-10-10 www/rubygem-mongrel_cluster: Does not work with Ruby 1.9
2013-10-10 www/rubygem-mongrel: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rails-app-installer: Does not work with Ruby 1.9
2013-10-22 www/typo: Does not work with Ruby 1.9
2013-10-22 12:02:58 +00:00
William Grzybowski
6b30faecb9 www/py-selenium: update to 2.37.0
- Update to 2.37.0

Changes: https://code.google.com/p/selenium/source/browse/py/CHANGES

PR:		ports/183140
Submitted by:	Douglas William Thrift <douglas douglasthrift.net> (maintainer)
2013-10-22 09:04:19 +00:00
Bernhard Froehlich
9563fa516f - Update to 4.2-8
- Support staging
2013-10-22 08:21:15 +00:00
Danilo Egea Gondolfo
3bd44800a3 - Update from 0.83.8 to 0.84.2 [1]
- Add LICENSE [1]
- Add stage support

PR:		ports/183149
Submitted by:	Mathias Monnerville <mathias@monnerville.com> (maintainer) [1]
2013-10-22 03:58:13 +00:00
Thomas Abthorpe
f7ba3ab762 - Mark BROKEN, set EXPIRATION_DATE 2013-10-21 20:00:57 +00:00
Steve Wills
1e6e862325 Raphael JS as a Rubygem for use in the Rails asset pipeline
WWW: https://github.com/mockdeep/raphael-rails

PR:		ports/182727
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 14:24:28 +00:00
Mathieu Arnold
0b4f8b95bb - Support staging.
- Add the DOCS option as it is used.

PR:		ports/183158
Submitted by:	mat
Approved by:	maintainer
2013-10-21 14:07:30 +00:00
Alex Kozlov
e4f71f27d5 - Update to 20120817
- Support STAGEDIR
- Remove indefinite article from COMMENT
2013-10-21 11:23:56 +00:00
Sunpoet Po-Chuan Hsieh
6ee9a8e343 - Convert to new options helper
- Support STAGEDIR
- Use PLIST
- Fix typo
2013-10-21 11:07:21 +00:00
Sunpoet Po-Chuan Hsieh
af5efa7ef2 - Fix staging support
Pointed out by:	ak
2013-10-21 10:59:37 +00:00
Sunpoet Po-Chuan Hsieh
a72c3fed50 - Fix staging support
Pointed out by:	ak
2013-10-21 10:57:59 +00:00
Sunpoet Po-Chuan Hsieh
9b3f28a336 - Update to 4.49
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-21 09:52:52 +00:00
Sunpoet Po-Chuan Hsieh
8fecb8ef89 - Fix PKGNAME collision
- Support STAGEDIR
2013-10-21 09:08:02 +00:00
Sunpoet Po-Chuan Hsieh
ad2e00bf32 - Update CONFLICTS_INSTALL 2013-10-21 09:07:37 +00:00
Sunpoet Po-Chuan Hsieh
e8ffb4183d - Convert to new options helper
- Support STAGEDIR
- Use PLIST
- Fix typo
2013-10-21 08:43:17 +00:00
Baptiste Daroussin
b0868ce731 Fix build by adding missing pkg-config build requirement
PR:		prots/182717
Submitted by:	Phillip Jaenke <prj@rootwyrm.com>
2013-10-21 08:30:47 +00:00
Martin Matuska
5b37aa290a Horde port update:
Horde_ActiveSync 2.8.3 -> 2.8.4
Horde_Auth 2.1.0 -> 2.1.1
Horde_Core 2.9.0 -> 2.10.0
Horde_Css_Parser 1.0.1 -> 1.0.2
Horde_Date 2.0.6 -> 2.0.7
Horde_History 2.2.0 -> 2.2.1
Horde_Imap_Client 2.15.4 -> 2.15.5
Horde_Log 2.0.1 -> 2.1.0
Horde_Mail 2.1.1 -> 2.1.2
Horde_Rpc 2.1.0 -> 2.1.1
Horde_Smtp 1.2.3 -> 1.2.5
Horde_SpellChecker 2.1.0 -> 2.1.1
Horde_Stream 1.3.0 -> 1.4.0
2013-10-21 06:40:56 +00:00
Steve Wills
2d0ea5fc36 Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline.
WWW: https://github.com/josh/ruby-modernizr

PR:		ports/182704
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 02:50:09 +00:00
Steve Wills
16f3c39e73 jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
WWW: https://github.com/joliss/jquery-ui-rails

PR:		ports/182702
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 02:37:22 +00:00
Steve Wills
eba0e3e1de underscore.js asset pipeline provider/wrapper
WWW: https://github.com/rweng/underscore-rails

PR:		ports/182692
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 21:57:18 +00:00
Grzegorz Blach
4ad0c17419 - Support staging 2013-10-20 17:41:59 +00:00
Steve Wills
0cabc679a9 If you need to send some data to your js files and you don't want to do this
with long way trough views and parsing - use this force!

WWW: https://github.com/gazay/gon

PR:		ports/182678
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 16:07:22 +00:00
Steve Wills
39dbe443bd HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
WWW: http://mjijackson.github.com/rack-accept

PR:		ports/182672
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 14:56:31 +00:00
Steve Wills
b7cf67a023 Gem installation of javascript framework for data visualization, D3
WWW: https://github.com/logical42/d3_rails

PR:		ports/182666
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 12:49:22 +00:00
Sunpoet Po-Chuan Hsieh
ca040fbb54 - Fix PLIST 2013-10-20 08:31:56 +00:00
Sunpoet Po-Chuan Hsieh
197198e82c - Update to 4.0051
- Sort PLIST
- Fix PLIST: use %%PERL_ARCH%% instead of "mach"

Changes:	http://search.cpan.org/dist/HTML-FormHandler/Changes
2013-10-20 07:02:34 +00:00
Sunpoet Po-Chuan Hsieh
f79ddc069e - Mark IGNORE with php 5.5.x
- Convert to new options helper
2013-10-20 06:55:57 +00:00
Dirk Meyer
3b3da15c7a - add compat9 on FreeBSD-10
Submitted by:	Alexey Dokuchaev
2013-10-20 05:32:51 +00:00
Steve Wills
cf514ff012 Chosen is a javascript library of select box enhancer for jQuery and Protoype.
This gem integrates Chosen with Rails asset pipeline for easy of use.

WWW: https://github.com/tsechingho/chosen-rails

PR:		ports/182663
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 05:15:19 +00:00
Danilo Egea Gondolfo
ff234221ac - Change maintainer email to @FreeBSD.org
- Add stage support
2013-10-20 04:12:12 +00:00
Kubilay Kocak
8234d3fe56 www/mod_python3: Fix linking when Python is built with libs in LOCALBASE
- Bump port revision
- While I'm here, sort Makefile entries
- Add regression-test target with comment

PR:		ports/182185
Reported by:	des, pkg-fallout
Reviewed by:	mva
Approved by:	maintainer timeout (1 month)
2013-10-20 03:59:52 +00:00
Steve Wills
a3763013e2 Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass
WWW: https://github.com/thomas-mcdonald/bootstrap-sass

PR:		ports/182652
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 02:28:27 +00:00
Steve Wills
673466db8e - Remove unneeded GEM_ENV 2013-10-20 01:56:51 +00:00
Danilo Egea Gondolfo
f840740ba8 - Update from 1.1.13 to 1.1.14 [1]
- Use GITHUB
- Remove the indefinite article from COMMENT
- Add stage support
- Use options helpers

PR:		ports/182860
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com> [1]
2013-10-20 01:35:39 +00:00
Steve Wills
74610f361c Upload files in your Ruby applications, map them to a range of ORMs, store them
on different backends.

WWW: https://github.com/carrierwaveuploader/carrierwave

PR:		ports/182653
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 01:17:20 +00:00
Gerald Pfeifer
236e2b31f8 Replace USE_GCC=4.6+ by the more general USE_GCC=yes. 2013-10-19 23:28:06 +00:00
Juergen Lock
64bb2b8f54 pre-install should better be pre-su-install.
Submitted by:	danfe
2013-10-19 21:28:33 +00:00
Nicola Vitale
54ac414374 - Fix link to csso binary 2013-10-19 21:27:26 +00:00
Sunpoet Po-Chuan Hsieh
dca5bda5e2 - Update to 1.01
- Add LICENSE
- Sort *_DEPENDS
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/SRU/Changes
2013-10-19 19:51:06 +00:00
Sunpoet Po-Chuan Hsieh
949aa7ced6 - Update to 0.39
- Use REINPLACE_CMD instead of PERL
- Remove "extract" from USE_PERL5
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-Session/Changes
2013-10-19 19:48:16 +00:00
Sunpoet Po-Chuan Hsieh
a1593ec5e7 - Update to 4.48
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-19 17:21:38 +00:00
Nicola Vitale
62da7eef7b CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual
minification techniques it can perform structural optimization of CSS files,
resulting in smaller file size compared to other minifiers.

WWW: http://bem.info/tools/csso/

Build logs:	https://redports.org/buildarchive/20131019150900-23459/
2013-10-19 15:40:04 +00:00
Danilo Egea Gondolfo
02784fd706 - Fix directory permissions 2013-10-19 13:59:59 +00:00
Danilo Egea Gondolfo
0b23777826 - Change maintainer email to @FreeBSD.org
- Remove indefinite article from COMMENT
- Use options helpers
- Add stage support
2013-10-19 13:27:32 +00:00
TAKATSU Tomonari
a171322199 - Update to 1.9.8
- Support STAGEDIR
2013-10-19 08:01:16 +00:00
TAKATSU Tomonari
03c076c3bd - Add missing documents 2013-10-19 05:12:48 +00:00
Steve Wills
90781fea56 - Update to 0.10.21 to address a security issue
PR:		ports/183092
Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>
Security:	206f9826-a06d-4927-9a85-771c37010b32
2013-10-19 02:48:02 +00:00
Baptiste Daroussin
4ddbbb4cc4 Enable stage
Modern LIB_DEPENDS
Move files to pkg-plist
2013-10-18 23:42:09 +00:00
Rene Ladan
72921fd256 Use lang/clang32 instead of lang/clang, the latter will go away. 2013-10-18 23:40:09 +00:00
Baptiste Daroussin
37edd04c26 Use stage
Uncontionnally install examples in stage
Modernize LIB_DEPENDS
2013-10-18 23:39:51 +00:00
Juergen Lock
81d5328249 Finally fix build with clang + libc++. 2013-10-18 22:30:17 +00:00
Matthew Seaman
e7d08823d3 - Fix build/run depends on www/rt40
- Stagify
- Take maintainership

Submitted by:	marko.cupac@mimar.rs
Approved by:	feld (previous maintainer)
2013-10-18 13:35:53 +00:00
William Grzybowski
b1610e75d9 www/py-flexget: update to 1.1.140
- Update to 1.1.140
2013-10-18 11:55:19 +00:00
Mathieu Arnold
a6b5ff62fb Fixup with perl 5.16.
Approved by:	maintainer
2013-10-18 07:44:30 +00:00
Thomas Abthorpe
24a0150e73 - Mark devel/rubygem-rascut broken
- Remove dependancy on www/rubygem-mongerl from other ports

With hat:	portmgr
2013-10-18 03:05:47 +00:00
Dmitry Sivachenko
3036b28ab6 Remove extra $${name}_flags from command_args, it will be automatically appended
by rc.subr.

Submitted by:	Gennady Karpov <gekar@yandex-team.ru>
2013-10-17 21:40:19 +00:00
Thomas Abthorpe
4668396ea4 - Update to 3.9
PR:		ports/182856
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-10-17 20:35:26 +00:00
Antoine Brodin
20ac1866f3 Fix plist
Bump PORTREVISION for package change
2013-10-17 16:15:14 +00:00
Boris Samorodov
3bcf402cd3 . fix build with NTLM option -- use iconv unconditionally
(as it has always been before using iconv.mk);
. bump PORTREVISION.

Reported by:	Marko Cupać <marko.cupac@mimar.rs>
Tested by:	Marko Cupać <marko.cupac@mimar.rs>
Approved by:	garga (maintainer)
2013-10-17 13:41:44 +00:00
Dmitry Sivachenko
387c2a6955 Update to 1.9.18.2. 2013-10-17 11:07:22 +00:00
Guido Falsi
f4b3a5f46d - Update to 5.0.4 2013-10-16 20:58:10 +00:00
Jimmy Olgeni
60a905e13d - Upgrade to version 1.97.
- Add staging support.
- Fix sample configuration file.
2013-10-16 19:27:35 +00:00
Matthew Seaman
e76854462a Update to 4.0.18
- Drop LATEST_LINK in favour of PKGNAMESUFFIX

AnnouncementL http://blog.bestpractical.com/2013/10/rt-4018-released.html
ChangeLog:    https://github.com/bestpractical/rt/compare/rt-4.0.17...rt-4.0.18
2013-10-16 18:39:40 +00:00
Rene Ladan
9bd9d184f8 Fix build with GCC 4.8
Submitted by:	avg, Michael Moll <mmoll@mmoll.at>
2013-10-16 13:33:59 +00:00
Raphael Kubo da Costa
d6119cb107 Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated.

In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
2013-10-15 21:52:33 +00:00
William Grzybowski
2dd108140f www/py-flexget: update to 1.1.138
- Update to 1.1.138
2013-10-15 21:49:18 +00:00
Rene Ladan
18d0b6524e Update to 30.0.1599.101
Security:	http://vuxml.freebsd.org/freebsd/710cd5d5-35cb-11e3-85f9-00262d5ed8ee.html
2013-10-15 20:14:38 +00:00
Sunpoet Po-Chuan Hsieh
bb5732fa54 - Fix PLIST
- Bump PORTREVISION for package change

Reported by:	antoine
2013-10-15 18:44:00 +00:00
Sunpoet Po-Chuan Hsieh
fe5d589440 - Update to 4.47
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-15 16:58:53 +00:00
Sunpoet Po-Chuan Hsieh
c449e79374 - Convert to new options helper
- Support STAGEDIR
2013-10-15 16:58:36 +00:00
Baptiste Daroussin
c3ce1ddc75 2013-10-15 www/rubygem-staticmatic: No longer maintained upstream
2013-10-10 www/ruby-nora: Does not work with Ruby 1.9
www/aswiki
2013-10-10 textproc/ruby-amrita: Does not work with Ruby 1.9
2013-10-15 security/flowtag: Does not work with Ruby 1.9
2013-10-10 lang/ruby-lua4: Does not work with Ruby 1.9
2013-10-15 dns/dnsdoctor: Does not work with Ruby 1.9
2013-10-15 12:44:10 +00:00
Guido Falsi
78bb9aaff0 Remove path which slipped in by mistake in two plist lines. 2013-10-15 12:29:01 +00:00
Pietro Cerutti
b652b7cda6 - Convert to USES+=tk
- Convert to OPTIONSng (DOCS)
- STAGE-clean
2013-10-15 08:50:37 +00:00
Olivier Duchateau
96b5bc38e2 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
2013-10-14 20:13:57 +00:00
Edwin Groothuis
d9a88ea4e4 Remove www/httpgrabber due to dependency on net/ngrep-lib
Noticed by:	various hardworking people and never-tiring bots.
2013-10-14 20:13:17 +00:00
Rusmir Dusko
3b865581cd - Update to 3.2.1
- Fix download, change master sites
- Maintainer approved via email

PR:		ports/182922
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
2013-10-14 13:55:13 +00:00
Rene Ladan
b046a4b413 Allow building with clang when GNU ar (from devel/binutils) is installed
and LOCALBASE/bin comes before /usr/bin in $PATH

PR:		ports/182682
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-10-14 12:11:22 +00:00
Sunpoet Po-Chuan Hsieh
6becda8909 - Update to 0.9.10
- Add LICENSE
- Convert to new options framework
- Do not build zipped egg
- Add PyPI as primary WWW
- Reformat pkg-descr
- Take maintainership

Changes:	https://bitbucket.org/cthedot/cssutils/src/default/CHANGELOG.txt
2013-10-14 11:03:36 +00:00
Sunpoet Po-Chuan Hsieh
bb67380890 - Update to 0.16
- Add LICENSE
- Add BUILD_DEPENDS
- Take maintainership

Changes:	http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/Changes
2013-10-14 11:03:09 +00:00
Sunpoet Po-Chuan Hsieh
463b936845 - Update to 2.04
- Add LICENSE
- Fix *_DEPENDS
- Support STAGEDIR
- Take maintainership

Changes:	http://search.cpan.org/dist/CGI-Expand/Changes
2013-10-14 11:03:05 +00:00
Baptiste Daroussin
ac40b410b0 Fix pkg name collision 2013-10-14 07:28:19 +00:00
Raphael Kubo da Costa
ecda38b0a5 Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.

Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.

Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!

PR:		ports/180615
	        ports/181921
		ports/182049
2013-10-13 23:15:50 +00:00
Rene Ladan
70377e983a Fix build on FreeBSD >= 1000052 when the user has installed
devel/libexecinfo

Reported by:	Sam Fourman Jr <sfourman@gmail.com>
Tested by:	Ivan Klymenko <fidaj@ukr.net>
2013-10-13 22:18:04 +00:00
Grzegorz Blach
b7afb4ed12 - Support staging 2013-10-13 22:00:06 +00:00
William Grzybowski
7d781d8509 www/py-flexget: update to 1.1.136
- Update to 1.1.136
2013-10-13 21:28:03 +00:00
Sunpoet Po-Chuan Hsieh
81a322c55b - Fix USE_APACHE_RUN
Reported by:	az
2013-10-13 14:02:07 +00:00
Rene Ladan
7cb04d6a43 Remove two patches from extra-patch-gcc that are now applied
unconditionally.  This fixes 'make patch' when selecting the GCC option.

Reported by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Reported by:	olgeni@
2013-10-13 13:30:17 +00:00
Max Brazhnikov
46888a73a1 - Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
2013-10-13 13:03:03 +00:00
Sunpoet Po-Chuan Hsieh
fc71c02cd1 - Update to 4.46
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-13 12:59:36 +00:00
Li-Wen Hsu
f0e6c159f9 - Truly fix COMMENT 2013-10-13 10:37:03 +00:00
Li-Wen Hsu
15233c8c6a - Add a patch backporting certificate extracted from git repository (3aacc1fbb)
- Add an option for choosing whether to use security/ca_root_nss
- Remove ruby build dependency
- While here, enable stage and fix COMMENT, WWW

PR:		ports/177196
Submitted by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
2013-10-13 10:27:21 +00:00
Eitan Adler
aee915dd44 - Flash 11 is now the only option so there is no need for a manual LATEST_LINK
- xdelta is the only version so it may define the LATEST_LINK
2013-10-13 06:01:55 +00:00
Eitan Adler
09250ba1bb Simplify Makefile 2013-10-13 05:57:12 +00:00
TAKATSU Tomonari
dde54a3134 - Update to 4.0.0
- Support STAGEDIR
2013-10-13 05:25:07 +00:00
Sunpoet Po-Chuan Hsieh
815933006d - Add PORTSCOUT 2013-10-12 16:42:36 +00:00
Sunpoet Po-Chuan Hsieh
ba3835f26e - Update to 0.11
- Fix *_DEPENDS

Changes:	http://search.cpan.org/dist/HTML-Scrubber/Changes
2013-10-12 16:40:00 +00:00
Sunpoet Po-Chuan Hsieh
2ca2cdd0c5 - Update to 1.52
- Convert to new OPTIONS helper
- Support STAGEDIR
- Sort PLIST
- Use CPAN as primary WWW
- Reformat pkg-descr
- Pass maintainership to perl@

Changes:	http://search.cpan.org/dist/HTML-Mason/Changes
2013-10-12 15:16:44 +00:00
Sunpoet Po-Chuan Hsieh
de525335f3 - Update to 2.01
Changes:	http://search.cpan.org/dist/HTML-Parser-Simple/Changes
2013-10-12 15:14:37 +00:00
Sergey A. Osokin
9df388d7ef Update from 4.0.19 to 4.0.20:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
2013-10-12 07:20:39 +00:00
Ryan Steinmetz
c755d76934 - Reset MAINTAINER due to fatal email bounce
Reported by:	portscout
2013-10-12 01:15:19 +00:00
Alex Kozlov
c91c616416 - Support STAGEDIR
- Reset maintainer, address bounces [1]:

550 5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address rejected: undeliverable address:
host sphinx.rz.tu-clausthal.de[139.174.2.44] said: 550-5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address
rejected: undeliverable address:
host mail.tu-clausthal.de[139.174.2.1] said: 550 uwe.pierau@tu-clausthal.de unknown user account (in reply to RCPT TO command)

PR:	ports/182316 [1]
Submitted by:	Uwe Pierau <noaddress@freebsd.de> [1]
2013-10-11 22:56:23 +00:00
Rene Ladan
1887d5a2bf Update to 30.0.1599.69 (bugfixes) 2013-10-11 21:48:49 +00:00
Bryan Drewery
bdc77aa9ad Remove dependency to ngrep-lib too to fix full build 2013-10-11 21:31:50 +00:00
Bryan Drewery
ba1054b435 - Mark BROKEN as it is breaking full tree package builds after the removal of
net/ngrep-lib

With hat:	portmgr
2013-10-11 21:18:31 +00:00
Dmitry Sivachenko
9a8d499c98 Update to 1.9.18.1. 2013-10-11 20:07:26 +00:00
Rene Ladan
bc997e68ac - Fix build on 10.
- Add an extra-patch to deal with the differences between the base
  execinfo in 10 and the devel/libexecinfo port.
- Add a shebangfix for chrome-wrapper [1]
- Minor cleanup

Submitted by:	Mk/Scripts/qa.sh [1]
2013-10-11 15:33:47 +00:00
Sunpoet Po-Chuan Hsieh
f3a2625ef0 - Update to 0.31
- Add TEST_DEPENDS
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/Changes
2013-10-11 15:32:04 +00:00
Sunpoet Po-Chuan Hsieh
7dff64527c - Update to 4.0.8
Changes:	http://www.tinymce.com/develop/changelog/index.php?type=tinymce
2013-10-11 14:09:43 +00:00
Thomas Abthorpe
01d55bf5a4 - DEPRECATE at maintainer's request 2013-10-11 12:29:52 +00:00
Rene Ladan
09e6c08e80 Remove expired ports:
2013-10-11 www/node04: Unsupported upstream, not compatible with current
2013-10-11 www/node06: Unsupported upstream, not compatible with current
2013-10-11 10:32:52 +00:00
Thomas Abthorpe
8f2bb0abab 2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
2013-10-11 05:34:28 +00:00
Thomas Abthorpe
6592175961 - Mark BROKEN, set DEPRECATED
With hat:	portmgr
2013-10-11 02:50:06 +00:00
Thomas Abthorpe
2a12d46160 - Mark BROKEN, set DEPRECATED
With hat:	portmgr
2013-10-11 02:40:27 +00:00
Thomas Abthorpe
ff144ca0d2 - Mark BROKEN, set DEPRECATED
With hat:	portmgr
2013-10-11 02:37:36 +00:00
Thomas Abthorpe
602b6aeb67 - Mark BROKEN, set DEPRECATED
Wtih hat:	portmgr
2013-10-11 02:20:57 +00:00
Rusmir Dusko
27c537e55c - Send www/cntlm back to the pool, since I no longer use it
- USES gmake
- Support STAGEDIR

Approved by:	wg (mentor)
2013-10-11 01:40:34 +00:00
Olli Hauer
0e842ec5dd - update mod_fcgid to version 2.3.9
- add stage support
- add vuxml entry

PR:		ports/182878
Submitted by:	Fabiano Sidler <freebsd.ports@webstyle.ch> (maintainer)
Security:	CVE-2013-4365
2013-10-10 20:02:42 +00:00
Thomas Abthorpe
9f03f7ce8b - Remove option to build with ruby18
- No PORTREVISION bump, option is off by default

With hat:	portmgr
2013-10-10 18:06:10 +00:00
William Grzybowski
8e28f891e8 www/py-flexget: update to 1.1.131
- Update to 1.1.131
2013-10-10 11:38:47 +00:00
Barbara Guida
9e326567d6 - Update Adblock Plus to 2.4
Approved by:	flo (mentor, implicit)
2013-10-09 20:40:54 +00:00
Sunpoet Po-Chuan Hsieh
00504c9eb5 - Update to 4.45
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-09 13:10:50 +00:00
Rene Ladan
ef6503643e Update to 30.0.1599.66
Note that support for 10.0 is currently untested, WIP.
Submitted by:	George Liaskos
Security:	http://vuxml.org/freebsd/e5414d0c-2ade-11e3-821d-00262d5ed8ee.html
2013-10-09 10:01:09 +00:00
Grzegorz Blach
f0dfb225bc - Support staging 2013-10-08 23:07:39 +00:00
Grzegorz Blach
b2c1d1aabc - Support staging 2013-10-08 22:46:04 +00:00
Grzegorz Blach
2868f08880 - Support staging 2013-10-08 22:45:27 +00:00
John Marino
617f400675 www/netsurf: Fix iconv and explicitly defined LDFLAGS
Fix comes from dports and verified with lang/gcc48 in FreeBSD
2013-10-08 16:56:21 +00:00
Thomas Abthorpe
b7b149c838 - Update to 3.8
PR:		ports/182604
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-10-08 16:12:18 +00:00
Sergey A. Osokin
53df61f864 Update from 1.4.2 to 1.4.3.
<ChangeLog>

*) Bugfix: a segmentation fault might occur in a worker process if the
   ngx_http_spdy_module was used with the "client_body_in_file_only"
   directive.

*) Bugfix: a segmentation fault might occur on start or during
   reconfiguration if the "try_files" directive was used with an empty
   parameter.

*) Bugfix: the $request_time variable did not work in nginx/Windows.

*) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
   password encryption method.
   Thanks to Markus Linnala.

*) Bugfix: in the ngx_http_autoindex_module.

*) Bugfix: in the mail proxy server.

</ChangeLog>
2013-10-08 15:27:16 +00:00
Frederic Culot
c20de4d378 - Update to 2.513
- Support staging

Changes:	http://search.cpan.org/dist/WWW-Search/Changes
2013-10-08 13:44:59 +00:00
Rene Ladan
d3bb01a6a3 Remove expired port:
2013-10-08 www/moodle23: Unmaintained upstream
2013-10-08 09:24:18 +00:00
Guido Falsi
32cf97e3af - Respect EXAMPLES option and EXAMPLESDIR.
- Install sample configuration from distribution (with a small fix applied)
- Stop compiling sample blacklists automatically during installation
- Modify pkg-message to be in line with the above changes
- Support staging
- Use option helpers

Reviewed by:	bapt
2013-10-07 11:45:08 +00:00
Alex Kozlov
ad2a141411 - Fix various distinfo artifacts
Approved by:	portmgr (bapt)
2013-10-07 10:16:07 +00:00
Renato Botelho
1496ff1625 Fix a syntax error introduced on my last commit 2013-10-07 09:59:52 +00:00
Baptiste Daroussin
6e33d623ae Removed libghttp (component of the EOLed gnome1) not used by anything anymore.
Approved by:	gnome (implicit)
2013-10-07 09:33:24 +00:00
Baptiste Daroussin
a1f46ec592 Remove port depending on gnome1 libraries 2013-10-07 09:30:16 +00:00
John Marino
aaae0d8523 www/xist: set CONFLICTS_INSTALL with devel/py-ll-core
Suggested-by: tijl
2013-10-07 07:50:36 +00:00
Danilo Egea Gondolfo
3a43b92244 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	wg/culot (mentors, implicit)
2013-10-07 03:48:16 +00:00
John Marino
2969b2a26c www/xist: Unbreak with fix from dports
The run dependency py-ll-core conflicts with xist, specifically bin/ucp.
Since xist provides its own ucp program, the dependency can be removed,
allowing xist to build in a clean environment.
2013-10-07 00:54:39 +00:00
Barbara Guida
37f9e57b4c - Update firebug to 1.12.3
Approved by:	flo (mentor, implicit)
2013-10-06 18:09:41 +00:00
Sunpoet Po-Chuan Hsieh
9f24ddda35 - Fix PLIST
PR:		ports/182707
Submitted by:	antoine
2013-10-06 03:43:08 +00:00
Juergen Lock
d706c3a576 (Attempt to) fix build with clang+libc++.
Submitted by:	beefy2 via pkg-fallout
2013-10-05 17:38:09 +00:00
Kevin Lo
7cbcbc9b79 - Update to 5.0.12
- Allow staging

PR:	ports/182636
Submitted by:	Loic Blot <loic.blot at unix-experience dot fr>
2013-10-05 15:03:22 +00:00
Andrej Zverev
3e7c69bb76 - Add stage support
- Fix build with Perl 5.16

With hat:	perl@
2013-10-05 10:26:17 +00:00
Sunpoet Po-Chuan Hsieh
0ba60d2930 - Update to 4.44
- Convert to new OPTIONS helpers

Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-05 06:05:53 +00:00
Sunpoet Po-Chuan Hsieh
41d33a7be3 - Update to 3913
Changes:	http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR:		ports/182646
Submitted by:	Vivek Khera <vivek@kcilink.com> (maintainer)
2013-10-05 06:05:14 +00:00
William Grzybowski
80097c6002 www/py-flexget: update to 1.1.124
- Update to 1.1.124
- Use PYDISTUTILS_AUTOPLIST
2013-10-05 01:05:15 +00:00
William Grzybowski
e1732efe79 www/py-beautifulsoup: update to 4.3.2
- Update to 4.3.2
2013-10-05 01:02:13 +00:00
Andrej Zverev
756402b281 - Add stage support
- Fix build with Perl 5.16

With hat:	perl@
2013-10-04 19:43:20 +00:00
Andrej Zverev
47faf16343 - Add stage support
- Fix build with Perl 5.16

With hat:	perl@
2013-10-04 19:26:04 +00:00
Sunpoet Po-Chuan Hsieh
5b39d063c6 - Support STAGEDIR 2013-10-04 19:20:43 +00:00
Renato Botelho
514aa78922 Detect libexecinfo present on /usr and fix build on -CURRENT
Approved by:	beat@ (maintainer)
2013-10-04 11:28:29 +00:00
Wen Heping
2256f067e5 - Move man pages into pkg-plist to finish stage conversion
Spotted by:	az@
2013-10-04 07:49:18 +00:00
Baptiste Daroussin
6eea883cc0 Do not arbitrary change PKGNAMESUFFIX 2013-10-04 06:22:19 +00:00
Wen Heping
fcd5ddf0db - Update to 0.10
Changes: http://cpansearch.perl.org/src/SUKRIA/Dancer2-0.10/Changes
- Support stage build
2013-10-04 05:22:42 +00:00
Wen Heping
c19419fca4 - Update to 2.3.3.4
- Convert to optionsNG
- Support stage build
- Update pkg-message
2013-10-04 04:59:44 +00:00
Olli Hauer
5afbf76345 - revert r275666 (gsed is really not required)
- adjust PORTSCOUD
2013-10-03 22:24:34 +00:00
TAKATSU Tomonari
1d7fc7526d - Update to 1.2.0.5 2013-10-03 21:09:38 +00:00
Alex Dupre
4274c6514a Add and enable OPcache extension in php 5.5. 2013-10-03 19:34:30 +00:00
Sunpoet Po-Chuan Hsieh
c69014f4b6 - Update to 0.13
- Add LICENSE

Changes:	http://search.cpan.org/dist/WebService-Linode/Changes
2013-10-03 18:38:39 +00:00
Sunpoet Po-Chuan Hsieh
fd6fa15955 - Update to 1.020
- Add LICENSE
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Template-Alloy/Changes
2013-10-03 18:38:13 +00:00
Sunpoet Po-Chuan Hsieh
370432335a - Update to 4.43
- Convert to new OPTIONS helpers

Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-03 18:38:09 +00:00
Sunpoet Po-Chuan Hsieh
079345bea5 - Update to 4.0050
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/HTML-FormHandler/Changes
2013-10-03 18:38:04 +00:00
Baptiste Daroussin
f671a8c275 Update to v1.1.0
Switch to USE_GITHUB
Upstream now needs gmake
Upstream now also needs aclocal
Support stage
Drop maintainership
2013-10-03 16:40:17 +00:00
Sunpoet Po-Chuan Hsieh
b8517047c9 - Update to 4.0.7
- Support STAGEDIR

Changes:	http://www.tinymce.com/develop/changelog/index.php?type=tinymce
2013-10-03 16:20:07 +00:00
Mathieu Arnold
4845998852 - Update to 0.2.6.[1]
- Convert to staging.

maintainer timeout.

PR:		181984[1]
Submitted by:	mat[1]
2013-10-03 14:19:44 +00:00
Brendan Fabeny
8e5a6741f5 Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
2013-10-03 13:47:44 +00:00
Danilo Egea Gondolfo
a91c990c95 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	culot (mentor)
2013-10-03 13:34:43 +00:00
William Grzybowski
fc726b999b www/py-beautifulsoup30: remove port
- This port is no longer being used anywhere and was causing conflict with
  www/py-beautifulsoup32, consider using it instead

Approved by:	portmgr (bapt)
2013-10-03 13:15:11 +00:00
Koop Mast
94eaa2a73f Switch from RUN_DEPEND on gobject-introspection to USE_GNOME=introspection:build
Use new LIB_DEPEND syntax, enable stage support.
Don't hardcode -lstdc++ to fix build on HEAD.
2013-10-03 10:57:26 +00:00
Dmitry Sivachenko
16b6adfe94 Fix packaging with python-3.
Approved by:	lwhsu
2013-10-03 10:37:49 +00:00
Sunpoet Po-Chuan Hsieh
1c713aa100 - Fix TEST_DEPENDS 2013-10-03 06:04:23 +00:00
William Grzybowski
1e6f5e0052 www/py-beautifulsoup32: bump port revision
- Bump port revision due to package name change
- Catch up package name of ports that depend on it
2013-10-02 23:38:51 +00:00
William Grzybowski
647b5da03a www/py-beautifulsoup32: set package suffix
- Set package suffix to do not conflict with other ports

Submitted by:	myself
Approved by:	maintainer (via email)
2013-10-02 23:13:32 +00:00
Guido Falsi
83b2f0ff38 - Support staging 2013-10-02 22:56:47 +00:00
Guido Falsi
109b9f3fdb - Support staging 2013-10-02 22:56:00 +00:00
Guido Falsi
956602650c - Support staging 2013-10-02 22:55:18 +00:00
Florian Smeets
0771d30455 - update to 1.0.9a
- convert to new LIB_DEPENDS format
- unbreak by setting USE_GCC=4.6+ as the software refuses to compile with
  older versions of gcc. This is a candidate for the upcoming compiler.mk.
2013-10-02 22:21:51 +00:00
Matthew Seaman
85a01dd6ba Fix plist
Reported by:	pkg-fallout
2013-10-02 19:49:38 +00:00
Baptiste Daroussin
f0c8043b24 Rename the package to surf-browser to avoid conflicts with math/surf 2013-10-02 18:34:38 +00:00
Sunpoet Po-Chuan Hsieh
273a90a75e - Support STAGEDIR 2013-10-02 17:44:15 +00:00
Wen Heping
289c89af59 - Take maintainership
Approved by:	vlad@vlad.uz.ua (previous maintainer, via Email)
2013-10-02 16:03:13 +00:00
Sunpoet Po-Chuan Hsieh
7aec3c0325 - Update to 4.2.2
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Remove LICENSE_FILE for well-known licenses
  - Support STAGEDIR
  - Use single space after WWW:

PR:		ports/182552
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-01 18:04:20 +00:00
Sergey A. Osokin
626af573a6 Update from 1.5.5 to 1.5.6.
<ChangeLog>

*) Feature: the "fastcgi_buffering" directive.

*) Feature: the "proxy_ssl_protocols" and "proxy_ssl_ciphers"
   directives.
   Thanks to Piotr Sikora.

*) Feature: optimization of SSL handshakes when using long certificate
   chains.

*) Feature: the mail proxy supports SMTP pipelining.

*) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
   password encryption method.
   Thanks to Markus Linnala.

*) Bugfix: in MacOSX, Cygwin, and nginx/Windows incorrect location might
   be used to process a request if locations were given using characters
   in different cases.

*) Bugfix: automatic redirect with appended trailing slash for proxied
   locations might not work.

*) Bugfix: in the mail proxy server.

*) Bugfix: in the ngx_http_spdy_module.

</ChangeLog>
2013-10-01 17:39:23 +00:00
Boris Samorodov
ec9e4a3a1f Support staging. 2013-10-01 17:30:24 +00:00
Sunpoet Po-Chuan Hsieh
d7d8099792 - Update to 4.42
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2013-10-01 17:13:03 +00:00
Boris Samorodov
25c978210a . update to version 1.1.46;
. support staging.
2013-10-01 17:06:12 +00:00
Thomas Abthorpe
e94e07f6bc 2013-10-01 archivers/ruby-bz2: Does not work with Ruby 1.9
2013-10-01 sysutils/puppet26: End of Life from april 2013. Upgrade to 2.7 or 3.x.
2013-10-01 www/varnish2: No update since january 2011. Upgrade to Varnish 3.
2013-10-01 16:13:32 +00:00
Mathieu Arnold
a4c1e7f849 Fix typo in OPTIONS_DEFINE.
(maintainer timeout)

PR:		ports/181982
Submitted by:	mat
2013-10-01 15:31:10 +00:00