1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

1191 Commits

Author SHA1 Message Date
OKAZAKI Tetsurou
78923c9392 New port for crimson-1.1, a Java XML parser which supports XML 1.0
via the following APIs:

* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package.
* SAX 2.0
* SAX2 Extensions version 1.0
* DOM Level 2 Core Recommendation

PR:		24291
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-03-30 05:11:32 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Maxim Sobolev
d714666d7d Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.

Submitted by:	bento
2001-03-28 18:10:45 +00:00
Jun Kuriyama
de3b8cbdac Upgrade to 2.0.1.
Submitted by:	Ernst de Haan <ernst@heinz.jollem.com> (maintainer)
PR:		ports/25975
2001-03-28 14:08:46 +00:00
Akinori MUSHA
c4c339ac2b D'oh, PORTREVISION doesn't work if you define the value of it after
bsd.port.pre.mk is read.  Bump the version to 0.12a instead of 0.12_1.
2001-03-28 12:33:17 +00:00
Akinori MUSHA
5faeee2803 Update to ruby-qt2 0.12 for qt 2.3.0. 2001-03-28 12:18:47 +00:00
Dmitry Sivachenko
589172adb9 Place USE_BZIP2 before .include <bsd.port.pre.mk> 2001-03-28 09:58:40 +00:00
Ying-Chieh Liao
726183a8fa upgrade to 1.2.2 2001-03-27 06:42:40 +00:00
Kiriyama Kazuhiko
13e3e2e6d0 Update version 0.15.0 -> 0.17.0. 2001-03-24 12:29:03 +00:00
James E. Housley
ad49b10fc6 Add port: textproc/py-4suite
New port (textproc/py-4suite) of 4Suite, a collection of Python tools for
XML processing.

PR:		25939
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-23 00:54:36 +00:00
James E. Housley
1a8bdc02e5 - Update PyXML (textproc/py-xml) to 0.6.5
- Delete obsolete MASTER_SITES - SourceForge is now the sole official
  distribution point (and the mirrors were not being updated).
- Now $PREFIX-clean!
- Install additional README files in documentation dir.
- Install sample scripts and test suite under ${PREFIX}/share/examples
- Now also do optimised compilation of Python modules during installation.
  This bloats the install somewhat, but it prevents an unclean deinstall in
  some fairly obscure circumstances.  And it might even improve runtimes.
- Mild tweaks to $PLIST to ensure that this port will work properly with its
  sister package 4Suite.  Please see the 4Suite port I've submitted in PR
  ports/25939

PR:		25990
Submitted by:	Johann Visagie <johann@egenetics.com> MAINTAINER
2001-03-23 00:47:52 +00:00
David E. O'Brien
7078fc3cb4 Correct logic who's result was OpenJade not being used to satisfy the
dependency on the Alpha platform.
2001-03-22 22:50:22 +00:00
Thomas Gellekum
af6aef7d84 Depend on the new py-mx-base. 2001-03-22 13:36:50 +00:00
Maxim Sobolev
2c3fca5551 - Update checksum (looks like several bugs were fixed and distfile rerolled
without version bump), bump PORTVERSION.

While I'm here:
- Respect CFLAGS;
- if tk8{0,1,2,3} is installed then make it a dependency.

Submitted by:	bento (checksum)
2001-03-20 13:53:47 +00:00
Kiriyama Kazuhiko
b60a49f408 Change _DISTDIR to ${DISTDIR}/smartdoc not to conflict other distfiles. 2001-03-20 04:55:06 +00:00
Akinori MUSHA
6abf760566 Use the threaded version of Qt2 library for 5-CURRENT.
Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem.
2001-03-19 22:15:52 +00:00
Jun Kuriyama
ec7405d0e5 Bump $PORTREVISION. 2001-03-19 15:08:41 +00:00
Jun Kuriyama
b3037cb5a6 Add patch to change separate characters in titles.
A patch-ab includes diffs for multiple files.  Because this patch
will be merged in official distribution of future release.  I think
adding 25 patch-?? temporally is bad thing.

Submitted by:	nik
2001-03-19 14:04:40 +00:00
Kiriyama Kazuhiko
5312f019ea Import new port textproc/xsl-docbook-modular. Xsl-docbook-modular is the
XSL stylesheets for the DocBook DTD by Norman Walsh.
2001-03-19 12:50:40 +00:00
Kiriyama Kazuhiko
0206b0d2b1 Import new port textproc/sdocbook-xml. Sdocbook-xml is the "Simplified"
DocBook XML DTD.
2001-03-19 11:56:25 +00:00
Kiriyama Kazuhiko
8cf650e281 Import new port textproc/fop. FOP is the print formatter driven by
XSL formatting.
2001-03-19 11:36:36 +00:00
Kiriyama Kazuhiko
1075df73aa Import new port textproc/smartdoc. SmartDoc is the XML utility to create
various documents.
2001-03-19 10:27:31 +00:00
Kevin Lo
77fa354182 Update to version 1.3.1
PR: 25897
Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
2001-03-18 15:40:33 +00:00
Jun Kuriyama
ce150c6f8a Fix prototype to reduce warning.
Submitted by:	Archie Cobbs <archie@packetdesign.com>
2001-03-17 04:01:45 +00:00
Jun Kuriyama
589cf992c1 Upgrade to 1.64. 2001-03-17 03:55:53 +00:00
Ying-Chieh Liao
76617ec798 add py-trex
Python implementation of Tree Regular Expressions for XML (TREX)
2001-03-16 16:24:07 +00:00
Jun Kuriyama
bff6d1bf45 Add xalan-j 2.0.0,
apache XSLT processor for transforming XML
documents.

PR:		ports/25311
Submitted by:	ernst@jollem.com
2001-03-16 03:48:25 +00:00
Vanilla I. Shu
5ad8d491f6 a small yet fast Python extension module (written
in C) to parse or generate comma-separated value (CSV) files.

PR:		ports/25408
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-14 23:47:29 +00:00
Bill Fenner
d4fe1068ec Fix pkg-plist braino. 2001-03-14 18:31:45 +00:00
Mikhail Teterin
9fa671a31d Remove "ukrainian" from the list of categories. Add ``-'' to the
prefix, so the package name is ua-ispell, not usispell.

Submitted by:	bento
2001-03-14 01:30:13 +00:00
Maxim Sobolev
f0a378a411 Comments in PLISTs indicated by the `@comment'', not by `#''.
Submitted by:	bento
2001-03-13 18:21:36 +00:00
Maxim Sobolev
a0b80839e9 Correct RUN_DEPENDS.
Submitted by:	bento
2001-03-13 15:05:22 +00:00
Mikhail Teterin
6f2af85723 Add ua-ispell 0.0.2b, ukrainian (KOI8-U) dictionary for ISPELL.
PR:		23313
Submitted by:	mi
2001-03-12 23:20:03 +00:00
Bill Fenner
7615b25e21 New port for the Gtk documentation system. Originally written
specifically for documenting Gtk itself, it's usable for documenting
C-based projects.
2001-03-12 21:11:14 +00:00
Akinori MUSHA
1f10416736 Update to Ruby/Qt2 0.12.
Introduce ruby-qt2/Makefile.common to share the variables.
2001-03-12 18:57:25 +00:00
Ade Lovett
34c8a88d2b Update libxml2 to 2.3.3 and libxslt to 0.4.0 (updates rely on each other) 2001-03-12 16:45:41 +00:00
Akinori MUSHA
e9b8b7be2b Update to 0.4.0. 2001-03-12 13:03:30 +00:00
Kevin Lo
56fc610d10 - Upgrade to version 1.3.0
- Takeover maintainer

Reviewed by: MAINTAINER
2001-03-12 03:40:32 +00:00
Jun Kuriyama
d4640078dc Upgrade to 1.63. 2001-03-12 01:29:26 +00:00
Nik Clayton
30d52bc288 Use links instead of w3m. Select OpenJade automatically if building on an
Alpha.
2001-03-11 18:29:18 +00:00
Josef Karthauser
ff8ae451ce Remove libxode. It's not used anymore now that jabber-1.4 has this
functionality natively.
2001-03-11 15:29:15 +00:00
Steve Price
a24c64cd6b Several satellite ports that depend on this one require bzip2 to be
around during build.
2001-03-11 05:02:04 +00:00
Will Andrews
2ee7b7621d Add opensched 0.1.0, a project scheduler.
PR:		24758
Submitted by:	Daniel McRobb <dwm@caimis.com>
2001-03-11 02:18:43 +00:00
Jean-Marc Zucconi
2932c2c73e Use MAINTAINER?= instead of MAINTAINER=. I dont want to receive build errors
for xx-ipell ports I don't maintain.
2001-03-11 02:04:58 +00:00
Kris Kennaway
2ac793019c Fix and sort plist. Naughty grog. 2001-03-11 00:25:15 +00:00
Will Andrews
0aabf2b105 Add ascii2pdf 0.9.1, a perl script to convert text files to PDF files.
PR:		24499
Submitted by:	petef@databits.net
2001-03-10 20:59:44 +00:00
Will Andrews
fbe44b37f6 Add p5-PDF-Create 0.01, a perl script to convert text files to PDF
files.

PR:		24498
Submitted by:	petef@databits.net
2001-03-10 20:51:44 +00:00
Will Andrews
e457043e83 Add dico 1.1, an interactive dictionary in french.
PR:		21902
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-03-10 17:47:33 +00:00
Akinori MUSHA
065c096fb3 Add ruby-rss, a Ruby library for parsing, creating, downloading, and
caching RSS.
2001-03-10 11:46:19 +00:00
Vanilla I. Shu
2ea521998c Fix missing header problem.
Submitted by:	bento.
2001-03-10 06:52:51 +00:00