Commit graph

5014 commits

Author SHA1 Message Date
Herve Quiroz
d77417e308 - Update to 6.5.4 (add support for JDK 1.5 but drop JDK 1.1)
- Improve the launcher shell script (use javavmwrapper 2.0)
- Use SUB_FILES/SUB_LIST to configure the launcher
- Add $FreeBSD$ tag in pkg-plist
- Do not try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than
  3 years now
- Update COMMENT: this is an XSLT 1.0 processor
2005-06-30 13:42:19 +00:00
Cheng-Lung Sung
8b70757dad - update to 0.15
- changes see
  [http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod]

Self Noted: first commit after I got married :-)
2005-06-30 06:36:53 +00:00
Jean-Yves Lefort
da9f7f9014 Add xlreader.
Read data from Excel spread sheets without Microsoft! Provides an API to allow
any application to read Excel documents. The xlreader tool converts Excel data
to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java
version by Andrew Khan.

This project was designed out of frustration.

WWW: http://www.giffin.org/xlreader.php

PR:		ports/82629
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-29 15:29:10 +00:00
Jun Kuriyama
3afaf6c2a5 - Update snapshot.
- Unbreak on 4.x box.
2005-06-29 09:41:47 +00:00
Thierry Thomas
eee34b264f Add two missing translations files.
Reported by:	marcus
2005-06-29 05:33:10 +00:00
Roman Bogorodskiy
c52904bca0 Change maintainer email address.
PR:		82736
Submitted by:	John Holland (maintainer)
2005-06-29 03:24:23 +00:00
Thierry Thomas
6ee7aec70b Upgrade to 0.60.3.
This release fixes several bugs involving some of the C API functions,
fixes a major bug and improves the speed of the suggestion code, and
fixes a number of other bugs.
2005-06-28 20:27:07 +00:00
MANTANI Nobutaka
ef48641145 Update to 0.4.7. 2005-06-26 19:42:42 +00:00
Roman Bogorodskiy
395b750f34 Update to 1.3.1.
PR:		82638
Submitted by:	Erik Greenwald (maintainer)
2005-06-26 03:29:22 +00:00
Michael Johnson
1cc50ba853 Add ripole 0.1.4, a small program designed to pull attachments out of
OLE2 documents.

PR:		ports/82492
Submitted by:	Freddie Cash <fcash@sd73.bc.ca>
2005-06-24 00:44:12 +00:00
Michael Johnson
36c9efa7ed - Update to 2.2.10
PR:		ports/82506
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-22 00:18:46 +00:00
Sergey Matveychuk
f44e074ccc - Fix build on 4.x
Submitted by:	maintainer
Reported by:	kris via pointyhat
2005-06-20 07:09:55 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Sergey Skvortsov
e3f4d1a755 Update to 2.14 2005-06-16 12:38:50 +00:00
Sergey Skvortsov
4d35a8d9e5 Update to 2.33 2005-06-16 12:37:48 +00:00
Sergey Skvortsov
1350356f30 Update to 1.32 2005-06-16 11:42:43 +00:00
Joe Marcus Clarke
2d927fa3f5 Update to 2.0.11. 2005-06-16 00:01:15 +00:00
Pav Lucistnik
4c4e020d36 - Update to 1.0.2
PR:		ports/82246
Submitted by:	Chuck Swiger <chuck@pkix.net> (maintainer)
2005-06-15 20:47:34 +00:00
Jean-Yves Lefort
989e78c716 - Depend on bash and replace /bin/bash in the script
- Depend on gawk
- Depend on wdiff

PR:		ports/82265, ports/82284
Submitted by:	Bengt Ahlgren <bengta@sics.se>, maintainer
2005-06-15 18:31:10 +00:00
Herve Quiroz
d67075749d Update to 1.7 2005-06-15 13:59:33 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Hiroki Sato
e01a593485 Update to 0.3.3. Changes include:
- Added support for 'border', 'border-left', 'border-right',
   'border-top', 'border-bottom', 'border-style', 'border-width', and
   'border-color' properties (Julian Rosse)
 - Removed border-related properties and 'padding'from libfo-compat.xsl
 - Corrected whitespace handling in libfo-compat.xsl
 - Added removal of more unsupported properties in libfo-compat.xsl
 - Corrected drawing 'dashed', 'dotted', 'groove', and 'hidden' border
   styles
 - Partially re-implemented fo:external-graphic support
2005-06-14 18:17:57 +00:00
Dima Dorfman
25b008afeb Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used
it, and the server seems to work okay with the native implementation.
The patch to libmaa/decl.h is no longer necessary because the
distribution already includes that test (the other libmaa patches still
apply--I'm not sure that they're really necessary any more, but they
don't hurt).
2005-06-14 12:20:18 +00:00
Greg Lewis
bdf48140fc . pre-install -> pre-su-install as this port may create a directory in
${PREFIX} during this phase.  Makes the port installable by a non-root
  user.

Approved by:	kuriyama
Inspired by:	jhb
2005-06-13 20:54:18 +00:00
Kevin Lo
0a823ed0bd Add missing man page.
PR: ports/82127
Submitted by: leeym
2005-06-13 02:50:20 +00:00
Pav Lucistnik
d9e783961a - Fix breakage from previous changes, incorrect libtool file was being
installed breaking libtool-aware consumers, like php4-xml. Easiest fix
  is to not install .la file.

PR:		ports/82020
Submitted by:	pav
Approved by:	maintainer timeout (4 days - acute fix)
2005-06-12 16:19:36 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Patrick Li
757f03677d Update to 1.10.0
PR:		ports/82080
Submitted by:	ports fury
2005-06-10 08:08:14 +00:00
Patrick Li
233b4db0fa Update to 1.36
PR:		ports/82092
Submitted by:	maintainer
2005-06-10 07:44:32 +00:00
Cheng-Lung Sung
7dc19e1227 - update to 0.545 2005-06-07 08:54:49 +00:00
Cheng-Lung Sung
fa7056aab0 - update to 0.12
- Removed XML::LibXSLT usage
- add create_packlist=0 to CONFIGURE_ARGS (untill bsd.port.mk changed)
2005-06-07 08:35:04 +00:00
Michael Johnson
1f3998468d - Chase lib version bump in qdbm
- Bump PORTREVISION
2005-06-07 07:08:32 +00:00
Jean-Yves Lefort
35a505c2e0 Fix xinclude so that it works with the latest libxslt API.
PR:		ports/81802
Submitted by:	skv
Approved by:	maintainer
2005-06-06 18:08:02 +00:00
Simon Barner
36284e023e - Explicitely link against libaspell
- Bump PORTREVISION

Suggested by:	Huver <huver@amgraf.com>
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)
PR:		ports/81941
2005-06-06 10:06:37 +00:00
Pav Lucistnik
78371f9bce - Update to 0.2.4
- Take maintainership, I just love this app
2005-06-05 19:26:00 +00:00
MANTANI Nobutaka
3b03e54bec Correct the default path to the SKK dictionary. 2005-06-05 16:22:50 +00:00
MANTANI Nobutaka
558b04f73d Fix incorrect usage of bind_textdomain_codeset().
PR:		ports/80755
Submitted by:	YONETANI Tomokazu <qhwt+fbsd@les.ath.cx>
Patch Obtained from:	http://lists.freedesktop.org/archives/uim-commit/2005-May/000728.html
2005-06-05 16:05:11 +00:00
Pav Lucistnik
5916317803 - Add -lxml2 to pkgconfig file, to fix compilation of applications using this
PR:		ports/81904
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2005-06-05 14:55:48 +00:00
Jun Kuriyama
8340d60f19 Avoid linking with libc.so (for supporting PTHREAD_LIBS
correctly on 4-stable).

Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
PR:		ports/81730
2005-06-05 14:18:52 +00:00
Jun Kuriyama
0c252d2a17 Avoid linking with libc.so (for supporting PTHREAD_LIBS
correctly on 4-stable).

Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
PR:		ports/81730
2005-06-05 14:17:52 +00:00
Oliver Lehmann
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +00:00
Thierry Thomas
b5e0eff0da Add slaves ports for Aspell's new dictionaries. 2005-06-02 22:00:39 +00:00
Thierry Thomas
d35f7fdca2 - Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)
dictionaries.

- Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and
  Punjabi (pa) dictionaries.
2005-06-02 21:58:48 +00:00
Mathieu Arnold
256ce2141b Fix plist (well, in fact, break it for now) so that ports/79330 can be
committed without breaking them.

Approved by:	portmgr (kris)
2005-06-02 11:56:03 +00:00
Simon Barner
eced60d717 Add p5-Bloom-Filter 0.03,
a probabilistic algorithm for doing
existence tests.

PR:		70062
Submitted by:	Aaron Straup Cope <ascope@cpan.org>
2005-06-02 09:48:10 +00:00
Simon Barner
a885a91969 Add p5-String-Format 1.13,
perl module for sprintf-like string
formatting capability.

PR:		79195
Submitted by:	Matt Mills <matt_mills@btopenworld.com>
2005-06-02 09:03:58 +00:00
Florent Thoumie
f5eaa11727 - Update to 1.0.1.1.
PR:		ports/81786
Submitted by:	maintainer
2005-06-01 22:53:55 +00:00
Greg Lewis
e2293488c0 . pre-install -> pre-su-install as this port may create a directory in
${PREFIX} during this phase.  This makes the port installable by a
  non-root user.

Approved by:	nik
Inspired by:	jhb
2005-06-01 19:55:46 +00:00
Greg Lewis
6a1fff33c8 . pre-install -> pre-su-install as this port may create a directory in
${PREFIX} during this phase.  Makes the port installable by a non-root
  user.

Approved by:	murray
Inspired by:	jhb
2005-06-01 19:54:03 +00:00
Sergey Matveychuk
cd03837f40 - New port: textproc/lemmatizer
Library for automatic morphological analysis of English,
Russian and German Languages.
Finds the lemmas (all forms) of a word.
Written in C++.

PR:		ports/81521
Submitted by:	Andrei V. Shetuhin <shetuhin@corp.mail.ru>
2005-06-01 14:49:53 +00:00