Commit Graph

4103 Commits

Author SHA1 Message Date
Vanilla I. Shu
7ae2642e04 - from 1.31 to 1.33
- from ChangeLog
    * Update "LOCATING THE WORDNET DATABASE"
      documentation (kudos to Jason R Michelizzi for pointing out that
      this needed updating)

PR:		ports/69198
Submitted by:	maintainer
2004-07-17 16:54:30 +00:00
Vanilla I. Shu
bccef9b704 - update from 0.500 to 0.510
- from Changes
    - Permitted in-document namespace prefix control
    - Don't reopen STDOUT for output (closes #6232)
    - Moved tests into t/. Added tests for mid-document namespace changes.
      Show diffs when comparison tests fail

PR:		ports/69197
Submitted by:	maintainer
2004-07-17 16:53:29 +00:00
Vanilla I. Shu
de793e2952 - update from 0.07 to 0.08
- add new dependency "p5-LWP-Authen-Wsse"

PR:		ports/69196
Submitted by:	maintainer
2004-07-17 16:52:25 +00:00
Michael Nottebrock
14301d2aba Update to 0.2.2 2004-07-17 11:56:25 +00:00
Greg Lewis
1f8dcb3677 . Alter the saxon.sh script to set the JAVAVM variable to the value chosen
by bsd.java.mk during the build.  This fixes a problems where the
  javavmwrapper (used by the script) could have potentially picked an
  incorrect JDK to use.
. Bump PORTREVISION.

PR:		69157
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-07-17 08:19:44 +00:00
Kirill Ponomarev
c8e8d32ae9 - Update to version 0.3.7
PR:		ports/69116
Submitted by:	Ports Fury
2004-07-15 16:46:14 +00:00
Mathieu Arnold
99ddc7dc7d Update to 1.6.6 2004-07-15 08:36:00 +00:00
Volker Stolz
2432a7b5f6 - Samples are now installed by default
- The source code for samples is now installed with the samples
- Fixed some OPTIONS/package issue
- Updated pkg-descr
- Performance improvement: removed the unnecessary loop
- Cosmetic changes: honor 80 chars line length

PR:		ports/69015
Submitted by:	Herve Quiroz
Requested by:	me
2004-07-14 11:44:09 +00:00
Volker Stolz
36947186cd - Fix MASTER_SITE (s/xsl/xml/)
- Chase distinfo: Minor reroll
- Packaging: Drop pkg-plist, use REINPLACE instead of PERL
2004-07-13 16:24:33 +00:00
Greg Lewis
7c4f2242c3 . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-12 23:04:03 +00:00
Greg Lewis
71a10c25b6 . Define USE_JAVA.
. Remove definition of JAVAJARDIR, its defined in bsd.java.mk.
. Use PORTDOCS to simplify the packing list.
. Respect NOPORTDOCS for examples.
. Use %%JAVAJARDIR%% in the packling now that bsd.java.mk sets it.
2004-07-12 23:02:26 +00:00
Greg Lewis
934890ac2e . Respect NOPORTDOCS.
. Use PORTDOCS to simplify the packing list.
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
2004-07-12 22:48:27 +00:00
Pav Lucistnik
2b55c8a4f1 - Update to 0.9.5
PR:		ports/68921
Submitted by:	Rui Lopes <rui@ruilopes.com>
2004-07-12 19:57:10 +00:00
MANTANI Nobutaka
4b76ff142f Update to 0.4.1. 2004-07-12 15:49:46 +00:00
Kris Kennaway
1c86122afc BROKEN: Unfetchable 2004-07-12 06:10:01 +00:00
Vanilla I. Shu
7a27dd51c7 Remove uneeded patch, and fix pkg-plist.
PR:		ports/68880
Submitted by:	maintainer
2004-07-11 19:19:20 +00:00
Thierry Thomas
2b767d7306 Add cdsware 0.3.2, CERN Document Server Software.
This is another "monster" from CERN, but if you are looking
for a document server, there is no free alternative.
2004-07-11 14:34:37 +00:00
Kirill Ponomarev
bf4f1eab69 Update to 2.2.1 2004-07-10 22:17:05 +00:00
Bill Fenner
4607f9d456 Add Henrik Levkowetz's idnits tool, for syntax checking Internet
Drafts to be submitted to the IETF.
2004-07-09 23:40:45 +00:00
Bill Fenner
f10030238e Update to 1.24 - several bug fixes, including fixes to the
RFC 3667/3668 boilerplate.

PR:		ports/68856 and ports/68877
Submitted by:	Lars Eggert <lars.eggert@gmx.net> and Jonathan Lennox <lennox@cs.columbia.edu>
Approved by:	maintainer
2004-07-09 22:29:23 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Oliver Eikemeier
5c1b9bab32 Add exslt, a community initiative to provide extensions to XSLT.
PR:		68821
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-07-09 12:34:11 +00:00
Hye-Shik Chang
3db445f649 This port doesn't use distutils in fact.
Spotted by:	kris
2004-07-09 08:29:22 +00:00
Greg Lewis
da175cf39a . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
. While I'm here:
  . Collapse the post-install target into do-install,
  . Respect NOPORTDOCS for all the docs.
  . Use PORTDOCS to greatly simplify the packing list.
2004-07-07 23:24:04 +00:00
Greg Lewis
b387cb1a4e . Register CONFLICTS with the saxon-devel port. [1]
. Use %%JAVAJARDIR%% in PLIST_FILES now that bsd.java.mk sets it.

PR:		68637 [1]
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [1]
2004-07-07 20:38:10 +00:00
Greg Lewis
a03dd5e89f . Add a saxon-devel port for the development version of Saxon:
"The Saxon 8.0 package is a collection of tools for processing XML documents.
 The main components are:

 - An XSLT 2.0 processor, that can be used from the command line, or invoked
   from a Java application by use of the standard JAXP API. Saxon can be
   integrated with Java applications using the JAXP API, which means it is
   possible for a Java application to switch between different XSLT processors
   without changing the application code. As well as conforming closely with the
   XSLT 2.0 specification, Saxon offers a number of powerful extensions.
 - An XPath 2.0 processor accessible via an API to Java applications.
 - An XQuery 1.0 processor that can be used from the command line, or invoked
   from a Java application by use of an API.
 - An XML Schema 1.0 processor. This can be used on its own to validate a schema
   for correctness, or to validate a source document against the definitions in
   a schema. It is also used to support the schema-aware functionality of the
   XSLT and XQuery processors.

 So you can use Saxon to process XML by writing XSLT stylesheets, by writing
 XQuery queries, by writing Java applications, or by combinations of the
 approaches."

PR:		68637
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-07-07 20:36:36 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Oliver Eikemeier
e5b315a539 fix dependencies 2004-07-07 10:15:38 +00:00
Joe Marcus Clarke
7da129f8b8 Fix the build with libxml2-2.6.11.
Reported by:	pointyhat via kris
2004-07-07 05:37:57 +00:00
Joe Marcus Clarke
6148d66ca2 Chase the libxml2 split.
Reported by:	pointyhat via kris
2004-07-07 05:33:55 +00:00
Alexander Nedotsukov
236c8241d5 - Let MAINTAINER and COMMNET variables be overwriten from slave ports.
- Also note that previous commit fixed hier compliance issue.
2004-07-06 03:11:13 +00:00
Alexander Nedotsukov
3e9d8c17f6 Add py-libxslt , Python interface for XSLT C library for GNOME. 2004-07-06 03:07:06 +00:00
Alexander Nedotsukov
a89f7de8a8 Add py-libxml2 , Python interface for XML parser library for GNOME. 2004-07-06 03:06:13 +00:00
Alexander Nedotsukov
1fe0f1a81f Remove Python bingdings here as they going to be reintroduced in
slave port.

Tested by:      adamw, marcus
2004-07-06 03:02:16 +00:00
Alexander Nedotsukov
ffb2455c8b Remove Python bingdings here as they going to be reintroduced in
slave port.

Tested by:	adamw, marcus
2004-07-06 03:01:19 +00:00
Joe Marcus Clarke
215e61778d Update to 1.1.8. 2004-07-05 23:48:29 +00:00
Joe Marcus Clarke
90d7717a82 Update to 2.6.11. 2004-07-05 23:47:59 +00:00
MANTANI Nobutaka
4a400e47c4 Sync with libanthy shared library version bump. 2004-07-04 03:20:26 +00:00
Joe Marcus Clarke
925d97ca12 Add a BUILD_DEPENDS on p5-XML-Parser to fix the build on a clean system.
PR:		68636
Submitted by:	Konstantin Oznobikhin <bork@rsu.ru>
2004-07-03 17:23:00 +00:00
Vanilla I. Shu
7bd1ef9e0e Add scim 0.99.2, smart Common Input Method platform.
PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@cpsc.ucalgary.ca>
Somepart by:	me
2004-07-02 22:35:29 +00:00
Greg Lewis
31a5ee8f5f . Add a shell script to allow people to easily run saxon from the command
line.

PR:		68548
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-07-02 19:30:27 +00:00
Joe Marcus Clarke
d2380afc31 Update to 0.31. 2004-07-02 18:26:32 +00:00
Yaroslav Tykhiy
ca2b2b1f34 Fix a cut'n'paste bug: This is scr2txt, not scr2png. 2004-07-02 14:30:50 +00:00
Kris Kennaway
888fa8e198 BROKEN: Broken pkg-plist 2004-07-02 09:14:45 +00:00
Pav Lucistnik
46ff090155 - Update to 3.1
PR:		ports/68538
Submitted by:	Matthew X. Economou <xenophon@irtnog.org>
2004-07-02 08:56:51 +00:00
Lars Thegler
b5655d91ab Add p5-Hash-Merge 0.07, merges hashes.
PR:		68574
Submitted by:	snowchyld <hash-merge-freebsd-port@snowchyld.org>
Approved by:	erwin (implicit)
2004-07-02 08:35:34 +00:00
Erwin Lansing
aa45a472da Update to 1.7 2004-07-02 08:13:47 +00:00
Erwin Lansing
ae721f9f4c Update to 0.07
Approved by:	maintainer (implicit)
2004-07-02 08:08:08 +00:00
Erwin Lansing
4e9e4a0e7d Update to 2.115
Approved by:	maintainer (implicit)
2004-07-02 07:58:22 +00:00
Greg Lewis
68dfdf88f4 . Major update to 2.1.5.
. Assign maintainership to the submitter.

PR:		66253
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2004-07-01 22:30:19 +00:00