Commit Graph

259567 Commits

Author SHA1 Message Date
Baptiste Daroussin
2b3510e22a - update to 0.9.12
- change license from GPLv2 to ISCL
2011-07-11 11:32:55 +00:00
Baptiste Daroussin
3e2c639a2e fix WWW 2011-07-11 11:25:38 +00:00
Baptiste Daroussin
2a3b406495 - update to 0.13.0
- switch to cmake
2011-07-11 11:24:00 +00:00
Sergey A. Osokin
6785fc62d9 Update third-party modules:
o) echo from 0.34 to 0.36;
o) headers_more from 0.14 to 0.15;
o) memc from 0.11 to 0.12.

Change default MASTER_SITES for these modules from MASTER_SITE_LOCAL
to http://download.github.com/.

Fix whitespaces.

Bump PORTREVISION is unnecessary, because these modules are
disabled by default.
2011-07-11 11:22:01 +00:00
Baptiste Daroussin
529212115f - update to 0.9.0.1 2011-07-11 11:09:36 +00:00
Baptiste Daroussin
697b488985 - better usage of mk-configure (allow cleaner respect of NOPORTDOCS and NOPORTEXAMPLES)
- remove useless PERL build dependency
- bump portrevision

Submitted by:	Aleksey Cheusov (upstream by mail)
2011-07-11 10:56:30 +00:00
Matthias Andree
f453ded329 Add instructions on how to upgrade p5-libwww with portmaster. 2011-07-11 10:53:36 +00:00
Martin Matuska
4efcd922ec Update to new PEAR channel infrastructure 2011-07-11 10:50:31 +00:00
Martin Matuska
66defa5cd1 Simple PEAR template engine
WWW: http://pear.phpunit.de/
2011-07-11 10:49:27 +00:00
Pietro Cerutti
db55b4e9cb - add support for the #h status line special char to print to hostname of the
localhost without the domain name

PR:		158796
Submitted by:	gahr@FreeBSD.org
Approved by:	wen@ (maintainer)
2011-07-11 10:49:06 +00:00
Martin Matuska
090831c3c9 PEAR FilterIterator implementation that filters files based
on a list of suffixes.

WWW: http://pear.phpunit.de/
2011-07-11 10:48:19 +00:00
Rene Ladan
14627eb40c Make the patch suitable for upstream integration. 2011-07-11 10:00:20 +00:00
Rene Ladan
7d16c03c6f Update to 1.4.7
Changelog:	http://www.ros.org/wiki/ros_comm/ChangeList/1.4
2011-07-11 09:59:03 +00:00
Martin Matuska
5c4365e639 Symfony YAML is a PHP library that parses YAML strings and converts them to
PHP arrays. It can also converts PHP arrays to YAML strings.

WWW: http://components.symfony-project.org/yaml/
2011-07-11 09:54:52 +00:00
Martin Matuska
0dcc808eb5 PEAR channel for the symfony project
WWW: http://pear.symfony-project.com/
2011-07-11 09:42:06 +00:00
Martin Matuska
ad84be56c5 Even more simplify pear channel code
Add sanity checks for PEAR_CHANNEL_HOST and PEAR_CHANNEL_REG
2011-07-11 09:36:59 +00:00
Martin Matuska
ae0e665ce2 Put common code for PEAR channels to devel/pear/bsd.pear.channel.mk 2011-07-11 09:24:44 +00:00
Sunpoet Po-Chuan Hsieh
5e793f428d - Fix typo
Notified by:	ache
2011-07-11 09:19:37 +00:00
Pietro Cerutti
87047f75c2 - fix PLIST
Reported by:	PH (via pav)
2011-07-11 08:41:17 +00:00
Martin Matuska
f784ad14ba PEAR channel for PHPUnit
WWW: http://pear.phpunit.de
2011-07-11 08:37:33 +00:00
Martin Matuska
a64a157fde Update opencv to 2.3.0 2011-07-11 08:28:12 +00:00
Gerald Pfeifer
c438d8da78 Update to the 20110709 snapshot of GCC 4.7.0. 2011-07-11 08:21:04 +00:00
Gerald Pfeifer
01af4ce679 Update to the 20110708 snapshot of GCC 4.6.2. 2011-07-11 08:20:33 +00:00
Greg Lewis
d4cef88624 . Add entries for the test distfiles.
This gets us closer, but the WITH_TESTS option still does not work.
The build now fails while applying patches.

PR:		157600
2011-07-11 06:44:44 +00:00
Sunpoet Po-Chuan Hsieh
c10d688521 - Update to 6.02
- Take maintainership [1]

PR:		ports/157629
Submitted by:	sunpoet (myself)
Approved by:	jadawin (maintainer) [1]
2011-07-11 06:39:11 +00:00
Baptiste Daroussin
49746f82dd - update to 1.79 2011-07-11 06:20:39 +00:00
Baptiste Daroussin
69034af2b0 - update to 0.1013
- add licenses
- changes: http://cpansearch.perl.org/src/MIYAGAWA/Tatsumaki-0.1013/Changes
2011-07-11 06:16:55 +00:00
Baptiste Daroussin
3bf946382e - update to 4.50
- changes: http://cpansearch.perl.org/src/MARKSTOS/CGI-Application-4.50/Changes
2011-07-11 06:11:36 +00:00
Baptiste Daroussin
5947216f4d - update to 1.22
- changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.22/ChangeLog
- add licenses
2011-07-11 06:08:59 +00:00
Sunpoet Po-Chuan Hsieh
626f63a0e4 - Add p5-LWP-Protocol-https 6.02
The LWP::Protocol::https module provide support for using https schemed URLs
with LWP. This module is a plug-in to the LWP protocol handling, so you don't
use it directly. Once the module is installed LWP is able to access sites using
HTTP over SSL/TLS.

If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither
SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one
provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests
will fail. Either install this module, set up an alternative SSL_ca_file or
disable hostname verification.

This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 in order to be able to declare its dependencies properly for the CPAN
tool-chain. Applications that need https support can just declare their
dependency on LWP::Protocol::https and will no longer need to know what
underlying modules to install.

WWW: http://search.cpan.org/dist/LWP-Protocol-https/
2011-07-11 06:03:31 +00:00
Baptiste Daroussin
99765ada6a - update to 3.17
- add licenses
2011-07-11 06:00:01 +00:00
Baptiste Daroussin
e20f207797 - update to 2.24
- changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-SOAP-2.24/ChangeLog
- add licenses
2011-07-11 05:57:37 +00:00
Mikhail Teterin
b8710f49ce Upgrade from 1.8.0 to 1.9.0 released in March. The newly added feature
can only be used with Tcl85 and above, but the software still builds
with earlier Tcl.

PR:	158742
2011-07-11 04:35:49 +00:00
Cy Schubert
a86ddd3ecc Fix broken fetch.
Update 0.36.1 --> 0.36.2.

Assume maintainership of this orphan port.
2011-07-11 02:30:58 +00:00
Sunpoet Po-Chuan Hsieh
a43607edac - Update to 20110324
- Take maintainership

PR:		ports/156870
Submitted by:	pgollucci
Approved by:	Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
2011-07-11 01:17:02 +00:00
Sunpoet Po-Chuan Hsieh
5b7e03d88a - Update to 0.24
Changes:	http://search.cpan.org/dist/Net-Google-DataAPI/Changes
PR:		ports/158287
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	maintainer (timeout, 15 days)
2011-07-11 01:06:50 +00:00
Steve Wills
043c76524e - Update to 0.44.06
PR:		ports/158658
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2011-07-11 00:42:42 +00:00
Gerald Pfeifer
bfed4e5ec0 Update to Wine 1.3.24. This includes the following changes:
- Various DirectInput improvements.
 - Support for line breaking in Uniscribe.
 - More UI elements in builtin Shell Explorer.
 - Some more D3DX9 functions.
 - Improved support for shell known folders.
 - Various bug fixes.
2011-07-10 23:11:14 +00:00
Herve Quiroz
5c7238a0dd Fix dependency on saxon-devel
Reported by:	pointyhat via pav
2011-07-10 22:31:52 +00:00
Herve Quiroz
8dfb5d4e1e Fix packing list
Reported by:	pointyhat via pav
2011-07-10 22:18:27 +00:00
Martin Matuska
091de7015a Change do-autogenerate-plist:
- get list of files and directories from a temporary installation
- make the target individual (runnable, depends on patch)
2011-07-10 22:16:06 +00:00
Steve Wills
0072b7a48b - Add note about net/vmware-vsphere-cli 2011-07-10 22:15:24 +00:00
Steve Wills
a631723cb3 The vSphere SDK for Perl provides an easy-to-use Perl scripting interface to
the vSphere API. SDK ships with utilities, and documentation for building
vSphere management applications.

The vSphere Command-Line Interface (vSphere CLI) command set allows you to
run common system administration commands against ESX/ESXi systems from any
machine with network access to those systems. You can also run most vSphere
CLI commands against a vCenter Server system and target any ESX/ESXi system
that vCenter Server system manages.

vSphere CLI commands are especially useful for ESXi hosts because ESXi does
not include a service console.

WWW: http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vsphere_4/

PR:		ports/158753
Submitted by:	rpsfa at rit.edu
2011-07-10 21:59:33 +00:00
Baptiste Daroussin
2e993dbb2a - update to 0.90
- changes: http://cpansearch.perl.org/src/TODDR/IPC-Run-0.90/Changes
2011-07-10 21:58:48 +00:00
Baptiste Daroussin
7b00bab371 - update to 0.98
- changes: http://cpansearch.perl.org/src/ADAMK/File-HomeDir-0.98/Changes
2011-07-10 21:52:02 +00:00
Baptiste Daroussin
a78a7fc440 - update to 0.22
- changes: http://cpansearch.perl.org/src/BRICAS/Config-Any-0.22/Changes
2011-07-10 21:47:22 +00:00
Baptiste Daroussin
70d06691f7 - update to 0.1700
- changes: http://cpansearch.perl.org/src/KIMOTO/DBIx-Custom-0.1700/Changes
2011-07-10 21:44:56 +00:00
Steve Wills
c678d9bb44 UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
WWW:	http://search.cpan.org/~jnh/UUID/
2011-07-10 21:40:53 +00:00
Baptiste Daroussin
4090db3bb2 - update to 0.040
- changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.040/Changes
2011-07-10 21:35:36 +00:00
Ashish SHUKLA
2bd0c272b0 Generic HTTP types for Haskell (for both client and server code).
WWW: https://github.com/aristidb/http-types

Obtained from:	FreeBSD Haskell
2011-07-10 21:33:00 +00:00