Commit graph

4437 commits

Author SHA1 Message Date
Anton Berezin
62ca169cf4 Add p5-Lingua-StopWords, a Perl module providing lists of stopwords for
several languages.
2004-10-13 18:40:43 +00:00
Pav Lucistnik
92fa45725a - Update to r12.0.1
PR:		ports/72609
Submitted by:	Kuang-che Wu <kcwu@csie.org> (maintainer)
2004-10-13 18:39:54 +00:00
Cheng-Lung Sung
890e57972a - update to 0.11
- fix build error (see post-patch sec.)

Approved by:	co-mentor (vanilla)
2004-10-13 08:23:28 +00:00
Tilman Keskinoz
f41dc2f5bc Remove this ports.
Version 3 of this module is now part of the p5-XML-RAI port

Approved by:    clsung (Maintainer)
2004-10-13 08:06:03 +00:00
Tilman Keskinoz
62b54ed356 Update to 1.01 2004-10-13 08:01:10 +00:00
Tilman Keskinoz
b9af4efef7 Add p5-XML-Elemental, an XML::Parser style and generic classes package
for simplistic and perlish handling of XML data
2004-10-13 07:48:22 +00:00
Tilman Keskinoz
cd49748b40 Update to 0.08 2004-10-13 07:37:43 +00:00
Edwin Groothuis
cb40e7e026 [MAINTAINER] japanese/estraier: update to 1.2.24
Update to 1.2.24

PR:		ports/71601
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 03:19:00 +00:00
Dag-Erling Smørgrav
68bce57526 Update to 1.66.1. 2004-10-12 21:18:09 +00:00
Sergey Skvortsov
e9c510cfde Updated to 2.3.2 2004-10-12 12:48:54 +00:00
Dirk Meyer
d2bafa3bb3 - use lynx-ssl as default
- honor option WITHOUT_SSL
2004-10-12 12:41:11 +00:00
Kirill Ponomarev
b8da1dc3eb Drop maintainership to ports@FreeBSD.org
PR:		ports/72437
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 12:31:34 +00:00
Sergey Skvortsov
a6f148ca46 Updated to 1.01 2004-10-12 12:26:22 +00:00
Kirill Ponomarev
a7ee12c553 Update to version 2.31
PR:		ports/72330
Submitted by:	Ports Fury
2004-10-12 12:25:28 +00:00
Kirill Ponomarev
66e4003f68 Update to version 1.3.3
PR:		ports/72329
Submitted by:	Ports Fury
2004-10-12 12:24:05 +00:00
Cheng-Lung Sung
781bc45c78 - new port textproc/p5-XML-Clean
The ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass throught any XML parser one
could find.

Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).

When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).

WWW: http://search.cpan.org/~pkubanek/XML-Clean/

PR:		ports/71829
Submitted by:	Rong-En Fan <rafan AT infor dot org>
Approved by:	mentor (vanilla)
2004-10-12 12:09:25 +00:00
Mathieu Arnold
066da60ef4 Update to 1.07
Add docs
2004-10-12 10:12:17 +00:00
Kirill Ponomarev
76ae5c555a Drop maintainership
PR:		ports/72142
Submitted by:	KUNISHIMA Takeo <kunishi@acm.org>
2004-10-12 10:05:23 +00:00
Edwin Groothuis
116ac1d7b5 [MAINTAINER-UPDATE] Update ports/textproc/aft to 5.095
[MAINTAINER-UPDATE] Update ports/textproc/aft to 5.095
	Please commit it, thanks!

PR:		ports/71959
Submitted by:	Charlie & <yinjieh@csie.nctu.edu.tw>
2004-10-12 03:45:27 +00:00
Edwin Groothuis
058ab0209d update for textproc/unrtf
Update for textproc/unrtf

PR:		ports/72239
Submitted by:	Alfred Perlstein <alfred@FreeBSD.org>
2004-10-12 03:19:59 +00:00
Joe Marcus Clarke
a0185592bd Update to 1.1.11. 2004-10-11 23:58:05 +00:00
Joe Marcus Clarke
1b997d641e Update to 2.6.14. 2004-10-11 23:57:40 +00:00
Joe Marcus Clarke
dd9665a9ef Update to 0.31.3. 2004-10-11 23:57:10 +00:00
Alex Dupre
0a6d8fdafa Update to 5.0.2 release:
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Add support for dom_import_simplexml function in php5-dom [2]
- Fix vulnerability in RFC 1867 file upload processing [3]
- Fix php_variables memory disclosure [3]

PR:		ports/71752 [1], ports/72003 [2], ports/72420 [3]
Submitted by:	Adam Gregoire <bsdunx@yahoo.com> [1],
		Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2],
		Dmitry A Grigorovich <odip@bionet.nsc.ru> [3]
Approved by:	portmgr (kris)
2004-10-11 19:48:33 +00:00
Alex Dupre
af7695c0ae Update to 4.3.9 release:
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Fix vulnerability in RFC 1867 file upload processing [2]
- Fix php_variables memory disclosure [2]
- GD LZW-GIF support is now enabled by default

PR:		ports/71752 [1], ports/72420 [2]
Submitted by:	Adam Gregoire <bsdunx@yahoo.com> [1],
		Dmitry A Grigorovich <odip@bionet.nsc.ru> [2]
Approved by:	portmgr (kris)
2004-10-11 19:47:20 +00:00
Mathieu Arnold
353dcfe314 Update to use the perl version of the algorithm over the C version for 5.8.5
because it uses 64 bit integers by default and it messes very badly with some
pack/unpack things on the perl part and some << and >> on the C part, so, use
the perl part everywhere.

Approved by:	portmgr (krion)
2004-10-07 12:49:34 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Kris Kennaway
825afd6dc3 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 06:00:57 +00:00
Kris Kennaway
726eb6e2be BROKEN on 5.x: Configure fails
Approved by:    portmgr (self)
2004-09-26 02:56:43 +00:00
Alexander Leidinger
8068c4b771 - fix plist
- update to 0.8.13, changes to previous version:
  * fixed handling of negative timezones in input-clf if format is
    specified
  * fixed segfaults in output-modlogan
  * removed debug-output

Approved by:	portmgr
2004-09-26 01:02:56 +00:00
Pav Lucistnik
295ed4906a - Fix typo on RUN_DEPENDS line. This resulted in missed podparser dependency
on perl 5.0

Approved by:	portmgr (linimon)
2004-09-26 00:33:08 +00:00
Yen-Ming Lee
67b81fbe2a - add missing *.pod files into pkg-plist
- set XMLPREFIX=${LOCALBASE} and make it PREFIX clean.

PR:		71108
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-21 17:51:55 +00:00
Kris Kennaway
377caa3884 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-19 02:59:05 +00:00
Kris Kennaway
d5405d1ad7 BROKEN on 4.x also
Approved by:	portmgr (self)
2004-09-19 01:18:16 +00:00
Kris Kennaway
e24b2d79e1 BROKEN on 5.x: Broken pkg-plist
Approved by:    portmgr (self)
2004-09-19 01:13:49 +00:00
Kris Kennaway
7a6f05bb7a BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 18:47:46 +00:00
Kris Kennaway
fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00
Kris Kennaway
fa37af47b9 BROKEN: Conflicting dependencies (apache 1.x and apache 2.x)
Approved by:	portmgr (self)
2004-09-18 07:40:33 +00:00
Thierry Thomas
af50d60c18 Unbreak by upgrading to the latest file.
PR:		71336
Submitted by:	Stefan Walter
2004-09-03 20:26:15 +00:00
Mathieu Arnold
a5197e3dbc Update to 1.05.01 2004-09-03 11:51:20 +00:00
Dima Dorfman
44b49730b5 Upgrade to 1.9.14
Submitted by:	Andy Miller <andy@trit.org>
2004-09-03 10:41:03 +00:00
Hiroki Sato
cff2b5769c Add USE_PERL5_RUN explicitly. 2004-09-03 10:13:14 +00:00
Volker Stolz
cd36188398 Unbreak: Fetchable again.
PR:		ports/71285
Submitted by:	Stefan Walter
2004-09-02 15:14:45 +00:00
Tilman Keskinoz
ddc4f8b320 Update to 0.52 2004-09-02 14:54:25 +00:00
Mathieu Arnold
a1208da535 Update to 1.6.8 2004-09-02 10:58:48 +00:00
Cheng-Lung Sung
16e552c5b6 - update to 2.30.
- no long support perl 5.005.
- although it requires p5-Data-Dumper, which may need by perl5.6 (described
  in devel/p5-Data-Dumper/Makefile), but perl5.6 indeed install one.
  And txt2html does not need newer module ( Data::Dumper => 0).

Approved by:	vanilla (co-mentor)
2004-09-02 08:23:45 +00:00
Cheng-Lung Sung
d6aea184ca - update to 0.520
- from Changes
    - Fixed bug with forced declaration of the default namespace.
    - Removed dead code. Added copyright notices to pod.
    - Improved test coverage.

Approved by:	vanilla (co-mentor)
2004-09-02 02:13:33 +00:00
Joe Marcus Clarke
b3c1366fa7 Update to 1.1.10. 2004-09-01 18:51:12 +00:00
Joe Marcus Clarke
b4fbdfd8fa Update to 2.6.13. 2004-09-01 18:50:58 +00:00
Herve Quiroz
85d17abf1b Fix permissions issue caused by last commit.
Approved by:	glewis (mentor)
2004-09-01 15:38:42 +00:00
Ruslan Ermilov
45f91b4e81 Added security/p5-Digest-MD5 to the runtime dependency list.
This module is used by the Perl script that generates the
supported hardware list from section four manpages.

This fixes building HEAD and RELENG_5 release notes on 4.x.
2004-09-01 13:55:55 +00:00
Volker Stolz
25673beb04 Update to 2.0
PR:		ports/71118
Submitted by:	Vladimir Osintsev (maintainer)
2004-09-01 12:13:07 +00:00
Gerald Pfeifer
ab72c089d2 Update to bibtex2html 1.71. 2004-08-31 19:50:53 +00:00
Cheng-Lung Sung
a0b920fe5c - Update to 0.81
- add dependency of Lingua-Stem-Ru
- modify WWW in pkg-descr

PR:		ports/69714
Reviewed by:	maintainer (thorsten.greiner at web.de)
Approved by:	leeym (mentor)
2004-08-31 07:15:03 +00:00
Thierry Thomas
1af4de9a34 Explicitly disable threading:
- on FreeBSD 4.x, it links with -pthread, but no link is
  retained in the resulting library;

- on FreeBSD 5.x and 6, it works, but since libaspell is
  used by un-threaded programs, this is not a good choice.

Reviewed by:	marcus.
2004-08-30 22:25:46 +00:00
Kirill Ponomarev
a5b8c840cc Update to version 1.3.2a
PR:		ports/71125
Submitted by:	Ports Fury
2004-08-30 08:33:53 +00:00
Joe Marcus Clarke
23889fbf04 Update to 2.0.7. 2004-08-30 07:33:30 +00:00
Thierry Thomas
9be1eb18f2 Always USE_GETTEXT, even WITHOUT_NLS. 2004-08-30 05:39:30 +00:00
Thierry Thomas
42a7a68fdf Force libaspell to link with libintl to fix gnomespell and balsa.
Bump PORTREVISION.

Reported by:	marcus and Volker Kindermann.
2004-08-29 23:04:54 +00:00
Joe Marcus Clarke
ac54da6195 Chase the libpspell shared lib version. 2004-08-29 18:13:43 +00:00
Sergey Matveychuk
55f60f4983 Estraier is a full-text search system for personal use. Full-text search means
functions to search lots of documents for some documents including specified
words. The principal purpose of Estraier is to realize a full-text search
system of a web site. It functions similarly to Google, but for a personal
web site or sites in an intranet.

PR:		ports/71090
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-08-29 13:57:59 +00:00
Joe Marcus Clarke
d08cf997bb Chase the libpsell shared lib version. 2004-08-29 05:23:24 +00:00
Thierry Thomas
7be49f3c4b Add slaves ports for Aspell's new dictionaries. 2004-08-28 23:59:08 +00:00
Doug Barton
9adf7fe998 Upgrade to the latest version, 3.2.0b6.
Replace libtool 1.3 with 1.5, and adjust pkg-plist to remove
the no longer installed .la files.

Move the htdig.conf file out of the way before install so that
the sample file will get installed each time.
2004-08-28 23:14:46 +00:00
Thierry Thomas
64e8cb66bb Chase libaspell to aspell.16. 2004-08-28 22:50:44 +00:00
Thierry Thomas
6fd4bdbdfe - Upgrade to 0.60;
- Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian,
  Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian,
  Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil,
  Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish.
2004-08-28 22:49:49 +00:00
Sergey Matveychuk
1b59c10d7a Fix build with gcc 3.4
PR:		ports/71085
Submitted by:	maintainer
2004-08-28 20:30:04 +00:00
MANTANI Nobutaka
b666a8705b Sync with libm17n shared library version bump.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-08-28 16:32:19 +00:00
Mathieu Arnold
7d78db2cc3 Fix plist
PR:		69795
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer timeout
2004-08-27 11:25:29 +00:00
Sergey Matveychuk
862c78bc08 Update to 20040707
PR:		ports/70934
Submitted by:	maintainer
2004-08-26 17:05:36 +00:00
Jun Kuriyama
7ceb0b1769 - Add a patch for Simplified Chinese to improve translations (1).
- Update Russian patch (2).

Submitted by:	Xin LI (1), den (2)
2004-08-26 09:52:13 +00:00
Alex Dupre
cfd2bfaaac Fix build when XSLT is disabled.
Spotted by:	Damir Horvat <damir@voljatel.si>
2004-08-26 07:52:42 +00:00
Cheng-Lung Sung
2ddc8a9674 update to 1.35.
Approved by:	vanilla (co-mentor)
2004-08-26 06:44:19 +00:00
Cheng-Lung Sung
74f57da8f4 fix build error under gcc 3.4.2.
PR:		ports/70443
Approved by:	vanilla (co-mentor)
2004-08-26 04:29:03 +00:00
Herve Quiroz
926132766a - Unbreak port by patching build.xml
- bsd.java.mk 2.0 compliance
- ${CP} -> ${INSTALL_DATA}
- ${ECHO} -> ${ECHO_MSG}
- Use USE_ANT
- Use PLIST_FILES to remove pkg-plist
- Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR}
  content)

PR:		70364
Submitted by:	me
Approved by:	glewis (mentor)
2004-08-25 15:36:57 +00:00
Hiroki Sato
a07c70ab36 Fix a problem that prevents some SGML tools from working.
Approved by:	nectar (maintainer)
PR:		ports/63035
2004-08-25 15:36:07 +00:00
Cheng-Lung Sung
0855f9ef11 - update to 1.34
* QueryData.pm (lexnamesFile): new top-level variable
* QueryData.pm (loadLexnames): new function
* QueryData.pm (lexname): new function
* QueryData.pm: add lexname documentation
* test.pl: add lexname tests

Approved by:	vanilla (co-mentor, 'cos mentor is in Athens :-) )
2004-08-25 07:01:25 +00:00
Mark Linimon
20ee22f474 Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new
sources are being put in old/).

PR:		ports/69784
Submitted by:	Michael Johnson <ahze at ahze dot net>
Approved by:	maintainer timeout (3 weeks)
2004-08-23 23:11:03 +00:00
Joe Marcus Clarke
3af6b4d81d Update to 1.1.9. 2004-08-23 01:32:33 +00:00
Joe Marcus Clarke
05779e9cd3 Update to 2.6.12. 2004-08-23 01:32:01 +00:00
Joe Marcus Clarke
3d8da79cd6 Update to 0.31.2. 2004-08-23 01:06:48 +00:00
Tilman Keskinoz
1c95b61f4a Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6
Update dependants:
  textproc/skim         0.9.4 --> 0.9.5
  chinese/scim-chinese  0.4.0 --> 0.4.1
  chinese/scim-tables   0.4.0 --> 0.4.1
  korean/scim-tables    0.4.0 --> 0.4.1
  japanese/scim-tables  0.4.0 --> 0.4.1

PR:		70501
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-08-22 12:33:50 +00:00
Hiroki Sato
66a9db0a26 Unbreak the build. libosp.la is no longer installed
by textproc/opensp.
2004-08-21 21:07:48 +00:00
Hiroki Sato
264319b1f4 Define IS_INTERACTIVE only when WITH_JADETEX is not defined.
Pointed out by:	marcel and jhay
2004-08-21 07:27:28 +00:00
Pav Lucistnik
e4df15d64b - Convert to OPTIONS
PR:		ports/70722
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-08-20 22:25:47 +00:00
Pav Lucistnik
695000f877 - Fix before anyone notices (USE_GNOME can't be after .pre.mk)
Bugged by:	FreshPorts sanity checking
2004-08-20 21:42:51 +00:00
Pav Lucistnik
2a652e50f3 - Convert to OPTIONS
PR:		ports/70689
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2004-08-20 21:37:41 +00:00
Hiroki Sato
aa0caf5ff3 - Fix dependencies.
- Use WITH_JADETEX instead of JADETEX.
- Use USE_GHOSTSCRIPT.

Reviewed by:	doceng
2004-08-20 17:34:16 +00:00
Sergey Skvortsov
5bbf19af17 Updated to 0.31 2004-08-20 14:19:35 +00:00
Sergey Skvortsov
2d223a7006 Updated to 2.04 2004-08-20 13:53:31 +00:00
Sergey Matveychuk
74f6b5334e Update to 0.05
PR:		ports/70700
Submitted by:	maintainer
2004-08-20 11:49:59 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Volker Stolz
91ecf8bfe5 Update to 2.0.3
PR:		ports/70619
Submitted by:	Stefan Walter
2004-08-19 14:30:47 +00:00
Mathieu Arnold
7f5ae7ffe8 Add p5-POE-Filter-XML 0.23, a POE Filter for parsing XML.
PR:		ports/70097
Submitted by:	Jeff Putsch <jdputsch@comcast.net>
2004-08-19 13:04:56 +00:00
Jun Kuriyama
4597f4e0c3 - Fix plist when $XMLPARSER_SJIS is supplied.
- Use ${PERL}.

Reported by:	nork
2004-08-19 01:34:56 +00:00
Kirill Ponomarev
ca004b53c6 Update to version 0.98.1
PR:		ports/70635
Submitted by:	Ports Fury
2004-08-18 18:34:33 +00:00
Kirill Ponomarev
03747ec11b Fix build with gcc-3.4
PR:		ports/70634
Submitted by:	Ports Fury
2004-08-18 18:32:34 +00:00
Vanilla I. Shu
663180c840 Only broken on 5.005.
PR:		ports/70524
Submitted by:	Cheng-Lung Sung <clsung.at.tw.freebsd.org>
2004-08-17 15:59:19 +00:00
Herve Quiroz
b66c991152 - Update to 2.6.0
- The shell script to run Xalan-J is now installed (and working)
- bsd.java.mk 2.0 compliance
- Use ${ECHO_MSG} rather than ${ECHO}
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- Additional design documentation installed
- Updated RUN_DEPENDS
- Fixed LOCALBASE/PREFIX issue in RUN_DEPENDS and bin/xalan-j [1]
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Updated pkg-descr (added information and improved text layout)

PR:		68553
Submitted by:	me
Reviewed by:	glewis [1]
Approved by:	znerd (maintainer), glewis (mentor)
2004-08-17 13:49:27 +00:00
Tilman Keskinoz
d5369bbddd Fix build with gcc 3.4 2004-08-17 11:30:03 +00:00
Pav Lucistnik
41a76f840a - Update to 1.25
- Give maintainership to submitter

PR:		ports/70558
Submitted by:	Jonathan Lennox <lennox@cs.columbia.edu>
Approved by:	old maintainer
2004-08-17 08:51:19 +00:00
Kevin Lo
34f012a1b1 Fix build. Pointed out by kris 2004-08-17 05:13:43 +00:00
Pav Lucistnik
74f7b4897a - Update to 1.32
PR:		ports/70512
Submitted by:	Ted Faber <faber@lunabase.org> (maintainer)
2004-08-16 20:54:04 +00:00
Kirill Ponomarev
327d84e6f3 Update to verion 1.13
PR:		ports/70548
Submitted by:	Ports Fury
2004-08-16 19:43:55 +00:00
Ying-Chieh Liao
8de4002d01 mark ignore when perl < 5.6
Submitted by:	maintainer
2004-08-16 06:07:54 +00:00
Ying-Chieh Liao
15b7d1eda5 mark ignore when perl < 5.6
Submitted by:	maintainer
2004-08-16 02:53:46 +00:00
Kris Kennaway
eb9984e0f5 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:47:09 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Vanilla I. Shu
b5e398972f Upgrade to 1.31.
PR:		ports/70421
Submitted by:	maintainer
2004-08-15 17:55:49 +00:00
Sergey Skvortsov
f3aa8f830c Add nunnimcax 1.3, C, non validating XML parser with SAX-like API. 2004-08-15 13:40:31 +00:00
Sergey Skvortsov
67e910697b Updated to 2.03
PR:		ports/69775
Submitted by:	Lars Thegler <lth@FreeBSD.org>
2004-08-15 13:04:47 +00:00
Jun Kuriyama
c56328cefa - Fix plist. 2004-08-15 09:23:13 +00:00
Jun Kuriyama
0b3909a6bd - Switch to libtool15.
- Fix plist.
2004-08-15 09:16:17 +00:00
Alexander Nedotsukov
68b31117cb Add libxml++ 2.6.1 after repocopy from libxml++, XML API for C++. 2004-08-14 09:21:00 +00:00
Mikhail Teterin
aba1060f87 Obey not only the local CFLAGS, but CC as well.
Approved by:	maintainer
2004-08-13 19:03:41 +00:00
Norikatsu Shigemura
9a39a7be6d Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@
2004-08-13 15:21:20 +00:00
Tilman Keskinoz
881c3a4e53 Update to 1.05
Assing maintainership to submitter
add new dependency of Test-*

PR:		70398
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-08-13 14:23:25 +00:00
Alexander Leidinger
729d54bf57 Add an official patch which fixes a segfault in output_modlogan. 2004-08-13 14:03:17 +00:00
Alexander Leidinger
d73ecee064 Update to 0.8.12:
- memory usage decreased
 - %D support for input_clf
2004-08-12 15:15:05 +00:00
Mathieu Arnold
3a7b17911b After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme.
2004-08-12 12:48:01 +00:00
Vanilla I. Shu
dbd08195c7 1: Make scim buildable on 4-X.
2: Add sf.net to MASTER_SITE.
3: make other ports BROKEN on 4-X.

PR:		ports/70326
Submitted by:	maintainer
2004-08-12 07:14:44 +00:00
Pav Lucistnik
319aa7476f - Update to 2.0.6
PR:		ports/69518
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by:	maintainer timeout (19 days)
2004-08-11 22:32:08 +00:00
Thierry Thomas
86574a5f13 Aspell English Dictionary Updated.
Changes from version 0.51:

- Updated to SCOWL 6 which avoided using the original Ispell
  dictionaries as they were a source of too many errors, among other
  changes.

- Added en_GB-ize dictionary (British with "ize" spelling).

- Added en-variant_* auxiliary dictionaries.

The version number of this dictionary is 6.0 to correspond to the SCOWL
version. Aspell-6.0 is coming soon.
2004-08-11 22:10:49 +00:00
Vanilla I. Shu
0aae9b488b Add p5-Template-Magic 1.25, a Perl Module with magic merger of runtime
values with templates.

PR:		ports/69451
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-08-11 16:05:50 +00:00
Sergey Skvortsov
d7b4546738 Add p5-Pod-DocBook 1.2, convert Pod data to DocBook SGML. 2004-08-11 14:57:47 +00:00
Sergey Skvortsov
4f7fcd1bcc Unbreak build of p5-[Pp]od*
PR:		ports/70185
Submitted by:	Yen-Ming Lee <leeym@FreeBSD.org>
2004-08-10 19:01:26 +00:00
Herve Quiroz
63acad6387 - Calm portlint: echo -> ${ECHO_CMD}
Approved by:	glewis (mentor)
2004-08-10 17:15:22 +00:00
Tilman Keskinoz
b2b20d240f Update to 1.0.R.1
PR:		70076
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-08-10 14:24:31 +00:00
Ying-Chieh Liao
6f650508ca add p5-Pod-Tree 1.10
Create a static syntax tree for a POD
2004-08-10 07:27:54 +00:00
Jun Kuriyama
4ef5640eae - Make depedency on p5-MIME-Base64 conditional with perl-5.8.5.
Approved by:	maintainer
2004-08-10 02:37:08 +00:00
Kevin Lo
a978ee8812 Update to 1.9 2004-08-10 01:49:51 +00:00
Kirill Ponomarev
f5a095852f Update to 2.2-2 2004-08-09 18:37:29 +00:00
Kris Kennaway
db5e572028 BROKEN: Unfetchable 2004-08-09 18:29:37 +00:00
Tilman Keskinoz
acd8f43460 Update to 0.9.4
PR:		69966
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-08-09 17:56:59 +00:00
Herve Quiroz
d333ea0903 - Use USE_ANT
- Use %%JAVAJARDIR%%
- Use my FreeBSD email address in MAINTAINER field

Approved by:	glewis (mentor)
2004-08-09 17:56:31 +00:00
Tilman Keskinoz
475f7b966a Update to 0.70
Add dependency on p5-Lingua-Stem-Fr

PR:		67269
Submitted by:	Thorsten Greiner <thorsten@tgreiner.net>
2004-08-09 14:31:20 +00:00
Max Khon
82a6349b4a Update to 0.93.3 (maintainer timeout). 2004-08-09 03:40:05 +00:00
Hye-Shik Chang
a711bee086 Update to 2.0
PR:		69959
Submitted by:	Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw>
2004-08-08 12:38:26 +00:00
Kirill Ponomarev
f289aea5a8 Update to version 0.9.18
PR:		ports/70119
Submitted by:	Ports Fury
2004-08-07 19:16:28 +00:00
Joe Marcus Clarke
4cb3ab8f13 Properly set macros in the slave and master port to fix the build on
pointyhat.

Reported by:	pointyhat
2004-08-05 03:38:06 +00:00
Yen-Ming Lee
18d6084424 - p5-podlators and p5-PodParser conflict with perl 5.6 or above.
They should be conditional dependency when PERL_LEVEL < 500601.

- add "CONFLICTS= perl-5.6.* perl-5.8.*" in p5-podlators and p5-PodParser

PR:		68086
Submitted by:	leeym
Approved by:	maintainer timeout
2004-08-05 01:10:27 +00:00
Jun Kuriyama
a9c35d163f Upgrade to 1.95.8. 2004-08-04 04:46:24 +00:00
Edwin Groothuis
32c6373e09 [maintainer update] textproc/skim -- fix build
The configure script of textproc/skim does not make use of
	CFLAGS or CPPFLAGS but only CXXFLAGS. So the critical
	``-D__STDC_ISO_10646__'' should be put to CXXFLAGS in
	CONFIGURE_ENV.

PR:		ports/69930
Submitted by:	"Jie Gao" <gaoj@cpsc.ucalgary.ca>
2004-08-04 03:25:18 +00:00
Jun Kuriyama
ec0cd06165 Add koi8-r support to jade to solve problem with koi8-r encoding
in printed formats.

SP_ENCODING=koi8-r should be passed to jade.

Obtained from:	ftp://ftp.ptc.spbu.ru/people/uwe/sgml/ (slightly modified)
Found by:	Denis Philippov
Submitted by:	den
2004-08-03 23:25:17 +00:00
Mathieu Arnold
b7c21e740d Add p5-Apache-XBEL 1.3, apache mod_perl handler to render an XBEL file
as an HTML tree.

PR:		ports/69940
Submitted by:	Aaron Straup Cope <ascope@cpan.org>
2004-08-03 17:34:24 +00:00
Mathieu Arnold
c62523901c Add p5-XML-XBEL 1.2, OOP for reading and writing XBEL documents.
PR:		ports/69938
Submitted by:	Aaron Straup Cope <ascope@cpan.org>
2004-08-03 15:26:34 +00:00
Michael Nottebrock
61d8e6ef42 Oops, some junk sneaked into the last commit. 2004-08-03 14:06:42 +00:00
Michael Nottebrock
0c1fb2bf2a Remove some obsolete hacks. 2004-08-03 13:55:01 +00:00
Jun Kuriyama
3020645a7c - Unbreak with gcc-3.4.x.
Submitted by:	marcel
2004-08-03 07:15:43 +00:00
Kirill Ponomarev
a178058a0f Update to version 1.9.14
PR:		ports/69927
Submitted by:	Ports Fury
2004-08-02 21:06:48 +00:00