Commit graph

35671 commits

Author SHA1 Message Date
Steve Wills
dac73408b0 Pretty print Ruby objects to visualize their structure.
WWW:	http://rubygems.org/gems/awesome_print

PR:		ports/168171
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
2012-06-01 15:40:52 +00:00
Michael Scheidell
d8bfa99660 - Mark BROKEN with powerpc/elf combination (might be all powerpc, don't know)
PR:		ports/168527
Submitted by:	scheidell@ (me)
Approved by:	The dancing elves (maintainer)
2012-06-01 13:31:30 +00:00
Sunpoet Po-Chuan Hsieh
bfd8680e92 - Update to 0.86
- Align PERL_LEVEL check to stable Perl releases (lang/perl5.*)

Changes:	http://search.cpan.org/dist/Module-CPANTS-Analyse/Changes
2012-06-01 07:30:23 +00:00
Sunpoet Po-Chuan Hsieh
2af45f8c09 - Add p5-Test-CPAN-Meta-YAML 0.20
Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with
a standard distribution uploaded to CPAN, meets the specifications that slowly
being introduced to module uploads, via the use of ExtUtils::MakeMaker,
Module::Build and Module::Install.

See CPAN::Meta for further details of the CPAN Meta Specification.

WWW: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
2012-06-01 06:20:26 +00:00
Sunpoet Po-Chuan Hsieh
9026f0fe04 - Update to 0.22
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/InlineX-C2XS/CHANGES
2012-06-01 06:19:11 +00:00
Sunpoet Po-Chuan Hsieh
c3170bf320 - Update to 0.15
Changes:	http://search.cpan.org/dist/MooseX-MarkAsMethods/Changes
2012-06-01 06:18:28 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Steve Wills
db57bba82a - Update to 0.9130 2012-05-31 23:28:13 +00:00
Guido Falsi
68e1d1d6ba - Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop

Approved by:	Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by:	Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer)
Approved by:	tabthorpe (mentor)
2012-05-31 21:12:14 +00:00
Tom Judge
260c7b0856 Update my email address.
Approved by:	eadler (mentor)
2012-05-31 19:40:19 +00:00
Sylvio Cesar Teixeira
8d6930b5a6 - Update to 2.3.1
PR:		ports/168380
Submitted by:	Milki <milki@rescomp.berkeley.edu> (maintainer)
2012-05-31 19:16:20 +00:00
Sylvio Cesar Teixeira
6ae107815e - Update to 3.0.3
PR:		ports/168378
Submitted by:	Milki <milki@rescomp.berkeley.edu> (maintainer)
2012-05-31 19:14:04 +00:00
MANTANI Nobutaka
5e09fd9c61 Add libvshadow, a library to support the Volume Service Snapshot (VSS) format. 2012-05-31 17:19:30 +00:00
MANTANI Nobutaka
f6edf467e5 Add libewf, a library for support of the Expert Witness Compression Format
(EWF).
2012-05-31 17:01:28 +00:00
Romain Tartière
5b3c113ff0 Update to 3.0.2. 2012-05-31 12:30:20 +00:00
Baptiste Daroussin
0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Wen Heping
54bad1a3af - Update to 0.12
ChangeLog: http://cpansearch.perl.org/src/ELIZABETH/Devel-Required-0.12/CHANGELOG
2012-05-31 01:15:40 +00:00
David E. O'Brien
49a91cb0bd Allow bmake to be used to build /usr/src, etc.. using the correct share/mk/*mk.
Submitted by:	Simon Gerraty <sjg@NetBSD.org>
2012-05-30 23:37:56 +00:00
Xin LI
e24f4c515c - Update to 1.2.2;
- Add LICENSE=;
 - Take maintainership;
2012-05-30 23:14:55 +00:00
Pav Lucistnik
76de0a4498 - Reset maintainer:
<shuvaev@physik.uni-wuerzburg.de>
      (reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address rejected: User unknown)
2012-05-30 22:31:09 +00:00
Pav Lucistnik
76bdae20fd - Mark BROKEN: does not compile
/usr/ports/devel/ros-common/work/common-1.4.3/pluginlib/src/boost_fs_wrapper.cpp:
  In function 'std::string pluginlib::getPackageFromLibraryPath(const
  std::string&)':
  /usr/ports/devel/ros-common/work/common-1.4.3/pluginlib/src/boost_fs_wrapper.cpp:58:
  error: conversion from 'boost::filesystem3::path' to non-scalar type
  'std::basic_string<char, std::char_traits<char>, std::allocator<char> >'
  requested

Reported by:	pointyhat
2012-05-30 22:05:13 +00:00
Guido Falsi
2b62391dad - Update leapseconds data
- bump PORTREVISION

PR:		ports/168467
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by:	crees (mentor)
2012-05-30 20:28:31 +00:00
Beech Rintoul
ef71afd952 - Change MASTER_SITES
PR:		ports/168472
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2012-05-30 20:04:46 +00:00
Ruslan Makhmatkhanov
b7440505c6 Flake8 is a wrapper around these tools:
- PyFlakes
    - pep8
    - Ned's McCabe script

Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.

WWW:	https://bitbucket.org/tarek/flake8

NB: slightly changed version of the port committed. My changes:
- add $FreeBSD$
- update to 1.3.1
- add license (MIT)
- add a comment about python3. It will work but it use distutils for python3
  and setuptools for python2. I think the port will need to be changed to use
  distutils for both python branches.
- use %%PYEASYINSTALL_EGG%% in pkg-plist

PR:		ports/168108
Submitted by:	William Grzybowski <william88@gmail.com>
2012-05-30 19:58:00 +00:00
Ruslan Makhmatkhanov
3b852dc6d0 - update to 1.2.10-114
While I'm here, do some clenup:
- use shortname in MASTER_SITES
- drop LICENSE_FILE for well-know license (MIT)
- strict python versions to 2.x only
- replace redefinition of the whole PYDISTUTILS_EGGINFO with
  just PYDISTUTILS_PKGVERSION
- add tab in pkg-descr

PR:		167484
Submitted by:	antoine (maintainer)
2012-05-30 19:16:41 +00:00
Juergen Lock
9d2f45c991 - (Attempt to) fix plist on !amd64.
- Bump PORTREVISION.

PR:		ports/168358
Submitted by:	linimon
2012-05-30 17:05:48 +00:00
Brendan Fabeny
bd06b6f2b5 update to 1.97.7 2012-05-30 09:22:55 +00:00
Martin Wilke
9ffa28e4f1 Web Widgets for building and validating forms. (former ToscaWidgetsForms)
WWW:	http://toscawidgets.org/

PR:		ports/167710
Submitted by:	Yuan-Chung Hsiao <ychsiao@gmail.com>
2012-05-30 08:07:30 +00:00
Martin Wilke
047544bf7e Collection of repoze.who friendly form plugins
repoze.who-friendlyform is a repoze.who plugin which
provides a collection of developer-friendly form plugins,
although for the time being such a collection has only
one item.

WWW:	http://code.gustavonarea.net/repoze.who-friendlyform/

PR:		ports/167703
Submitted by:	Yuan-Chung Hsiao <ychsiao@gmail.com>
2012-05-30 08:06:50 +00:00
Martin Matuska
5c6f0ea508 Update to 1.3.1 2012-05-30 07:11:41 +00:00
Martin Matuska
c84f78bf77 Update to 1.9.1 2012-05-30 07:11:33 +00:00
Martin Matuska
a470fc73bb Update to 1.0.7 2012-05-30 07:11:24 +00:00
Raphael Kubo da Costa
17db359c12 - Update to 1.0 [1]
- Unify the empty separate inclusion of bsd.port.pre.mk and
  bsd.port.post.mk into a single .include <bsd.port.mk>

PR:		ports/167801
Submitted by:	olgeni [1]
Approved by:	Denise H. G. (maintainer timeout, ~3 weeks)
2012-05-30 04:03:46 +00:00
Raphael Kubo da Costa
2281ece9c3 kdevplatform, kdevelop-kde4: Really fix clang support.
My original upstream commits to fix the detection of the
<unordered_map> and <ext/hash_map> headers needed some fixes which
were committed later.

The original patches have now been replaced by all the needed commits
squashed into a single 'patch-fix-clang-support' diff.
2012-05-30 03:26:24 +00:00
Martin Wilke
a581e88a68 - Add support for PHP 5.4
- While here drop 6.X gruft

PR:		168441
Submitted by:	Espen Volden <voldern@hoeggen.net> (maintainer)
2012-05-30 03:23:24 +00:00
Martin Wilke
07ab2afa4e - Update to 2.5.1
PR:		168419
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2012-05-29 08:37:15 +00:00
Martin Wilke
18306511c9 - Update to 0.5.4 (fix build with php54)
PR:		168430
Submitted by:	Valery Komarov <komarov@valerka.net> (maintainer)
2012-05-29 08:36:02 +00:00
Martin Wilke
d4ddc61d94 - Update to f76b673 (bring php 5.4 support)
PR:		168429
Submitted by:	Valery Komarov <komarov@valerka.net> (maintainer)
2012-05-29 08:34:09 +00:00
Martin Wilke
5338f24efd - Update to 0.7.2
PR:		168428
Submitted by:	Valery Komarov <komarov@valerka.net>
2012-05-29 08:33:01 +00:00
Alex Dupre
8c2deec181 Fix php dependency. 2012-05-29 08:04:48 +00:00
Frederic Culot
42c25e0d73 - Update to 2.32
Changes:	http://search.cpan.org/dist/Log-Dispatch/Changes
2012-05-29 08:02:25 +00:00
Frederic Culot
5112514a63 - Update to 2.67
Changes:	http://search.cpan.org/dist/Module-CoreList/Changes
2012-05-29 07:22:53 +00:00
Frederic Culot
d91a9af441 - Update to 0.58
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2012-05-29 07:16:04 +00:00
Emanuel Haupt
881319ef72 Add links for newer gcc versions.
Submitted by:	amdmi3
2012-05-29 07:10:58 +00:00
Vanilla I. Shu
cfcc0d5d84 Fix build with clang. 2012-05-29 06:03:54 +00:00
Pav Lucistnik
9f6c557fe2 - Mark BROKEN: does not compile
io/sio_Reader.cpp: In function 'int fillScField_(const sio_8211Field&, const sio_8211FieldFormat&, sc_Field&, long int)':
  io/sio_Reader.cpp:320: error: no matching function for call to 'sio_8211Converter::makeFixedSubfield(sc_Subfield&, __gnu_cxx::__normal_iterator<const char*, std::vector<char, std::allocator<char> > >&, long int) const'
  ../sdts++/io/sio_8211Converter.h:52: note: candidates are: virtual long int sio_8211Converter::makeFixedSubfield(sc_Subfield&, const char*, long int) const
  io/sio_Reader.cpp:327: error: no matching function for call to 'sio_8211Converter::makeVarSubfield(sc_Subfield&, __gnu_cxx::__normal_iterator<const char*, std::vector<char, std::allocator<char> > >&, long int, char) const'
  ../sdts++/io/sio_8211Converter.h:71: note: candidates are: virtual long int sio_8211Converter::makeVarSubfield(sc_Subfield&, const char*, long int, char) const

Reported by:	pointyhat
2012-05-28 20:59:15 +00:00
Pav Lucistnik
7e27150341 - Mark BROKEN: does not install
ERROR:  While executing gem ... (NoMethodError)
      undefined method `full_name' for nil:NilClass

Reported by:	pointyhat
2012-05-28 20:54:49 +00:00
Thomas Abthorpe
36a756a49d - Fix handling of T_CLSID in TNEFFillMapi
- Bump PORTREVISION

PR:		ports/167460
Submitted by:	sbruno@
Approved by:	maintainer timeout
2012-05-28 19:28:38 +00:00
Raphael Kubo da Costa
263142fd23 Add my upstream commit to fix the build with clang and our old base libstdc++. 2012-05-28 18:48:02 +00:00
Raphael Kubo da Costa
1e7772782a Add my upstream commit to fix the build with clang. 2012-05-28 18:47:33 +00:00