Up to [cvs.NetBSD.org] / pkgsrc / textproc / markdown2social
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13, Thu Oct 27 15:19:44 2022 UTC (10 months, 3 weeks ago) by nikita
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1
lines
FILE REMOVED
markdown2social: remove, no updates since 2016 and only the defunct Google+ is supported.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:54 2022 UTC (14 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 10 20:38:01 2022 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.10: +3 -2
lines
Diff to previous 1.10 (colored)
py-markdown2social: convert to egg.mk
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 1 21:05:56 2021 UTC (22 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
*: convert py-markdown users to versioned_dependencies.mk
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 4 21:43:39 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
textproc: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 2 13:20:11 2019 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 26 13:14:16 2019 UTC (4 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:35 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
extend PYTHON_VERSIONS_ for Python 3.7
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:27 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 1 14:44:00 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Add python-3.6 to incompatible versions.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:09 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 15 14:32:25 2016 UTC (7 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update markdown2social to 0.3: **Released on January 14th, 2016.** * Issue 2: Added a manual page. * Added support for a configuration file. The default is to load `~/.config/markdown2social.conf` if it exists, and the path can be overridden via the `--config_file` flag. * Added support to specify a set of "replacements" to apply to the post text after conversion. This is useful, for example, to automatically turn bare references to external systems into links.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 11 19:33:05 2015 UTC (7 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Initial addition of markdown2social, version 0.2: The markdown2social utility converts simple Markdown documents to Google+ posts ready to be shared on the social network. There is room for writing output plugins for other target sites, but at the moment only Google+ is supported.