cvs commit: ports/www Makefile ports/www/py-django-tastypie Makefile distinfo pkg-descr

Xin LI delphij at FreeBSD.org
Tue May 8 21:25:51 UTC 2012


delphij     2012-05-08 21:25:51 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-django-tastypie Makefile distinfo pkg-descr 
  Log:
  Creating delicious APIs for Django apps since 2010.
  
  Here are some common reasons for tastypie:
  
      * You need an API that is RESTful and uses HTTP well.
      * You want to support deep relations.
      * You DON'T want to have to write your own serializer to make the output
        right.
      * You want an API framework that has little magic, very flexible and maps
        well to the problem domain.
      * You want/need XML serialization that is treated equally to JSON (and
        YAML is there too).
      * You want to support my perceived NIH syndrome, which is less about
        NIH and more about trying to help out friends/coworkers.
  
  PR:             ports/167716
  Submitted by:   William Grzybowski <william88 gmail.com>
  
  Revision  Changes    Path
  1.3178    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/py-django-tastypie/Makefile (new)
  1.1       +2 -0      ports/www/py-django-tastypie/distinfo (new)
  1.1       +16 -0     ports/www/py-django-tastypie/pkg-descr (new)


More information about the cvs-all mailing list