Commit graph

272503 commits

Author SHA1 Message Date
Wesley Shields
e29ff36524 Update to 2.1.6
PR:		ports/164810
Submitted by:	Andy Kosela <akosela@andykosela.com>
2012-02-08 14:17:42 +00:00
Eitan Adler
36ffb32d5a Remove whitespace after b.p.m to help reduce false postives when searching for other junk after b.p.m
Trivial non-functional change so maintainer not contacted

Submitted by:	Alex Kozlov
2012-02-08 14:01:32 +00:00
Michael Scheidell
47683bb50d - Bump PORTEPOCH
Approved by:	gabor (mentor, implicit)
2012-02-08 13:53:23 +00:00
Eitan Adler
a066a1dc20 Fix a likely typo
Submitted by:	Alex Kozlov
2012-02-08 13:52:25 +00:00
Pietro Cerutti
48bbd15b98 - Update to 2.8.0
Changes:

  * There are now callbacks to support multitouch capability.
  * Solaris and OSX support have improved.
  * Fullscreen mode and Game mode behave better.
  * Addition of Visual Studio 2010 projects & solutions.
  * Many bugs have been fixed.

PR:		163829
Submitted by:	Pietro Cerutti <gahr@FreeBSD.org>
2012-02-08 10:32:52 +00:00
Timur I. Bakeyev
6b5110586c Update port to the 3.6.3 version, closing security problem.
PR:		164621
Security:	CVE-2012-0817
2012-02-08 10:27:17 +00:00
Philippe Audeoud
74679b646e - Mark as deprecated
- net/p5-Net-Subnets is no more in CPAN and security/sshguard is really a better tool
2012-02-08 08:50:01 +00:00
Frederic Culot
456b0ae0d8 - Update to 0.006010
Changes:	http://search.cpan.org/dist/Devel-Declare/Changes
2012-02-08 08:06:24 +00:00
Chris Rees
38dc6354b1 Update default postgresql version to remove deprecated notice 2012-02-08 07:30:16 +00:00
Wen Heping
9293127bf6 - Update to 1.21
ChangeLog: http://cpansearch.perl.org/src/PSANNES/Geo-BUFR-1.21/Changes
2012-02-08 07:25:19 +00:00
Wen Heping
6e1914a6f8 - Update to 1.7.5
Thanks to:	Hilko Meyer <hilko.meyer@gmx.de>
2012-02-08 07:19:15 +00:00
Xin LI
cfebb6c337 fcitx-keyboard moved to textproc per request from the maintainer. 2012-02-08 07:07:05 +00:00
Xin LI
e3b558a9fb Re-add fcitx-keyboard - X keyboard integration to textproc category. 2012-02-08 07:03:23 +00:00
Sofian Brabez
908d44f398 - Fix build when using GCRYPT KNOB
- Bump PORTREVISION

PR:		ports/164835
Submitted by:	Hirohisa Yamaguchi <umq at ueo.co.jp>
Approved by:	jadawin@, miwi@ (mentors, implicit)
2012-02-08 06:58:34 +00:00
Cy Schubert
6d0e01a6a1 Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
2012-02-08 06:54:54 +00:00
Dirk Meyer
db05c474be - fix build for FreeBSD 9.x 2012-02-08 06:47:02 +00:00
Sunpoet Po-Chuan Hsieh
e4e56a83ec - Connect devel/p5-Module-Implementation 2012-02-08 06:32:50 +00:00
Dirk Meyer
880ccf9a63 - fix build with gcc46 2012-02-08 06:01:25 +00:00
Cy Schubert
0d1a1360ef Add distfiles sources. 2012-02-08 05:58:18 +00:00
Cy Schubert
ffd299f9a5 Add distfiles source. 2012-02-08 05:56:35 +00:00
Cy Schubert
7bc0a17fb9 Add distfile sources. 2012-02-08 05:55:47 +00:00
Sunpoet Po-Chuan Hsieh
3331827d24 - Update to 0.007
Changes:	http://search.cpan.org/dist/CPAN-Meta-YAML/Changes
2012-02-08 05:53:25 +00:00
Cy Schubert
13693781a0 Undo previous commit.
Pointy hat to:	myself
2012-02-08 05:43:35 +00:00
Cy Schubert
7e3d00634a Resurrect the old-school BSD games. 2012-02-08 05:35:19 +00:00
Sunpoet Po-Chuan Hsieh
599795d10c - Update to 3.1.19
Changes:	http://www.squid-cache.org/Versions/v3/3.1/RELEASENOTES.html
PR:		ports/164867
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2012-02-08 05:32:49 +00:00
Sunpoet Po-Chuan Hsieh
99a853781c - Update to 0.2109
Changes:	http://search.cpan.org/dist/DBIx-Custom/Changes
2012-02-08 05:32:09 +00:00
Sunpoet Po-Chuan Hsieh
169f5e4137 - Update to 3.0626
Changes:	http://search.cpan.org/dist/Object-Simple/Changes
2012-02-08 05:31:45 +00:00
Sunpoet Po-Chuan Hsieh
2546b490e3 - Update to 1.03
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Params-Validate/Changes
2012-02-08 05:24:10 +00:00
Cy Schubert
30c96ca6fe Assume maintainership. 2012-02-08 05:19:12 +00:00
Sunpoet Po-Chuan Hsieh
f6bec73df6 - Add p5-Devel-CallChecker 0.004
Devel::CallChecker makes some new features of the Perl 5.14.0 C API available to
XS modules running on older versions of Perl. The features are centred around
the function cv_set_call_checker, which allows XS code to attach a magical
annotation to a Perl subroutine, resulting in resolvable calls to that
subroutine being mutated at compile time by arbitrary C code. This module makes
cv_set_call_checker and several supporting functions available. (It is possible
to achieve the effect of cv_set_call_checker from XS code on much earlier Perl
versions, but it is painful to achieve without the centralised facility.)

Devel::CallCheckerprovides the implementation of the functions at runtime (on
Perls where they are not provided by the core). It also, at compile time,
supplies the C header file and link library which provide access to the
functions. In normal use, "callchecker0_h" and "callchecker_linkable" should be
called at build time (not authoring time) for the module that wishes to use the
C functions.

WWW: http://search.cpan.org/dist/Devel-CallChecker/
2012-02-08 05:17:35 +00:00
Sunpoet Po-Chuan Hsieh
68c1486e94 - Add p5-DynaLoader-Functions 0.001
DynaLoader::Functions provides a function-based interface to dynamic loading as
used by Perl. Some details of dynamic loading are very platform-dependent, so
correct use of these functions requires the programmer to be mindful of the
space of platform variations.

WWW: http://search.cpan.org/dist/DynaLoader-Functions/
2012-02-08 05:15:02 +00:00
Sunpoet Po-Chuan Hsieh
7fab964151 - Update to 3.0.23
Changes:	https://github.com/meskyanichi/backup/commits/master
2012-02-08 05:13:04 +00:00
Philip M. Gollucci
5e8f603a40 - Fix WITH_LDAP support by adding =shared
PR:         ports/147806
With Hat:   apache@
2012-02-08 05:02:15 +00:00
Philip M. Gollucci
14359e4485 - allow compile w/ ruby1.9, however note that its not completely compatible.
this is better then nothing, and will help the 1.8 -> 1.9 transition

PR:             ports/160404
Submitted by:   Mikhail T. <mi@aldan.algebra.com>
Approved by:    maintainer timeout (jpaetzel ; 158 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 04:49:53 +00:00
Philip M. Gollucci
8f547039c4 - Convert to USERS/GROUPS [1]
- Resync proxy connect patch [2]
- Bump PORTREVISION since the proxy patch is unconditionally applied
  which means we can remove that OPTION too

PR:             ports/164698 [1], ports/164711 [2]
Submitted by:   jgh@ [1], freebsd@nagilum.org [2]
With Hat:       apache@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 04:35:31 +00:00
Sergey A. Osokin
36b0134643 Add RUN_DEPENDS, fix BUILD_DEPENDS.
Tested by:	swills
PR:		164851
2012-02-08 04:33:46 +00:00
Eitan Adler
265d41f8e7 Fix trivial typo 2012-02-08 04:07:55 +00:00
Eitan Adler
58755d875c Pet MOVEDLint
Note that some of the rename and then deleted cases don't have MOVED entries yet. A script to detect deletions without MOVED entries would be useful.
2012-02-08 04:00:46 +00:00
Philip M. Gollucci
50d0498ebf RDoc produces HTML and command-line documentation for Ruby projects. RDoc
includes the +rdoc+ and +ri+ tools for generating and displaying online
documentation. See RDoc for a description of RDoc's markup and basic use.

WWW: http://docs.seattlerb.org/rdoc

PR:		ports/164866
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2012-02-08 03:58:07 +00:00
Philip M. Gollucci
61043382ce Slop is a simple option parser with an easy to remember syntax and friendly API.
Author:	Lee Jarvis <lee _at_ jarvis.co>
WWW:	http://rubygems.org/gems/slop

PR:		ports/164865
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2012-02-08 03:57:46 +00:00
Philip M. Gollucci
6a4b504533 method_source is a utility to return a method's sourcecode as a Ruby string.
Also returns Proc and Lambda sourcecode.

Author:	John Mair http://banisterfiend.wordpress.com/
WWW:	http://rubygems.org/gems/method_source

PR:		ports/164864
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2012-02-08 03:57:24 +00:00
Philip M. Gollucci
cee080cf59 - Pass to ruby@ due to rails dependency on it
PR:     ports/162992
Approved by:    maintainer
2012-02-08 03:56:30 +00:00
Philip M. Gollucci
91fcfb325a - Fixed moved, add category to replacement, and fix a typo
Reported by:    eadler@
2012-02-08 03:54:21 +00:00
Doug Barton
702c69d969 Use WWWDIR in the plist because it's already included in the
default PLIST_SUB.
2012-02-08 03:47:44 +00:00
Philip M. Gollucci
9f22ca2dfb - Update to 2.4.0
PR:             ports/164884
Approved by:    maintainer (implicit, required for rails update)
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 03:39:32 +00:00
Philip M. Gollucci
4f3f25c5c3 - Update to 1.6.5
PR:             ports/164633
Submitted by:   TAKATSU Tomonari <tota@freebsd.org>
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 03:30:02 +00:00
Philip M. Gollucci
d894e3d9a2 - Update to 1.6.5
PR:             ports/164632
Submitted by:   TAKATSU Tomonari <tota@freebsd.org>
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 03:29:48 +00:00
Philip M. Gollucci
f27a657a87 - Fix WWW: links 2012-02-08 02:53:16 +00:00
Philip M. Gollucci
959e5fd99e - Fix gem version requirements
With Hat:   ruby@
2012-02-08 02:51:13 +00:00
Sunpoet Po-Chuan Hsieh
35157648b2 - Update to 0.50
Changes:	http://search.cpan.org/dist/Inline/Changes
2012-02-08 02:41:54 +00:00