Commit graph

8115 commits

Author SHA1 Message Date
Martin Wilke
56a3c2a14f Enchant is a binder for libenchant. Libenchant
provides a common API for many spell libraries,
such as aspell/pspell(intended to replace
ispell),hspell(hebrew),ispell,myspell/hunspell
(OpenOffice project, mozilla),uspell (primarily
Yiddish, Hebrew, and Eastern European languages)

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

PR:		ports/122820
Submitted by:	Wen heping <wenheping at gmail.com>
2008-04-27 20:52:10 +00:00
Martin Wilke
ad090bf284 - Correct an error that prevented the pre-start function running.
PR:		123051
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-04-27 08:50:49 +00:00
Mikhail Teterin
ddf9542c61 Fix properly -- it never built after the earlier PORTREVISION dump.
Also:
	* Switch to GraphicsMagick for future stability;
	* enable parallelized building.
	* remove explict linking with -lstdc++.
	* fix the bundled-in tests and make them run post-build
	* Remove the defunct WWW from pkg-descr
2008-04-26 17:50:39 +00:00
Martin Wilke
5f28dd4a82 - Update to 1.13 2008-04-25 19:24:09 +00:00
Martin Wilke
a434aee16a - Update to 0.46
PR:		123028
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-04-25 17:10:12 +00:00
Martin Wilke
d90aad512c - Update to 0.5
PR:		122764
Submitted by:	Ports Fury
2008-04-25 15:48:18 +00:00
Hiroki Sato
5d0a5ccd5b Update to 080407. 2008-04-25 15:32:23 +00:00
Sergey Skvortsov
4994d1f521 Add p5-Regexp-Common-Email-Address 1.01, regex pattern for Email
Addresses.
2008-04-25 14:34:52 +00:00
Pav Lucistnik
8b4d37b779 - Update to 2.2.0
PR:		ports/122886
Submitted by:	Andrei V. Shetuhin <reki@reki.ru> (maintainer)
2008-04-25 13:40:10 +00:00
Pav Lucistnik
1d72caca8e - Try to clean up share/sgml/docbook directory
Submitted by:	rafan
2008-04-23 19:35:43 +00:00
Gabor Kovesdan
2a352a5066 - Fix checking on LaTeX files on amd64
- Bump PORTREVISION

PR:		ports/122581
Submitted by:	Roland Smith <rsmith@xs4all.nl>
Approved by:	Janos Mohacsi <mohacsi@niif.hu> (maintainer)
2008-04-23 16:02:00 +00:00
Gabor Kovesdan
9f13b4ba1d - Update to 20080422 to get rid of the weird distfile.
No functional changes.

Reported by:	pointyhat (via pav)
2008-04-23 15:19:39 +00:00
Sergey Skvortsov
f9cef43c22 Add libcsv 2.0.1, small, simple and fast CSV library. 2008-04-23 14:26:24 +00:00
Mathieu Arnold
041ab3a01b Update to 1.04 2008-04-23 10:11:45 +00:00
Pav Lucistnik
32baca69be - Add src.rpm handling 2008-04-22 21:57:29 +00:00
Pav Lucistnik
b19d236952 - Mark BROKEN on 5.x: error: forward declaration of `struct highlight::ReGroup' 2008-04-22 21:14:12 +00:00
Pietro Cerutti
8818f1f3e7 - Update to 0.0.20
Approved by:	miwi (mentor implicit)
2008-04-22 12:38:55 +00:00
Pietro Cerutti
0cadd5d466 - Update to 1.4.4
Approved by:	miwi (mentor implicit)
2008-04-22 12:23:10 +00:00
Martin Wilke
0251314951 - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:45 +00:00
Cheng-Lung Sung
57e3ae4a75 - Update to 2.04
Changes:	http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod
2008-04-21 05:06:23 +00:00
Cheng-Lung Sung
f87a5d0fa8 - Update to 8.44 2008-04-21 02:13:59 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Thierry Thomas
da789f6807 - Disable wide char utf8 cursor control for $OSVERSION < 602107; (1)
- Fix segfault when checking TeX files. (2)

Reported by:	Pav (1)
PR:		ports/122873 (2)
Submitted by:	Roland Smith <rsmith (at) xs4all.nl> (2)
Patch from:	Kevin Atkinson <kevina (at) gnu.org> (author) (2)
2008-04-19 07:46:27 +00:00
Cheng-Lung Sung
fe2ae8e96e - Update to 0.78
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2008-04-18 08:53:35 +00:00
Cheng-Lung Sung
fa976d2aed This libary can serve as an advanced lexer for (GNU) makefiles. It
parses makefiles as "documents" and the parsing is lossless. The
results are data structures similar to DOM trees. The DOM trees hold
every single bit of the information in the original input files,
including white spaces, blank lines and makefile comments. That means
it's possible to reproduce the original makefiles from the DOM trees.
In addition, each node of the DOM trees is modifiable and so is the
whole tree, just like the PPI module used for Perl source parsing and
the HTML::TreeBuilder module used for parsing HTML source.

WWW:	http://search.cpan.org/dist/Makefile-DOM/

PR:		ports/122843
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-04-18 06:04:08 +00:00
Tom McLaughlin
e962d10df8 - pet portlint
PR:		57502
2008-04-18 02:30:15 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Jeremy Messenger
fecba074ef Correct the patch. 2008-04-17 01:44:17 +00:00
Thierry Thomas
2a50a2da47 Upgrade Esperanto (eo), Spanish (es), Galician (gl), Romanian (ro),
Lithuanian (lt), and Brazilian Portuguese (pt_BR) Aspell Dictionaries to
their latest releases.
2008-04-16 22:06:05 +00:00
Michael Johnson
3b3feb82ea Fix build on OSVERSION < 700042
PR:		ports/122831
Submitted by:	barbara <barbara.xxx1975@libero.ot>
2008-04-16 21:39:20 +00:00
Thierry Thomas
dbfb1fb6d4 Upgrade to 0.60.6.
List of changes from 0.60.5:

   * Compile fixes for Gcc 4.3.

   * Minor tweak to suggestion code which improved suggestion results in
     certain cases.

   * Always line buffer stdout and stderr in the Aspell utility when
     there is the potential for it to be used interactively through a
     pipe.

   * Removed debug output in `aspell munch-list'.

   * Other minor updates and bug fixes.

   * Enable Unicode support.
2008-04-16 20:35:19 +00:00
Michael Johnson
1c3af98eb0 Add libwps
Libwps is a library (for use by word procesors, for example) for importing the
Microsoft Works word processor file format. It imports Works format versions 2,
3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is
just a Works word processor import filter, so there are no plans for supporting
an export filter, spreadsheets, or databases.

WWW: http://libwps.sourceforge.net/
2008-04-16 17:54:21 +00:00
Michael Johnson
1b57e8f338 Update to 1.4.0
PR:		 ports/122822
Submitted by:	 Wen heping <wenheping@gmail.com>
2008-04-16 17:23:32 +00:00
Lars Thegler
2504c8f292 Add p5-Pod-Spell 1.01, a formatter for spellchecking Pod. 2008-04-16 14:12:31 +00:00
Mathieu Arnold
67566576dd Update to 0.12 2008-04-16 11:29:10 +00:00
Mathieu Arnold
a003780403 Update to 0.11 2008-04-16 11:05:31 +00:00
Cheng-Lung Sung
59efc2f9c9 - Update to 0.10
Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
2008-04-15 02:14:45 +00:00
Pietro Cerutti
d59a62a718 - Update to 1.10
- Respect NOPORTDOCS
- Adopt maintainship

Approved by:	miwi (mentor)
2008-04-14 21:50:20 +00:00
Pietro Cerutti
a8bb500ca7 - Update to 1.8.6
Approved by:	miwi (mentor)
2008-04-14 19:44:16 +00:00
Andrew Pantyukhin
8e6f30b9df - Depend on ruby-iconv, too
PR:		ports/121489
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2008-04-14 11:01:03 +00:00
Cheng-Lung Sung
5423c1723e - Update to 1.03
- add WWW

Changes:	http://search.cpan.org/dist/Text-CSV/Changes
2008-04-14 08:23:37 +00:00
Cheng-Lung Sung
6cb8f64114 - Update to 1.10.11 2008-04-14 07:16:03 +00:00
Cheng-Lung Sung
716460e309 - Update to 1.10.11 2008-04-14 06:02:25 +00:00
Hiroki Sato
c3d52440d0 linux-scim-libs is library part of Smart Common Input Method
platform, also known as SCIM, in Linux binary.  This is a
development platform to make Input Method developers live
easier. It has very clear architecture and very simple
programming interface.
2008-04-13 18:19:53 +00:00
Cheng-Lung Sung
f566a2d960 - Update to 0.77
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2008-04-13 03:55:14 +00:00
Cheng-Lung Sung
f91fd6778d - Update to 0.09
Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
2008-04-13 03:51:53 +00:00
Gabor Kovesdan
ffe3705085 - IGNORE on 5.X as it does not compile [1]
- portlint(1)

Reported by:	pointyhat (via pav) [1]
2008-04-11 21:10:40 +00:00
Pav Lucistnik
dbcface0f6 - Update to 2.0.1
PR:		ports/113550
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer timeout (kuriyama; 10 months)
2008-04-11 13:57:34 +00:00
Pav Lucistnik
70f146ba0d - Make Tk viewer optional
- Use USE_TK

PR:		ports/122219
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-04-11 12:37:12 +00:00
Cheng-Lung Sung
6b1e3b3d8e - Update to 8.43 2008-04-11 09:12:36 +00:00
Nicola Vitale
6971a3542a - Chase updating devel/py-dateutil
Submitted by:	pointyhat via pav
Approved by:	pav
2008-04-11 08:27:14 +00:00
Cheng-Lung Sung
a68e9bf63f - Update to 0.74
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2008-04-11 07:39:14 +00:00
Emanuel Haupt
deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00
Sergey Skvortsov
936ff60c29 Update to 1.7.10
PR:		ports/120712
Submitted by:	Felippe de Meirelles Motta <lippemail xx gmail.com>
2008-04-10 08:24:55 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Cheng-Lung Sung
4bb4bfd2bc - Update to 1.08.2 (1.082)
Changes:	http://search.cpan.org/dist/Perl-Critic/Changes
2008-04-09 02:16:39 +00:00
Gabor Kovesdan
4b4f9a8af1 - Update to 20080406
Changes:
	- Add support for long command line options
	- Implement -s command line option [1]
	- Minor ixes and improvements to the code [1]
	- Man page completion

Obtained from:	OpenBSD [1]
2008-04-08 15:20:25 +00:00
Gabor Kovesdan
2edf52a696 - Update to 20080406
- Fix installing of man pages

Changes:
	- Minor fixes and improvements to the code [1]
	- Man page completion

Obtained from:	OpenBSD [1]
2008-04-08 15:18:11 +00:00
Gabor Kovesdan
3f3f2573b7 - Update to 20080406
Changes:
	- Minor fixes and improvements to the code [1]
	- Man page completion

Obtained from:	OpenBSD [1]
2008-04-08 15:15:55 +00:00
Vanilla I. Shu
b6440157a4 Upgrade to 1.2. 2008-04-08 08:51:59 +00:00
Dirk Meyer
ba4390a30d - add missing file for german 2008-04-08 06:15:16 +00:00
Cheng-Lung Sung
c482adba35 - Update to 0.06
Changes:	http://search.cpan.org/dist/Text-Similarity/doc/CHANGES.pod
2008-04-08 02:58:02 +00:00
Cheng-Lung Sung
a82b839f5c - Update to 1.10.10 2008-04-08 02:35:45 +00:00
Cheng-Lung Sung
a41aa62ad1 - Update to 1.10.10 2008-04-08 02:27:11 +00:00
Cheng-Lung Sung
594637edf6 - Update to 1.30 2008-04-08 02:12:08 +00:00
Cheng-Lung Sung
2c1f39129e - Update to 1.7
PR:		ports/122538
Submitted by:	maintainer (Max Brazhnikov)
2008-04-08 01:33:51 +00:00
Johan van Selst
bbba7ce814 - Update to 1.2.0test2 (1.2.0 RC); fixes build with new ocaml
- Use bsd.ocaml.mk features
- Update website, MASTER_SITES
- Grab maintainership
2008-04-07 19:48:54 +00:00
Gabor Kovesdan
fdcd02cbbe - Update to 1.2.2b
PR:		ports/122431
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2008-04-07 15:56:09 +00:00
Jean-Marc Zucconi
615f00e7b0 Unbreak for DENEU. Note that a gmake version > 3.80 is required.
PR:		ports/122336
Submitted by:	dinoex
2008-04-07 14:41:14 +00:00
Dirk Meyer
3804046c6f - switch to repaired gemfile 2008-04-07 10:54:51 +00:00
Cheng-Lung Sung
217082f207 - Update to 0.72
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2008-04-07 08:02:26 +00:00
Cheng-Lung Sung
3a64e6b04d - Update to 0.05
Changes:	http://search.cpan.org/dist/Text-Similarity/doc/CHANGES.pod
2008-04-07 05:59:12 +00:00
Felippe de Meirelles Motta
bfd6a2d349 - Updated to 0.91.
- Use CPAN macro.
- Better adjustment of dependencies.
- Makefile cosmetic changes.

PR:		ports/121031
Submitted by:	myself
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-04-07 04:08:15 +00:00
Felippe de Meirelles Motta
fee964c3c9 - Updated to 1.01.
- Use CPAN macro.

PR:		ports/121033
Submitted by:	myself
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-04-07 04:06:55 +00:00
Felippe de Meirelles Motta
143366cba3 - Updated to 0.07.
- Use CPAN macro.
- Better adjustment of dependencies.
- COMMENT should not be quoted.

PR:		ports/121030
Submitted by:	myself
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-04-07 04:02:24 +00:00
Felippe de Meirelles Motta
931a801507 - distfile name was changed.
- distinfo updated with libxerces-c.so.27.0 changes only.
- Fix WWW in pkg-descr.

PR:		ports/121553
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
Approved by:	gabor (mentor), Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-04-07 04:01:00 +00:00
Rong-En Fan
f4c7b3cc50 - Update to 0.10
PR:		ports/122515
Submitted by:	Alexander Logvinov <ports at logvinov.com> (maintainer)
2008-04-07 03:04:25 +00:00
Marcus Alves Grando
9a64868b08 - Use pkg-config to determinate if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig

Reported by:	pav
2008-04-07 02:50:39 +00:00
Pav Lucistnik
d73026872a - Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/
Pointy hat to:	stas
2008-04-06 22:51:21 +00:00
Thierry Thomas
e14d145642 Upgrade to 1.1.12.
Reported by:	portscout
2008-04-06 19:52:44 +00:00
Pav Lucistnik
b52d23ebb4 - Update to 0.12.7
PR:		ports/122484
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-04-06 19:18:41 +00:00
Emanuel Haupt
93d6bc2af1 Update to 4.6 2008-04-06 18:21:50 +00:00
Jeremy Messenger
a5bea7b184 Remove xmlsoft.org and use GNOME mirrors. The xmlsoft.org's tarballs are
corruped.

Reported by:	edwin
2008-04-06 16:14:26 +00:00
Stanislav Sedov
fae8e0f615 - Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:	ports@
2008-04-06 08:58:21 +00:00
Thierry Thomas
37a0efa7eb Release maintainership.
To be adopted by a native speaker!
2008-04-06 08:45:01 +00:00
Thomas Abthorpe
71a1059a50 - Update to 1.6
PR:		ports/122385
Submitted by:	Max Brazhnikov <makc issp.ac.ru> (maintainer)
2008-04-05 02:36:53 +00:00
Pav Lucistnik
faf8ee49c6 - Update to 1.0.17
PR:		ports/122436
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
2008-04-04 12:06:46 +00:00
Mathieu Arnold
30682a8bfb Update to 1.02 2008-04-03 14:11:52 +00:00
Nicola Vitale
697f470c95 - Update to 0.18.2 2008-04-02 20:47:55 +00:00
Cheng-Lung Sung
d55503c52c - Update to 1.09
Changes:	http://search.cpan.org/dist/Text-NSP/doc/CHANGES.pod
2008-04-01 11:18:04 +00:00
Cheng-Lung Sung
481f6cf0b9 - Update to 1.32
Changes:	http://search.cpan.org/dist/XML-RSS/Changes
2008-04-01 08:40:52 +00:00
Cheng-Lung Sung
50edd7f9e9 - Update to 0.85
Changes:	http://search.cpan.org/dist/XML-Flow/Changes
2008-04-01 08:13:24 +00:00
Vanilla I. Shu
51958e9329 Upgrade to 2.0.0. 2008-04-01 06:03:21 +00:00
Pav Lucistnik
a3fe95fa34 - Update to 2.6.7
PR:		ports/119830
Submitted by:	Kuang-che Wu <kcwu@csie.org>
Approved by:	maintainer timeout (alexbl; 2 months)
2008-03-31 21:40:34 +00:00
Chin-San Huang
38bdff9de7 - Update to 0.1.5.
- use JSON::Any instead of JSON::Syck
- ChangeLog: http://search.cpan.org/dist/Google-Data-JSON/Changes
2008-03-31 14:57:09 +00:00
Chin-San Huang
d9e001e24d - Update to 0.80.
- ChangeLog: http://search.cpan.org/dist/ack/Changes
2008-03-31 14:29:53 +00:00
Martin Wilke
649f98a694 - Update to 0.10.6
PR:		122233
Submitted by:	"Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)
2008-03-31 10:02:33 +00:00
Martin Wilke
d98d01d069 - Update to 0.12
PR:		122208
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-03-29 23:25:21 +00:00
Dirk Meyer
8663619299 - cleanup with GEM macros 2008-03-29 12:05:18 +00:00
Dirk Meyer
49f0c3d577 - cleanup with GEM macros 2008-03-29 11:47:41 +00:00
Cheng-Lung Sung
d2ac76614d - Update to 2.03
Changes:	http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod
2008-03-28 02:27:31 +00:00
Cheng-Lung Sung
43c3e4afae - fix post-patch sec.
- bump PORTREVISION

Changes:
2008-03-28 02:26:10 +00:00
Cheng-Lung Sung
13f2ab9726 - Update to 1.07
Changes:	http://search.cpan.org/dist/Text-NSP/CHANGES.pod
2008-03-28 01:03:41 +00:00
Emanuel Haupt
666ea03b52 Use MASTER_SITE_CRITICAL 2008-03-27 19:27:34 +00:00
Cheng-Lung Sung
1b0bc053f2 - Update to 0.04
Changes:	http://search.cpan.org/dist/Text-Similarity/Changes
2008-03-27 02:41:02 +00:00
Cheng-Lung Sung
054f2e03d4 - Updated to 0.69
- Update pkg-plist

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
PR:		ports/121029
Submitted by:	Felippe de Meirelles Motta <lippemail_AT_gmail dot com>
2008-03-27 00:39:29 +00:00
Martin Wilke
012e66cbed - Update to 0.9
PR:		122024
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-03-26 12:58:56 +00:00
Martin Wilke
3050c9383b - Update to 2.1.1
PR:		121914
Submitted by:	Andrei V. Shetuhin" <slonik-v-domene@mail.ru> (maintainer)
2008-03-26 12:57:15 +00:00
Martin Wilke
abc01da3e2 Templates like perl module HTML::Template
WWW: http://reki.ru/products/ctpp/

PR:		ports/121933
Submitted by:	Andrei V. Shetuhin <reki at reki.ru>
2008-03-26 12:55:51 +00:00
Michael Johnson
a8a17557f0 Update to 1.4.13 2008-03-26 12:23:39 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Ion-Mihai Tetcu
633394b38a Adjust MASTER_SITES to an other server of mine 2008-03-25 09:53:44 +00:00
Michael Johnson
482ca74944 Update to 0.5.51 2008-03-24 14:38:51 +00:00
Martin Wilke
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +00:00
Rong-En Fan
a385653e01 BeeDiff is a graphical file comparator. User have a possibility
to compare and merge a two text files.  All differences are highlighted
in colors.

WWW: http://www.beesoft.org/beediff.html

PR:		ports/122010
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-03-24 12:52:48 +00:00
Joe Marcus Clarke
a5c5d06829 This port already existed in multimedia/gstreamer-plugins-annodex. 2008-03-24 04:03:45 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
MANTANI Nobutaka
51666d1a1b Update to 1.4.2. 2008-03-23 15:06:40 +00:00
Emanuel Haupt
05863c3c1c Update to 4.5 2008-03-23 11:57:16 +00:00
Joseph Koshy
0bafb6084b Reset maintainership. 2008-03-23 07:46:47 +00:00
Joseph Koshy
816e43d147 Reset maintainership. 2008-03-23 07:41:08 +00:00
Emanuel Haupt
93fd982998 Update to 2.03 2008-03-20 22:27:21 +00:00
Martin Wilke
6b2bffe139 - Update to 4.3.3
- Configure.py now has a flag to specify component, patch is now simpler
- Update qscintilla2 so version where used
- Use bsd.pyqt.mk

Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via private mail)
2008-03-20 12:40:00 +00:00
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Jean-Marc Zucconi
5d547c3cd3 Mark the German version broken 2008-03-19 20:46:14 +00:00
Erwin Lansing
93049221df Update to 0.62 2008-03-18 23:02:54 +00:00
Erwin Lansing
00294f6a22 Update to 0.18 2008-03-18 22:22:01 +00:00
Erwin Lansing
453a38942d Update to 0.11 2008-03-18 22:03:19 +00:00
Andrew Pantyukhin
5d6ccf5a56 - Update to 0.2.5 2008-03-18 10:25:24 +00:00
Felippe de Meirelles Motta
72e02684fa - Module already included in core perl.
Reported by:	leeym
Approved by:	gabor (mentor)
2008-03-17 21:56:40 +00:00
Jean-Marc Zucconi
f896e7d571 - bump PORTREVISION
- Set unfetchables packages as BROKEN
- Update/fix distinfo
- Update German, Norwegian and Danish ispell

PR:		ports/121752:
Submitted by:	lippe
2008-03-17 20:18:09 +00:00
Felippe de Meirelles Motta
1b2accad10 - Update to 0.31.
- Use CPAN macro.
- Add missing dependencies.

PR:		ports/120392
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-03-17 17:14:09 +00:00
Emanuel Haupt
7c1aef6c51 Get rid of USE_X_PREFIX. 2008-03-17 14:14:56 +00:00
Philippe Audeoud
e5260e8c2f - Pass maintainership to submitter
PR:	ports/121667
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
Approved by:	tabthorpe (mentor)
2008-03-16 19:46:15 +00:00
Andrew Pantyukhin
dbead29587 - Update to 8.24 2008-03-16 19:35:07 +00:00
Pav Lucistnik
ad60c9c1a4 - Stop packaging mtree symlinks
PR:		ports/121691
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
2008-03-14 16:00:08 +00:00
Michael Nottebrock
06ccc547f1 Update to Qt 4.3.4 2008-03-13 17:57:19 +00:00
Martin Wilke
d0d810fecb - Update to 0.45
PR:		121524
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-03-13 16:31:02 +00:00
Edwin Groothuis
3fc75d2445 Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:		ports/121453 (related)
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Reviewed by:	pav@
2008-03-13 11:27:29 +00:00
Philippe Audeoud
f856a9ae6e - Update maintainer address
Approved by:	thierry (mentor)
2008-03-12 13:27:28 +00:00
Tilman Keskinoz
d09e3bf180 Update to 1.0.1
Drop maintainership
2008-03-12 10:23:46 +00:00
Stanislav Sedov
9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:	az
2008-03-11 21:13:53 +00:00
Martin Wilke
03a906c06c - Update to 1.15 2008-03-11 15:08:19 +00:00
Rong-En Fan
98e4fbfcc8 Lucene is a Java full-text search engine. Lucene is not a complete
application, but rather a code library and API that can easily be used
to add search capabilities to applications.

WWW: http://lucene.apache.org/java/

PR:		ports/121537
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2008-03-11 10:51:17 +00:00
Jeremy Messenger
ce5ed128af Update to 0.12.2. 2008-03-11 04:03:36 +00:00
Wesley Shields
d965d76bba Update to 1.33.
PR:		ports/121561
Submitted by:	Jonathan Lennox <lennox@cs.columbia.edu> (maintainer)
Approved by:	garga (mentor)
2008-03-11 01:18:28 +00:00
Felippe de Meirelles Motta
d0fc418f3f - Update to 1.15.
PR:		ports/121007
Submitted by:	lippe (myself)
Approved by:	araujo (mentor), maintainer timeout (> 2 weeks)
2008-03-10 22:58:09 +00:00
Beech Rintoul
c82f528fb2 - Update to 2.0
- Pass maintainership to submitter

PR:		ports/121552
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-03-10 05:26:10 +00:00
Felippe de Meirelles Motta
bff0d25c06 - Change my mail address to lippe@.
Approved by:	araujo (mentor)
2008-03-10 00:52:12 +00:00
Michael Johnson
d721af7599 Update to 0.7.8 2008-03-08 19:26:27 +00:00
Martin Wilke
1b4b4edf42 - Remove unneeded quotes in COMMENTS
PR:		121329
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Approved by:	portmgr (erwin via irc)
2008-03-07 13:00:56 +00:00
Edwin Groothuis
1e1dff6290 Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
2008-03-06 22:19:52 +00:00
Thierry Thomas
52ec88fef9 Adding Aspell Turkmen dictionary. 2008-03-05 20:48:55 +00:00
Thierry Thomas
0de0a35f95 Upgrade to 4.1-0. 2008-03-05 20:48:51 +00:00
Yen-Ming Lee
c7cd20ce97 - simplify dependency
- bump PORTREVISION
2008-03-05 06:44:53 +00:00
Yen-Ming Lee
e7287adfea - Update to 0.10
- Small Makefile cleanups
- Added one new dependency

PR:		121324
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-03-04 04:09:02 +00:00
Gabor Kovesdan
724fa85c4c - Update 1.0.13
- Better adjustement of dependencies
- Use PERL_CONFIGURE instead of PERL_MODBUILD

PR:		ports/121027
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-03-03 21:39:14 +00:00
Gabor Kovesdan
068bbc4169 - Update to 0.17
- Better adjustement of dependencies

PR:		ports/121036
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
2008-03-03 21:37:35 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Stefan Walter
ad9b163150 - Update to 2.1.4b, which also fixes fetching problems.
- Drop maintainership.
2008-03-02 14:04:29 +00:00
Andrew Pantyukhin
05a8493396 - Update to 0.2.4 2008-03-02 11:03:40 +00:00
Mark Linimon
df531852c8 Reset relaxbsd@gmail.com due to maintainer-timeouts.
Hat:		portmgr
2008-03-02 08:25:11 +00:00
Rong-En Fan
b309d8545d - Update to 0.08
- Add OPTIONS for dbus and nls

PR:		ports/119457
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
Approved by:	maintainer timeout (2 months)
2008-03-02 06:20:47 +00:00
Erwin Lansing
7c8aa9aa9f Mark BROKEN: size mismatch 2008-03-01 14:08:30 +00:00
Erwin Lansing
7da7cab546 Chase shared library version from devel/m17n-lib
Submitted by:	pointyhat
2008-03-01 13:36:53 +00:00
Vanilla I. Shu
4d5bb6696c Upgrade to 0.19.1.
Approved by:	maintainer (clsung@)
2008-03-01 03:56:07 +00:00
Vanilla I. Shu
cf4cffbddf Upgrade to 0.9.
Approved by:	maintainer (clsung@)
2008-03-01 02:34:07 +00:00
Cheng-Lung Sung
f963e6169d - Update to 0.604
Changes:	http://search.cpan.org/dist/XML-Writer/Changes
2008-03-01 02:12:07 +00:00
Tilman Keskinoz
6c7eeeeeb4 Chase libgcrypt library version 2008-02-28 21:47:06 +00:00
Marcelo Araujo
e096f32714 - File was repacked as .tgz
Submitted by:	pointyhat via erwin
2008-02-28 19:50:15 +00:00
Erwin Lansing
0d5aab34fa Mark BROKEN: checksum mismatch 2008-02-28 16:19:34 +00:00
Andrew Pantyukhin
dbc4e3e5af - Update to 2.5.35 2008-02-28 13:24:48 +00:00
Martin Wilke
0958f9af70 This is a simple set of C++ classes which allow to use
templates like perl module HTML::Template

WWW: http://reki.ru/products/ctpp/

PR:		ports/119979
Submitted by:	reki at reki.ru (Andrei V. Shetuhin)
2008-02-28 09:38:12 +00:00
Martin Wilke
45b8681f4a - Chase m17n-* libversion bump 2008-02-28 09:23:02 +00:00
Andrey A. Chernov
5c4987423a Update to 0.34
With minor mod to pkg-plist comparing to original PR

PR:             120887
Submitted by:   leeym
2008-02-28 08:48:37 +00:00
Jeremy Messenger
1b0e02331f Update to 0.5.50.
PR:		ports/117873
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2008-02-27 23:29:50 +00:00
Emanuel Haupt
9db5ee5c2b Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.

Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.

PR:		121041
Submitted by:	Marcin Cieslak <saper@system.pl>
Approved by:	portmgr (linimon)
2008-02-27 15:10:54 +00:00
Dryice Dong Liu
f636bb602a update to 3.12 2008-02-27 02:42:16 +00:00
Gabor Kovesdan
7c89dee94e - Update to 1.38
- Add WWW
- Style

PR:		ports/121034
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-26 20:07:10 +00:00
Yen-Ming Lee
30df276b93 - use CPAN macro
- remove the already-in-perl-core-list modules from dependency
- bump PORTREVISION
2008-02-26 07:25:47 +00:00
Gabor Kovesdan
3d6609a1e0 - Update to 1.25
- Better adjustment of dependencies
- Style

PR:		ports/121035
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-25 13:33:39 +00:00
Stanislav Sedov
afe585468a - Update to 0.2.4.
PR:		ports/12092
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2008-02-23 10:23:06 +00:00
Gerald Pfeifer
d1838fca6a Update to bibtex2html 1.91. This brings the following changes:
- Fixed bug in bib2bib and bibtex2html when quotes (") are used in fields.
 - Fixed bug with -nobibsource and -multiple (bib links on the separate
   pages).
2008-02-22 22:44:07 +00:00
Pietro Cerutti
be0ecc7e91 My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by:	miwi (mentor)
2008-02-21 21:20:01 +00:00
Nicola Vitale
ab13bf621e - Fix WWW site 2008-02-21 13:18:24 +00:00
Nicola Vitale
0b8c615197 - Fix download site 2008-02-21 13:03:01 +00:00
Stanislav Sedov
11c45bbfaf - Update to 0.2.3.
PR:		ports/120920
Submitted by:	KIMURA Yasuhiro <yasu@home.utahime.org>
2008-02-21 09:38:20 +00:00
Martin Wilke
534294fdd9 The goal of this module is providing good code readability and clarity
of intent for command-line option processing. While readability is a
subjective standard, Getopt::Lucid relies on a more verbose,
plain-English option specification as compared against the more symbolic
approach of Getopt::Long.

WWW:	http://search.cpan.org/dist/Getopt-Lucid/

PR:		ports/120804
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-19 06:55:03 +00:00
Martin Wilke
143b3d0847 - Backup mirrors
PR:		120765
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-02-18 18:22:23 +00:00
Martin Wilke
7c13818eca - Updated to 1.10
- Add missing deps
- Added newer files and manpages installed

PR:		120675
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer implicit
2008-02-18 15:26:45 +00:00
Martin Wilke
ac5d137c81 - add missing dependency
- bump PORTREVISION

PR:		120746
Submitted by:	leeym@
Approved by:	maintainer implicit
2008-02-18 15:13:36 +00:00
Martin Wilke
aebf041a88 Text::ParseWords - Parse text into an array of tokens or array of arrays.
WWW:	http://search.cpan.org/dist/Text-ParseWords/

PR:		ports/120632
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-16 21:13:56 +00:00
Wesley Shields
a01bd0ab5f Update to 0.07.
PR:		ports/12006
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	aaron (maintainer timeout), garga (mentor)
2008-02-16 16:29:46 +00:00
Martin Wilke
7ba564b382 - Update to 3.4.12
PR:		120269
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2008-02-15 13:22:07 +00:00
Martin Wilke
21478a238d - Update to 0.44
PR:		120622
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-02-15 12:14:36 +00:00
Kevin Lo
2da8baa0c8 Update to 4.1.4
PR: ports/120594
Submitted by: Felippe de Meirelles Motta <lippemail at gmail dot com>
2008-02-15 05:21:36 +00:00
Sergey Skvortsov
34a493a5a7 Update to 2.20
Changes:	http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.20/Changes
2008-02-14 15:06:25 +00:00
Martin Wilke
e1b6454127 - Update to 0.5.2.0
PR:		120273
Submitted by:	Pietro Cerutti <gahr@gahr.ch> (maintainer)
2008-02-13 17:49:23 +00:00
Joe Marcus Clarke
b8e20182e9 Update to 0.12.1. 2008-02-13 06:25:54 +00:00
Oliver Lehmann
642e3577d9 update xfce4 to 4.4.2
Approved by:    portmgr (linimon)
Security:       CVE-2007-6531, CVE-2007-6532
2008-02-12 18:11:07 +00:00
Oliver Braun
ba0d73a00a Update to 1.13.3. 2008-02-10 12:19:48 +00:00
Mikhail Teterin
481a8e5955 Bump PORTREVISIONs of the three ports directly depending on devel/icu.
Why can't this sort of dependency be automatically monitored by the
package-building?..

In the case of parrot remove the gratuitous requirement for a particular
major shared library number for icudata. This will help avoid
port-building problems, when icu is upgraded again in the future.
2008-02-07 18:21:59 +00:00
Anton Berezin
a3bb617292 Update to 1.01.
Changes: http://search.cpan.org/dist/YAML-Syck/Changes
2008-02-07 13:18:26 +00:00
David Thiel
dd1e34e4cb Update to 3.80. 2008-02-06 00:53:18 +00:00
Pav Lucistnik
c7e391f1d6 - Chase renamed libddi libraries
Reported by:	pointyhat
2008-02-03 20:57:27 +00:00
Erwin Lansing
04c59e82bb Update to 2.05 2008-02-02 20:36:03 +00:00
Gerald Pfeifer
16fef643c8 Update to bibtex2html 1.90. This brings the following changes:
- bib2bib: = and <> are now case insensitive; use == and != instead
   to perform case sensitive comparison.
 - Correctly support $x$$y$ where the central $$ is not passing into
   display math mode.
 - More cases for accent macros \' \~ \. \u \v (patch by John Kewley).
2008-02-02 11:59:17 +00:00
David Thiel
34389d0b21 Update to 3.79. 2008-02-02 00:21:13 +00:00
Mark Linimon
4ae4a63180 Mark as broken on sparc64-7: dumps core. 2008-02-01 12:47:40 +00:00
Sergey Skvortsov
23866a41be Fixup: remove patch. 2008-01-31 21:08:13 +00:00
Sergey Skvortsov
b71f880abc Updated to 1.66
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.66/Changes
2008-01-31 21:07:19 +00:00
Sergey Skvortsov
6147b5cbae Update to 1.66
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.66/Changes
2008-01-31 20:13:48 +00:00
Vanilla I. Shu
6c44cc6073 Upgrade to 0.19.0.
Approved by:	maintainer (clsung@)
2008-01-30 02:05:09 +00:00
Yen-Ming Lee
1e543560bf - update URL in pkg-descr 2008-01-28 04:54:09 +00:00
Emanuel Haupt
8329ce9f32 Update to 4.4 2008-01-27 03:04:20 +00:00
Martin Wilke
599f9935cc - Update to 1.0.7
PR:		119786
Submitted by:	chuck@pkix.net (maintainer)
2008-01-26 22:36:42 +00:00
Martin Wilke
07704c4cac - Update to 1.4.16
PR:		119781
Submitted by:	chuck@pkix.net (maintainer)
2008-01-26 22:36:38 +00:00
Martin Wilke
5150f8243f - Update to 1.0.7.1
- Drop tcl bindings support

PR:		119787
Submitted by:	chuck@pkix.net (maintainer)
2008-01-26 22:36:33 +00:00
Xin LI
a6834817f9 Add a patch to allow stardict2 to build on gcc 4.x.
Submitted by:	Hu Dong <hoodng at hotmail dot com>
PR:		ports/119947
2008-01-26 21:33:52 +00:00
Chin-San Huang
4c9379ddfc HTML::Tiny is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.

In addition to the HTML generation functions utility functions are provided
to :
    * encode and decode URL encoded strings
    * entity encode HTML
    * build query strings
    * JSON encode data structures

WWW: http://search.cpan.org/dist/HTML-Tiny/
2008-01-26 00:59:40 +00:00
Chin-San Huang
65c44760ca - Update to 1.23
- Changelog: http://search.cpan.org/dist/HTML-Copy/Changes
2008-01-25 14:48:48 +00:00
Chin-San Huang
453ea8bce2 - Update to 0.1.4
- Changelog: http://search.cpan.org/dist/Google-Data-JSON/Changes
2008-01-25 14:40:59 +00:00
Cheng-Lung Sung
213c92bf83 - Update to 0.65
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2008-01-25 08:27:53 +00:00
Cheng-Lung Sung
5bfef0e26f - Update to 2.1
Changes:	http://search.cpan.org/dist/XML-Elemental/Changes
2008-01-25 03:42:22 +00:00
Erwin Lansing
d40b2db8d1 Update to 2.04 2008-01-24 14:46:55 +00:00
Erwin Lansing
6a06d045a8 Update to 0.69 2008-01-24 14:45:37 +00:00
Cheng-Lung Sung
be517bf521 - Update to 0.09
Changes:	http://search.cpan.org/dist/Search-Estraier/Changes
2008-01-24 04:23:38 +00:00
Joe Marcus Clarke
34a8f0d957 Update to 2.6.31.
Security:	This contains a security fix for a UTF-8 processing bug.
2008-01-22 20:59:42 +00:00
Sergey Skvortsov
e0de7b3bdd Relax NG Compact Syntax validator 2008-01-22 13:04:18 +00:00
Yen-Ming Lee
c593285d9d - set PERL_CONFIGURE=5.8.5+ instead
PR:		117414
Submitted by:	leeym
Approved by:	clsung
2008-01-22 00:26:13 +00:00
Martin Wilke
332646fe48 - Update to 0.162
PR:		119785
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2008-01-20 21:56:10 +00:00
Edwin Groothuis
11142f4223 Make port properly conflicting with textproc/sphinxsearch-devel
Submitted by:	Daniel Gerzo <danger@freebsd.org>
2008-01-19 12:05:53 +00:00
Edwin Groothuis
96c3c9822a Development version of textproc/sphinxsearch
Sphinx is a full-text search engine, distributed under GPL version
    2. Commercial license is also available for embedded use.

    Generally, it's a standalone search engine, meant to provide fast,
    size-efficient and relevant fulltext search functions to other
    applications. Sphinx was specially designed to integrate well with SQL
    databases and scripting languages. Currently built-in data sources
    support fetching data either via direct connection to MySQL, or from
    an XML pipe.

    As for the name, Sphinx is an acronym which is officially decoded as
    SQL Phrase Index.

    WWW: http://www.sphinxsearch.com/

Submitted by:	Daniel Gerzo <danger@FreeBSD.org>
2008-01-19 11:53:15 +00:00
Sergey Skvortsov
ec8a9e3ab3 Update to 0.16 2008-01-15 22:30:06 +00:00
Cheng-Lung Sung
8c9e9582d7 - Update to 1.08.0 (1.080)
Changes:	http://search.cpan.org/dist/Perl-Critic/Changes
2008-01-15 05:52:08 +00:00
Dryice Dong Liu
b698de5e4c - use Emacs 22 by default
- update my mail address
2008-01-15 03:55:43 +00:00
Martin Wilke
2c6d8c7605 The aim of SCEW is to provide an easy interface around the XML Expat
parser.
SCEW also incorporates functions to create and handle XML trees. That
is, add and delete nodes, change attribute names and values...

WWW: http://www.nongnu.org/scew/

PR:		ports/119543
Submitted by:	Pietro Cerutti <gahr at gahr.ch>
2008-01-14 09:57:20 +00:00
Dryice Dong Liu
2459745d7d update to 0.1.10 2008-01-14 02:59:35 +00:00
Martin Wilke
3640857512 - Update to 0.1.4 2008-01-13 19:44:54 +00:00
Dirk Meyer
a5643321ba - fix build for new "versioned" rubygem 2008-01-13 15:23:44 +00:00
Martin Wilke
553d665f82 A PECL HTML parser extension based on the ekhtml library
WWW: http://pecl.php.net/package/html_parse

PR:		ports/118920
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:36:45 +00:00
Martin Wilke
5bfa981946 El-Kabong is a high-speed, forgiving, sax-style HTML parser.
Its aim is to provide consumers with a very fast, clean,
lightweight library which parses HTML quickly, while forgiving
syntactically incorrect tags.

WWW: http://ekhtml.sourceforge.net/

PR:		ports/118917
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:35:08 +00:00
Martin Wilke
e4b9103902 This is a Renderer driver for Structures_DataGrid that generates a XML
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XML/
2008-01-12 16:12:40 +00:00
Martin Wilke
ccdbb6f60f This is a Renderer driver for Structures_DataGrid that generates a CSV
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/
2008-01-12 16:09:40 +00:00
Martin Wilke
041fd5bf3a This is a Renderer driver for Structures_DataGrid that generates a XLS
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XLS/
2008-01-12 16:08:36 +00:00
Martin Wilke
b1b8393eb8 - Update to 0.7.1 2008-01-12 13:11:30 +00:00
Martin Wilke
019f87a3db - Fix build with gcc 4.2
- S/INSTALLS_SHLIB/USE_LDCONFIG

PR:		118937
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2008-01-12 13:11:16 +00:00
Martin Wilke
a091f397c0 - Update to 0.46
PR:		119465
Submitted by:	John MacFarlane <jgm@berkeley.edu> (maintainer)
2008-01-12 13:10:56 +00:00