Commit graph

28963 commits

Author SHA1 Message Date
Lars Thegler
90f07d728b Update to 2.36 2010-08-16 08:31:36 +00:00
Cheng-Lung Sung
bf69dae615 - Update to 1.4.3
PR:		ports/149386
Submitted by:	Eric Freeman <freebsdports_AT_chillibear dot com>
2010-08-16 07:02:05 +00:00
Cheng-Lung Sung
6f9fa0ea36 - Update to 1.223
PR:		ports/149178
Submitted by:	Frederic Culot <frederic_AT_culot dot org>
2010-08-16 06:52:43 +00:00
Cheng-Lung Sung
ef029fd90e Update to 5.9.1:
- gtags-parser(1) removed, globash(1) added
- jQuery library used for hypertext ouptput

PR:		ports/149171
Submitted by:	Frederic Culot <frederic_AT_culot dot org>
2010-08-16 06:26:49 +00:00
Cheng-Lung Sung
d735b4bcd4 - Update to 2.8.4 2010-08-16 05:44:33 +00:00
Tong LIU
62e51db9ac Update to 2.102160
PR:	ports/149661
Submitted by:	Ju Pengfei <jupengfei@gmail.com> (maintainer)
2010-08-16 05:29:28 +00:00
Cheng-Lung Sung
b38a3fea04 - Update to 1.07
Changes:	http://search.cpan.org/dist/Class-XSAccessor/Changes
2010-08-16 03:29:41 +00:00
Cheng-Lung Sung
7223477b14 - Update to 1.06
Changes:	http://search.cpan.org/dist/Class-XSAccessor/Changes
2010-08-16 03:16:41 +00:00
Jun Kuriyama
060aa6d033 - Upgrade to 0.22. 2010-08-15 14:59:35 +00:00
Jun Kuriyama
f1ab5fe330 - Upgrade to 1.00. 2010-08-15 13:47:52 +00:00
Tilman Keskinoz
871e272b22 Update to 1.1.32
PR:		149671
Submitted by:	maintainer
2010-08-15 13:29:31 +00:00
Jun Kuriyama
99f0a61470 - Upgrade to 1.006007. 2010-08-15 12:54:29 +00:00
Tilman Keskinoz
68b11340e0 Update to 1.4.5
PR:		147865
Submitted by:	maintainer
2010-08-15 12:51:19 +00:00
Nicola Vitale
784bce02b5 - Update to 0.8
- Set USE_PYDISTUTILS to easy_install
2010-08-15 12:34:02 +00:00
Tilman Keskinoz
dafe7a36f4 Untested Update to 3.4.1 to unbreak port with recent ice update
PR:		149114
Submitted by:	"Stefan Ehmann" <shoesoft@gmx.net>
Approved by:	maintainer timeout
2010-08-15 12:22:09 +00:00
Tilman Keskinoz
0e18f37da1 Mark port broken. Does not compile with new ice version
Approved by:	maintainer timeout
2010-08-15 12:05:51 +00:00
Tilman Keskinoz
4a4abb5f7f Update to 3.4.1
PR:		148492
Submitted by:	Tony Maher <tonymaher@optusnet.com.au>
Approved by:	maintainer timeout
2010-08-15 12:04:13 +00:00
Tilman Keskinoz
62042a5c08 Update to 3.4.1
PR:		146633
Submitted by:	maintainer
2010-08-15 12:02:57 +00:00
Tilman Keskinoz
11af726579 Bump PORTREVISION to 0.3.0 to be in sync with devel/thrift.
Fix build by removing reference to config.status from Makefile
2010-08-15 10:25:18 +00:00
Tilman Keskinoz
0a502f5d22 Update to 1.4.0 2010-08-15 08:49:18 +00:00
Tilman Keskinoz
19e88c8f79 Update to 1.6.2 2010-08-15 08:48:38 +00:00
Nicola Vitale
c43e3c9910 - Fix dependencies when PYTHON_REL < 250
PR:		ports/149584
Submitted by:	glarkin
2010-08-15 08:17:16 +00:00
Joe Marcus Clarke
9cde9d3bf0 Update to 2.24.2. 2010-08-15 05:31:02 +00:00
Johan van Selst
b92ce78d4a - Don't preserve owner/group of installed files
(useful when the port is built by a regular user and installed via SU_CMD)
- Install `top' directory

PR:		ports/149645
Submitted by:	Anonymous <swell.k@gmail.com>
2010-08-14 15:46:47 +00:00
Mark Linimon
307884eb82 Mark as broken on sparc64: fails to install.
Hat:		portmgr
2010-08-14 08:40:33 +00:00
Pav Lucistnik
17fc83b067 - Update to 2.1.0
PR:		ports/149064
Submitted by:	Yu-Fu Chen <johnpupu@gmail.com>
Approved by:	maintainer timeout (15 days)
2010-08-13 15:44:51 +00:00
Boris Samorodov
f7d3905c94 Update to version 4.4.7. 2010-08-13 12:41:05 +00:00
Li-Wen Hsu
8a4f928396 - Update to 2.2.7
PR:		ports/148959
Submitted by:	Jin-Sih Lin <linpct AT gmail.com>
Approved by:	Robert Gogolok <gogo AT cs.uni-sb.de> (maintainer)
2010-08-13 12:21:44 +00:00
Baptiste Daroussin
83664b8af0 Devel::CheckLib provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.

WWW: http://search.cpan.org/dist/Devel-CheckLib/

PR:		ports/149440
Submitted by:	Frederic Culot <frederic at culot.org>
Approved by:	rene@ (mentor vacation)
2010-08-12 12:47:33 +00:00
Baptiste Daroussin
c4779dc43f This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are
separated into get and set methods. The get methods are prefixed with
"get_" as the accessor, while set methods are prefixed with "set_".
This is the naming style recommended by Damian Conway in Perl Best
Practices.

WWW: http://search.cpan.org/dist/MooseX-FollowPBP/

PR:		ports/149524
Submitted by:	Frederic Culot <frederic at culot.org>
Approved by:	rene@ (mentor vacation)
2010-08-12 12:32:38 +00:00
Sahil Tandon
67e22639a4 - Update to 0.16
- Use PERL_MODBUILD

PR:		ports/149192
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
2010-08-12 03:01:50 +00:00
Mark Linimon
da4e368744 Mark this unbroken on sparc64; it may have been marked broken by mistake.
It did build on the cluster as of 20100315.

Hat:		portmgr
Pointy hat:	same
2010-08-11 19:44:36 +00:00
Greg Larkin
0b8a4dca9b - Restricted Python version to 2.5+, since 2.4 exits with a syntax
error during the build.

PR:		ports/149336
Submitted by:	glarkin
Approved by:	wen (via email)
2010-08-11 17:46:16 +00:00
Dennis Herrmann
c3afb46c88 - Update to 1.16 2010-08-11 09:20:15 +00:00
Dmitry Marakasov
c5c30453bb - Add missing RUN_DEPENDS
PR:		149474
Submitted by:	Jesse Kempf <jessekempf@gmail.com> (maintainer)
2010-08-11 08:27:44 +00:00
Baptiste Daroussin
155c3b9f85 - Update to 0.8.3.3
- Add license

Approved by:	rene@ (mentor vacation)
2010-08-11 08:27:00 +00:00
Herve Quiroz
93f193a59c Update to 1.2.16
PR:		149443
Submitted by:	Simon Olofsson <simon@olofsson.de>
2010-08-11 07:00:43 +00:00
Marcus von Appen
3c5a29be3d - Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
2010-08-11 06:57:34 +00:00
Yen-Ming Lee
2ea16357fa - update to 0.20 2010-08-11 04:01:06 +00:00
Sahil Tandon
c4c4c1e254 - Update to 1.1.0
- Define LICENSE
- Mark MAKE_JOBS_SAFE

PR:		ports/149508
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
2010-08-11 03:30:43 +00:00
Doug Barton
7b136fa59c *sigh* Sorry, looks like a false alarm caused by a tree cvs decided
not to fully update.
2010-08-10 06:02:03 +00:00
Doug Barton
c7dabc9936 p5-Data-Dumper-Concise depends on a port that does not exist 2010-08-10 05:58:40 +00:00
Yen-Ming Lee
f7442b662e - update to 0.102080 2010-08-10 03:07:54 +00:00
Stanislav Sedov
333ac00a7a - Update to the 20100809 snapshot. 2010-08-09 23:52:09 +00:00
Yen-Ming Lee
0c62d07c05 - update to 0.035 2010-08-09 23:40:45 +00:00
Sahil Tandon
5c41482965 - Update to 0.19
PR:		ports/149404
Submitted by:	C-S <c-s@c-s.li> (maintainer)
2010-08-09 23:14:15 +00:00
Marcelo Araujo
b609d3f225 - Bump PORTREVISION to chase the update of net/yaz. 2010-08-09 22:56:19 +00:00
Tilman Keskinoz
17857eb2bd Update to 2.19
PR:		149264
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	maintainer
2010-08-09 14:25:46 +00:00
Steven Kreuzer
5d24da0522 Modify the rc script to run after ldconfig has been run due to a dependency
on libpopt.0.so

PR:		ports/149068
Submitted by:	Carsten Bäcker <carbaecker@gmx.de>
2010-08-09 13:57:26 +00:00
Tilman Keskinoz
b10838a432 Mark IGNORE, does not work with latest version of bzr
PR:		149461
Submitted by:	maintainer
2010-08-09 13:10:38 +00:00
Sergey Skvortsov
d8c90b59c5 Update to 0.3.0 2010-08-09 05:55:13 +00:00
Cheng-Lung Sung
d2d73f6324 This port is the port for the slave part of the BuildBot continuous integration system.
PR:		ports/148530
Submitted by:	Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org>
2010-08-09 05:41:22 +00:00
Martin Wilke
0d7aa4b8ac This module allows you to manage a set of deprecations for one or more
modules.

WWW: http://search.cpan.org/dist/Package-DeprecationManager

PR:		ports/149325
Submitted by:	Frederic Culot <frederic at culot.org>
2010-08-09 05:38:04 +00:00
Martin Wilke
e01ace80f3 A bridge that supports Glib's event loop from POE.
WWW:	http://search.cpan.org/dist/POE-Loop-Glib/

PR:		ports/149309
Submitted by:	Jase Thew <freebsd at beardz.net>
2010-08-09 05:33:25 +00:00
Martin Wilke
e2a1d9a9c0 - Update to 2.010
PR:		149395
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	maintainer
2010-08-09 05:31:28 +00:00
Martin Wilke
fb897b43eb Figure out the names of variables passed into subroutines.
WWW:    http://search.cpan.org/dist/Devel-ArgNames/

PR:		ports/149395
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2010-08-09 05:30:51 +00:00
Martin Wilke
babb84c067 - Update to 1.034
- Add LICENSE

PR:		149413
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-09 05:07:25 +00:00
Martin Wilke
5e3270e3a2 - Mark as Deprecate (Note that no further development is planned for the Maven-1.0 branch)
PR:		149429
Submitted by:	"Simon Olofsson" <simon@olofsson.de>
2010-08-09 05:03:23 +00:00
Martin Wilke
9c9d2cca6e Test::Unit 2.x - Improved version of Test::Unit bundled
in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit.

Test::Unit bundled in Ruby 1.8.x had not been improved but
unbundled Test::Unit (Test::Unit 2.x) will be improved actively.

WWW: http://rubyforge.org/projects/test-unit/

PR:		ports/149376
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-09 04:50:27 +00:00
Ollivier Robert
2a8d73be51 Fix breakage and also fix the link in pkg-message.in. Sorry guys.
portlint OK.

PR:		ports/149393
Submitted by:	John Hein <jhein@symmetricom.com>
2010-08-08 21:44:58 +00:00
Pav Lucistnik
c5cb799621 - Update to 2.2.0
PR:		ports/149374
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2010-08-08 17:41:21 +00:00
Beat Gaetzi
294b05c37c - Bump PORTREVISION after libxul update
PR:		ports/149044
Expr-run by:	pav@
Approved by:	portmgr (pav)
2010-08-08 08:56:41 +00:00
Gabor Pali
cad06c6077 - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")
Suggested by:	admi3
2010-08-08 08:49:38 +00:00
Sahil Tandon
ab2fa362ee - Pass maintainership to perl@ 2010-08-07 18:45:28 +00:00
Sahil Tandon
a84a7eaaea - Update to 0.65
- Changes: http://search.cpan.org/dist/Log-Handler/ChangeLog
2010-08-07 17:48:40 +00:00
Jun Kuriyama
40cc8ffa66 - Upgrade to 0.57.
PR:		ports/149244
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-07 15:49:53 +00:00
Pav Lucistnik
f2dd639f5e - Update to 2.2.6 and unbreak
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
2010-08-07 14:03:04 +00:00
Ollivier Robert
2c3ce0da11 Fix make install breakage, sorry for that.
PR:             ports/149393
Submitted by:   mandree
2010-08-07 12:15:09 +00:00
Pav Lucistnik
2aed73cbce - Mark BROKEN: does not build (missing dependency on YAML.pm)
Reported by:	pointyhat
2010-08-07 11:48:48 +00:00
Ollivier Robert
cd73c7dc89 Update to 1.6.2.
Full release notes at
http://mercurial.selenic.com/wiki/WhatsNew#A1.6.2_.282010-08-02.29

Submitted by:	John Hein <jhein@symmetricom.com>
2010-08-06 21:59:54 +00:00
Brendan Fabeny
3a7b330263 update to 1.44
Approved by:	makc
2010-08-06 18:03:54 +00:00
Brendan Fabeny
e110f039a6 update to 1.11
Approved by:	makc
2010-08-06 18:02:01 +00:00
Brendan Fabeny
ae811f6421 update to 1.20
Approved by:	makc
2010-08-06 17:59:55 +00:00
Jimmy Olgeni
968d0f9df9 Drop devel/py_otp_interface in favor of devel/py-interface, which
has a better structure.
2010-08-06 09:28:20 +00:00
Jimmy Olgeni
7cd2fa8043 Upgrade to version 1.0.
Now devel/py_otp_interface and devel/py-interface are pretty much the same.

PR:		ports/148842
Approved by:	maintainer timeout (15 days)
2010-08-06 09:26:04 +00:00
Cheng-Lung Sung
6023321bf1 - Update to 0.8.1
PR:		ports/148531
Submitted by:	Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org>
2010-08-06 08:45:58 +00:00
Martin Matuska
500a1e5801 Update to 8.10
PR:		ports/148838
Approved by:	maintainer (timeout)
2010-08-05 21:43:54 +00:00
Dmitry Marakasov
6c2ae1d7c1 This module fetches the version of any other module.
WWW:	http://search.cpan.org/dist/Module-Version/

PR:		149165
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-05 17:41:00 +00:00
Andrej Zverev
de3f2c30e2 Update to 2.000000.
PR:		ports/149319
Submitted by:	Frederic Culot <frederic at culot.org>
2010-08-05 16:17:02 +00:00
Andrej Zverev
cf52afe5f3 Fix pkg-plist 2010-08-05 16:00:50 +00:00
Andrej Zverev
f50a268958 File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you to
locate these files after installation.

It is a port Module::Install::Share to ExtUtils::MakeMaker with the improvement
of only installing the files you want; .svn and other source-control junk will
be ignored.
2010-08-05 15:48:51 +00:00
Dmitry Marakasov
20a2f0a0f3 - Update to 0.04
PR:		149237
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	"Oleg A. Mamontov" <oleg@mamontov.net> (maintainer)
2010-08-05 15:27:50 +00:00
Jimmy Olgeni
7a204c10db Upgrade to version 2.0.0. 2010-08-05 12:36:42 +00:00
Li-Wen Hsu
333392cf29 - Update to 0.18.7
PR:		ports/149273
Submitted by:	C-S <c-s AT c-s.li> (maintainer)
2010-08-04 16:44:13 +00:00
Jimmy Olgeni
4ac21fed11 Align OPTIONS. 2010-08-04 14:12:21 +00:00
Jimmy Olgeni
c1443357db Clean up my pkg-descr files (spelling and whitespace). 2010-08-04 14:11:56 +00:00
Baptiste Daroussin
4593d66278 The Parse::Template class evaluates Perl expressions placed within
a text. This class can be used as a code generator, or a generator
of documents in various document formats (HTML, XML, RTF, etc.).

Parse::Template was initially created to serve as a code generator
for the Parse::Lex class. The class is now available as a separate
module.

WWW: http://search.cpan.org/dist/ParseTemplate/

PR:		ports/149225
Submitted by:	Frederic Culot <frederic at culot.org>
Approved by:	jadawin@ (co-mentor)
2010-08-04 07:54:37 +00:00
Greg Larkin
d62ec0be15 - py-pyro requires at least Python 2.5, so update the USE_PYTHON variable.
Build output with Python forced to version 2.4:

===>   py24-pyro-4.1 depends on file: /usr/local/bin/python2.4 - found
===>  Configuring for py24-pyro-4.1
Traceback (most recent call last):
  File "setup.py", line 6, in ?
    import Pyro.constants
  File "src/Pyro/__init__.py", line 10, in ?
    raise RuntimeError("Pyro requires at least Python 2.5")
RuntimeError: Pyro requires at least Python 2.5
*** Error code 1
Stop in /a/ports/devel/py-pyro.
2010-08-03 23:23:52 +00:00
Rong-En Fan
f0cf59d38c - Update to 0.98
PR:		ports/149223
Submitted by:	Frederic Culot <frederic at culot.org>
2010-08-03 14:15:21 +00:00
Rene Ladan
508e061556 - Update devel/doxygen to 1.7.1
- Update pkg-plist and bump PORTREVISION of affected ports

PR:		ports/148156
Submitted by:	maintainer
Approved by:	tabthorpe (mentor), fluffy (graphics/libwpg)
Tested by:	exp-run by pav
2010-08-03 12:18:30 +00:00
Giuseppe Pilichi
9c1744cd91 Allows building executables simply from sbcl.
Also allows for ARGV so programs  generated
behave like normal unix programs.

WWW: http://www.xach.com/lisp/buildapp/

PR:		ports/145088
Submitted by:	Duncan Paterson <dunkyp@gmail.com>
Approved by:	pgj (mentor)
2010-08-03 10:19:19 +00:00
Martin Matuska
58b458cd78 Remove unused lib dependency on librt
PR:		ports/148938
Submitted by:	swell.k@gmail.com
2010-08-03 09:54:18 +00:00
Marcus von Appen
3978f932e2 - Update to 2.72 2010-08-03 08:29:48 +00:00
Mark Linimon
b512d4ae6a Over to new volunteer.
Approved by:	old maintainer
2010-08-03 01:08:14 +00:00
Henrik Brix Andersen
76a3fb7a73 - Update to v0.001
- Add LICENSE
2010-08-02 19:09:15 +00:00
Sergey Skvortsov
f3161ad221 Update to 0.21
Changes:	http://cpansearch.perl.org/src/RCLAMP/Pod-Coverage-0.21/Changes
PR:		ports/149141
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-02 15:33:57 +00:00
Baptiste Daroussin
53a7c41d1d Remove buildlog which should never have been committed
Reported by:	Frederic Coulot <frederic _at_ coulot.org> (maintainer) (by email)
Approved by:	jadawin@ (co-mentor)
2010-08-02 13:47:11 +00:00
Baptiste Daroussin
16651ebfc9 Tpl is a library for serializing C data. The data is stored in its
natural binary form. The API is small and tries to stay "out of the
way". Tpl can serialize many C data types, including structures.

WWW: http://tpl.sourceforge.net/

PR:		ports/149108
Submitted by:	Frederic Culot <frederic at culot.org>
Approved by:	jadawin@ (co-mentor)
2010-08-02 12:43:49 +00:00
Baptiste Daroussin
da69ab6aac - Update to 1.1.10
- Submitter is now maintainer

PR:		ports/149139
Submitted by:	frederic _at_ culot.org (maintainer)
Approved by:	jadawin@ (co-mentor)
2010-08-02 12:33:44 +00:00
Li-Wen Hsu
b639f1ae26 - Simplify Makefile
- Pass maintainership to submitter

PR:		ports/149018
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
2010-08-02 12:12:14 +00:00
Jun Kuriyama
94ece9f95e - Upgrade to 1.006005. 2010-08-01 22:26:51 +00:00
Li-Wen Hsu
7b50a91ba0 - Update to 2.0.11.final
PR:		ports/149163
Submitted by:	Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
2010-08-01 16:50:11 +00:00
Max Brazhnikov
83d1d6ed09 Update to 0.28
Port changes:
- build with qmake instean of cmake
- update WWW
- mark MAKE_JOBS_SAFE

PR:		based on ports/149145
Submitted by:	Oleg Ginzburg <olevole at olevole.ru>
2010-08-01 14:57:57 +00:00
Jun Kuriyama
4d42f78138 - Upgrade to 0.33. 2010-08-01 13:55:19 +00:00
Jun Kuriyama
6a0267320e - Upgrade to 0.06. 2010-08-01 12:49:13 +00:00
Jun Kuriyama
92d4975de5 - Upgrade to 0.00017. 2010-08-01 11:47:49 +00:00
Jun Kuriyama
f74a50f701 - Upgrade to 0.36. 2010-08-01 11:47:29 +00:00
Jun Kuriyama
563fef30c1 - Upgrade to 1.0010. 2010-08-01 11:46:42 +00:00
Mark Linimon
514906dcea Maintainer no longer uses these ports, so reassign them to ruby@.
Approved by:	maintainer
2010-08-01 04:22:19 +00:00
Yen-Ming Lee
d32d82d426 - update to 1.28 2010-07-31 22:39:56 +00:00
Greg Lewis
e3bbcbf474 . Update the installation path for the new version of eclipse.
PR:		148613
Approved by:	maintainer timeout
2010-07-31 17:54:28 +00:00
Greg Lewis
d6977733b1 . Update the installation path for the new version of eclipse.
PR:		148612
Approved by:	maintainer timeout
2010-07-31 17:53:10 +00:00
Emanuel Haupt
9de9547ccf Update to 3.0.1
PR:		148228, 146527
Submitted by:	ale, Christer Edwards <christer.edwards@gmail.com>
Reviewed by:	ports
2010-07-31 10:48:26 +00:00
Yen-Ming Lee
8fde76d0c5 - add google-styleguide 52
This is automated checker to make sure a C++ file follows Google's C++ style
guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it
heavily relies on regular expressions, cpplint.py won't catch all violations of
the style guide and will very occasionally report a false positive. There is a
list of things we currently don't handle very well at the top of cpplint.py,
and we welcome patches to improve it.

WWW: http://code.google.com/p/google-styleguide/
2010-07-31 03:08:34 +00:00
Jeremy Messenger
113641e728 - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:		ports/148295
Approved by:	lev (maintainer timeout, no respone for months),
		portmgr
Tested by:	pointyhat-exp by pav
2010-07-30 22:14:49 +00:00
Gabor Pali
967e338c26 - Update to 2.4.4 2010-07-30 09:23:12 +00:00
Gabor Pali
df8141b9bd - Update to 0.5.2 2010-07-30 09:17:57 +00:00
Gabor Pali
a4bfce1e12 - Update to 0.3.2 2010-07-30 09:10:24 +00:00
Gabor Pali
7f94817c3c - Update to 0.11.5 2010-07-30 09:09:31 +00:00
Gabor Pali
12776a4ad7 - Update to 0.6.0.2 2010-07-30 08:59:09 +00:00
Gabor Pali
11a1e7c846 - Update to 0.9.29 2010-07-30 08:58:12 +00:00
Gabor Pali
5706d4174d - Update to 0.3.2 2010-07-30 08:57:05 +00:00
Gabor Pali
01e6ff2d94 - Update to 1.18.5 2010-07-30 08:56:09 +00:00
Gabor Pali
74e9e949d2 - Update to 5.4.2.3 2010-07-30 08:55:07 +00:00
Gabor Pali
1a4286bc1c - Update to 1.0.9.1 2010-07-30 08:54:02 +00:00
Gabor Pali
cfc3dc6a0a - Update to 0.5.3 2010-07-30 08:53:08 +00:00
Gabor Pali
5fea29d9d2 - Update to 0.8.0 2010-07-30 08:52:10 +00:00
Gabor Pali
65a9ad0c02 - Update to 2.1.1.1 2010-07-30 08:51:17 +00:00
Gabor Pali
618b5127c2 - Update to 0.3.3 2010-07-30 08:49:50 +00:00
Li-Wen Hsu
6a9f06ed0f - Update to 2010k 2010-07-30 08:20:33 +00:00
Erwin Lansing
1c3411de1a Mark BROKEN: does not build 2010-07-30 08:04:21 +00:00
Mark Linimon
9fe67e143b Reset long-time inactive maintainer jbq@caraldi.com due to maintainer
timeouts.
2010-07-30 04:39:21 +00:00
Sahil Tandon
8d4622fe05 - Pass maintainership to perl@FreeBSD.org 2010-07-30 01:01:25 +00:00
Baptiste Daroussin
9c4142bad4 - Take maintainership
- Update to 0.8.3.2
- Update embed git to 1.7.1.2

PR:		ports/148544
Approved by:	flz@ (maintainer), jadawin@ (co-mentor)
2010-07-29 12:31:07 +00:00
Pietro Cerutti
3409745f58 - Fix build on amd64
Reported by:	QAT
2010-07-29 10:19:48 +00:00
Cheng-Lung Sung
2d8406ebbe - Update to 2.6 2010-07-29 10:02:35 +00:00
Philippe Audeoud
15af36fdd8 - Update to 0.8 2010-07-29 06:21:46 +00:00
Philippe Audeoud
12ff876dc9 - Update to 0.61
- Changelog: <http://cpansearch.perl.org/src/DROLSKY/DateTime-0.61/Changes>
2010-07-29 06:16:18 +00:00
Sahil Tandon
e971ac5f26 - Update my MAINTAINER address to sahil@FreeBSD.org 2010-07-29 02:58:44 +00:00
Beat Gaetzi
1b6073efd1 - Update to 4.8.6
- Add support for powerpc64 [1]

PR:		ports/149045
Submitted by:	Andreas Tobler <andreast-list AT fgznet.ch> [1]
Approved by:	mezz@
2010-07-28 21:32:09 +00:00
Baptiste Daroussin
5a4055b083 Change maintainer address to my new @FreeBSD.org
Approved by:	jadawin@ (co-mentor)
2010-07-28 17:31:01 +00:00
Tilman Keskinoz
7546c3a9eb Update to 1.26
PR:		148865
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer
2010-07-28 13:57:01 +00:00
Tilman Keskinoz
bf9ddeffe0 Mark deprececated
PR:		149004
Submitted by:	Julien Laffaye <kimelto@gmail.com>
2010-07-28 13:23:13 +00:00
Pietro Cerutti
d302b29d51 - New port: devel/dcmtk
DCMTK - DICOM Toolkit
  DCMTK is a collection of libraries and applications implementing large parts
  of the DICOM standard. It includes software for examining, constructing and
  converting DICOM image files, handling offline media, sending and receiving
  images over a network connection, as well as demonstrative image storage and
  worklist servers. DCMTK is is written in a mixture of ANSI C and C++.
2010-07-28 09:45:02 +00:00
Cheng-Lung Sung
ade13e18f5 - Update to 0.6.5 2010-07-28 07:51:38 +00:00
Cheng-Lung Sung
cd91ee980e - Use YAML::Tiny for YAML support
- bump PORTREVISION

Changes:
PR:		ports/148897
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
2010-07-28 03:46:55 +00:00
Jimmy Olgeni
104fcf2c39 Bump PORTREVISION in a few more ports affected by the libgcrypt
upgrade (they have references to libgcrypt.so.16).
2010-07-27 19:56:09 +00:00
Oliver Lehmann
90d7d60819 update to 0.7.2 2010-07-27 19:53:02 +00:00
Oliver Lehmann
0f13ab8d1e update to 0.7.1 2010-07-27 19:52:42 +00:00
Greg Larkin
80a0e36077 - Removed duplicate -c flag from daemon command in standalone server
startup script.

Submitted by:	Andrzej Tobola (ato at iem dot pw dot edu dot pl) (via email)
2010-07-27 15:08:09 +00:00
Philippe Audeoud
2ff6b912c2 - Update to 1.20 2010-07-27 15:06:07 +00:00
Henrik Brix Andersen
71404deb0c - Update to v0.004 2010-07-27 10:03:32 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Joe Marcus Clarke
b2c4a8b56f Remove net/gir-repository-avahi. 2010-07-26 23:25:23 +00:00
Joe Marcus Clarke
a884f36d3e Remove Avahi support now that the avahi-app port installs gir files. 2010-07-26 23:22:34 +00:00
Pav Lucistnik
64fad13345 - Mark BROKEN: leaves behind files on deinstall
Reported by:	pointyhat
2010-07-26 22:58:38 +00:00
Steven Kreuzer
37e57c2c08 hexcompare is a curses-based utility to compare and identify differences between
two binary files. These differences are then represented visually with an
interactive block diagram.

WWW:	https://sourceforge.net/projects/hexcompare/
2010-07-26 22:26:37 +00:00
Emanuel Haupt
bbd6e21a05 Take maintainership 2010-07-26 15:30:22 +00:00
Alexander Nedotsukov
3c1991f7d2 Add support for ICU 4.4
PR:	148843
2010-07-26 11:55:19 +00:00
Mark Linimon
83fb1239f7 Reset ahze@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2010-07-26 00:03:14 +00:00
Mark Linimon
948536f21a Reassign some ports from ahze@ to perl@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2010-07-25 23:26:12 +00:00
Thierry Thomas
5313ab5999 Upgrade to 3.7.4.
Changelog at
<http://jasperforge.org/website/ireportwebsite/IR%20Website/nb-3.7.4.html>
2010-07-25 20:44:13 +00:00
Koop Mast
65898b3f67 Presenting GNOME 2.30.2. for FreeBSD. 2010-07-25 19:35:08 +00:00
Martin Matuska
39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00
Sahil Tandon
21686616a9 - Update to 0.6.1
PR:		ports/148931
Submitted by:	marco.broeder@gmx.eu (maintainer)
2010-07-25 15:37:41 +00:00
Bernhard Froehlich
750b0d8f75 - Update to 1.18.1
- Add LICENSE
- Pass maintainership to submitter (via IRC)

PR:		ports/148723
Submitted by:	Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:	beat (co-mentor)
2010-07-25 15:11:08 +00:00
Koop Mast
32eb966e0b mv on FreeBSD doesn't support the -T switch. Patch out the usage of it.
PR:		ports/148235
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2010-07-25 14:23:22 +00:00
Koop Mast
c1cb6e2e14 Update to 0.8.7.
Add license
2010-07-25 10:35:43 +00:00
Sahil Tandon
57483012bb - Update to 0.05
PR:		ports/148903
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2010-07-25 04:14:01 +00:00
Sylvio Cesar Teixeira
1e58a10ad9 - Add other mirror
- Ajust patch file

PR:		ports/148766
Submitted by:	Marco Broder <marco.broeder@gmx.eu> (maintainer)
2010-07-25 01:12:13 +00:00
Sahil Tandon
4f4c8ce2dd - Remove license files from pkg-plist
PR:		ports/148910
Submitted by:	sahil@
Approved by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2010-07-25 00:01:03 +00:00
Sahil Tandon
717558e826 - Remove license files from pkg-plist
PR:		ports/148909
Submitted by:	sahil@
Approved by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2010-07-25 00:00:22 +00:00
Joe Marcus Clarke
96d43c7fb6 Update to 0.25. 2010-07-24 18:57:26 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Romain Tartière
6292c27806 Cutter is a xUnit family Unit Testing Framework for C and C++.
This is a list of features of Cutter:
 - easy to write tests;
 - outputs result with useful format for debugging;
 - tests are built as shared libraries.

WWW:	http://cutter.sourceforge.net/
2010-07-24 09:27:27 +00:00
Romain Tartière
681f53e6c5 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
gcov data for multiple source files and creates HTML pages containing the
source code annotated with coverage information.  It also adds overview pages
for easy navigation within the file structure.

WWW:	http://ltp.sourceforge.net/coverage/lcov.php
2010-07-24 08:52:02 +00:00
Max Brazhnikov
334e877ece Respect PYTHON_VERSION
PR:		ports/146959
Submitted by:	Kazunori Fujiwara <fujiwara at wide.ad.jp>
Approved by:	Alexander Churanov (maintainer)
2010-07-24 08:09:25 +00:00
Max Brazhnikov
58fbbba523 Update to 2.8.2 2010-07-24 07:45:39 +00:00
Max Brazhnikov
2749f2d1d4 Update to 2.8.2
Respect WX_CONFIG [1]

PR:		ports/146805 [1]
Reported by:	rene@
2010-07-24 07:45:08 +00:00
Sahil Tandon
a75be837d2 - Update to 1.2
PR:		ports/148122
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2010-07-24 05:56:58 +00:00
Greg Larkin
a897eb3817 - Updated to 1.15
PR:		ports/148853
Submitted by:	Paul Schmehl <pauls at utdallas dot edu> (maintainer)
2010-07-23 14:57:23 +00:00
Sergey Skvortsov
5da7079a2f Update to 1.92
Changes:	http://cpansearch.perl.org/src/ROBIN/PadWalker-1.92/Changes
PR:		ports/148740
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2010-07-23 14:06:44 +00:00
Sergey Skvortsov
db24c01048 Fix plist.
Pointed by:	QAT
2010-07-23 13:57:00 +00:00
Sergey Skvortsov
c0f8170273 Update to 0.19
Changes:	http://cpansearch.perl.org/src/SARTAK/MooseX-Role-Parameterized-0.19/Changes
2010-07-23 13:23:54 +00:00
Sergey Skvortsov
c1da1d91b2 Update to 0.24
Changes:	http://cpansearch.perl.org/src/DROLSKY/MooseX-Singleton-0.24/ChangeLog
2010-07-23 13:21:20 +00:00
Wesley Shields
d0b563983c Address buffer overflow vulnerability. This is a patch pulled from upstream
until 1.7.2 is release real soon now.

Security:	827bc2b7-95ed-11df-9160-00e0815b8da8
2010-07-23 00:38:55 +00:00
Thierry Thomas
9c1e194bed Upgrade to 4.22.2.
Changelog at <http://bouml.free.fr/historic.html>.
2010-07-22 20:01:23 +00:00
Greg Larkin
6c7c95aa9c - Updated to 0.10
ChangeLog: http://cpansearch.perl.org/src/DROLSKY/MooseX-StrictConstructor-0.10/Changes
2010-07-22 17:34:56 +00:00
Wesley Shields
3b2897dddf Update to 0.92.
Pass maintainer to perl@

PR:		ports/148798
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (old maintainer)
2010-07-22 13:43:28 +00:00
Wesley Shields
45889c2b15 Update to 0.10
PR:		ports/148725
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2010-07-22 13:42:41 +00:00
Jun Kuriyama
fa7032fb54 - Upgrade to 0.4.3. 2010-07-20 22:41:12 +00:00
Jeremy Messenger
602466902a Back out previous committed of add -D__STDC_ISO_10646__ as it causes a few
applications crash.

PR:		ports/148450
Reported by:	Kyryll A Mirnenko <xmirya@gmail.com>
Discussed with:	marcus
Feature safe:	yes
2010-07-20 21:24:08 +00:00
Alexey Dokuchaev
9b28042b00 - Update to version 2.08.02
- Add LICENSE (BSD)

Approved by:	maintainer (krion)
2010-07-20 16:38:56 +00:00
Ollivier Robert
1975dfdcab Support WITHOUT_NLS.
PR:		ports/148281
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2010-07-20 13:38:50 +00:00
Rong-En Fan
47556bc58d - Update to 5.7 snapshot 20100717 2010-07-20 01:57:29 +00:00
Jung-uk Kim
165827a5c5 Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command.
Although POSIX says the type is 'int', all BSD variants (including Mac OS X)
have been using 'unsigned long' type for very long time and its use predates
the standard long enough.  For certain commands (e.g., FIONBIO), the integer
value may get sign-extended on 64-bit platforms (by implicit type promotion)
and it causes annoying warnings from kernel such as this:

WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e

Approved by:	churanov.port.maintainer@gmail.com (maintainer timeout)
2010-07-19 22:25:04 +00:00
Philip M. Gollucci
a4f0ca3256 - Pass to new maintainer
Approved by:    old maintainer (via e-mail)
Requested by:   new maintainer (via -email)
2010-07-19 21:33:52 +00:00
Max Brazhnikov
1dfde5487b Respect NOPORTDOCS
Reported by:	QAT
Submitted by:	Anonymous <swell.k at gmail.com> via mail
Approved by:	Mikolaj Golub (maintainer)
2010-07-19 16:02:16 +00:00
Jun Kuriyama
fb5498ebec - Upgrade to 1.4200. 2010-07-19 14:30:41 +00:00
Jun Kuriyama
c2b456b63d - Upgrade to 1.0006. 2010-07-19 14:26:54 +00:00