Commit graph

29718 commits

Author SHA1 Message Date
Philip M. Gollucci
7b915c609a - Update to 0.3.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-10 05:10:32 +00:00
Philip M. Gollucci
bc19c41265 - Update to 0.3.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-10 05:10:27 +00:00
Wen Heping
2339933fbf - Update to 1.2.10-89
- Patch setup.py to prevent problems when setuptools installed

PR:		ports/152072
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
Approved by:	maintainer
2010-11-10 03:17:51 +00:00
Frederic Culot
9b437b8dfd - Update to 3.75.
Changes:	http://search.cpan.org/dist/Object-InsideOut/Changes
Approved by:	sahil@/wen@ (mentors, implicit)
2010-11-09 20:31:31 +00:00
Stefan Walter
184c16d6dd Update to 0.99.1.
PR:		151901
Submitted by:	maintainer
2010-11-09 16:04:56 +00:00
Alberto Villa
7cb7cd1744 - Update kdevplatform to 1.1.0.
- Update kdevelop to 4.1.0.
- Update kdevelop-php to 1.1.0.
- Use bsd.port.options.mk.

Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail
Approved by:	tabthorpe (mentor)
2010-11-09 01:52:43 +00:00
Alberto Villa
1ae32977e3 KDevelop-PG-Qt is a parser generator written in readable source-code
and generating readable source-code. Its syntax was inspirated by
AntLR. It implements the visitor-pattern and uses the Qt library. That
is why it is ideal to be used in Qt-/KDE-based applications like
KDevelop.

WWW: http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction

Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail
Approved by:	tabthorpe (mentor)
2010-11-09 01:48:00 +00:00
Max Brazhnikov
b007198ee2 Update to 1.0.2
Pass maintainership to submitter

PR:		ports/151961
Submitted by:	Lapo Luchini <lapo at lapo.it>
2010-11-08 22:33:38 +00:00
Lars Thegler
be09288468 Update to 2.40 2010-11-08 20:53:09 +00:00
Philippe Audeoud
5da480a335 - Update to 1.00
- Changelog: http://cpansearch.perl.org/src/ANDYA/File-Monitor-1.00/Changes
2010-11-08 14:21:58 +00:00
Emanuel Haupt
b6afd8d9dd Update to 3.1.1
Excerpt from the ChangeLog:

  * ccache now falls back to preprocessor mode when a non-regular include file
    (device, socket, etc) has been detected so that potential hanging due to
    blocking reads is avoided.
  * CRC errors are now detected when decompressing compressed files in the
    cache.
  * Fixed potential object file corruption race on NFS.
  * Minor documentation corrections.
  * Fixed configure detection of ar.
2010-11-08 12:32:53 +00:00
Wen Heping
8ef0eee906 - Update to 0.83
Changelog: http://search.cpan.org/src/GFUJI/Mouse-0.83/Changes
2010-11-08 10:57:08 +00:00
Renato Botelho
8836830484 Remove expired ports:
2010-11-07 devel/libisc: Unlikely to be used...
2010-11-08 emulators/vmware-guestd3: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 emulators/vmware-tools3: Depends of misc/compat3x, that is deprecated and set to be removed
2010-10-08 misc/compat3x: "Only FreeBSD 6.4+ are supported in ports"
2010-11-08 misc/bidwatcher: Obsoleted by JBidwatcher and changes at http://ebay.com
2010-11-08 security/vscan: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 www/ssserver: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 10:08:47 +00:00
Martin Wilke
d2dc765082 - Update to 4.0.1
PR:		151978
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
2010-11-08 07:34:44 +00:00
Wen Heping
9ae9b7b96f - Update to 2.2.1 2010-11-08 06:06:24 +00:00
Wen Heping
02e8d0846e - Fix the build on FreeBSD-6
Reported by:	QAT@
2010-11-08 00:24:52 +00:00
Thierry Thomas
0c21fac75d Upgrade to 4.23 ultimate.
Note: due to the continuous license violations, attacks and insults from
people of wikipedia, the author has decided to stop working on Bouml.
2010-11-07 14:00:23 +00:00
Sunpoet Po-Chuan Hsieh
cda7c93ad1 - Update to 0.45
PR:		ports/151842
Submitted by:	Matthias Fechner <idefix@fechner.net>
Approved by:	Cristiano Rolim Pereria <cristianorolim@hotmail.com> (maintainer)
2010-11-06 23:58:48 +00:00
Philippe Audeoud
12077d35a8 - Update to 1.218
- Changelog: http://cpansearch.perl.org/src/DDUMONT/Config-Model-1.218/ChangeLog
2010-11-06 15:44:40 +00:00
Rene Ladan
767738b006 - Move the core ros files from PREFIX/ros to PREFIX/ros/ros, this is
necessary to be able to upgrade add-on packages (like ros_tutorials) in
  place due to the way rosmake searches for packages.
- Update ros/pkg-descr and ros_tutorials to reflect this

- Partially fix build with Clang (ros does not link yet)

- Makefile cleanups for devel/ros

- Bump PORTREVISIONs
2010-11-06 10:10:07 +00:00
Ollivier Robert
ffcbcdc36c Fixes plist breakage, reorder entries and install more contrib files.
Patch edited and completed.

Submitted by:	John Hein <jhein@symmetricom.com>
2010-11-05 08:49:28 +00:00
Wen Heping
fc1fb9d780 With apipkg you can control the exported namespace of a python package
and greatly reduce the number of imports for your users. It is a small
pure python module that works on virtually all Python versions, including
CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with
Python's help() system, custom importers (PEP302) and common command
line completion tools.

WWW: http://bitbucket.org/hpk42/apipkg
2010-11-05 08:24:39 +00:00
Wen Heping
4948630be5 - Update to 0.210
Changelog: http://search.cpan.org/src/GETTY/MooseX-POE-0.210/Changes
2010-11-05 01:55:34 +00:00
Cheng-Lung Sung
bd9404a522 - Do not depend on p5-Test-Harness if perl >= 5.10.1
PR:		ports/151260
Submitted by:	mm
2010-11-05 01:36:20 +00:00
Wen Heping
727f514f21 - Update to 0.2.1
PR:		ports/151948
Submitted by:	Eric Freeman <freebsdports@chillibear.com> (maintainer)
2010-11-05 00:47:53 +00:00
Alexander Logvinov
5eced717ba - Update to 0.4.11 2010-11-05 00:47:41 +00:00
Frederic Culot
f2c505865f Test::Inter is another framework for writing test scripts. It is
loosely inspired by Test::More, and has most of its functionality,
but it is not a drop-in replacement.

WWW: http://search.cpan.org/dist/Test-Inter/

Approved by:	sahil@ (mentor)
2010-11-04 19:19:08 +00:00
Max Brazhnikov
f62ed46f5e Update to 0.15.1
PR:		ports/151655
Submitted by:	Mikolaj Golub (maintainer)
2010-11-04 13:03:36 +00:00
Martin Wilke
0367c7e04f - Update to 1.0.1 2010-11-04 10:02:19 +00:00
Martin Wilke
ef2d1243e0 - Update to 1.3.4 2010-11-04 10:01:44 +00:00
Martin Wilke
0925ee6a91 - Update to 1.0.3 2010-11-04 10:01:41 +00:00
Martin Wilke
31dbecc695 - Update to 1.0.7 2010-11-04 10:01:20 +00:00
Martin Wilke
91bbd2abce - Update to 0.2.7 2010-11-04 10:00:36 +00:00
Martin Wilke
a3a4f10f46 - Update to 0.1.7 2010-11-04 10:00:26 +00:00
Martin Wilke
511acf4644 - Update to 0.1.4 2010-11-04 10:00:20 +00:00
Martin Wilke
045eb3aba0 - Update to 0.4.3 2010-11-04 10:00:18 +00:00
Martin Wilke
153a0d1177 - Update to 1.3.5 2010-11-04 10:00:01 +00:00
Martin Wilke
de0d666ffe - Update to 1.1.4 2010-11-04 09:59:53 +00:00
Martin Wilke
c03528b930 - Update to 2.0.0 2010-11-04 09:59:50 +00:00
Martin Wilke
a574d2b426 - Update to 0.2.2 2010-11-04 09:59:48 +00:00
Martin Wilke
949971a091 - Update to 1.5.3- Update to 1.5.3- Update to 1.5.3 2010-11-04 09:59:39 +00:00
Martin Wilke
2d4105390a - Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15- Update to 0.1.15 2010-11-04 09:59:33 +00:00
Ollivier Robert
389d8c0412 Fix the "ro" locale messages directories. 2010-11-04 09:10:06 +00:00
Ollivier Robert
138db39c58 Fix the "install" target.
PR:		ports/151929
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
2010-11-04 08:55:45 +00:00
Yen-Ming Lee
e707e4c8cb - update to 0.012 2010-11-04 06:55:31 +00:00
Sunpoet Po-Chuan Hsieh
a8831ebe79 - Update to 1.81
Changes:	http://search.cpan.org/dist/threads/Changes
PR:		ports/151827
Submitted by:	sunpoet (myself)
Approved by:	clsung (maintainer, via IRC)
2010-11-04 06:28:20 +00:00
Martin Wilke
2d52d63d62 Replacement for the default renderer of HTML_QuickForm that uses only XHTML and
CSS but no table tags, and generates fully valid XHTML output.

WWW: http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless

PR:		ports/151731
Submitted by:	Chris St Denis <chris at smartt.com>
2010-11-04 05:20:41 +00:00
Ollivier Robert
1965f3501e Update to major release 1.7. Large number of changes incl. two new repo
formats.  See the following URL for more details:
http://mercurial.selenic.com/wiki/WhatsNew#A1.7_.282010-11-01.29
2010-11-03 22:20:33 +00:00
Pav Lucistnik
0e90b52a89 - Mark BROKEN: does not build
Reported by:	pointyhat
2010-11-03 21:25:23 +00:00
Max Brazhnikov
0907842b7d KDE FreeBSD team presents KDE SC 4.5.3. 2010-11-03 18:03:27 +00:00