summaryrefslogtreecommitdiffstats
path: root/german
Commit message (Collapse)AuthorAgeFilesLines
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-116-9/+9
| | | | | | | | | | | | | | | 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.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade to Product Update 3.mbr2004-07-052-8/+9
|
* Establish a correct master-slave relationship betweenlinimon2004-06-231-1/+2
| | | | | | | | | | | | | | www/linux-mozillafirebird and the ports that inherit most of their information (except, e.g., distinfo) from it. These changes should be transparent to installs (tested and verified locally). While here, update two cases of stale distfile info. (MD5s verified versus mozilla.org.) PR: ports/67701 Approved by: maintainer timeout (2 weeks)
* - Remove empty files [1]pav2004-06-202-2/+1
| | | | | | | - While here, portlint PR: ports/68068 [1] Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to version 3.2.3lofi2004-06-094-4/+84
|
* BROKEN: Unfetchablekris2004-06-081-0/+2
|
* - Fix MASTER_SITESkrion2004-06-081-2/+1
| | | | | | PR: ports/66704 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout
* Don't use Makefile.kde anymoremarkus2004-06-061-6/+3
|
* Upgrade to so-7-pp2 (product update 2)mbr2004-05-182-7/+8
|
* NO_LATEST_LINK=yesmbr2004-05-152-0/+2
| | | | Obtained from: kris
* Oops. Forgot the language categories.lofi2004-05-066-9/+9
| | | | Update to 1.3.1
* Update to KDE 3.2.2lofi2004-04-204-40/+50
|
* Fix LATEST_LINK conflictsmaho2004-04-121-0/+1
| | | | | | | NO_LATEST_LINK=yes for openoffice-1.0 ports since they may be deprecated in future... Pointed out by: kris
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-052-2/+2
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* Update to 1.11: adds the possibility to change the font size in somelinimon2004-04-014-12/+13
| | | | | | | locations; minor bugfixes. PR: ports/64810 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* SIZEify (maintainer timeout)trevor2004-03-319-0/+22
|
* - Fix packagingpav2004-03-294-866/+60
| | | | | PR: ports/64317 Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
* - SIZEifymarkus2004-03-281-0/+1
| | | | | Submitted by: trevor Approved by: arved (mentor)
* Add SIZE.nectar2004-03-181-0/+1
| | | | Submitted by: trevor
* Add staroffice70kris2004-03-171-0/+1
| | | | Pointy hat to: mbr
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-099-4/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* - add SIZEdinoex2004-02-261-0/+1
|
* Change my email address.markus2004-02-231-1/+1
| | | | Approved by: arved (mentor)
* BROKEN on 5.x: broken pkg-plistkris2004-02-091-1/+7
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Update to KDE 3.2.0lofi2004-02-0515-202/+1063
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-043-0/+3
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-045-10/+10
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-235-5/+5
|
* - fix PKGORIGINeik2004-01-221-1/+1
| | | | | | | since ito makes using package tools hard, is marked as FATAL by portlint and otherwise doesn't affect the port, fix it silently. Approved by: marcus (mentor)
* - Update to 3.13pav2004-01-215-102/+334
| | | | | PR: ports/61570 Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
* Fix Makefile comment in port.mbr2004-01-091-2/+2
|
* Add german port of staroffice7.0mbr2004-01-098-3680/+5317
|
* uncomment test lines. apologies.edwin2004-01-031-2/+2
|
* [NEW PORT] german/de-geonext: Interactive (dynamic) elementary Geometry Softwareedwin2004-01-035-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | The dynamic mathematics software Geonext establishes new ways of teaching and learning mathematics. It offers opportunities of visualisation that can't be realised on paper or blackboard and with traditional construction tools. Geonext enables autonomous and cooperative learning of mathematics in the classroom. It encourages an active discovering approach to mathematical thinking. Geonext can be used at school and at home for free (GPL). Therefore the software can be handed out to students without any copyright problems (GPL). Geonext can be used from elementary school up to calculus at high school and in teacher-training at university in a manifold and flexible way. WWW: http://www.geonext.de - Andreas Fehlner fehlner@gmx.de PR: ports/59453 Submitted by: Andreas Fehlner <fehlner@gmx.de>
* - update to 0.95dinoex2003-12-292-2/+2
|
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-202-2/+2
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-202-0/+2
| | | | "perl -pi -e" construction.
* new German-language, i386 Linux binary port of Firebird Web browsertrevor2003-11-194-0/+26
|
* Fix COMMENT spellingeik2003-11-142-2/+2
| | | | | PR: 59188 Approved by: marcus (mentor)
* Fix COMMENT with an a-umlaut.nork2003-11-142-2/+2
| | | | | | PR: ports/59188 Submitted by eik Not objected to by: openoffice
* Add kheisereg, utility to search offline within the article databasearved2003-11-135-0/+85
| | | | | | | of the magazines "c't" and "iX" PR: 59156 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* OpenOffice -> OpenOffice.orgmaho2003-11-094-4/+4
| | | | Submitted by: Pavel@Janik.cz (Pavel Janik)
* Language setting was wrong for german.maho2003-11-091-1/+1
|
* Add OpenOffice.org 1.1 for german.maho2003-11-083-0/+117
|
* Forgot to change Makefile s..maho2003-11-081-1/+1
| | | | | | | Pointed out: sf Pointy hat to: myself Thank you very much fujishima-san!
OpenPOWER on IntegriCloud