Commit graph

324977 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
3dfc9b9fcd - Generate and install fonts.dir and fonts.scale
- Bump PORTREVISION for package change

PR:		ports/179965
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
2014-02-12 15:47:09 +00:00
Sunpoet Po-Chuan Hsieh
5c1a3ded3d - Update to 0.008
- Add LICENSE

Changes:	http://search.cpan.org/dist/MouseX-Foreign/Changes
2014-02-12 15:25:20 +00:00
Sunpoet Po-Chuan Hsieh
42d4f3c83e - Update to 2.5.0
Changes:	https://github.com/guard/listen/releases
2014-02-12 15:23:43 +00:00
Sunpoet Po-Chuan Hsieh
959d31ccfb - Add rubygem-celluloid-io 0.15.0
Celluloid::IO provides an event-driven IO system for building fast, scalable
network applications that integrates directly with the Celluloid actor library,
making it easy to combine both threaded and evented concepts. Celluloid::IO is
ideal for servers which handle large numbers of mostly-idle connections, such as
Websocket servers or chat/messaging systems.

Celluloid::IO provides a different class of actor: one that's slightly slower
and heavier than standard Celluloid actors, but one which contains a
high-performance reactor just like EventMachine or Cool.io. This means
Celluloid::IO actors have the power of both Celluloid actors and evented I/O
loops. Unlike certain other evented I/O systems which limit you to a single
event loop per process, Celluloid::IO lets you make as many actors as you want,
system resources permitting.

Rather than callbacks, Celluloid::IO exposes a synchronous API built on duck
types of Ruby's own IO classes, such as TCPServer and TCPSocket. These classes
work identically to their core Ruby counterparts, but in the scope of
Celluloid::IO actors provide "evented" performance. Since they're drop-in
replacements for the standard classes, there's no need to rewrite every library
just to take advantage of Celluloid::IO's event loop and you can freely switch
between evented and blocking IO even over the lifetime of a single connection.

WWW: https://github.com/celluloid/celluloid-io
RG:  https://rubygems.org/gems/celluloid-io
2014-02-12 15:23:19 +00:00
Sunpoet Po-Chuan Hsieh
bc7b0cc80f - Add rubygem-nio4r 1.0.0
nio4r provides an abstract, cross-platform stateful I/O selector API for Ruby.
I/O selectors are the heart of "reactor"-based event loops, and monitor multiple
I/O objects for various types of readiness, e.g. ready for reading or writing.

The most similar API provided by Ruby today is Kernel.select, however the select
API requires you to pass in arrays of all of the I/O objects you're interested
in every time. nio4r provides a more object-oriented API that lets you register
I/O objects with a selector then handle them when they're selected for various
types of events.

nio4r is modeled after the Java NIO API, but simplified for ease-of-use.

Its goals are:
- Expose high-level interfaces for stateful IO selectors
- Keep the API small to maximize both portability and performance across many
  different OSes and Ruby VMs
- Provide inherently thread-safe facilities for working with IO objects

WWW: https://github.com/celluloid/nio4r
RG:  https://rubygems.org/gems/nio4r
2014-02-12 15:22:22 +00:00
Dmitry Marakasov
6b87ae41d2 - Add DOCS option 2014-02-12 14:43:10 +00:00
Dag-Erling Smørgrav
c86e9937e9 Add p5-Module-Install-ReadmeFromPod, a Module::Install extension which
generates a README from POD during installation.
2014-02-12 14:39:28 +00:00
Wen Heping
3491a648a1 - Apply a patch from upstream to fix pcre-8.34 incompatible:
https://bugzilla.wikimedia.org/show_bug.cgi?id=58640

PR:		186607
Submitted by:	Robbert Klarenbeek <robbertkl@renbeek.nl>
2014-02-12 14:31:58 +00:00
Mathieu Arnold
33ab73cd19 Fix old makeplist bug.
Pointy hat to:	people who blindly use makeplist
Sponsored by:	Absolight
2014-02-12 14:03:25 +00:00
Wesley Shields
62738f1ffa Update to 1.8.5.4. 2014-02-12 13:50:31 +00:00
Mathieu Arnold
e51a855952 Massive cleanup of the Perl ports:
- Use SUB_FILES instead of own backed version
- Have etc/perl5_version in the package instead of generating a static
  one at install
- Move some mkdirs from pkg-install to pkg-plist
- Move the bin/perl5 creation from plist to post-install

Reviewed by:	az
Sponsored by:	Absolight
2014-02-12 13:46:07 +00:00
Tijl Coosemans
c167d8e6fb - Add missing iconv dependency.
- Add USES=libtool.
2014-02-12 13:40:02 +00:00
Frederic Culot
371ea4eb61 - Update to 5.0.7
- Update MASTER_SITES
- Support staging
2014-02-12 13:24:11 +00:00
Tijl Coosemans
21d57aad92 Add missing dependency on iconv. 2014-02-12 13:22:28 +00:00
Ryan Steinmetz
d6d29c828d - Fix STAGE support
- Bump PORTREVISION
2014-02-12 13:13:52 +00:00
Ruslan Makhmatkhanov
7952f750f5 - update to 1.3
- change mastersites to PYPI (it hold more fresh version - 1.3)
- switch to using PYDISTUTILS_AUTOPLIST, so remove no more needed
  PYDISTUTILS_PKGNAME and PYDISTUTILS_EGGINFO
- use DOS2UNIX to clean up cfgparse code
- support stage, by install port docs unconditionally to stage area
- remove PLIST_SUB that wasn't used anywhere in pkg-plist
- whitespace fix in pkg-descr

PR:		185564
Submitted by:	rm (myself)
Approved by:	John Ferrell <jdferrell3@gmail.com> (maintainer)
2014-02-12 12:43:32 +00:00
Jimmy Olgeni
65a0080c94 Upgrade to version 2.2.2. 2014-02-12 12:42:54 +00:00
Kubilay Kocak
311928f5cc devel/py-capstone: Delete stray pkg-plist (thanks ruslan!)
Delete empty pkg-plist, leftover after AUTOPLIST

Reported by:	rm
2014-02-12 12:41:53 +00:00
John Marino
0d20f62f37 lang/gnat-aux: Set to expire on 1 June 2014
After thinking about this, there's no reason to continue to
use this over lang/gcc-aux.  It is based on a gcc branch that
has already reached EOL.
2014-02-12 12:40:01 +00:00
Jimmy Olgeni
1a048225bb Upgrade to version 1.2.0. 2014-02-12 12:35:34 +00:00
Ruslan Makhmatkhanov
7cbd10f2b1 - update to to 2.25.0
Release notes:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.25.0.rst
2014-02-12 12:27:36 +00:00
John Marino
96a758f651 devel/ahven: Add ISC license
No bump, 10 minute rule. :)
2014-02-12 12:25:34 +00:00
John Marino
79199402de devel/avhen: Update from version 2.3 to 2.4 2014-02-12 12:14:00 +00:00
Ruslan Makhmatkhanov
38da5000d0 - install hdfs.h (libhdfs)
- bump PORTREVISION

PR:		186615
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	pfg (maintainer)
2014-02-12 12:08:35 +00:00
Tijl Coosemans
61237efd1f - Add missing dependency on iconv.
- Fix GMP option.
2014-02-12 12:01:35 +00:00
John Marino
0e73f1e81a archivers/zip-ada: Update from version 45 to 46 2014-02-12 11:55:07 +00:00
Ruslan Makhmatkhanov
befc98381d - update to 1.0.2
PR:		186684
Submitted by:	Piotr Rybicki <meritus@innervision.pl> (maintainer)
2014-02-12 11:29:39 +00:00
Ruslan Makhmatkhanov
d14ac7df30 - update to 0.84.4
- use WWWDIR variable

while here:
- fix pkg-message displaying by utilizing SUB_FILES
- remove CPIOARGS - it's not used anymore

PR:		186682
Submitted by:	Mathias Monnerville <mathias@monnerville.com> (maintainer)
2014-02-12 11:20:14 +00:00
Erwin Lansing
fbdf848294 Reinstated PKGNAMESUFFIX which was missing
Added STAGING support

Other small changes to make portlint happy

PR:		186630
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-12 10:52:23 +00:00
Martin Wilke
8f896af2f2 - Stage support 2014-02-12 10:47:41 +00:00
Martin Wilke
c35e7a0c92 - Stage support 2014-02-12 10:47:29 +00:00
Martin Wilke
af4959ec2d - Stage support 2014-02-12 10:47:13 +00:00
Martin Wilke
1ec93f3cbe - Stage support 2014-02-12 10:47:06 +00:00
Martin Wilke
635a219260 - Stage support 2014-02-12 10:46:53 +00:00
Martin Wilke
0594b70a0e - Stage support 2014-02-12 10:46:38 +00:00
Erwin Lansing
4850dccd63 There was a wrong rc script in the port preventing the daemon to run.
Added STAGING support

Added LICENSE (NSD3CLAUSE) statement

Other small changes to make portlint more happy

PR:		186631
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-12 10:46:24 +00:00
Martin Wilke
cd44b5718f - Stage support 2014-02-12 10:46:23 +00:00
Martin Wilke
11c1fc3395 - Stage support
- Convert to USES
2014-02-12 10:38:08 +00:00
Martin Wilke
bd98126f1e - Stage support
- Convert to USES
2014-02-12 10:37:54 +00:00
Martin Wilke
8ef1e7a8ac - Convert to USES
- Stage support
2014-02-12 10:37:22 +00:00
Martin Wilke
d4150e8e45 - Stage support 2014-02-12 10:36:55 +00:00
Martin Wilke
506ee676d4 - Stage support 2014-02-12 10:17:18 +00:00
Martin Wilke
3797a736d8 - Stage support 2014-02-12 10:17:07 +00:00
Martin Wilke
03d992e9a7 - Stage support 2014-02-12 10:16:57 +00:00
Martin Wilke
571d6a7211 - Stage support 2014-02-12 10:16:48 +00:00
Martin Wilke
a583d66f2b - Stage support 2014-02-12 10:16:37 +00:00
Martin Wilke
e5fdee1662 - Stage support 2014-02-12 10:16:28 +00:00
Martin Wilke
2ff03efb0b - Stage support 2014-02-12 10:16:17 +00:00
Ruslan Makhmatkhanov
36de9ba19d - update to 0.23
- support staging

while here:
- move manpages to packing-list
- remove MAKE_JOBS_UNSAFE - builds fine here
- install docs and examples to stage area unconditionally
- remove redundant inclusion of bsd.port.options.mk

PR:		186667
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
2014-02-12 10:16:07 +00:00
Martin Wilke
14091d922b - Stage support 2014-02-12 10:16:05 +00:00