aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-paperless
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.Alexey Dokuchaev2021-08-291-1/+0
|
* deskutils/py-paperless: Fix man page formattingMichael Gmelin2021-06-101-1/+1
| | | | | Escape macro using \& instead of \, which makes it compatible with groff (and man.cgi). Don't bump revision.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix issue caused by updating py-djangoql to 0.14.Michael Gmelin2021-01-153-2/+8
| | | | | | | | | | Document search field was broken. See https://github.com/the-paperless-project/paperless/pull/716 Notes: svn path=/head/; revision=561675
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-1/+1
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093 Notes: svn path=/head/; revision=561562
* Fix pdftotext output, so that OCR is still triggered if needed.Michael Gmelin2020-11-302-2/+7
| | | | | | | See https://github.com/the-paperless-project/paperless/pull/712 Notes: svn path=/head/; revision=556684
* Fix plist (new jquery).Michael Gmelin2020-10-272-2/+2
| | | | Notes: svn path=/head/; revision=553507
* Improve man page layout and make it compatible with man.cgi.Michael Gmelin2020-09-172-68/+82
| | | | Notes: svn path=/head/; revision=548839
* deskutils/py-paperless: Change RUN_DEPENDSKai Knoblich2020-06-061-7/+7
| | | | | | | | | | | | | | | | | * Switch the port from the repo-copied py-dj22-django* ports to the original ones as they're using Django 2.2 now. * Rename www/py-dj22-djangoql (that was originally created with a prefix to use a certain version of Django) to www/py-djangoql to match its naming with the other Django ports and to retain the history. * Bump PORTREVISION due changed dependencies. PR: 246850 Approved by: grembo (maintainer) Notes: svn path=/head/; revision=538086
* Update SphinxDanilo G. Baio2020-05-112-208/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* Port back filename transformation feature from pull requestMichael Gmelin2020-01-036-5/+109
| | | | | | | | | https://github.com/the-paperless-project/paperless/pull/542 Adapt man page to new default python version. Remove stale comment. Notes: svn path=/head/; revision=521891
* deskutils/py-paperless: Switch to Django 2.2Kai Knoblich2019-12-062-8/+8
| | | | | | | | | | | | | | | | | | | | * Assign the port to Django 2.2 as Django 2.1 has reached its End-of-Life on 2nd December 2019. * Also switch www/py-dj21-djangoql to Django 2.2, remove the expiration date and rename it to www/py-dj22-djangoql accordingly. Do the same for www/py-dj21-django-extensions [1] as both ports are required by its only consumer deskutils/py-paperless and were originally created for this purpose. * Bump PORTREVISION due change of the dependencies. PR: 242438 Approved by: grembo (maintainer), Kevin Golding (maintainer) [1] Notes: svn path=/head/; revision=519149
* Add protocol to CORS headers (fails otherwise), add direct dependency onMichael Gmelin2019-08-263-1/+23
| | | | | | | | databases/py-sqlite3 (was implicit through www/py-django21 before). Bump revision. Notes: svn path=/head/; revision=509944
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508835
* Clean up plistAntoine Brodin2019-04-251-101/+101
| | | | Notes: svn path=/head/; revision=500004
* Add deskutils/py-paperless, a Django application that allows to index andMichael Gmelin2019-03-3012-0/+1272
archive scanned paper documents. PR: 236680 Notes: svn path=/head/; revision=497249