Commit graph

6318 commits

Author SHA1 Message Date
Cheng-Lung Sung
6a6730ec88 - update to 0.12
PR:		ports/100198
Submitted by:	maintainer (Nicola Vitale)
2006-07-13 08:35:53 +00:00
Cheng-Lung Sung
bc4ea1180a - Update to 0.09
PR:		ports/100197
Submitted by:	tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-07-13 08:17:52 +00:00
Roman Bogorodskiy
c6e2885a32 This package reads and writes any document that conforms to the PDF
specification generously provided by Adobe at
http://partners.adobe.com/public/developer/pdf/index_reference.html

The file format is well-supported, with the exception of the
"linearized" or "optimized" output format, which this module can read
but not write.  Many specific aspects of the document model are not
manipulable with this package (like fonts), but if the input document
is correctly written, then this module will preserve the model
integrity.

This library grants you some power over the PDF security model. Note
that applications editing PDF documents via this library MUST respect
the security preferences of the document. Any violation of this
respect is contrary to Adobe's intellectual property position, as
stated in the reference manual at the above URL.

WWW:	http://search.cpan.org/dist/CAM-PDF/

PR:		ports/100182
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-13 06:56:16 +00:00
Cheng-Lung Sung
e1a85577ba Add p5-Pod-XML 0.96, module to convert POD to XML.
PR:		ports/100095
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-13 03:34:56 +00:00
Rong-En Fan
7519952217 Add p5-Pod-Xhtml 1.52, generate well-formed XHTML documents from POD
format documentation.

PR:		ports/100174
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-13 01:51:48 +00:00
Cheng-Lung Sung
71fd168d9b - Update to 0.21
PR:		ports/100184
Submitted by:	tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-07-13 01:16:44 +00:00
Cheng-Lung Sung
0643e6af1f - Update to 0.20
PR:		ports/100161
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-07-12 23:54:03 +00:00
Ion-Mihai Tetcu
ff0a9fbdea EXML is an abstracted, generalized interface to an xml parser/writer, using
ecore data structures and making things generally easy to get around in.

The functions detailed in EXML.h are fairly self explanatory, and the io
interfaces are also generalized and independent (open from a socket, write
to in memory xml image).

WWW: http://www.enlightenment.org/

PR:		ports/100002
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-12 19:29:28 +00:00
Rong-En Fan
801697b326 Remove textproc/p5-JSON-Syck, which is removed before
and I added it back yesterday.

Requested by:	tobez
2006-07-12 14:13:37 +00:00
Rong-En Fan
1531284261 Add csvdiff 1.3, compare/diff two (comma) seperated files with each
other.

PR:		ports/100097
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-12 05:53:15 +00:00
Cheng-Lung Sung
65af27dcbe - Update to 2006.0711
PR:		ports/100090
Submitted by:	clsung
Approved by:	maintainer (Toby Allsopp)
2006-07-12 05:49:45 +00:00
Cheng-Lung Sung
e41fc5114b Add p5-XML-Handler-Dtd2DocBook 0.41, generate a DocBook documentation
from a DTD.

PR:		ports/100077
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-12 05:46:25 +00:00
Cheng-Lung Sung
96490a9b80 Add p5-XML-Handler-Dtd2Html 0.41, SAX2 handler for generate a Html
documentation from a DTD.

PR:		ports/100075
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-12 03:41:58 +00:00
Rong-En Fan
4e18bce7be You might want to know the difference between JSON and JSON::Syck.
Since JSON is a pure-perl module and JSON::Syck is based on libsyck,
JSON::Syck is supposed to be very fast and memory efficient. See
chansen's benchmark table at
http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl

JSON.pm comes with dozens of ways to do the same thing and lots of
options, while JSON::Syck doesn't. There's only Load and Dump.

Oh, and JSON::Syck doesn't use camelCase method names :-)

Author:	Audrey Tang <autrijus@autrijus.org>
	Tatsuhiko Miyagawa <miyagawa@gmail.com>
WWW:	http://search.cpan.org/dist/JSON-Syck/

PR:		ports/100071
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 20:58:42 +00:00
Rong-En Fan
4d5dc1b29b Add p5-Regexp-Common-profanity_us 2.2, provide regexes for U.S.
profanity.

PR:		ports/100070
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 20:42:43 +00:00
Cheng-Lung Sung
615636e8d1 - update to 0.06
- take over maintainership

PR:		ports/100051
Submitted by:	clsung
Approved by:	maintainer (Lars Eggert)
2006-07-11 15:12:15 +00:00
Rong-En Fan
cc79b6fa3b Add p5-Search-Estraier 0.06, pure perl module to use Hyper Estraier
search engine.

PR:		ports/100073
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 15:11:14 +00:00
Cheng-Lung Sung
108d2727e4 Add p5-XML-XPathEngine 0.03, a re-usable XPath engine for DOM-like
trees.

PR:		ports/100074
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 14:14:26 +00:00
Roman Bogorodskiy
374fa97a34 This module transforms HTML into PDF, using an assortment of XML
transformations implemented in PDF::FromHTML::Twig.

There is also a command-line utility, html2pdf.pl, that comes with this
distribution.

WWW:	http://search.cpan.org/dist/PDF-FromHTML/

PR:		ports/100060
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 11:43:29 +00:00
Cheng-Lung Sung
4936834788 Add p5-Text-CSV_PP 1.01, comma-separated values manipulation routines PP
version.

PR:		ports/100064
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 10:40:48 +00:00
Cheng-Lung Sung
aeedefcad6 Add p5-Text-Emoticon 0.04, factory class for Yahoo! and MSN emoticons.
PR:		ports/100068
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 10:34:48 +00:00
Cheng-Lung Sung
acef33bd90 Add p5-Text-Hatena 0.14, perl extension for formatting text with Hatena
Style.

PR:		ports/100066
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 10:25:27 +00:00
Roman Bogorodskiy
477effd0a0 This is a generalized API that allows a module that generates PDFs to
transparently target multiple backends without changing its code.

WWW:	http://search.cpan.org/dist/PDF-Writer/

PR:		ports/100058
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 10:14:27 +00:00
Rong-En Fan
7ff8f72b14 Add p5-XML-RSS-Liberal 0.01, XML::RSS With A Liberal Parser.
PR:		ports/99967
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 05:26:06 +00:00
Rong-En Fan
877f6dd7ea Add p5-XML-Liberal 0.12, super liberal XML parser that parses broken
XML.

PR:		ports/99966
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 05:15:55 +00:00
Cheng-Lung Sung
daf97c2075 - Does not build on sparc64 2006-07-11 02:28:08 +00:00
Jeremy Messenger
95dabcae89 Update to 1.2.6. 2006-07-10 22:27:59 +00:00
Michael Johnson
79e762dc38 - Update to 1.3.2 2006-07-10 20:21:24 +00:00
Martin Wilke
6e72d0558c - Update to 1.5
PR:		ports/100003
Submitted by:	miwi
Approved by:	krion (mentor), maintainer
2006-07-10 17:12:52 +00:00
Cheng-Lung Sung
71a956d060 Add p5-Text-Tags 0.04, parses folksonomy space-separated tags.
PR:		ports/99978
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-10 15:47:09 +00:00
Xin LI
ab2df0e5aa Update to 2.4.8, while I'm there, turn share/gnome/stardict into
dirrmtry because dictionaries are also installed there.
2006-07-10 05:55:56 +00:00
MANTANI Nobutaka
a25a39a9fa Add WITHOUT_X11 knob. 2006-07-10 02:06:29 +00:00
Boris Samorodov
6478ed46be 1. Upgrade linux infrostructure ports from FC3 to FC4.
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2.     [1]

Requested by:	netchild [1]
Approved by:	netchild (mentor, implicit)
2006-07-09 21:01:45 +00:00
Cheng-Lung Sung
5c6b2ff563 - update to 1.10.6
- take maintainership
2006-07-09 14:35:14 +00:00
Cheng-Lung Sung
7f4aa3718d - update to 4.3-1
- grab maintainership
2006-07-09 14:27:29 +00:00
Cheng-Lung Sung
5e3cdc0c68 - Update to 0.23
PR:		ports/99964
Submitted by:	maintainer (Gea-Suan Lin)
2006-07-09 14:03:56 +00:00
Ion-Mihai Tetcu
73cc6eb34d An integrated solution for XML-based publishing in print and web.
It is specifically targeted at producing technical documentation
in the field of computer science.

Documents are written in an XML-based markup language and translated
to different formats with XSL-transformations. At this time, eCromedos
supports the target formats XHTML and LATEX. Where LATEX output can be
further processed into high-quality printable formats by use of the
TEX typesetting system (http://www.ctan.org).

Author:	Tobias Koch <tkoch@ecromedos.net>
WWW:	http://www.ecromedos.net/

PR:		ports/98895
Submitted by:	Nicola Vitale	<nivit at email.it>
2006-07-09 13:08:17 +00:00
Ion-Mihai Tetcu
5ed199fee3 - Add instruction for using sdcv
- remove patch not needed anymore

PR:		99946
Submitted by:	maintainer
2006-07-09 01:20:12 +00:00
MANTANI Nobutaka
35cfb36cb0 Update to 1.1.1. 2006-07-08 14:53:10 +00:00
Cheng-Lung Sung
b6ddf04960 - update to 0.2
- Changes
  * API CHANGE: new typedefs (and types) for namelist functions (csilvers)
  * carry annotation status through to child templates/sections (ehamon)
  * Support registering templates after global construct time (njain)
  * Add pthread-rwlock support for darwin (csilvers)
  * SetTemplateGlobalValue(): new variable type with new scoping (ehamon)
  * Export a nothreads version of the ctemplate library (csilvers)
  * Got rid of scandir call, which should improve portability (csilvers)
2006-07-08 07:44:54 +00:00
Vanilla I. Shu
9ba0c8428f Upgrade to 0.6. 2006-07-08 03:30:42 +00:00
Andrew Pantyukhin
6deb4b48d7 - Update to 8.12 2006-07-07 18:42:58 +00:00
Xin LI
b1f16017e7 Add html2text for now in order to fix build of release documentation
in Simplified Chinese.

Note that this is only a transition workaround.  We need to have
consistent build tools rather than having two.  For now, just add
the dependency so release engineers can do new builds properly.

Approved by:	doceng (hrs)
Spotted by:	re (kensmith)
2006-07-07 08:18:46 +00:00
Yen-Ming Lee
e46d01dafd - update to 0.11 2006-07-07 00:07:13 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
Mark Linimon
071b688291 - pkg-plist fix, lost in previous update
- use ${RMDIR} to pet portlint(1)

PR:		ports/99777
Submitted by:	rafan
Approved by:	maintainer
2006-07-06 17:28:16 +00:00
Michael Johnson
830aa9e010 - Update to 1.3.0
Spotted on:	portscout
2006-07-06 05:42:05 +00:00
Yen-Ming Lee
acfb07fef3 - update to 2006.0704 2006-07-06 01:52:23 +00:00
Renato Botelho
77887bedcc SDCV(StarDict under Console Version) is simple, cross-platform text-based
utility for work with dictionaries in StarDict's format.

The word from "list of words" may be string with leading '/' for using Fuzzy
search algorithm, string may contain '?' and '*' for using regexp search.
It work in interactive and not interactive mode.

WWW: http://sdcv.sourceforge.net/

PR:		ports/96836
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-05 19:29:51 +00:00
Vanilla I. Shu
8ae1496a87 Upgrade to 0.5.
Add TempalteFromString support.
2006-07-05 16:46:56 +00:00
Jeremy Messenger
9515a76649 Drop the maintainership, I don't take care of this port very well. 2006-07-05 04:54:31 +00:00
Vasil Dimov
f4212e1cd8 Remove expired leaf ports:
2006-07-01 emulators/linux_base-fc3
2006-06-15 misc/linux-opengroupware
2006-07-01 net/opengk
2006-07-01 security/p5-Crypt-OpenPGP
2006-07-01 textproc/sed_inplace
2006-07-01 textproc/xml4j
2006-07-01 x11-wm/aewm++
2006-07-04 14:04:31 +00:00
Vasil Dimov
ca7c497dd7 Depend on textproc/xerces-j instead of textproc/xml4j because the later
is deprecated and will soon be removed.
2006-07-04 12:49:26 +00:00
Pav Lucistnik
5adaede817 - Limit this port to i386 where it is known to run properly
PR:		ports/94011
Submitted by:	Mike Brown <mike@skew.org> (maintainer)
2006-07-04 08:30:03 +00:00
Emanuel Haupt
da4558158c Update to 1.97 2006-07-04 00:56:27 +00:00
Mathieu Arnold
c85916a793 Update to 1.1 2006-07-03 16:19:13 +00:00
Cheng-Lung Sung
08987e25a2 - update to 1.42
- take maintainership

Noted:	no.1000 of my commits in ports/ :)
2006-07-03 13:30:58 +00:00
Cheng-Lung Sung
aa6bb6fbb1 - update to 1.4.6 2006-07-03 08:16:41 +00:00
Cheng-Lung Sung
c066628326 - fixed install fail.
- add SHA256

PR:		ports/99193
Submitted by:	Tian-Jian Jiang <barabbas_AT_gmail dot com>
2006-07-03 07:31:08 +00:00
MANTANI Nobutaka
abf5d7c6df Remove IGNORE mark since I have updated devel/m17n-lib port to 1.3.3. 2006-07-02 17:17:36 +00:00
Michael Johnson
eb1077b6e8 - Update to 0.5.44 2006-07-02 15:43:32 +00:00
Sergey Matveychuk
f751086f92 - Update to 0.55
PR:		ports/98835
Approved by:	maintainer timeout (4 weeks)
2006-07-02 07:30:21 +00:00
Sergey Matveychuk
8c9921cfb7 - Update to 0.55
PR:		ports/98834
Approved by:	maintainer timeout (4 weeks)
2006-07-02 07:29:42 +00:00
Aaron Dalton
d14b91a3b8 - Update to v0.39
Approved by:	tobez (implicit)
2006-07-02 05:22:54 +00:00
Aaron Dalton
81c0cd67e4 - Update to 0.29
- Restrict to Perl 5.8.1+ at vendor's requirement

PR:		ports/99002
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 15:47:48 +00:00
Cheng-Lung Sung
d665d000e4 - update to 3.26 2006-07-01 15:30:05 +00:00
Dag-Erling Smørgrav
ff2037b4aa Remove two stray directories. 2006-06-30 12:53:39 +00:00
Cheng-Lung Sung
3802e16316 - update to 0.12
- removes unnecessary run dependencies

PR:		ports/99618
Submitted by:	maintainer (Vivek Khera)
2006-06-30 02:59:55 +00:00
Cheng-Lung Sung
2bc4becdee - update to 0.10 2006-06-30 00:49:42 +00:00
Aaron Dalton
32b248f17a - Update to v0.26
PR:		ports/98924
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-28 14:04:46 +00:00
Sergey Skvortsov
a69804a918 Update to 0.51
Changes:	http://search.cpan.org/src/AREGGIORI/RDFStore-0.51/CHANGES
2006-06-27 08:18:33 +00:00
Rong-En Fan
ba5a82b53b Change to my FreeBSD.org email.
Approved by:	delphij (mentor)
2006-06-27 03:58:58 +00:00
Cheng-Lung Sung
04e879e470 - Update to 1.01
- Overhaul of Makefile and pkg-plist as Vendor has now left it up to the
  user to install the documentation

PR:		ports/99497
Submitted by:	aaron
2006-06-27 01:11:36 +00:00
Andrey Slusar
22fa16f308 Enable for XEmacs. 2006-06-26 19:21:03 +00:00
MANTANI Nobutaka
2cbea396c7 Change the dependency on textproc/uim to LIB_DEPENDS to fix package building errors.
Reported by:	linimon
2006-06-26 16:46:51 +00:00
MANTANI Nobutaka
e97fe66799 Fix pkg-plist.
Reported by:	linimon
2006-06-26 16:38:52 +00:00
Cheng-Lung Sung
baba9cd29f - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
2006-06-25 16:38:48 +00:00
Cheng-Lung Sung
c43be3147b - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)
2006-06-25 15:29:12 +00:00
Cheng-Lung Sung
38b9c645c8 - Update to 0.95
PR:		ports/99167
Submitted by:	aaron
2006-06-25 14:43:48 +00:00
Aaron Dalton
ce2f4d37bd - Fix PLIST and remove BROKEN tag
PR:		ports/98776
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-24 14:20:48 +00:00
Dag-Erling Smørgrav
8f016883a9 Upgrade to 1.70.1. 2006-06-23 09:10:47 +00:00
Mark Linimon
45a431f820 Remove tests for FreeBSD 2.x versions. Modern versions of bsd.*.mk do not
support anything that old.

Hat:		portmgr
2006-06-22 19:01:36 +00:00
Aaron Dalton
05ec2ba8f0 Adding port textproc/p5-Games-Dissociate, A Dissociated Press algorithm
and filter.

Approved by:	tobez (implicit)
2006-06-22 00:53:33 +00:00
Herve Quiroz
0dc845dc67 - Update to 1.1.3_8 [1]
- Remove deprecated patch (fix for Java 1.5)

Reported by:	portscout [1]
2006-06-21 22:16:05 +00:00
Mathieu Arnold
7ae6eb222a Update to 0.5 2006-06-21 12:21:59 +00:00
Michael Johnson
77bae1dc26 - Update to 1.2.9 2006-06-20 21:04:24 +00:00
Erwin Lansing
a0958a61f4 Update to 0.53 2006-06-20 20:26:11 +00:00
Andrew Pantyukhin
c6bee2f6d1 - Update to 0.7.7
PR:		ports/95878
Submitted by:	miwi
Approved by:	maintainer (timeout 65 days)
2006-06-20 11:23:38 +00:00
Herve Quiroz
3b8bda2dd6 Update to 1.6 2006-06-20 09:42:10 +00:00
Herve Quiroz
afceee84d8 Update to 2.8.0
Reported by:	portscout
2006-06-20 09:31:50 +00:00
Lars Thegler
9d91a853b8 Update to 1.07
PR:		ports/99118
Submitted by:	aaron
2006-06-19 20:13:04 +00:00
Mathieu Arnold
4eac00287a Update to 0.92 2006-06-19 11:10:26 +00:00
Aaron Dalton
6d8c618d09 Adding port textproc/p5-CSS-Squish, Compact many CSS files into one big
file.

Approved by:	tobez (implicit)
2006-06-19 05:15:55 +00:00
Aaron Dalton
227f74a7f2 - Update to v0.91
- Restrict to Perl 5.6+ due to dependencies

PR:		ports/99127
Submitted by:	aaron
Approved by:	tobez (implicit)
2006-06-18 23:17:18 +00:00
Aaron Dalton
b0d9078252 - Update from v2.18 to v2.19
Approved by:	tobez (implicit)
2006-06-17 21:41:11 +00:00
Ion-Mihai Tetcu
1ae1f6ce31 Update to 0.11
PR:		ports/99080
Submitted by:	maintainer
2006-06-17 14:20:46 +00:00
Erwin Lansing
20d7801170 Update to 1.10.5
PR:		99048
Submitted by:	Ports fury
2006-06-17 10:13:21 +00:00
Erwin Lansing
7747738da3 Update to 0.52
PR:		99031
Submitted by:	aaron
2006-06-16 12:56:40 +00:00
Aaron Dalton
ff9ef295b2 - Update from v0.02 to v0.03
Approved by:	tobez (implicit)
2006-06-16 05:34:54 +00:00
Mathieu Arnold
d10b20badb Update to 4.20 2006-06-15 09:50:19 +00:00
Joseph Koshy
e436bc7ed6 - Correct the 'CONFLICTS' specification.
- Add a local MASTER_SITE to keep portlint happy.
2006-06-15 04:31:05 +00:00
Joseph Koshy
de58c80bea - Update to version 1.94a, which contains bug fixes to the previous
version.
- Add a local master site; keep portlint happy.
- Correctly spell the 'CONFLICTS' line.
- Take over maintainership of this (orphaned) port.
2006-06-15 04:26:23 +00:00
Cheng-Lung Sung
a6a535d469 - update to 0.17 2006-06-15 03:51:11 +00:00
Aaron Dalton
194ca8a395 - Update from v1.2 to v1.4
- Update plist
- Restrict to Perl 5.6+ due to new dependency upon Module::Build

PR:		ports/98334
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:17:37 +00:00
Aaron Dalton
d8fa2f332f - Update from v1.07 to v1.08
PR:		ports/98332
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:16:08 +00:00
Aaron Dalton
1e79c040ef - Update from v0.13 to v0.3
- Restrict to Perl 5.6+ due to dependencies

PR:		ports/98331
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:14:50 +00:00
Mark Linimon
67691bae84 Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:		portmgr
2006-06-14 21:38:09 +00:00
Aaron Dalton
ad0a0fcd6f - Update from v1.00 to v1.01
Approved by:	tobez (implicit)
2006-06-14 19:33:04 +00:00
Mathieu Arnold
494f5a96cd Update to 1.02.05 2006-06-14 14:50:05 +00:00
Mathieu Arnold
f19d26724e Update to 0.43 2006-06-14 14:49:48 +00:00
Mathieu Arnold
bc6e384268 Update to 1.17 2006-06-14 13:34:44 +00:00
Lars Thegler
345a065dbd Update to 1.2.1 2006-06-14 09:54:48 +00:00
Mark Linimon
3bc6a737bd Reset andrew@ugh.net.au due to multiple timeouts. 2006-06-14 08:15:13 +00:00
Aaron Dalton
f2a2bcfef8 Adding port textproc/p5-XML-Atom-Stream, A client interface for
AtomStream.

Approved by:	tobez (implicit)
2006-06-13 02:20:39 +00:00
MANTANI Nobutaka
89abb4bc3d - Update to 1.1.0.
- Mark textproc/uim-m17nlib IGNORE since it requires m17n-lib-1.3.1 or later.
2006-06-12 17:45:54 +00:00
Ion-Mihai Tetcu
e00181d539 Fix install.
PR:		98851
Submitted by:	Alan Hicks <ahicks@p-o.co.uk>
2006-06-12 15:14:22 +00:00
Anton Berezin
f442e4f2fb Update to 0.05. 2006-06-12 08:40:56 +00:00
Jeremy Messenger
7f86966102 Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

	Correct: (after)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================
2006-06-12 04:58:43 +00:00
Ying-Chieh Liao
c0c080a15f upgrade to 0.20.1
PR:		98829
Submitted by:	Ports Fury
2006-06-12 01:49:56 +00:00
Joe Marcus Clarke
8b1aa45948 Update to 0.6.1. 2006-06-11 23:08:32 +00:00
Stefan Eßer
1191c7f413 Upgrade to version 0.86. 2006-06-10 20:52:24 +00:00
Andrey Slusar
3ba72a1626 - Fix build.
Reported by:	krismail
2006-06-09 07:42:08 +00:00
Ion-Mihai Tetcu
075a562c78 Remove email address
PR:		ports/98702
Submitted by:	maintainer
Approved by:	lawrance (mentor, implict)
2006-06-09 05:38:13 +00:00
Jun Kuriyama
9e4382fcfb - Upgrade to 0.12.
- Change master site to CPAN.

PR:		ports/98352
Submitted by:	leeym
2006-06-08 23:44:28 +00:00
Jun Kuriyama
1cab02aecd Upgrade to 20060608 snapshot. 2006-06-08 23:23:41 +00:00
Renato Botelho
5668601630 - Update to 0.10
PR:		ports/98705
Submitted by:	maintainer
2006-06-08 15:49:43 +00:00
Renato Botelho
4b7026d25c Remove email address from pkg-descr
PR:		ports/98704
Submitted by:	maintainer
2006-06-08 15:13:40 +00:00
Joe Marcus Clarke
a138339f0c Update to 1.1.17. 2006-06-07 19:27:27 +00:00
Joe Marcus Clarke
56fad08a3a Update to 2.6.26. 2006-06-07 19:20:30 +00:00
Edwin Groothuis
dd7088c434 Add SHA256 checksum 2006-06-07 14:47:14 +00:00
Andrey Slusar
65ac2f6dcb Add symbolic link from latte.el to xemacs site-lisp load dirrectory. 2006-06-07 14:45:29 +00:00
Akinori MUSHA
217b3fa598 Make the condition consistent with the error message,
while Ruby 1.8.0 is not recommended at all.
2006-06-07 06:41:03 +00:00
Cheng-Lung Sung
b004a5d473 - textproc/p5-Text-MagicTemplate has been expired and replace by
textproc/p5-Template-Magic
2006-06-07 05:14:38 +00:00
Michael Johnson
e967b378da - Update to 1.2.8
Spotted on:	portscout
2006-06-07 01:57:05 +00:00
Aaron Dalton
b684da0d06 Adding port textproc/p5-Text-Decorator, Apply a chain of filters to text.
Approved by:	tobez (implicit)
2006-06-06 21:02:42 +00:00
Ion-Mihai Tetcu
9099f96c4e Dmitry Marakasov adopts this orphan ports that he uses.
PR:		ports/98284
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	lawrence (mentor, implicit)
2006-06-06 19:47:42 +00:00
Jeremy Messenger
d2803ab834 Portlint:
-Use DATADIR in plist.
2006-06-06 03:02:00 +00:00
Anton Berezin
02a898d968 Update to 0.8. Require perl 5.8.
PR:		98520
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2006-06-05 15:49:21 +00:00
Ying-Chieh Liao
057262ad0f add p5-XML-RSS-SimpleGen 11.11
For writing RSS files
2006-06-05 07:50:53 +00:00
Erwin Lansing
4055a39880 Update to 0.9.6
PR:		98490
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer
2006-06-04 16:06:39 +00:00
Hiroki Sato
e3495c44fe Update to 0.3.9.
Submitted by:	Martin Wilke (freebsd at unixfreunde dot de)
PR:		ports/98444
2006-06-03 18:24:15 +00:00
Hiroki Sato
2a8112e6a0 Update to 1.03.
Submitted by:	Martin Wilke (freebsd at unixfreunde dot de)
PR:		ports/98425
2006-06-03 17:39:05 +00:00
Aaron Dalton
b09a33e835 - Update from v0.19 to v0.21
- Move to MODBUILD
- Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode
- Update plist

Changes
=======

Except where noted, all changes made by Daisuke Maki

0.21 - 31 May 2006
  - Repository blunder messes up the distro. fixed.
    Reported by Tatsuhiko Miyagawa

0.20 - 14 May 2006
  - Set $rss->{version} for compatibility.
  - As a result, we no longer set or depend on $rss->{_internal}{version}.
    If you saw it and used it, then stop doing that ;)

PR:		ports/98333
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
2006-06-02 20:19:40 +00:00
Andrey Slusar
27cf5cab03 - Update to 0.8
Submitted by:	Max N. Boyarov (maintainer)
2006-06-02 11:20:25 +00:00
Andrey Slusar
6021ddc420 - Add port to `elisp' virtual category.
- Add support NOPORTDOCS and DOCSDIR
- Remove USE_EMACS and EMACS_PORT_NAME for support all emacsen, add
  symlinks to xemacs load dir.
- Bump PORTREVISION.
2006-06-01 21:11:04 +00:00
Maxime Henrion
5979290699 Add a patch from the upstream author to fix a well-known bug when parsing
XML files with attributes containing the ' %' character.
2006-06-01 19:26:51 +00:00
Emanuel Haupt
7be606cdf6 Add an additional mirror. 2006-06-01 12:13:54 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Yen-Ming Lee
ceeec096cc - Update to 2005.0824
PR:		98195
Submitted by:	leeym
Approved by:	maintainer
2006-05-31 05:56:38 +00:00
Edwin Groothuis
478a1e8ed4 Add DEPRECATED and EXPIRATION_DATE, since this port has become
obsolete (all supported OS versions have the sed -i capability)
2006-05-31 01:44:19 +00:00