summaryrefslogtreecommitdiffstats
path: root/german
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to use ${AWK}, ${GREP} or ${TAIL} in != before includingfenner2002-01-291-2/+3
| | | | | | bsd.port.pre.mk. Submitted by: distfile survey
* Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before includingfenner2002-01-291-2/+2
| | | | | | bsd.port.pre.mk . Submitted by: distfile survey
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-295-10/+10
| | | | | | | | 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.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | | | 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.
* Change some defines from "YES" to "yes"dinoex2002-01-281-1/+1
| | | | See samples in the porters-handbook.
* Mark port broken (until April when 6.0 get's released :-)mbr2002-01-221-0/+1
| | | | Submitted by: Joachim Strömbergson <watchman@ludd.luth.se>
* Fix the package list and remove netscape plugin if installedmbr2002-01-224-346/+190
|
* Fix the plugin install. Look if there is a linux netscape installedmbr2002-01-224-16/+112
| | | | | | and use it's plugin dir to install. PR: ports/33318
* Add new ports: french/koffice-i18n, german/koffice-i18n and ↵sada2002-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>
* - make portlint happierdinoex2002-01-052-4/+4
| | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail
* Add message explaining that after installation the user have to run the programsobomax2001-12-292-4/+12
| | | | | | | as root in order to create registration key in ${DATADIR}. PR: 33286 Submitted by: David <ddavid_3@yahoo.com>
* Hardcode another /cdrom, since the define is not overwritten by thembr2001-12-281-3/+1
| | | | | | PRE section. Install the patches too for a WITH_CDROM installation. Approved by: demon
* Add linux-eagle , an easy to use, yet powerful tool for designingsobomax2001-12-265-0/+703
| | | | printed circuit boards.
* Hardcode the /cdrom path, until bsd.port.mk is fixed. I don't knowmbr2001-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
* Maintainer is now a committermbr2001-12-242-2/+2
| | | | Approved by: demon
* Change my email address, upgrade to latest version and fixmbr2001-12-236-24/+42
| | | | | | | | the endless loop during install in the case no netscape was installed. PR: ports/31390 Reviewed by: Dmitry Sivachenko <mitya@cavia.pp.ru>
* Bump PORTREVISION due to recent update of sunsolve patch.demon2001-12-191-0/+1
| | | | Submitted by: MAINTAINER
* Update for new sunsolve patch.demon2001-12-183-5/+48
| | | | | PR: 32969 Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER)
* Fix pkg-plist.demon2001-12-181-3864/+3399
| | | | | PR: 32908 Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER)
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Style police: remove trailing space in WWW taglioux2001-11-201-1/+1
|
* Opps, this is a bourne script, not binary.obrien2001-10-171-1/+1
|
* Clean up the Makefile some by using .for and reducing wrapped lines.obrien2001-10-161-28/+24
|
* Allow easier tracking.obrien2001-10-161-0/+1
|
* Farther tweaks to fix the coredumping during setup.obrien2001-10-1611-1729/+57
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* chmod is a wonderful thing -- it can do more than one thing at a time.obrien2001-10-151-2/+1
|
* We can more easily just echo the single line that is in sversionrcobrien2001-10-152-7/+3
| | | | than copy & sed it.
* - Add missing file sversionrcalex2001-10-144-38/+42
| | | | | | | | | | | | | - Added fix for WRKDIRPREFIX size and better english. Thank goes to Mike Meyer <mwm@mired.org> - Depend on installed libXrender.so.1.0 (linux-base-7) - Create symlink for libXrender.so within the staroffice installation. - Fix broken ".if !exists" cases with "ls -fs" instead just "ln -s" - Fix spelling errors Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER)
* Remove additional "'"alex2001-10-131-1/+1
| | | | | | PR: 31242 Submitted by: David <ddavid_3@yahoo.com> Approved by: maintainer
* Upgrade to StarOffice 6.0 (repo-copied from staroffice52).demon2001-10-1212-3142/+5867
| | | | | PR: 31161 Submitted by: Martin Blapp <mb@imp.ch>
* Fix the CDROM install of StarOffice.jedgar2001-10-032-14/+32
| | | | | PR: 30983 Submitted by: Maintainer
* Update to 0.93dinoex2001-10-012-2/+2
| | | | | - Fixed problem in current - Support for charsets extended
* - Fix grammar in Abstractdinoex2001-09-181-4/+3
| | | | | | | - Update URL PR: 30552 Submitted by: bartequi@neomedia.it
* Use full path to mount and utilites, because /sbin might not be in PATH.alex2001-09-052-4/+4
| | | | | | Fix last-minute brainos in the message for linprocfs. Submitted by: fenner
* - Add check for installed and running linprocfsalex2001-09-042-0/+33
| | | | | | - Sync french version with the english and german version Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER)
* problem:dinoex2001-08-293-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revision is ofen misleading when slave ports have own PORTVERSION, maintainer has to bump local PORTREVISION fore each master port change. de-ispell-20001109_2 (master: 3.2.04_1) de-ispell-20001109 (master: 3.2.05) use of PKGNAMESUFFIX traces version better: testpatterns: $ pkg_version -t de-ispell-20001109-3.2.05_1 de-ispell-20001109-3.2.05_1 = -------------------------------------------v $ pkg_version -t de-ispell-20001109-3.2.05_1 de-ispell-20001109-3.2.05 > -----------------------------------------------------------------------v $ pkg_version -t de-ispell-20001109-3.2.05_1 de-ispell-20001109-3.2.05_2 < ------------------------------v $ pkg_version -t de-ispell-20011109-3.2.05_1 de-ispell-20001109-3.2.05_1 > ------------------------------v $ pkg_version -t de-ispell-20011109-3.2.05_1 de-ispell-20001109-3.2.05_2 > Transition from old method to new: $ pkg_version -t de-ispell-20011109_3 de-ispell-20011109-3.2.05_2 < Approved by: alex@big.endian.de
* Add missing BUILD_DEPENDS line.dinoex2001-08-251-0/+2
|
* Remove garbage at and of line.alex2001-08-232-2/+2
| | | | Submitted by: bento
* Avoid to build with broken Optimisationdinoex2001-08-211-0/+1
|
* Fix problem with PKGNAMEPREFIX setdinoex2001-08-201-1/+1
|
* Add an english abtract.dinoex2001-08-191-8/+4
| | | | | | It is an german communication-protocol over modem lines, a gateway for mail and news, complient to the german "GATEBAU" regulations. It is the native protocol for the z-netz newsgroups.
* New port of unix-connectdinoex2001-08-186-0/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [German] UNIX-Connect kann sehr vielseitig eingesetzt werden. Entwickelt wurde es, um ein Unix-System als Server im Z-NETZ (im alten Sinne) einsetzen zu koennen. Nebeneffekt ist die Gateway-Funktion. Gerade die Gateway-Routinen sind relativ gut portabel (ANSI-C ohne wesentliche UNIX-Einfluesse), und daher bereits auf anderen Computertypen realisiert worden. Bei den Online-Routinen ist das schwieriger, aber nicht unmoeglich. UNIX-Connect kann auch als Point benutzt werden - also um am heimischen Linux-System die Nachrichten aus der Z-NETZ MailBox vor Ort im ELM oder NN zu lesen. Dieser Einsatzmoeglichkeit widmet die Dokumentation ein eigenes Kapitel, da hierbei sehr viele Konfigurationsprobleme von vornherein vermieden werden koennen. Autoren: * 1993-1994 Martin Husemann * 1995-1998 Christopher Creutzig * 1997-1998 Detlef Wuerkner * 1995-2000 Moritz Both * 1997-2000 Matthias Andree * 1997-2000 Andreas Barth * 1999-2000 Krischan Jodies * 1996-2001 Dirk Meyer FTP: ftp://ftp.sf.net/pub/sourceforge/unix-connect/ FTP: ftp://unix-connect.sf.net/pub/unix-connect/ FTP: ftp://ftp.dinoex.org/pub/unix-connenct/ WWW: http://www.dinoex.de/unix-connect.html
* Add PORTREVISION=3.alex2001-08-141-0/+5
| | | | | | Include Makefile.local, if possible. Submitted by: dinoex
* Add PORTREVISION=3.alex2001-08-141-0/+5
| | | | | | Include Makefile.local, when possible. Submitted by: dinoex
* Remove DISTNAME and UNSQ hacks, they have been merged to the masterport.alex2001-08-141-2/+0
| | | | Submitted by: dinoex
* - Update path from masterportdinoex2001-08-011-2/+2
|
* - DISTNAME needs PORTVERSION of master PORTdinoex2001-08-011-0/+7
| | | | | | | - Add support for Makefile.local - PORTREVISTION bumped PR: 28368
* Minor Staroffice 5.2 fixes and addons for the english and german port.obrien2001-06-032-34/+61
| | | | | | | | | | - Remove non working MASTER_SITES - Make Adabas installation optional with make WITH_ADABAS=YES - Add a check for free disk space in Makefile - Replace a "/usr/local" with $PREFIX, which should fix make $PREFIX= - Replace german "umlauts" in the german port. Submitted by: Martin Blapp <mb@imp.ch>
* - Make this PORTS a slave port of www/webalizerdinoex2001-05-299-279/+6
| | | | - Allow Makefile.local in the slave dir.
* A German-English dictionary program for X windows/Unixnectar2001-05-256-0/+51
|
OpenPOWER on IntegriCloud