Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Apr 2022 10:06:19 2.7.0_11
|
Kai Knoblich (kai)  Author: Michael Gmelin |
deskutils/py-paperless: Switch to using Django 3.2
This required a few smaller changes. Also fixes permission issue that
stopped paperless_consumer from starting. |
16 Jan 2022 20:26:40 2.7.0_10
|
Michael Gmelin (grembo)  |
deskutils/py-paperless: Adjust to updated dependencies
Unbreaks pkg-plist |
11 Jan 2022 02:48:50 2.7.0_9
|
Yasuhiro Kimura (yasu)  Author: Danilo G. Baio |
textproc/py-sphinx: Update to 4.3.1
ChangeLog: https://github.com/sphinx-doc/sphinx/blob/v4.3.1/CHANGES
PR: 257116
Approved by: python (dbaio) |
11 Dec 2021 13:50:53 2.7.0_9
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
29 Aug 2021 14:54:01 2.7.0_9
|
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
10 Jun 2021 09:29:31 2.7.0_9
|
Michael Gmelin (grembo)  |
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. |
07 Apr 2021 08:09:01 2.7.0_9
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 2.7.0_9
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2.7.0_9
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Jan 2021 20:55:38
2.7.0_9
|
grembo  |
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 |
14 Jan 2021 14:34:38
2.7.0_8
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
30 Nov 2020 22:24:26
2.7.0_8
|
grembo  |
Fix pdftotext output, so that OCR is still triggered if needed.
See https://github.com/the-paperless-project/paperless/pull/712 |
27 Oct 2020 23:22:06
2.7.0_7
|
grembo  |
Fix plist (new jquery). |
17 Sep 2020 12:04:40
2.7.0_6
|
grembo  |
Improve man page layout and make it compatible with man.cgi. |
06 Jun 2020 12:06:46
2.7.0_5
|
kai  |
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) |
11 May 2020 23:51:58
2.7.0_4
|
dbaio  |
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
(Only the first 15 lines of the commit message are shown above ) |
03 Jan 2020 00:19:58
2.7.0_3
|
grembo  |
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. |
06 Dec 2019 15:28:54
2.7.0_2
|
kai  |
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] |
26 Aug 2019 13:30:12
2.7.0_1
|
grembo  |
Add protocol to CORS headers (fails otherwise), add direct dependency on
databases/py-sqlite3 (was implicit through www/py-django21 before).
Bump revision. |
13 Aug 2019 16:01:59
2.7.0 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
25 Apr 2019 14:30:39
2.7.0
|
antoine  |
Clean up plist |
30 Mar 2019 12:27:52
2.7.0
|
grembo  |
Add deskutils/py-paperless, a Django application that allows to index and
archive scanned paper documents.
PR: 236680 |