aboutsummaryrefslogtreecommitdiff
path: root/www/kdedict
Commit message (Collapse)AuthorAgeFilesLines
* - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months ↵Philip M. Gollucci2011-09-071-1/+1
| | | | | | | | | | | | | from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports Notes: svn path=/head/; revision=281344
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"Olli Hauer2011-08-271-0/+3
| | | | | | | with hat apache@ Notes: svn path=/head/; revision=280566
* - USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/Olli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280092
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - USE_APACHE=yes is deprecatedPhilip M. Gollucci2009-05-081-1/+1
| | | | | | | | | PR: ports/133681 Approved by: maintainer timeout (30 days) Submitted by: me Notes: svn path=/head/; revision=233429
* Adjust MASTER_SITES to an other server of mineIon-Mihai Tetcu2008-03-251-1/+1
| | | | Notes: svn path=/head/; revision=209764
* - Fix plist after recent apache changesPav Lucistnik2007-10-261-1/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=202062
* - drop p5-DBD-File conditional dependency as is going to be removed as it onlyIon-Mihai Tetcu2007-06-161-8/+2
| | | | | | | | | | works on PERL_LEVEL < 500600 (FreeBSD 4.x which is EOL so no PORTREVISION bump) - use my @FreeBSD.org email Submitted by: erwin@ Notes: svn path=/head/; revision=193641
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* - Spell USE_APACHE correctly, and thereby fix dependenciesSimon Barner2006-02-011-2/+3
| | | | | | | | | Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) PR: ports/92562 Notes: svn path=/head/; revision=154999
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* [NEW PORT] www/kdedict: Web based DB app. to administer standard ↵Edwin Groothuis2005-12-215-0/+106
translations of a translation team KDE Dictionary is used by a few KDE i18n teams; kdedict is written by Matthias Kiefer from German team and i18n.kde.org's instalaltion is currently administered by Claudiu Costin from Romaninan Team. kdedict is a web based database to administer the standard translations of a translation team. You can search the database for different criterias and the found entries are shown in a table. kdedict does not use a full blown database but stores the information in a plain text file. This way, everybody can easily run kdedict offline (using a local web server) without having to install and admin a big database. To enable users to update their locale database easily, kdedict offers a download option. But if you have basic knowledge of Perl, it should be no problem to adapt kdedict for using a real database. The database consists of the fields: original text, description, translation, description, category of the word (i.e. GUI, Network), date of last update and flag, if the translation is accepted by the team. This flag allows you to include translations, that your team is not in agreement about, into the database. kdedict is able to manage user logins, so you can easily maintain your database over the web. When logged in, it is easy to edit, insert or delete entries. kdedict can also manage multiple languages, by creating one table for each user. WWW: http://i18n.kde.org/tools/kdedict/ PR: ports/90507 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=151723