Bug 226702 - New port: deskutils/mat, the Metadata Anonymization Toolkit (& dependency: textproc/py-pdfrw)
Summary: New port: deskutils/mat, the Metadata Anonymization Toolkit (& dependency: te...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-18 17:44 UTC by Val Packett
Modified: 2018-06-21 20:26 UTC (History)
1 user (show)

See Also:


Attachments
mat.patch (4.08 KB, patch)
2018-03-18 17:44 UTC, Val Packett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2018-03-18 17:44:56 UTC
Created attachment 191605 [details]
mat.patch

Choosing the category was hard… it's not really an "editor" or a "textproc" tool I guess…
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-21 20:22:21 UTC
A commit references this bug:

Author: pi
Date: Thu Jun 21 20:22:17 UTC 2018
New revision: 472998
URL: https://svnweb.freebsd.org/changeset/ports/472998

Log:
  New port: textproc/py-pdfrw

  A Python library and utility that reads and writes PDF files:

  - Version 0.4 is tested and works on Python 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6
  - Operations include subsetting, merging, rotating, modifying metadata, etc.
  - The fastest pure Python PDF parser available
  - Has been used for years by a printer in pre-press production
  - Can be used with rst2pdf to faithfully reproduce vector images
  - Can be used either standalone, or in conjunction with reportlab
    to reuse existing PDFs in new ones
  - Permissively licensed

  WWW: https://github.com/pmaupin/pdfrw

  PR:		226702
  Submitted by:	greg@unrelenting.technology

Changes:
  head/textproc/Makefile
  head/textproc/py-pdfrw/
  head/textproc/py-pdfrw/Makefile
  head/textproc/py-pdfrw/distinfo
  head/textproc/py-pdfrw/pkg-descr
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-06-21 20:24:25 UTC
A commit references this bug:

Author: pi
Date: Thu Jun 21 20:23:42 UTC 2018
New revision: 472999
URL: https://svnweb.freebsd.org/changeset/ports/472999

Log:
  New port: deskutils/mat

  MAT (Metadata Anonymisation Toolkit) is a toolbox composed of a GUI
  application, a CLI application and a library, to anonymize/remove
  metadata.

  WWW: https://mat.boum.org

  PR:		226702
  Submitted by:	greg@unrelenting.technology

Changes:
  head/deskutils/Makefile
  head/deskutils/mat/
  head/deskutils/mat/Makefile
  head/deskutils/mat/distinfo
  head/deskutils/mat/files/
  head/deskutils/mat/files/patch-libmat_mat.py
  head/deskutils/mat/pkg-descr
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2018-06-21 20:26:08 UTC
Committed, thanks!