Commit graph

5 commits

Author SHA1 Message Date
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
taca
c95e55f60b Update transifex-client to 0.10. This is a leaf package and a warning mail
would be sent from Transifex when using old transifex-client.

Here is some of changes from commit log.

* Use urllib3 for the API call; it allows to have proper SSL certificate
  verification (see CVE-2013-2073) as well as drop a lot of code.
* Add --psuedo option.
2013-12-24 03:26:19 +00:00
taca
4905181387 Update transifex-client to 0.9, fixing CVE-2013-2073.
pkgsrc changes; use wget instead of curl to fetch.

Quote from release announce on the blog.

* Verify SSL certificates. Even though the client opened an encrypted
  connection to the server, it did not validate the certificate used. As a
  result, the client was open to MITM attacks. The new version will always
  validate the certificate first and refuse to connect to the server if there
  is a problem with it.

* Add support for soft links in UNIX systems. You can now use soft links in
  your project directories. This would be useful in cases where you have a
  large project and you would prefer to assign the localization files to
  multiple Transifex projects.

* Add support for local .transifexrc files. You can now have a .transifexrc
  file in your project directory. The entries in the file will override the
  ones from the main one. This would be useful in cases you would prefer to
  use a different set of credentials for a project than the ones you use for
  the rest of your projects in Transifex.

* Make the client more friendly to users in Windows. The .tx/config file now
  supports forward slashes for the paths in Windows, in accordance to what
  UNIX uses. As a result, people can now share a .tx/config irrespective of
  whether they use a UNIX-based system (like Linux and Mac OS X) or Windows.
2013-05-23 14:54:53 +00:00
taca
7a182201bd Correct HOEPAGE noted by PR pkg/47848 from Ilias-Dimitrios Vrachnis. 2013-05-23 13:17:52 +00:00
taca
637fe14214 Add transifex-client package version 0.8.0.
The Transifex Command-line Client is a command line tool that enables
you to easily manage your translations within a project without the need
of an elaborate UI system.

You can use the command line client to easily create new resources, map
locale files to translations and synchronize your Transifex project with
your local repository and vice verca. Translators and localization
managers can also use it to handle large volumes of translation files
easily and without much hassle.
2012-10-06 16:43:37 +00:00