Bug 151627 - [NEW PORTS] devel/py-flask-babel, Add i18n/l10n support to Flask applications
Summary: [NEW PORTS] devel/py-flask-babel, Add i18n/l10n support to Flask applications
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 17:40 UTC by Olivier Duchateau
Modified: 2010-11-27 02:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.37 KB, text/plain)
2010-10-21 17:40 UTC, Olivier Duchateau
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2010-10-21 17:40:07 UTC
Adds i18n/l10n support to Flask applications with the help of the Babel library.

Fix: Patch attached with submission follows:
Comment 1 danfe 2010-11-09 04:31:22 UTC
Nice..  Could you consider the following?

- Space after "New ports collection makefile for:" should be tab; date
  created should be lined up with port name

- Spaces should be replaced by tabs in: MASTER_SITES=, PKGNAMEPREFIX=,
  DISTNAME=, MAINTAINER=, RUN_DEPENDS= (the latter should also be
  reindented)

- Ditton for USE_PYTHON=, USE_PYDISTUTILS=, PYDISTUTILS_PKGNAME=, and
  PYDISTUTILS_PKGVERSION=

- LICENSE could probably be placed after COMMENT, but that's more just
  a matter of personal taste

- Tab after WWW: line in pkg-descr shoud be space and kill EOL spaces
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-27 01:20:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it.
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-27 02:02:07 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-27 02:02:07 UTC
pgollucci    2010-11-27 02:01:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-flask-babel Makefile distinfo pkg-descr pkg-plist 
  Log:
  sk-Babel is an extension to Flask that adds i18n and l10n support to any Flask
  application.
  It has builtin support for date formatting with timezone support as well as a
  very simple and friendly interface to gettext translations.
  
  WWW:    http://pypi.python.org/pypi/Flask-Babel
  
  PR:             ports/151627
  Submitted by:   Olivier Duchateau <duchateau.olivier at gmail.com>
  
  Revision  Changes    Path
  1.4145    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/py-flask-babel/Makefile (new)
  1.1       +3 -0      ports/devel/py-flask-babel/distinfo (new)
  1.1       +6 -0      ports/devel/py-flask-babel/pkg-descr (new)
  1.1       +16 -0     ports/devel/py-flask-babel/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"