1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

17 Commits

Author SHA1 Message Date
Michael Gmelin
b59853c588 deskutils/py-paperless: Fix man page formatting
Escape macro using \& instead of \, which makes it compatible
with groff (and man.cgi). Don't bump revision.
2021-06-10 11:29:31 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Michael Gmelin
c0c5d72e8a Fix issue caused by updating py-djangoql to 0.14.
Document search field was broken.

See
https://github.com/the-paperless-project/paperless/pull/716
2021-01-15 20:55:38 +00:00
Danilo G. Baio
b53abbd839 Remove PY_SPHINX from ports using Python 3
Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
2021-01-14 14:34:38 +00:00
Michael Gmelin
62e40a866a Fix pdftotext output, so that OCR is still triggered if needed.
See https://github.com/the-paperless-project/paperless/pull/712
2020-11-30 22:24:25 +00:00
Michael Gmelin
ab1be566dd Fix plist (new jquery). 2020-10-27 23:22:06 +00:00
Michael Gmelin
fd9eda1a95 Improve man page layout and make it compatible with man.cgi. 2020-09-17 12:04:40 +00:00
Kai Knoblich
e26c617450 deskutils/py-paperless: Change RUN_DEPENDS
* 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)
2020-06-06 12:06:46 +00:00
Danilo G. Baio
75a5f7f076 Update Sphinx
- 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
2020-05-11 23:51:58 +00:00
Michael Gmelin
485c710fc3 Port back filename transformation feature from pull request
https://github.com/the-paperless-project/paperless/pull/542

Adapt man page to new default python version. Remove stale comment.
2020-01-03 00:19:58 +00:00
Kai Knoblich
8339efe68f deskutils/py-paperless: Switch to Django 2.2
* 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]
2019-12-06 15:28:54 +00:00
Michael Gmelin
3cdc571ab8 Add protocol to CORS headers (fails otherwise), add direct dependency on
databases/py-sqlite3 (was implicit through www/py-django21 before).
Bump revision.
2019-08-26 13:30:12 +00:00
Mathieu Arnold
78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Antoine Brodin
d99fd65df6 Clean up plist 2019-04-25 14:30:39 +00:00
Michael Gmelin
e69365603b Add deskutils/py-paperless, a Django application that allows to index and
archive scanned paper documents.

PR:		236680
2019-03-30 12:27:52 +00:00