aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-haystack
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to PYDISTUTILS_AUTOPLIST= yesMartin Wilke2014-01-292-100/+2
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=341751
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 1.2.7Michael Scheidell2012-08-093-5/+5
| | | | | | | | | | | | - Tweak RUN_DEPENDS - Fix pkg-desc WWW (needs django>=1.3) PR: ports/168864 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer (timeout, 60 days) Notes: svn path=/head/; revision=302340
* - Update to 1.2.4Julien Laffaye2011-07-112-5/+5
| | | | | | | | | | | - Make portlint happy PR: ports/158318 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer timeout, bapt (mentor, implicit) Notes: svn path=/head/; revision=277547
* Haystack is modular search for DjangoMartin Wilke2011-06-254-0/+135
Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports Solr, Whoosh and Xapian. WWW: http://south.aeracode.org/ PR: ports/155660 Submitted by: Kristaps Kulis <kristaps.kulis at gmail.com> Notes: svn path=/head/; revision=276308