Bug 151624 - [NEW PORT] devel/py-speaklater, Python module for translations
Summary: [NEW PORT] devel/py-speaklater, Python module for translations
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 17:30 UTC by Olivier Duchateau
Modified: 2010-11-16 06:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.41 KB, text/plain)
2010-10-21 17:30 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:30:11 UTC
Speaklater is a Python module that provides lazy strings for translations.

See, http://pypi.python.org/pypi/speaklater

Fix: Patch attached with submission follows:
Comment 1 danfe 2010-11-09 03:36:23 UTC
Looks nice, several minor corrections:

- Makefile header could be indented better: tab after port name, line up
  date created with port name (whom: line is already lined up properly)

- COMMENT should read: "Lazy string Python module for translations",
  "Implements a" text is redundant

- LICENSE better be placed after COMMENT, not after USE_* knobs (for
  readbility's sake, but that's IMHO)

- Two spaces after PKGNAMEPREFIX= should be replaced by one tab

- In pkg-comment, tab after WWW: should be single space
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-16 06:14:04 UTC
wen         2010-11-16 06:13:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-speaklater  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Speaklater is a Python module that provides lazy strings for translations.
  
  WWW: http://pypi.python.org/pypi/speaklater
  
  PR:             ports/151624
  Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
  Reviewed by:    danfe@
  
  Revision  Changes    Path
  1.4121    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-speaklater/Makefile (new)
  1.1       +2 -0      ports/devel/py-speaklater/distinfo (new)
  1.1       +3 -0      ports/devel/py-speaklater/pkg-descr (new)
  1.1       +10 -0     ports/devel/py-speaklater/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"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-11-16 06:15:51 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!