Commit graph

20680 commits

Author SHA1 Message Date
Martin Wilke
9263980e9f Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.

Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...

WWW: http://pear.php.net/package/Console_CommandLine
2007-12-21 17:13:18 +00:00
Andrew Pantyukhin
f1d4bc17c4 - Update to 0.18
- Prefer ncursesw from ports when both ports and /lib versions
  are available, to avoid conflict with newsbeuter, which depends
  on stfl and prefers ncursesw from ports.
2007-12-21 13:08:06 +00:00
Dryice Dong Liu
b8496852c3 - update to 0.29
- take maintainership. Thanks the previous maintainers!

Approved by:	laszlof (maintainer, implicit)
2007-12-21 11:30:42 +00:00
Pav Lucistnik
a89a5b6058 - Fix build on FreeBSD 8.x
Submitted by:	Wesley Shields <wxs@atarininja.org>
2007-12-21 10:01:25 +00:00
Lars Thegler
aeb0764d51 Update to 0.09 2007-12-21 08:58:42 +00:00
Xin LI
18ed3c19ee - Fix for shared library dependency;
- Properly add PHP extension's corresponding plist entries.

Submitted by:	maintainer
PR:		ports/118757
2007-12-21 00:58:36 +00:00
Thomas Abthorpe
72e04ee2b8 - Update to 4.5.6
PR:		ports/118891
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
2007-12-20 20:40:26 +00:00
Yen-Ming Lee
e5cad4f0ef - use the non-versioned URL instead 2007-12-20 20:39:15 +00:00
Yen-Ming Lee
a6bb07cbab - update WWW 2007-12-20 20:11:49 +00:00
Lars Thegler
75602ccaf6 Update to 2.13 2007-12-20 14:51:04 +00:00
Anton Berezin
0223505a5e Update to 1.12.
Changes: http://search.cpan.org/dist/Time-Piece/Changes
2007-12-20 11:57:20 +00:00
Anton Berezin
12e821c96f Update to 1.11.
Changes: http://search.cpan.org/dist/Class-Prototyped/Changes
2007-12-20 11:09:09 +00:00
Anton Berezin
63e9db97d3 Update to 3.05. This is a major upgrade from 2.X to 3.X.
Changes: http://search.cpan.org/dist/Test-Harness/Changes
2007-12-20 10:42:39 +00:00
Andrej Zverev
6f6f7690a1 - Update to version 0.099
Changelog: http://search.cpan.org/src/FDALY/Test-Deep-0.099/CHANGES

PR:		ports/116197
Submitted by:	clsung
2007-12-20 10:23:03 +00:00
Gabor Kovesdan
9ad874ebd7 - Update to 0.11 2007-12-20 09:51:32 +00:00
Gabor Kovesdan
b7848fbb95 - Update to 6.42 2007-12-20 09:50:54 +00:00
Gabor Kovesdan
c583ac8f40 - Update to 0.21 2007-12-20 09:50:19 +00:00
Gabor Kovesdan
2d32045b84 - Update to 1.20 2007-12-20 09:49:48 +00:00
Gabor Kovesdan
f746615bea - Update to 2.12 2007-12-20 09:49:17 +00:00
Gabor Kovesdan
8c03d4ef3d - Update to 2.37 2007-12-20 09:48:40 +00:00
Gabor Kovesdan
007e28dd70 - Update to 1.29 2007-12-20 09:48:03 +00:00
Gabor Kovesdan
ca4d7074f1 - Update to 1.03 2007-12-20 09:47:28 +00:00
Anton Berezin
271bb1ced3 Update to 0.40.
Changes: http://search.cpan.org/dist/IPC-Cmd/CHANGES
2007-12-20 09:35:55 +00:00
Anton Berezin
c08de870b9 Update to 0.27.
Changes: http://search.cpan.org/dist/IPC-PubSub/Changes
2007-12-20 09:31:02 +00:00
Anton Berezin
73d6aad5a6 Update to 1.00.
Changes: http://search.cpan.org/dist/File-pushd/Changes
2007-12-20 09:26:38 +00:00
Joerg Wunsch
a523b50096 Add support for ATtiny88, ATmega32HVB, ATmega1284P.
Fix support for AT90USB82/162, move them into "avr35" architecture.
Add support for the OS_main and OS_task attributes.

Integrate some more bugfixes from the WinAVR patch list.
2007-12-20 06:43:20 +00:00
Joerg Wunsch
ba6acc8112 Add support for ATtiny88, ATmega32HVB, ATmega1284P.
Fix support for AT90USB82/162, move them into "avr35" architecture.
Add basic support for fuse and lock bit sections in ELF file.
2007-12-20 06:41:48 +00:00
Rong-En Fan
070dcdfd18 - Update to 0.27
- Update maintainer's email

PR:		ports/118872
Submitted by:	Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
2007-12-20 05:25:34 +00:00
Ying-Chieh Liao
af65b51ae1 upgrade to 1.1002 2007-12-20 03:40:32 +00:00
Ying-Chieh Liao
3ac24ffe87 upgrade to 3.1.0 2007-12-20 03:32:52 +00:00
Pav Lucistnik
35b66662da TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it
will not work on java/5 systems. If you need a profiler for java/5 or earlier
try the jmp profiler.

TIJmp is written to be fast and have a small footprint, both memory- and cpu-
wise. This means that the jvm will run at almost full speed, until you use
tijmp to find some information.

TIJmp uses C code to talk to the jvm and it uses swing to show the the tables
of information. So tijmp is written in C (using jvmti and jni) and Java.

TIJmp runs in the same jvm as the program being profiled. This means that it
can easily get access to all things jvmti/jni has to offer.

TIJmp is distributed under the General Public License, GPL.

Usage:
java -agentlib:tijmp <your-class>

WWW: http://khelekore.org/jmp/tijmp/

PR:		ports/117615
Submitted by:	Ronald Klop <ronald@echteman.nl>
2007-12-19 18:09:06 +00:00
Pav Lucistnik
f1ba8cd7c7 - Clean up properly when installed as package
Reported by:	pointyhat
2007-12-19 14:52:17 +00:00
Michael Johnson
44f0e3367b Update to 0.82.4 2007-12-19 13:57:58 +00:00
Martin Wilke
ccd5f0918e - Update to 1.4.0 2007-12-19 08:32:23 +00:00
Martin Wilke
3b95522a06 - Update to 0.9.0
- Takeover maintainership

Approved by:	Nick Hilliard <nick@foobar.org> (maintainer)
2007-12-19 07:42:03 +00:00
Martin Wilke
daa989fb72 - Update to 0.9.0
- Takeover maintainership

Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2007-12-19 07:39:41 +00:00
Jun Kuriyama
dbd175948d The fcsh (Flex Compiler Shell) utility provides a shell environment
that you use to compile Flex applications, modules, and component
libraries. It works very similarly to the mxmlc and compc command line
compilers, but it compiles faster than the mxmlc and compc
command-line compilers.

WWW: http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell
2007-12-18 22:48:53 +00:00
Martin Wilke
a36c6b651f - Update to 5.1.1
PR:		118751
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2007-12-18 22:44:41 +00:00
Martin Wilke
10570a724c - Update to 1.06
- Pass maintainership to perl@
2007-12-18 17:01:28 +00:00
Martin Wilke
19b034b3c3 - Update to 1.2.5
- Adopt maintainership
2007-12-18 16:58:42 +00:00
Martin Wilke
af5524d827 - Update maintainer mail adress
PR:		118787
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
2007-12-18 16:31:11 +00:00
Vsevolod Stakhov
aa33df36e5 Add libev port - fast and simple event loop library, that fixes many libevent
bugs and has many additional features.
2007-12-18 14:46:56 +00:00
Vanilla I. Shu
37b5b6985d Add bufferpool 0.0.1, bufferpool - the memory management library Feng
and Felix depend upon.

PR:		ports/117919
Submitted by:	Emmanuel Richiardone (err at tollari.org)
2007-12-18 01:51:04 +00:00
Martin Wilke
e4d6a9face - Update to 3.2.1
Submitted by:	Gerrit Beine (maintainer via private mail)
2007-12-18 00:05:15 +00:00
Martin Wilke
9cd9823e0e - Update to 1.8.2
Approved by:	maintainer implicit
2007-12-17 23:59:49 +00:00
Martin Wilke
76acbb5436 - Update to 0.4.2- Update to 0.4.2 2007-12-17 23:57:17 +00:00
Martin Wilke
29ce0879fd GNU pth is a user mode multi threading library. pthsem is an extend
version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
programm pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth

PR:		ports/118471
Submitted by:	Björn König <bkoenig at alpha-tierchen.de>
2007-12-17 23:20:34 +00:00
Lars Thegler
05c03bb042 Update to 1.07 2007-12-17 17:33:06 +00:00
Lars Thegler
e50dc98938 Update to 0.11 2007-12-17 17:30:57 +00:00
Lars Thegler
175539fb78 Update to 2.27 2007-12-17 17:28:30 +00:00
Rong-En Fan
a8bae0a949 - Update to 5.6 snapshot 20071215 2007-12-17 09:25:19 +00:00
Sergey Matveychuk
629836e016 - Update to 3.1 2007-12-17 08:08:55 +00:00
Sergey Matveychuk
848a17916f - Update to 4.1.1 2007-12-17 08:08:26 +00:00
Joe Marcus Clarke
68af2b6c24 Update to 2.2.3. 2007-12-17 06:49:10 +00:00
Chin-San Huang
e3bb6c7aff - Update to 1.5.0 2007-12-17 04:38:05 +00:00
Chin-San Huang
bb4c61e150 - Update to 0.7 2007-12-17 04:00:03 +00:00
Pav Lucistnik
5ad97dc41c - Mark BROKEN on respective targets/archs 2007-12-16 23:36:35 +00:00
Martin Wilke
204df9bcf7 - Update to 1.0.0
PR:		118744
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2007-12-16 23:18:15 +00:00
Martin Wilke
59b62700fe - Update to 1.0
PR:		118743
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2007-12-16 23:18:13 +00:00
Pav Lucistnik
1ce9cb45e5 - Fix maintainer's address
PR:		ports/118747
Submitted by:	Serge Gagnon <serge.gagnon.1@ulaval.ca> (maintainer)
2007-12-16 22:59:21 +00:00
Thierry Thomas
1ac0002ff3 Upgrade to 3.4.
Changelog at <http://bouml.free.fr/historic.html>.
2007-12-16 22:41:25 +00:00
Boris Samorodov
42322a9cca Update to version 4.0.4. 2007-12-16 19:09:15 +00:00
Boris Samorodov
a0c7ae4edf Update to v.1.5. 2007-12-16 19:07:40 +00:00
Marcelo Araujo
b47116f53f - Change MAINTAINER mail address.
PR:		ports/118577
Submitted by:	Serge Gargnon <serge.gagnon.1@ulaval.ca> (maintainer)
Approved by:	stas (mentor, implicit)
2007-12-16 13:29:46 +00:00
Marcelo Araujo
6fe08a1198 - Update to 0.11.
PR:		ports/117058
Submitted by:	Andris Raugulis <ar@null.lv>
Approved by:	maintainer timeout(2 months), stas (mentor, implicit)
2007-12-16 13:27:22 +00:00
Chin-San Huang
dd4eedb77a - Update to 1.00
- Use CPAN macro
2007-12-16 04:56:04 +00:00
Chin-San Huang
5508ced92e - Update to 0.31 2007-12-16 04:52:57 +00:00
Chin-San Huang
ae99f09f44 - Update to 0.11
- Use CPAN macro
2007-12-16 04:46:52 +00:00
Chin-San Huang
959a3dc724 - Update to 0.9.0 2007-12-16 04:42:31 +00:00
Martin Wilke
7cdd6ba49d PHP Client for the Selenium Remote Control test tool
Selenium Remote Control (SRC) is a test tool that allows you to write
automated web application UI tests in any programming language against
any HTTP website using any mainstream JavaScript-enabled browser. SRC
provides a Selenium Server, which can automatically start/stop/control
any supported browser. It works by using Selenium Core, a pure-HTML+JS
library that performs automated tasks in JavaScript; the Selenium
Server communicates directly with the browser using AJAX
(XmlHttpRequest).

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

PR:		ports/117872 (based on)
Submitted by:	Brian A. Seklecki <lavalamp@spiritual-machines.org>
2007-12-15 21:49:01 +00:00
Pav Lucistnik
313f94e9d2 - Update to 0.38
- Use gcc42 on amd64

PR:		ports/118684
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2007-12-15 21:36:51 +00:00
Martin Wilke
8c6263ce9d - Update to 0.92.1
PR:		118068
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2007-12-15 18:18:59 +00:00
Martin Wilke
d601fbdcf3 - Update to 0.92
PR:		118067
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2007-12-15 18:18:55 +00:00
Pav Lucistnik
52e8296774 - Add 2.0-20071128 as libffi-devel
PR:		ports/118309
Submitted by:	Bjoern Koenig <bkoenig@alpha-tierchen.de>
Repocopied by:	marcus
2007-12-15 18:07:09 +00:00
Martin Wilke
c59669cfc2 - Update to 0.4.0
PR:		117806
Submitted by:	Balwinder S Dheeman <bdheeman@gmail.com> (maintainer)
2007-12-15 17:38:40 +00:00
Martin Wilke
ee9cd3465e Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
pair in the hash corresponds to a record in the file.

Changes to the hash are reflected in the file immediately.

WWW: http://search.cpan.org/dist/Tie-File-AsHash/

PR:		ports/118648
Submitted by:	Ruben de Groot <rdg at bzerk.org>
2007-12-15 14:35:48 +00:00
Andrew Pantyukhin
01872746ec - Update to 8.1 2007-12-15 10:17:31 +00:00
Jun Kuriyama
9507ff4dbb The free Adobe Flex 2 SDK includes the technologies developers need to
start building effective Flex applications today.

WWW: http://www.adobe.com/products/flex/sdk/
2007-12-15 07:15:01 +00:00
Xin LI
5c4dd9bc72 Add a patch that fixes build for certain GCC versions, i.e. the
one available on FreeBSD 5.5.

PR:		ports/118705
Submitted by:	delphij
Approved by:	maintainer
2007-12-15 02:31:19 +00:00
Lars Balker Rasmussen
2262155c63 Update to 0.33 2007-12-14 23:46:26 +00:00
Lars Balker Rasmussen
102d489716 Update to 0.49 2007-12-14 23:38:08 +00:00
Martin Wilke
2157a6e43c - Update to 0.10.0
PR:		118574
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2007-12-14 23:15:08 +00:00
Martin Wilke
417f1d43cf - S/INSTALLS_SHLIB/USE_LDCONFIG
- Pass maintainership to submitter

PR:		117902
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2007-12-14 23:14:24 +00:00
Martin Wilke
79a42d2b57 - Update to 1.1.4
PR:		118119
Submitted by:	Matthias Sund <m.sund@arcor.de> (maintainer)
2007-12-14 23:14:21 +00:00
Pav Lucistnik
e04bb54b58 - Update to 2.0
PR:		ports/117464
Submitted by:	Martin Horcicka <martin@horcicka.eu> (maintainer)
2007-12-14 21:25:45 +00:00
Martin Wilke
8cb0ace111 Python interface to Thrift.
WWW: http://developers.facebook.com/thrift/

PR:		ports/118366
Submitted by:	Jon M. Dugan <jdugan at x1024.net>
2007-12-14 17:12:08 +00:00
Pav Lucistnik
fb273cdd38 - Update to 3.5
PR:		ports/118629
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> (maintainer)
2007-12-14 16:32:54 +00:00
Sergey Matveychuk
ce4b529805 - Update to 2.1.1 2007-12-14 16:12:43 +00:00
Sergey Matveychuk
4276fd2745 - Update to 2.7.9l.
- Add -fPIC flag on amd64 platform (1).

Requested by:	Maarten L. Hekkelman <maarten(at)cmbi.ru.nl> (1)
2007-12-14 15:21:17 +00:00
Lars Thegler
a488b6aa02 Upgrade to 1.14 2007-12-14 09:47:33 +00:00
Lars Thegler
cc699e74df Upgrade to 1.06 2007-12-14 09:22:45 +00:00
Tong LIU
d147663350 - update to 2.0.1
Approved by: 	delphij(mentor,implicit)
2007-12-14 06:30:43 +00:00
Tong LIU
c7d154ee75 - update to 1.3.2
Approved by:	delphij(mentor,implicit)
2007-12-14 06:24:47 +00:00
Cheng-Lung Sung
b5221982a6 - Update to 0.2.3
Submitted by:	maintainer (Alexander Logvinov), via email
2007-12-14 03:44:08 +00:00
Cheng-Lung Sung
fb8b425988 - Update to 1.0.1
Submitted by:	maintainer (Alexander Logvinov), via email
2007-12-14 03:43:17 +00:00
Cheng-Lung Sung
32f12885fa - Update to 1.0.9
Submitted by:	maintainer (Alexander Logvinov), via email
2007-12-14 03:41:28 +00:00
Xin LI
37d370c76e Make use of port infrastructure's easy_install support[1]. While I'm there,
add subversion and mercurial as RUN_DEPENDS, as one will have to install
them to make this useful.

Reported by:	pointyhat via pav [1]
2007-12-14 00:04:37 +00:00
Martin Wilke
a001a3435d - Update to 1.6.3 2007-12-14 00:01:05 +00:00
Lars Balker Rasmussen
79a1f259ee dirrm of mach/auto/Class fell off (thanks pav) 2007-12-13 23:11:37 +00:00
Li-Wen Hsu
cad0a0073e - Change maintainer's email
PR:		ports/118662
Submitted by:	Serge Gagnon <serge.gagnon AT b2b2c.ca> (maintainer)
2007-12-13 20:18:32 +00:00
Thomas Abthorpe
54fcd12fac - Update to 5.6.2 2007-12-13 15:30:31 +00:00
Yen-Ming Lee
bf1c4c3ea8 - update to 0.19 2007-12-13 11:47:22 +00:00
Yen-Ming Lee
a61bb5f068 - update to 0.67 2007-12-13 11:42:10 +00:00
Li-Wen Hsu
a68d9a0e63 - Update to 0.4.1 2007-12-13 08:12:41 +00:00
Li-Wen Hsu
07ce5c7b22 - Update to 1.0.9 2007-12-13 05:46:48 +00:00
Li-Wen Hsu
04e934060c - Update to 0.4.1
PR:		ports/117477
Submitted by:	"R.Mahmatkhanov" <R.Mahmatkhanov AT SKYLINK.ru> (maintainer)
2007-12-13 04:18:02 +00:00
Xin LI
fd3cd7d7cd Add hgsvn:
This set of scripts allows to work locally on Subversion-managed
projects using the Mercurial distributed version control system.

Why use Mercurial? You can do local (disconnected) work, pull the
latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc.  And of course you have fast
local operations like "hg log", "hg annotate"...

Currenly two scripts are provided:

 * hgimportsvn initializes an SVN checkout which is also a
   Mercurial repository.
 * hgpullsvn pulls the latest changes from the SVN repository,
   and updates the Mercurial repository accordingly.  It can
   be run multiple times.

WWW:    http://cheeseshop.python.org/pypi/hgsvn
2007-12-13 01:32:50 +00:00
Li-Wen Hsu
1af386518b - Update to 1.5 2007-12-13 00:47:56 +00:00
Lars Balker Rasmussen
7d47f0a096 Update to 0.10 2007-12-12 23:49:22 +00:00
Sergey Skvortsov
bac66d07a9 Update to 2.2.4
Changes:	http://lists.otrs.org/pipermail/announce/2007/000081.html
2007-12-12 23:08:16 +00:00
Xin LI
309bd3ec75 - Update to 3.2.1.
- Pass maintainership to submitter.

Submitted by:	DIrk <dirk.ye at gmail.com>
PR:		ports/118564
2007-12-12 20:57:40 +00:00
Li-Wen Hsu
359cea02e7 - Update to 1.2.8
PR:		ports/118558
Submitted by:	Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
2007-12-12 20:21:29 +00:00
Jeremy Messenger
bc732795a2 Update to 2.12.2. 2007-12-12 19:50:12 +00:00
Jeremy Messenger
744b993155 Update to 2.20.2. 2007-12-12 19:49:17 +00:00
Chin-San Huang
80146f7c5f - Update to 0.10.4
PR:		ports/117571
Submitted by:	chinsan
Approved by:	maintainer timeout
2007-12-12 19:04:57 +00:00
Chin-San Huang
244262f66a - Update to 2.0.2
PR:		ports/117995
Submitted by:	chinsan
Approved by:	maintainer timeout
2007-12-12 18:26:12 +00:00
Dirk Meyer
06b0151201 - update to 0.3.1 2007-12-12 17:53:09 +00:00
Martin Wilke
2ed0acc97d The params extension provides userspace equivalent of zend_parse_parameters()
WWW: http://pecl.php.net/package/params/

PR:		ports/118048
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-12-12 15:59:20 +00:00
Martin Wilke
9dee6f7cb8 The shape extension wraps libshape and provides the ability to write programs
for manipulating ESRI shapefiles.

WWW: http://pecl.php.net/package/shape/

- Ditesh Shashikant Gathani
ditesh@gathani.org

PR:		ports/118064
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-12-12 15:57:41 +00:00
Dmitry Sivachenko
2effc05c37 Update to 0.2.4
PR:		117586
Submitted by:	chinsan
2007-12-12 14:42:37 +00:00
Dmitry Sivachenko
f983afe880 Update to 0.52
PR:		117585
Submitted by:	chinsan
2007-12-12 14:38:52 +00:00
Dmitry Sivachenko
db6039b2da Update to 1.22
PR:		117587
Submitted by:	chinsan
2007-12-12 14:20:24 +00:00
Martin Wilke
86288fdf66 - Reset maintainership
PR:		117835
Submitted by:	Marcus von Appen <mva@sysfault.org> (old maintainer)
2007-12-12 14:06:32 +00:00
Jimmy Olgeni
6a37900b48 Upgrade to version 2.0.5. 2007-12-12 13:57:19 +00:00
Martin Wilke
e2a0f5b551 VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.

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

PR:		ports/117693
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2007-12-12 13:31:48 +00:00
Martin Wilke
0676261fca This Perl module reads MANIFEST to find modules to be tested and does use_ok()
for each of them. Now all you have to do is updating MANIFEST.
You don't have to modify the test any more (hopefully).

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

PR:		ports/117666
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
2007-12-12 13:23:29 +00:00
Tilman Keskinoz
1bee67a8d7 Update to 1.3.1 2007-12-12 13:16:49 +00:00
Martin Wilke
7b18e37e40 DateTime Extension for Traditional Japanese Calendars
Author:	Daisuke Maki <dmaki@cpan.org>
WWW:	http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese/

PR:		ports/117846
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2007-12-12 13:08:58 +00:00
Martin Wilke
b933820bbd Traditional Chinese Calendar Implementation
Author:	Daisuke Maki <dmaki@cpan.org>
WWW:	http://search.cpan.org/~dmaki/DateTime-Calendar-Chinese/

PR:		ports/117844
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2007-12-12 13:05:57 +00:00
Martin Wilke
87bae56ec8 DateTime Extension for Calculating Important Chinese Dates
Author:	Daisuke Maki <dmaki@cpan.org>
WWW:	http://search.cpan.org/~dmaki/DateTime-Event-Chinese/

PR:		ports/117842
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2007-12-12 13:04:08 +00:00
Martin Wilke
7da95e0c83 DateTime Extension to Calculate Solar Terms
Author:	Daisuke Maki <dmaki@cpan.org>
WWW:	http://search.cpan.org/~dmaki/DateTime-Event-SolarTerm/

PR:		ports/117838
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2007-12-12 13:01:04 +00:00
Martin Wilke
4a39092c3b This module calculates the time and date of certain recurring lunar events,
including new moons and specific lunar phases.

Author:	Daisuke Maki <dmaki@cpan.org>
WWW:	http://search.cpan.org/~DMAKI/DateTime-Event-Lunar/

PR:		ports/117815
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2007-12-12 12:58:56 +00:00
Erwin Lansing
ce01a90253 Update to 0.26 2007-12-12 12:36:15 +00:00
Martin Wilke
a16372995d - Update to 0.615 2007-12-12 12:27:50 +00:00
Anton Berezin
e19dd4cb34 Update to 2.37.
Changes: http://search.cpan.org/src/JV/Getopt-Long-2.37/CHANGES
2007-12-12 12:03:19 +00:00
Vasil Dimov
a0cf89622a Upgrade devel/py-boto from 0.9b to 0.9d.
PR:		ports/118379
Submitted by:	peter.schuller@infidyne.com (maintainer)
2007-12-12 11:53:56 +00:00
Vasil Dimov
e8c05a8b75 Upgrade devel/google-perftools from 0.93 to 0.94.
ChangeLog:
http://google-perftools.googlecode.com/svn/tags/perftools-0.94/ChangeLog

Submitted by:	Yuri <yuri@rawbw.com> (maintainer)
2007-12-12 11:43:07 +00:00
Anton Berezin
3aefd789b3 Update to 0.565.
Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.565/Changes
2007-12-12 11:42:34 +00:00
Anton Berezin
21b90bd492 Update to 1.11.
The available Changes file was not very forthcoming, as it
has not changed in comparison with the previous version of the module.
Source diff reveals tweaks to support perl 5.10, though.
2007-12-12 11:24:24 +00:00
Anton Berezin
f7bd84c03e Update to 1.22.
Changes: http://search.cpan.org/src/JHI/Set-Scalar-1.22/ChangeLog
2007-12-12 11:20:00 +00:00
Anton Berezin
8317f5db26 Update to 1.9711.
Changes: http://search.cpan.org/src/JHI/Time-HiRes-1.9711/Changes
2007-12-12 11:18:18 +00:00
Anton Berezin
d8e240d0ef Update to 1.22.
Changes: http://search.cpan.org/src/SALVA/Proc-Queue-1.22/Changes
2007-12-12 11:12:11 +00:00
Anton Berezin
1f70d38d6f Update to 2.18.
Changes: http://search.cpan.org/src/AMS/Storable-2.18/ChangeLog
2007-12-12 09:55:16 +00:00
Anton Berezin
0dabb99c02 Update to 1.04.
Changes: http://search.cpan.org/src/PERSICOM/Term-Prompt-1.04/Changes
2007-12-12 09:53:40 +00:00
Lars Thegler
0a290f6007 Add p5-Lingua-JA-Fold 0.07, Lingua::JA::Fold - fold a Japanese text.
PR:		ports/117891
Submitted by:	Lars Thegler <lth at FreeBSD.org>
2007-12-12 09:51:56 +00:00
Lars Thegler
97a9da74b1 Update to 0.13
PR:		ports/117670
Submitted by:	lth
Approved by:	maintainer
2007-12-12 09:37:49 +00:00
Cheng-Lung Sung
b6eac0fa42 - Update to 1.1.2 2007-12-12 06:49:41 +00:00
Cheng-Lung Sung
b90ecf53da - add a missing dependency
- bump PORTREVISION
2007-12-12 06:20:52 +00:00
Alejandro Pulver
f2e4afd4ae - Set DEPRECATED (for a long time it has been the same as devel/wxGlade) and
EXPIRATION_DATE (2008-01-12).
2007-12-12 05:54:36 +00:00
Alejandro Pulver
42ad4823c4 - Update to version 0.6.1. 2007-12-12 05:50:26 +00:00