Commit graph

349 commits

Author SHA1 Message Date
Thierry Thomas
b69efdeb14 Fix plist.
Reported by:	Kris / pointyhat.
2005-01-20 22:23:18 +00:00
Thierry Thomas
d46a8df6de Chase Code_Aster upgrade to 7.4.0. 2005-01-17 21:11:06 +00:00
Thierry Thomas
4b46962732 Upgrade to 7.1. 2005-01-17 21:10:47 +00:00
Thierry Thomas
9551a2034d Upgrade to 7.4.0.
Remark: 7.4.0 is BROKEN on FreeBSD-4.x.
2005-01-17 21:10:30 +00:00
Thierry Thomas
96ec857a20 Upgrade to 1.7.0. 2005-01-17 21:09:10 +00:00
Thierry Thomas
9290d9054a Upgrade to 2.2.2. 2005-01-17 21:08:51 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Michael Nottebrock
ab47ced53a Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly. 2004-12-22 22:04:15 +00:00
Herve Quiroz
8621166892 - Use new support for plugin ports from textproc/jdictionary
- Bump PORTREVISION as the location of files has changed

Reviewed by:	glewis
Approved by:	maintainer
2004-12-19 03:36:28 +00:00
Mark Linimon
b1729890f1 As previously announced, remove localized versions of Netscape which
remained at 7.0 or 7.1.  The www/netscape7 version, at 7.2, is apparently
not affected.
2004-12-19 02:15:23 +00:00
Thierry Thomas
b7d7064198 Fix plist.
Reported by:	kris via pointyhat.
2004-12-17 22:17:21 +00:00
Michael Nottebrock
43136aaadc Fix kde3-i18n ports. 2004-12-16 11:24:06 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Jun Kuriyama
c7c09b4711 Chase shlib bump of net-snmp.
Forgotten by:	kuriyama
2004-12-09 02:52:00 +00:00
Volker Stolz
f60ec92fb0 Update to 1.11
PR:		ports/72836
Submitted by:	maintainer
2004-11-22 12:42:18 +00:00
Trevor Johnson
383e80f43c Update the English-language Netscape to 7.2. Add a security warning
about cross-site scripting.
2004-11-09 10:13:39 +00:00
Thierry Thomas
f20800e639 Upgrade to 1.7.3. 2004-11-08 17:26:44 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Mark Linimon
e2509fcda9 As previously announced, remove abispell-fr-FR. It does not work with
AbiWord-2.0.
2004-10-23 05:32:03 +00:00
Edwin Groothuis
e2a365d3c4 make sure PKGNAME is not fr-php_doc-fr but php_doc-fr
Submitted by:	(indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:37:15 +00:00
Thierry Thomas
a264f3fb90 Upgrade to 1.7.2. 2004-09-02 19:11:28 +00:00
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Thierry Thomas
3c15fc92f1 Re-add alphabet_sounds_fr in the correct category.
PR:		70434
2004-08-22 20:02:21 +00:00
Thierry Thomas
81b9d9a3ed Fix CATEGORIES.
Pointyhat to:	me.
2004-08-22 19:49:39 +00:00
Thierry Thomas
4529d15f9f Fix pkp-plist with some cleaning.
Note: Minitel is deprecated. I shall mark this port as deprecated at
the end of the year.

Reported by:	pointyhat
2004-08-15 16:36:23 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Thierry Thomas
47b7cdf835 Upgrade to 1.7.1. 2004-08-09 19:34:34 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Thierry Thomas
678ba2a3d5 Distfile has been rerolled. Bump PORTREVISION.
Noticed by:	Kris / pointyhat.
2004-07-11 07:55:03 +00:00
Kris Kennaway
80378274ff BROKEN: Size mismatch 2004-07-11 00:52:17 +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
Thierry Thomas
4193e3bf7e Adding french/mozilla-flp, Mozilla French Language Pack.
Note: the language pack for firefox 0.9.1 is not yet available.

PR:		ports/63238
2004-07-03 06:38:16 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Kris Kennaway
99db1b22d9 BROKEN on amd64: Does not install 2004-06-19 09:18:40 +00:00
Kirill Ponomarev
43f7240510 - Fix MASTER_SITES
PR:		ports/67858
Submitted by:	maintainer
2004-06-12 06:52:03 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Kris Kennaway
b0f5fd3249 BROKEN: Unfetchable 2004-06-08 23:41:31 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Thierry Thomas
f8a9a04d4f Chase Code_Aster's upgrade. 2004-05-23 08:11:10 +00:00
Thierry Thomas
c469e9eee4 Upgrade to 1.6.1. 2004-05-23 08:08:48 +00:00
Thierry Thomas
946998b489 Upgrade to 7.3.0. 2004-05-23 08:08:19 +00:00
Clement Laforet
d97c38cb18 - Fix for perl < 5.6
PR:                     ports/66525
Submitted by:           Lars Thegler <lars@thegler.dk>
Reviewed/approved by:   Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2004-05-21 14:01:34 +00:00
Michael Nottebrock
826539ac72 Oops. Forgot the language categories.
Update to 1.3.1
2004-05-06 19:26:47 +00:00
Thierry Thomas
a1cbc82d98 Fix pkg-plist and install examples.
Noticed on dosirak & bento.

Approved by:	mat (mentor).
2004-04-28 20:30:20 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Thierry Thomas
c86ae03555 Fix a deinstallation problem noted on dosirak
+ utilize USE_APACHE and let it run smoothly with Apache2
+ utilize PORTDOCS
+ display a clean PKGMESSAGE when installing a package.

Approved by:	mat (mentor).
2004-04-16 10:59:29 +00:00
Maho Nakata
46b7ad4ab6 Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...

Pointed out by:	kris
2004-04-12 00:35:36 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Clement Laforet
7c97f84ff5 - Cosmetic changes. 2004-04-06 08:51:40 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
11e0748120 Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables 2004-03-25 04:31:55 +00:00
Thierry Thomas
4617e79801 SIZE-ify my ports.
Submitted by:	Trevor Johnson <trevor@FreeBSD.org>
Approved by:	mat (mentor).
2004-03-19 00:19:49 +00:00
Clement Laforet
14cc533bcb - add new WWW 2004-03-15 09:52:04 +00:00
Christian Weisgerber
e3e802b7a3 Move textproc/dico to french/dico.
Approved:	maintainer
2004-03-14 12:21:54 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Christian Weisgerber
ae63929d16 Update to 0.70.6.
PR:		63824
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-03-12 23:49:14 +00:00
Christian Weisgerber
c538d0915e Lots of clean-up:
* EXTRACT_CMD added
* *_SUB added
* delete %%DOCSDIR%% if NOPORTDOC
* pkg-plist sorted
* code linted

PR:		64021
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-03-12 21:53:29 +00:00
Kirill Ponomarev
a09d33bc5c - Remove unneeded dependency
PR:		ports/63989
Submitted by:	Pedro f. Giffuni <giffunip@asme.org>
2004-03-12 14:08:04 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Edwin Groothuis
faf2f23607 french/xtel: fixing WWW.
The original URL is now invalid => fix it.
	Since I'm there, SIZE-ify and use DOCSDIR.

PR:		ports/63858
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-03-06 22:59:55 +00:00
Pav Lucistnik
ddce252ce6 - Fix typo
PR:		ports/63642
Submitted by:	gioria (maintainer)
2004-03-02 19:09:18 +00:00
Pav Lucistnik
11a7fb8caf Chase repomove graphics/hdf* -> science/hdf* 2004-02-25 22:55:55 +00:00
Clement Laforet
4882d68955 - Drop maintainership
- kill pkg-plist
- SIZEify distinfo
2004-02-07 16:52:15 +00:00
Mark Linimon
205a7abb91 Added size; cleaned pkg-descr.
PR:		ports/62311
Submitted by:	Andreas Fehlner <fehlner@gmx.de> (maintainer)
2004-02-07 07:04:28 +00:00
Michael Nottebrock
38a92d46fe Update to KDE 3.2.0
Important changes:
==================

- Kmail and knode have been moved from kdenetwork to kdepim. This
  means you will have to install kdepim if you want to continue using
  kmail or knode. This is to ease integration with korganizer, in
  the new 'Kontact' application.

- The arabic translations for KDE and KOffice have been moved from
  misc to the arabic category.

- There is a new module called kdeaccessibility in the accessibility
  category.  It contains a few utilities for disabled users like a
  magnification lens and a text-to-speech frontend.

- In KDM, you need to select the 'CUSTOM' session profile in order
  to have your .xsession executed. This is particularly important if
  you're using the aegypten tools
  (http://freebsd.kde.org/howtos/aegypten-kmail.php).

- We have started making more parts of the ports optional. In kdepim,
  both Kandy and KPilot can be turned off with ports-knobs. This
  process will continue in the 3.2 series.
2004-02-05 01:23:10 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Pav Lucistnik
0aecaa2867 - Fix dependency checking for efitas
PR:		ports/62136
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-01-31 15:44:38 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Trevor Johnson
ceac42c292 Add size data. 2004-01-27 16:32:58 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Pav Lucistnik
d4a90f0b03 - Fix build on Bento
PR:		ports/61748
Submitted by:	Thierry Thomas <thierry@pompo.net> (maintainer)
2004-01-22 22:11:43 +00:00
Clement Laforet
3887814e09 - Update my email address
Approved and reviewed by:    erwin (mentor)
2004-01-13 15:04:51 +00:00
Edwin Groothuis
247ce54d9d remove commented-out variables accidently commited in. 2003-12-29 06:36:38 +00:00
Edwin Groothuis
9a3f9e7b4c french/fr-geonext: Interactive (dynamic) elementary Geometry Software
Le logiciel de gomtrie dynamique GEONEXT ouvre de nouvelles
	voies pour l'enseignement et l'apprentissage des mathmatiques.
	Il offre des possibilits de visualisation qui ne sont pas
	ralisables avec un papier, un crayon et des outils de
	construction traditionnels, ni mme au tableau.

	GEONExT est un outil de travail pour l'enseignement. Il
	permet aux lves de travailler de faon responsable, autonome
	et cooprative, et permet ainsi une dcouverte active des
	notions mathmatiques. GEONEXT peut tre install gratuitement
	au sein et en dehors de l'cole (GPL).  L'utilisation du mme
	logiciel par les lves n'est donc plus un problme(GPL).
	GEONExT peut tre employ en gomtrie  l'cole primaire, en
	analyse dans l'enseignement secondaire, de manire varie et
	flexible comme illustration de cours  l'Universit, comme
	un programme indpendant mais aussi dans le cadre d'un
	environnement de travail internet du type "cartable
	lectronique".

	En tant qu'application indpendante, GEONExT est un outil
	pour la ralisation de constructions gomtriques. Pour cela,
	GEONExT propose une feuille de dessin et une multitude
	d'outils de construction. A la diffrence des dessins sur
	papier, les constructions peuvent tre changes  posteriori
	et modifies de faon dynamique.

Wow. fmt(1) does do weird things with accented characters :-)

PR:		ports/60590
Submitted by:	Andreas Fehlner <fehlner@gmx.de>
2003-12-29 06:35:09 +00:00
Edwin Groothuis
3afe2677b4 french/facturier: fixing ${APACHE_PORT} usage.
Problem reported by Matthew Seaman:

	The french/facturier port uses the ${APACHE_PORT} variable
	in a manner inconsistent with most other ports that depend
	on apache, and with the usage in bsd.ports.mk.

(also added WWWOWN/WWWGRP)

PR:		ports/60665
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-29 06:24:17 +00:00
Peter Pentchev
c6c3559a2a Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR:		57749
Approved by:	maintainer timeout
2003-12-12 12:21:56 +00:00
Pav Lucistnik
8a0dc91f63 - www.code-aster.org was reorganized. fix fetching
PR:		ports/60121
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-10 23:09:50 +00:00
Greg Lewis
0324b28540 . Catch up with the move of metis-edf.
PR:		58178
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-09 19:37:43 +00:00
Oliver Lehmann
c293775958 - Upgrading french/aster from 7.1 to 7.2;
- french/eficas from 1.4 to 1.5;
- cad/metis-edf from 3 to 3.1;
- cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21;
- french/homard from 5.5 to 6.2;

. don't install Homard automatically with Aster; like Gibi, Homard
depends on french/aster: this is more compliant with the licenses,
and it will be possible to build packages for Aster.

PR:		59312 59881
Submitted By:	Thierry Thomas <thierry@pompo.net>
2003-12-08 02:07:22 +00:00
Oliver Lehmann
cf3c4db964 Add gibi 2000
Gibi is an additional meshing tool for
Code_Aster; until now, it was not possible to use it outside
of EDF or CEA, but its license has just changed: now we can
use it freely, though only in conjunction with Aster.

PR:		57817
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-08 01:59:53 +00:00
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Maho Nakata
e4ab6030f0 OpenOffice -> OpenOffice.org
Submitted by:	Pavel@Janik.cz (Pavel Janik)
2003-11-09 14:11:29 +00:00
Maho Nakata
25f59fa57d Add OpenOffice.org 1.1 for french 2003-11-08 23:51:51 +00:00
Maho Nakata
4940c0e0f2 Forgot to change Makefile s..
Pointed out:	sf
Pointy hat to:	myself

Thank you very much fujishima-san!
2003-11-08 07:30:12 +00:00
Maho Nakata
0c4a1eb85f rename openoffice* to openoffice-1.0* accodingly (repo copy).
Pointed out:	sf, kris
2003-11-08 06:55:14 +00:00
Kris Kennaway
1830046ce2 As announced on Aug 7, remove the broken spip port 2003-11-08 06:09:06 +00:00
Maho Nakata
c012af99bc rename openoffice to openoffice-1.0 after repocopy
Acknowledgment to: nork
2003-11-08 04:37:31 +00:00
Joe Marcus Clarke
80699b566a Ignore this port as it does not work with AbiWord-2.0. 2003-11-07 00:05:57 +00:00
James E. Housley
e0640bb46b - upgrade french/facturier to its latest release;
- don't depend on MySQL server (the server may run on another machine).

PR:		58034
Submitted By:	MAINTAINER
2003-11-06 11:19:59 +00:00
Joe Marcus Clarke
151fcf0af3 Remove AbiWord-1.x now that 2.0 has been released, and is the new stable
release.
2003-10-31 21:37:03 +00:00
Mark Linimon
a3e4946623 Per distfile survey, chase distribution filenames. The filename
and the checksum were already ok in the master port; one existing
checksum is bad, however, and requires more investigation.
2003-10-28 04:28:09 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Kris Kennaway
83a9abf5f9 BROKEN: Broken dependency 2003-10-12 22:33:59 +00:00
Edwin Groothuis
297e7f1ccd Maintainer update: textproc/dico (1.1)
Makefile
		PORTREVISION bumped
		BROKEN_WWW added (from pkg-descr)
	pkg-descr
		WWW: deleted
	pkg-plist
		@name and @cwd deleted
		@comment $FreeBSD$ added
		share/dico -> %%DATADIR%%
		share/doc/dico -> %%DOCSDIR%%

PR:		ports/56616
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2003-10-10 13:37:23 +00:00
Erwin Lansing
58f0064e56 pkg-descr contains the descr of Acrobat Reader, fix it.
PR:		57682
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-10-07 07:24:34 +00:00
Oliver Lehmann
0d89d836d7 fix a typo 2003-09-28 10:39:35 +00:00
Oliver Lehmann
d3e1a105e8 1) asteru.exe is linked against libtcl and libtk, but only a
PATCH_DEPENDS was registered => adding LIB_DEPENDS.

2) switching from tk83 to tk84 => bumping PORTREVISION.

PR:		ports/55739
Submitted By:	Thierry Thomas <thierry@pompo.net>
2003-09-28 10:38:31 +00:00
Edwin Groothuis
b705cbc95c ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)

PR:		ports/56767-56770,56772-56774,56776-56784
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:23:56 +00:00
Will Andrews
12f85b32e9 Translation update: fix checksum. 2003-09-21 18:26:54 +00:00
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Sergey A. Osokin
98b3eb8b68 Maintainer update: add a faster mirror for distfiles/patches.
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
PR:		56628
2003-09-09 12:41:33 +00:00
Edwin Groothuis
10f2d68547 french/aster: tarball has been rerolled.
The tarball has been rerolled to fix a bug in ASTK for Linux, but
         they did not upgrade the version.

         No impact on Code_Aster, excepted distinfo => I don't bump
         PORTREVISION (nevertheless, it should be bumped by PR ports/55739).

         The full story, in french, is here:
         <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>.

Fix distinfo.
Changes were in the $Id$ field and in the aster_main.sh script.

PR:		ports/56287
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-07 22:53:03 +00:00
Oliver Lehmann
cd479d6723 Fix build on 4-STABLE
PR:		ports/55671
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-18 14:20:17 +00:00
Edwin Groothuis
a55c8f39a2 unbreak fetch and build of port
PR:		ports/55633
Submitted by:	Sebastien Gioria <gioria@FreeBSD.org>
2003-08-16 22:43:25 +00:00
Oliver Lehmann
fec98f7e49 - replace blas by atlas by default and add a knob to keep blas
(requested by Pedro F. Giffuni);
- handle FFLAGS;
- fix default directories;
- some cleaning.

PR:		ports/55431
Submitted By:	Thierry Thomas <thierry@pompo.net>
2003-08-11 19:49:22 +00:00
Oliver Lehmann
2571be8d33 - chase the upgrade from py22 to py23.
- bump PORTREVISION

PR:		ports/55429
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-09 22:49:04 +00:00
Oliver Lehmann
a829f7f861 - a typo has been introduced with portrevision 1, and the script homard was
unusable
- chase the upgrade from py22 to py23
- bump PORTREVISION
2003-08-09 22:46:05 +00:00
Oliver Lehmann
33b80c62ec move BROKEN and the bsd.port.pre.mk include some lines down 2003-07-31 09:09:01 +00:00
Oliver Lehmann
b55fe2af52 fix typo introduced in the last commit 2003-07-30 20:45:38 +00:00
Oliver Lehmann
00f6478eaa mark it as broken for systems < 5 until the build is fixed for 4 2003-07-30 20:42:40 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Daichi GOTO
7052fa782a fix french/aster: fixing BUILD_DEPENDS
PR:		54915
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-07-28 06:28:39 +00:00
Oliver Lehmann
2136cff789 Add aster 7.1, analyse des structures et thermo-mécanique.
EDF R&D has developed for twelve years a numerical simulation software
	for structural analysis, Code_Aster. Widely used for the expertise and
	maintenance of power plants and electrical networks, this tool covers
	a wide range of applications today: thermal and mechanical analysis -
	3D linear or non linear, static or dynamic analysis pressure vessels -
	machines - civil engineering - porous media. (From the press release).

	This application is in french, but there exists a translated GUI
	(see the port cad/astk-client).

PR:		54766
Submitted by:	thierry@pompo.net
2003-07-25 17:27:33 +00:00
Oliver Lehmann
70555809f1 1) fix "make -V PORTNAME"
2) change post-patch target to reflect distfile changes between the
   PR-based distfile and the Committed-distfile

Submitted by:	Dan Langille <dan@langille.org> [1]
		Thierry Thomas <thierry@pompo.net> [2]
2003-07-24 15:53:43 +00:00
Oliver Lehmann
6bf436be98 Add homard 5.5, a refinement and de-refinement mesh tool.
PR:		54762
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-07-24 05:48:35 +00:00
Oliver Lehmann
98ad40ed21 Add med 2.1.5, modélisation et Échanges de Données.
PR:		54761
Submitted by:	thierry@pompo.net
2003-07-23 14:35:27 +00:00
Oliver Lehmann
b2e81ba7ce Add eficas 1.4, aSter Command FIle Editor.
PR:		54763
Submitted by:	thierry@pompo.net
2003-07-23 12:18:27 +00:00
Trevor Johnson
579c4c5cf5 Fix distinfo for generated files: I mistakenly left "linux-" in
their names.
2003-07-06 09:30:20 +00:00
Trevor Johnson
b2b32546c4 Security fix: update to the latest versions: 7.1 for American
English; and 7.02 for French, German, Japanese, and Brazilian
Portuguese.  These are reportedly free of the onunload referrer bug
(#145579 in bugzilla).

The Sun Java plugin is no longer available from the same places.
AIM is needed by the 7.02 versions.  The DOM inspector and "venkman"
JavaScript debugger are available for 7.1.

Compress generated files with bzip2; omit "linux-" from their names.

The RDF files provided by the ports are no longer needed.

Update references to Netscape 6.

Run chmod to fix permissions on extracted files (for the Portuguese
slave port).

Remove unneeded XXXchecksum target.

Change the configuration process, so that extraneous files are not
downloaded.  This resolves PR 44101, submitted by Fernan Aguero.
2003-07-03 09:55:03 +00:00
Christian Weisgerber
d2d48545c7 Update to 0.61.7: security fix.
PR:		53209
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2003-06-12 11:57:32 +00:00
Mario Sergio Fujikawa Ferreira
9433ac58db Update to KDE 3.1.2 2003-05-19 19:43:36 +00:00
Mario Sergio Fujikawa Ferreira
1c0f4389f7 Bring back from Attic: localized messages and documentation for koffice 2003-05-19 18:13:41 +00:00
Kris Kennaway
2bb0c23c56 BROKEN: Does not fetch 2003-05-06 07:11:45 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Martin Blapp
c9da99079a Add hyphenation dictionaries to the slave ports. 2003-04-08 23:30:15 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Edwin Groothuis
a189242623 removed commented out line. 2003-03-30 06:28:05 +00:00
Edwin Groothuis
d6efe43ae1 french/facturier, an invoicing application for small enterprises.
PR:		ports/47795
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-03-30 06:16:40 +00:00
Yen-Ming Lee
124bb3dcb8 gfaim website no longer exists, hosting distfile @ home
Reported by:	Unfetchable distfiles reminder.
PR:		49019
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-03-24 02:09:48 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ade Lovett
d3fc97c432 Remove pkg-comment from remaining master/slave port sets.
Approved by:	portmgr (implicitly)
2003-03-07 00:16:25 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Akinori MUSHA
36d62f1f46 De-pkg-comment. 2003-02-21 13:42:50 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Martin Blapp
38cf3ddc86 Remove redundant category 'editors' in slave ports.
PR:		47969
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2003-02-12 23:35:54 +00:00
Christian Weisgerber
31a038bba4 Version bump and master sites fix.
PR:		47826
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2003-02-03 23:40:33 +00:00
Will Andrews
ac13482cc4 Upgrade kde-i18n to 3.1. Note that the following modules did not get a
release for 3.1: az hr id is ko lv.  These modules remain at their previous
release (and still work), but may be incomplete or incorrect.  However,
their distfiles were moved to DIST_SUBDIR=KDE/kde-i18n anyway.
2003-01-28 19:37:55 +00:00
Edwin Groothuis
eeaeffd4db mastersite -> MASTER_SITE_SOURCEFORGE
LIB_DEPENDS on www/mod_php333 instead of lang/php3
Noticed by: bento
2003-01-20 09:32:42 +00:00
Edwin Groothuis
30616df4a5 maintainer update: fix path to database
$(DATABASE) is not set at compile time.

PR:		ports/47165
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-01-17 22:02:25 +00:00
Edwin Groothuis
2317c58b0d New port misc/gfaim
Gfaim is a GTK front-end to a receipts database (in french only)

PR:		ports/38638
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-01-17 13:51:26 +00:00
Edwin Groothuis
504dd103fe New port: AbiWord french dictionary
It's the new port for the AbiWord French dictionary

PR:		ports/44781
Submitted by:	El Fabio <fab@gcu.info>
Approved by:	El Fabio <fab@gcu.info> (for commitors changes)
2003-01-17 12:27:31 +00:00
Edwin Groothuis
0327b282e6 New Port : /usr/ports/french/SPIP-1.4
This is SPIP-1.4. A French Web publication system. Actually this
program is only available in French.

PR:		ports/42376
Submitted by:	Sebastien Gioria <gioria@FreeBSD.ORG>
2003-01-04 11:46:10 +00:00
Edwin Groothuis
d40d453820 New Port : french/dacode
A web publication system used by http://www.linuxfr.org

PR:		ports/42421
Submitted by:	Sebastien Gioria <gioria@FreeBSD.ORG>
2003-01-03 01:17:45 +00:00