summaryrefslogtreecommitdiff
path: root/french (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unused code.Trevor Johnson2002-05-232-14/+2
| | | | Notes: svn path=/head/; revision=59795
* Update to 6.2.3. Belatedly, I confirmed that 6.2.2 supportsTrevor Johnson2002-05-174-26/+28
| | | | | | | | | | | | | | | | Greymagic's Mozilla Disk Explorer (http://sec.greymagic.com/adv/gm001-ns/) which demonstrates a security bug. The demo does not work with 6.2.3. I am assuming that the zlib double free() bug, if it existed, may have been addressed, so I am removing the FORBIDDEN line. I didn't bother to update the generated files for this release, since the old ones seem to work fine. Add hitherto forgotten PKGNAMEPREFIX so the English, French, German and Japanese versions may all be installed without conflicting. Notes: svn path=/head/; revision=59334
* Add home page.Trevor Johnson2002-05-172-0/+4
| | | | Notes: svn path=/head/; revision=59333
* Please welcome Qt3/KDE3 to our ports tree. This includes work since theWill Andrews2002-04-2111-18/+2833
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde Notes: svn path=/head/; revision=57964
* Update Japanese, German, and French Netscape ports to version 6.2.2Trevor Johnson2002-04-144-30/+28
| | | | | | | | | | | | | (the English port was already updated, because Netscape released that binary before releasing the others). Install Netscape in a different directory for each different language. The startup command is now called netscape6english, netscape6french, and so on, rather than just netscape6. Because of this, I set PORTREVISION for the English version. Notes: svn path=/head/; revision=57679
* Update English Netscape to 6.2.2, with unknown changes. The French,Trevor Johnson2002-03-272-0/+4
| | | | | | | | | German and Japanese ones remain at 6.2.1. Bump PORTREVISION for those, because of change to startup script. Notes: svn path=/head/; revision=56753
* Cleanups to fix FORBIDDEN and other miscellaneous stuff.Ade Lovett2002-03-138-8/+105
| | | | | | | | PR: 34313 Submitted by: MAINTAINER Notes: svn path=/head/; revision=55971
* Make grammatical corrections and translate some forgotten parts ofTrevor Johnson2002-03-056-44/+42
| | | | | | | | | | the configure script. Submitted by: Eric Masson <e-masson@kisoft-services.com> While I'm here, rewrite pkg-descr for brevity. Notes: svn path=/head/; revision=55549
* Correct the comment block: I forgot to change it when I copiedTrevor Johnson2002-03-042-6/+6
| | | | | | | from Thomas Zander's port. Notes: svn path=/head/; revision=55517
* Add new port of Netscape 6 (Linux binary) with French localization.Trevor Johnson2002-03-0419-0/+1229
| | | | | | | I used automatic translation by Babel Fish. Alors, mise en garde. Notes: svn path=/head/; revision=55512
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53954
* Mark FORBIDDEN; this port can easily be induced to dump core in setuidKris Kennaway2002-01-261-0/+2
| | | | | | | root code. Notes: svn path=/head/; revision=53760
* Fix translation. In a later step the ports will be unifiedMartin Blapp2002-01-221-2/+2
| | | | | | | | | and the translation probably will be removed. PR: 30560 Notes: svn path=/head/; revision=53547
* Update maintainer addressMario Sergio Fujikawa Ferreira2002-01-201-1/+1
| | | | | | | | PR: 34095 Submitted by: MAINTAINER Notes: svn path=/head/; revision=53413
* Add new ports: french/koffice-i18n, german/koffice-i18n and ↵SADA Kenji2002-01-204-0/+52
| | | | | | | | | | | | | japanese/koffice-i18n as satellite ports. The PR also include russian/koffice-i18n which was already imported by demon; I'll consider how we would treat it with him. PR: ports/33005 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> Notes: svn path=/head/; revision=53389
* A small adjustment for .include<bsd.port.pre.mk>.Yoshio MITA2002-01-201-2/+2
| | | | Notes: svn path=/head/; revision=53382
* Build failure problem is solved (.include <bsd.port.pre.mk> had toYoshio MITA2002-01-201-2/+2
| | | | | | | | | appear earlier. Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) Notes: svn path=/head/; revision=53381
* unbreak: USE_IMAKE should be prior to pre.mk.FUJISHIMA Satsuki2002-01-191-6/+7
| | | | | | | | PR: 33828 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=53323
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* include pre.mk for XFREE86_VERSION usage.FUJISHIMA Satsuki2002-01-071-2/+2
| | | | | | | Noticed by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=52714
* Add x11/XFree86-4-clients for mkfontdir if XFREE86_VERSION=4.Will Andrews2002-01-071-0/+5
| | | | | | | Submitted by: bento 4-exp Notes: svn path=/head/; revision=52693
* copy a default temporary host.def if you do not have oneYing-Chieh Liao2002-01-012-0/+20
| | | | | | | | PR: 33396 Submitted by: maintainer Notes: svn path=/head/; revision=52468
* Hardcode another /cdrom, since the define is not overwritten by theMartin Blapp2001-12-281-3/+1
| | | | | | | | | PRE section. Install the patches too for a WITH_CDROM installation. Approved by: demon Notes: svn path=/head/; revision=52321
* Re-support LANG for pkg-message.Will Andrews2001-12-271-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=52234
* Add xtel 3.3.0, an emulator for the french Minitel.Will Andrews2001-12-2512-0/+297
| | | | | | | | PR: 29286 Submitted by: Thierry Thomas (<thierry@thomas.as>) Notes: svn path=/head/; revision=52176
* Hardcode the /cdrom path, until bsd.port.mk is fixed. I don't knowMartin Blapp2001-12-251-0/+1
| | | | | | | | | | | if the fix (PR 30983) will make it into 4.5R. PR: ports 29843 (fixed), ports 30983 Approved by: demon,wca Notes: svn path=/head/; revision=52154
* Remove (incorrect) re-definition of ACLOCAL so this port builds again.Steve Price2001-12-251-1/+0
| | | | Notes: svn path=/head/; revision=52131
* Maintainer is now a committerMartin Blapp2001-12-241-1/+1
| | | | | | | Approved by: demon Notes: svn path=/head/; revision=52100
* Bump PORTREVISION due to recent update of sunsolve patch.Dmitry Sivachenko2001-12-191-0/+1
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=51853
* Update for new sunsolve patch.Dmitry Sivachenko2001-12-183-5/+48
| | | | | | | | PR: 32969 Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER) Notes: svn path=/head/; revision=51738
* Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"Pete Fritchman2001-10-301-1/+1
| | | | | | | | PR: 31594 Submitted by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=49356
* Fix the CDROM install of StarOffice.Chris D. Faulhaber2001-10-031-8/+16
| | | | | | | | PR: 30983 Submitted by: Maintainer Notes: svn path=/head/; revision=48391
* honor PREFIX: USE_GMAKE and MAKE_ARGSMario Sergio Fujikawa Ferreira2001-09-131-0/+2
| | | | | | | | PR: 30386 Submitted by: MAINTAINER Notes: svn path=/head/; revision=47778
* Use full path to mount and utilites, because /sbin might not be in PATH.Alexander Langer2001-09-051-17/+17
| | | | | | | | | Fix last-minute brainos in the message for linprocfs. Submitted by: fenner Notes: svn path=/head/; revision=47461
* - Add check for installed and running linprocfsAlexander Langer2001-09-041-3/+37
| | | | | | | | | - Sync french version with the english and german version Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER) Notes: svn path=/head/; revision=47434
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netMario Sergio Fujikawa Ferreira2001-08-301-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=47131
* Change maintainer's email address:Peter Pentchev2001-06-161-1/+1
| | | | | | | | | | clefevre@citeweb.net -> clefevre@redirect.to PR: 27867 (followup) Submitted by: maintainer Notes: svn path=/head/; revision=44066
* Spelling corrections.Greg Lehey2001-05-214-16/+16
| | | | | | | | | Submitted by: Eric Masson <e-masson@kisoft-services.com> PR: Number not identifiable. The message looked like a PR, but there was no number. Notes: svn path=/head/; revision=42823
* Add fr-php_doc - a french version of lang/php_doc.Dirk Froemberg2001-04-292-0/+13
| | | | Notes: svn path=/head/; revision=42032
* KDE2 messages and documentation translated into french language.Dmitry Sivachenko2001-04-134-0/+52
| | | | Notes: svn path=/head/; revision=41333
* Add dico 1.1, an interactive dictionary in french.Will Andrews2001-03-1012-0/+263
| | | | | | | | PR: 21902 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=39436
* The path needs to be dinked with for the install-user target as well.John Baldwin2001-03-021-1/+2
| | | | | | | Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=38947
* Ensure that /bin is at the head of the path when running the setup programJohn Baldwin2001-03-021-1/+1
| | | | | | | | | | so that we get the right uname binary. PR: 24049, 25231, 25443, 25458 Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=38946
* Makefile style fix.Jimmy Olgeni2001-02-051-3/+3
| | | | Notes: svn path=/head/; revision=38015
* Add SunSolve Patch 109939-02.Alexander Langer2000-12-242-3/+22
| | | | | | | | | | This fixes numerous bugs. See the PR 23783 for details. PR: 23783, 23784, 23785, 23809 Submitted by: Martin Blapp <mb@imp.ch> (maintainer) Notes: svn path=/head/; revision=36313
* Fix default $PATH settings for user-installation.Alexander Langer2000-12-241-0/+4
| | | | | | | | PR: 23775 Submitted by: Martin Blapp <mb@imp.ch> (maintainer) Notes: svn path=/head/; revision=36309
* Update MASTER_SITESChris D. Faulhaber2000-12-121-2/+1
| | | | | | | | | PR: 22921 Submitted by: Andreas Schulz <ats@first.gmd.de> Approved by: Maintainer Notes: svn path=/head/; revision=35918
* Apply the CDROM install fix from editors/staroffice52/Makefile rev 1.22.David E. O'Brien2000-10-141-3/+4
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=33840
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* - Fix ${LINUXBASE} for /compat/linuxChris D. Faulhaber2000-09-231-8/+7
| | | | | | | | | - Fix some warning text PR: Maintainer Notes: svn path=/head/; revision=33037