Page MenuHomeFreeBSD

editors/setzer: New port, version 0.3.4
ClosedPublic

Authored by rhurlin on Oct 17 2020, 7:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 2:36 AM
Unknown Object (File)
Jan 15 2024, 8:54 PM
Unknown Object (File)
Dec 20 2023, 7:41 AM
Unknown Object (File)
Sep 16 2023, 3:12 PM
Unknown Object (File)
Sep 16 2023, 3:12 PM
Unknown Object (File)
Sep 16 2023, 3:11 PM
Unknown Object (File)
Sep 16 2023, 3:10 PM
Unknown Object (File)
Sep 16 2023, 3:09 PM
Subscribers

Details

Summary

Write LaTeX documents with an easy to use yet full-featured editor.

Rapidly evolving editor, based on Python 3 and Gtk3.

Homepage[1] and repository[2]:
[1] https://www.cvfosammmm.org/setzer/
[2] https://github.com/cvfosammmm/Setzer

Submitted by Greg V <greg@unrelenting.technology> (maintainer) in PR 247063

Tested on Poudriere (amd64, i386). 'portlint -AC' is fine, but suggests:
'Makefile: Consider adding support for a NLS knob to conditionally disable gettext support'

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 34236
Build 31381: arc lint + arc unit

Event Timeline

You need to hook it into the tree by adding a SUBDIR entry in editors/Makefile.

This revision now requires changes to proceed.Oct 17 2020, 7:33 PM

Hook the new port into the tree by adding a SUBDIR entry in editors/Makefile.

editors/setzer/Makefile
22

^ I personallly prefer if lists likes USES are sorted in some manner, for example alphabetically.

USES entries are sorted now alphabetically.

Thanks for the hint.

This revision is now accepted and ready to land.Oct 18 2020, 6:20 AM
This revision was automatically updated to reflect the committed changes.