aboutsummaryrefslogtreecommitdiff
path: root/textproc/pootle
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: Does not installAntoine Brodin2014-03-081-0/+1
| | | | | | | | | | | | | | | ===> Checking if textproc/pootle already installed usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: option --single-version-externally-managed not recognized Reported by: pkg-fallout Notes: svn path=/head/; revision=347490
* Unbreak index, py-lucene was removed so remove LUCENE optionAntoine Brodin2014-02-281-7/+2
| | | | Notes: svn path=/head/; revision=346568
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-1/+1
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* In categories starting with [t-z], remove empty lines from pkg-plist.Alexey Dokuchaev2013-03-171-4/+0
| | | | Notes: svn path=/head/; revision=314447
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Add conflictsAlex Kozlov2012-07-122-11/+15
| | | | | | | | | | | - Convert to new options framework - Fix WWW in pkg-descr (thanks to Dru Lavigne) PR: ports/169727 Submitted by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=300801
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Modify rc script to append options specified in pootle_flags to start commandSteven Kreuzer2011-10-112-1/+2
| | | | | | | | | PR: ports/154548 Submitted by: Oleksiy Zagorskiy <zalex_ua@i.ua> Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=283379
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Update to 2.1.6Frederic Culot2011-04-152-4/+3
| | | | | | | | PR: ports/156400 Submitted by: Denis Pokataev <catone AT cpan.org> (maintainer) Notes: svn path=/head/; revision=272748
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* Update to 2.1.5Josh Paetzel2011-01-193-3/+6
| | | | | | | | | PR: ports/154138 Submitted by: Denis Pokataev <catone@cpan.org> Feature safe: yes Notes: svn path=/head/; revision=268001
* Update to 2.1.4Josh Paetzel2010-12-223-3/+6
| | | | | | | | | PR: ports/153363 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=266721
* - Fix plistPav Lucistnik2010-11-251-2/+0
| | | | | | | | PR: ports/152536 Submitted by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=265148
* Update to version 2.1.3Josh Paetzel2010-11-234-8/+13
| | | | | | | | | PR: ports/152479 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=265021
* Update to 2.1.2Josh Paetzel2010-11-083-7/+9
| | | | | | | | PR: ports/151933 Approved by: Denis Pokataev <catone@cpan.org> (Maintainer) Notes: svn path=/head/; revision=264249
* - fix pylucene dependencyMartin Matuska2010-10-031-1/+1
| | | | | | | Reported by: pointyhat (pav) Notes: svn path=/head/; revision=262339
* - fix overwriting of configuration file in pkg-plistMartin Matuska2010-09-292-423/+424
| | | | | | | | | | | - fix depends so that pootle works with Python versions other than 2.6 - replace share/pootle with %%DATADIR%% in pkg-plist PR: ports/151065 Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=262101
* Update to 2.1.1Josh Paetzel2010-09-154-905/+750
| | | | | | | | | | | Add OPTIONs to install optional software PR: ports/150577 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Approved by: Denis Pokataev <catone@cpan.org> Notes: svn path=/head/; revision=261234
* - Update to 2.0.5Martin Wilke2010-07-163-4/+7
| | | | | | | | PR: 148625 Submitted by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=257839
* - Update to 2.0.4 (fixes django 1.2 compatibility)Martin Matuska2010-06-288-398/+418
| | | | | | | | | | | | - Honor PREFIX - Significantly improve startup script - Allow user to customize POOTLE(USER|GROUP|DBDIR|RUNDIR|LOGDIR) Feature safe: yes Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=257117
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 2.0.3Sylvio Cesar Teixeira2010-04-054-960/+973
| | | | | | | | | PR: ports/144933 Submitted by: Denis Pokataev <catone@cpan.org> (maintainer) Approved by: itetcu (mentor,implicit) Notes: svn path=/head/; revision=252278
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update 2.0.2Sergey Skvortsov2010-02-084-16/+33
| | | | | | | | PR: ports/143669 Submitted by: Denis Pokataev <catone xx cpan.org> Notes: svn path=/head/; revision=249427
* Add pootle 2.0.0, pootle is a user-friendly web portal for simpleSergey Skvortsov2009-12-318-0/+1438
translation process. Notes: svn path=/head/; revision=246933