Committed, thanks!
On 2025-03-13 20:05, Theo Buehler wrote:
On Thu, Mar 13, 2025 at 07:59:21PM +0100, Volker Schlecht wrote:
I'm uncertain about leaving SHARED_LIBS unbumped, but AFAICT it isn't a
LIB_DEPENDS anywhere, and the dependent ports (sysutils/eza, sysutils/lsd and
sysutils/btop) still
On Thu, Mar 13, 2025 at 07:59:21PM +0100, Volker Schlecht wrote:
> I'm uncertain about leaving SHARED_LIBS unbumped, but AFAICT it isn't a
> LIB_DEPENDS anywhere, and the dependent ports (sysutils/eza, sysutils/lsd and
> sysutils/btop) still build fine.
The code changes are purely internal (two .c
I'm uncertain about leaving SHARED_LIBS unbumped, but AFAICT it isn't a
LIB_DEPENDS anywhere, and the dependent ports (sysutils/eza, sysutils/lsd and
sysutils/btop) still build fine.
Thus a careful ok volker@ and maybe someone can weigh in on the SHARED_LIBS
question.
On 2025-03-13 11:18, Bryan
On Wed, Mar 05, 2025 at 05:23:44PM -0800, Bryan Vyhmeister wrote:
> This is a maintainer update for textproc/lowdown to 2.0.2. The changes
> for 2.0.0 and 2.0.2 are:
>
> Version 2.0.0:
>
> "Formalise using semantic versioning ("semver"). The prior version
> (1.4.0) introduced API changes that wer
This is a maintainer update for textproc/lowdown to 2.0.2. The changes
for 2.0.0 and 2.0.2 are:
Version 2.0.0:
"Formalise using semantic versioning ("semver"). The prior version
(1.4.0) introduced API changes that were incompatible: future versions
will follow semver to prevent confusion.
Adds s
This is a maintainer update for textproc/lowdown to 1.4.0. The changes
for 1.3.1, 1.3.2, and 1.4.0 are:
Version 1.3.1:
"Add --template functionality to -tlatex.
Add and() and or() as initial values to template expressions. These
allow for ifdef to test for multiple values at once."
Version 1.3.
> > $ /usr/src/lib/check_sym /usr/local/lib/liblowdown.so.1.1 \
> > /usr/ports/pobj/lowdown-1.3.0/fake-amd64/usr/local/lib/liblowdown.so.2.0
> > /usr/local/lib/liblowdown.so.1.1 -->
> > /usr/ports/pobj/lowdown-1.3.0/fake-amd64/usr/local/lib/liblowdown.so.2.0
> > No dynamic export changes
> > E
On Wed, Dec 04, 2024 at 11:04:54PM +0100, Theo Buehler wrote:
> > Everything works fine in my testing. A symbol was removed so I bumped
> > the minor for SHARED_LIBS.
>
> If a symbol was removed then you need to do a major bump. I see no
> symbol removal.
>
> However, the public struct lowdown_op
> Everything works fine in my testing. A symbol was removed so I bumped
> the minor for SHARED_LIBS.
If a symbol was removed then you need to do a major bump. I see no
symbol removal.
However, the public struct lowdown_opts has a new member. This changes
the ABI and therefore requires a major bum
This is a maintainer update for textproc/lowdown to 1.3.0. The changes
for 1.3.0 are:
"Specify that characters not complying with the metadata key
specification are replaced with underscores (which are allowed by the
metadata key character restrictions) instead of as curently with
question marks (
thanks, committed
On 2024/11/23 22:24, Bryan Vyhmeister wrote:
> On Sat, Nov 16, 2024 at 07:05:15PM -0800, Bryan Vyhmeister wrote:
> > This is a maintainer update for textproc/lowdown to 1.2.0. The changes
> > for 1.2.0 are:
> >
> > "Output OSC8 hyperlinks in -tterm mode. See OSC8 Adoption for th
On Sat, Nov 16, 2024 at 07:05:15PM -0800, Bryan Vyhmeister wrote:
> This is a maintainer update for textproc/lowdown to 1.2.0. The changes
> for 1.2.0 are:
>
> "Output OSC8 hyperlinks in -tterm mode. See OSC8 Adoption for the gist.
> This won't affect terminals not supporting links (such as with O
This is a maintainer update for textproc/lowdown to 1.2.0. The changes
for 1.2.0 are:
"Output OSC8 hyperlinks in -tterm mode. See OSC8 Adoption for the gist.
This won't affect terminals not supporting links (such as with OpenBSD's
default xterm). As of this change, all links (including image links
On Sun, Oct 13, 2024 at 10:28:53AM +0100, Stuart Henderson wrote:
> check_sym does not show cases where function parameters or structs
> change in an incompatible way (diffing headers is usually the way to
> find those) so it's not perfect, but it's useful for picking up on some
> things you might
On 2024/10/12 23:50, Bryan Vyhmeister wrote:
> On Sun, Oct 13, 2024 at 08:46:45AM +0200, Theo Buehler wrote:
> > Committed, thanks.
> >
> > > > I don't believe these changes warrant a SHARED_LIBS bump but I could be
> > > > wrong. Everything seems to work fine from my testing.
> >
> > You can use
On Sun, Oct 13, 2024 at 08:46:45AM +0200, Theo Buehler wrote:
> Committed, thanks.
>
> > > I don't believe these changes warrant a SHARED_LIBS bump but I could be
> > > wrong. Everything seems to work fine from my testing.
>
> You can use /usr/src/lib/check_sym
>
> $ /usr/src/lib/check_sym
> /u
Committed, thanks.
> > I don't believe these changes warrant a SHARED_LIBS bump but I could be
> > wrong. Everything seems to work fine from my testing.
You can use /usr/src/lib/check_sym
$ /usr/src/lib/check_sym
/usr/ports/pobj/lowdown-1.1.2/fake-amd64/usr/local/lib/liblowdown.so.1.0
/usr/loc
On Sat, Oct 12, 2024 at 11:34:57PM -0700, Bryan Vyhmeister wrote:
> This is a maintainer update for textproc/lowdown to 1.1.2. The changes
> for 1.1.1 and 1.1.2 are:
>
> "Add documentation for --html-titleblock and slightly change semantics
> where it will print regardless if in -s mode.
>
> Add
This is a maintainer update for textproc/lowdown to 1.1.2. The changes
for 1.1.1 and 1.1.2 are:
"Add documentation for --html-titleblock and slightly change semantics
where it will print regardless if in -s mode.
Add regression code coverage to main website, include make rules for
generating cove
On Thu, Jul 04, 2024 at 01:01:30PM -0700, Bryan Vyhmeister wrote:
> This is a maintainer update for textproc/lowdown to 1.1.0. I
> incorporated the feedback in this thread and this has been working fine
> for me. There were a number of changes and fixes that can be viewed here
> since the previous
This is a maintainer update for textproc/lowdown to 1.1.0. I
incorporated the feedback in this thread and this has been working fine
for me. There were a number of changes and fixes that can be viewed here
since the previous version of 1.0.0 in ports.
https://kristaps.bsd.lv/lowdown/archive.html
On Sun, Jun 30, 2024 at 03:04:33PM +0100, Stuart Henderson wrote:
> New version so don't bump REVISION.
>
> If you regenerate PLIST it tries to add liblowdown.so; that should be
> disabled somehow (either: patch to stop it in the first place, rm in
> post-install, or @comment in PLIST).
I added t
On 2024/06/28 20:24, Bryan Vyhmeister wrote:
> I missed this attempt to update this port. Thank you for attempting the
> update. Here is my patch.
>
> Bryan
>
>
> Index: textproc/lowdown/Makefile
> ===
> RCS file: /cvs/ports/textpro
I missed this attempt to update this port. Thank you for attempting the
update. Here is my patch.
Bryan
Index: textproc/lowdown/Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.31
diff -u -p -u -r1
On 2024/05/30 10:34, Justin Berthault wrote:
> Hi ports@
>
> Trivial update for lowdown to latest version (1.1.0)
>
> No errors where I tried to rebuild my website and convert some files.
>
> cc maintainer@
>
>
> diff /usr/ports
> commit - 1d153f0cab58ff8ac9ca5e49028143439a8daadd
> path + /usr
Hi ports@
Trivial update for lowdown to latest version (1.1.0)
No errors where I tried to rebuild my website and convert some files.
cc maintainer@
diff /usr/ports
commit - 1d153f0cab58ff8ac9ca5e49028143439a8daadd
path + /usr/ports
blob - b8563e3bfd373abc147a9a6ba2a2c1a23a475bb5
file + textpro
Bryan Vyhmeister wrote:
> On Mon, Jul 25, 2022 at 09:45:43PM +0200, Omar Polo wrote:
> > Bryan Vyhmeister wrote:
> > > This is another maintainer update of lowdown from 0.10.0 to 1.0.0.
> > > There are quite a few changes included in the in-between releases. The
> > > changes included are:
> > >
On Mon, Jul 25, 2022 at 09:45:43PM +0200, Omar Polo wrote:
> Bryan Vyhmeister wrote:
> > This is another maintainer update of lowdown from 0.10.0 to 1.0.0.
> > There are quite a few changes included in the in-between releases. The
> > changes included are:
> >
> > [...]
> >
> > I did testing on
Bryan Vyhmeister wrote:
> This is another maintainer update of lowdown from 0.10.0 to 1.0.0.
> There are quite a few changes included in the in-between releases. The
> changes included are:
>
> [...]
>
> I did testing on amd64 with no issues. It does appear that the
> liblowdown static library i
This is another maintainer update of lowdown from 0.10.0 to 1.0.0.
There are quite a few changes included in the in-between releases. The
changes included are:
lowdown 0.11.0: "Add class and identifier extended attributes to
headers. These are stipulated in PHP Markdown Extra. Documentation in
low
On Sun, Oct 24, 2021 at 03:28:03PM +0200, Frederic Cambus wrote:
> Hi ports@,
>
> Here is a diff to update lowdown to 0.9.2.
>
> Comments? OK?
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/lowdown/Makefile,v
> retrieving
Frederic Cambus wrote:
> Hi ports@,
>
> Here is a diff to update lowdown to 0.9.2.
>
> Comments? OK?
The usual checks pass. Test suite runs fine.
Tested on amd64.
ok sdk@
Hi ports@,
Here is a diff to update lowdown to 0.9.2.
Comments? OK?
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile27 Jul 2021 10:51:48 -
On Thu, Mar 18, 2021 at 11:50:04AM +0100, Frederic Cambus wrote:
> Hi ports@,
>
> Here is a diff to update lowdown to 0.8.3.
>
> Those versions bring several bugfixes and split lowdown(1) into
> lowdown-diff(1) for easier reading.
>
> Comments? OK?
>
> Index: Makefile
>
Hi ports@,
Here is a diff to update lowdown to 0.8.3.
Those versions bring several bugfixes and split lowdown(1) into
lowdown-diff(1) for easier reading.
Comments? OK?
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makef
On Wed, Feb 10, 2021 at 09:28:48PM -0800, Bryan Vyhmeister wrote:
> On Tue, Feb 09, 2021 at 06:15:06PM +0100, Caspar Schutijser wrote:
> > Hi,
> >
> > Below is a diff that updates textproc/lowdown to 0.8.1. Tested on amd64.
>
> OK maintainer
>
> Thank you for doing this.
Committed, thanks!
On Tue, Feb 09, 2021 at 06:15:06PM +0100, Caspar Schutijser wrote:
> Hi,
>
> Below is a diff that updates textproc/lowdown to 0.8.1. Tested on amd64.
OK maintainer
Thank you for doing this.
Bryan
Hi,
Below is a diff that updates textproc/lowdown to 0.8.1. Tested on amd64.
Caspar Schutijser
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile
On Wed, Dec 09, 2020 at 02:04:44PM -0800, Bryan Vyhmeister wrote:
> On Wed, Dec 09, 2020 at 07:34:25PM +0100, Caspar Schutijser wrote:
> > Below is a diff that updates textproc/lowdown to 0.7.4. Tested on amd64,
> > seems to work fine here.
>
> The patch is based in /usr/ports/textproc/lowdown ins
On Wed, Dec 09, 2020 at 07:34:25PM +0100, Caspar Schutijser wrote:
> Below is a diff that updates textproc/lowdown to 0.7.4. Tested on amd64,
> seems to work fine here.
The patch is based in /usr/ports/textproc/lowdown instead of /usr/ports.
I just updated the patch myself for ease of applying but
Hi,
Below is a diff that updates textproc/lowdown to 0.7.4. Tested on amd64,
seems to work fine here.
Caspar Schutijser
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22
On Tue, Jul 28, 2020 at 08:04:20PM +0200, Paco Esteban wrote:
> On Sat, 18 Jul 2020, Caspar Schutijser wrote:
>
> > Hi,
> >
> > Below is a diff that updates textproc/lowdown to 0.7.1. Tested on amd64.
>
> Works ok for me on amd64 too. I tested it re-generating my personal
> site and some random
On Sat, 18 Jul 2020, Caspar Schutijser wrote:
> Hi,
>
> Below is a diff that updates textproc/lowdown to 0.7.1. Tested on amd64.
Works ok for me on amd64 too. I tested it re-generating my personal
site and some random Markdown files to HTML and all seems good.
ok paco, waiting for maintainer.
Hi,
Below is a diff that updates textproc/lowdown to 0.7.1. Tested on amd64.
Thanks,
Caspar Schutijser
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Mak
On Fri, 22 May 2020, Lucas Raab wrote:
> Hello,
>
> Fresh off the heels of the 0.6.4 update is 0.6.5.
>
> Changelog: https://kristaps.bsd.lv/lowdown/archive.html
Builds and works for me on amd64.
The pkg-config(1) addition is a nice touch.
ok paco
--
Paco Esteban.
0x5818130B8A6DBC03
Hello,
Fresh off the heels of the 0.6.4 update is 0.6.5.
Changelog: https://kristaps.bsd.lv/lowdown/archive.html
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefil
On Sun, May 17, 2020 at 08:22:42AM -0500, Lucas Raab wrote:
> ping
I committed your update, thanks.
On Sun, Apr 19, 2020 at 09:37:48PM -0800, Micah Muer wrote:
> On Sun, 19 Apr 2020 19:18:57 -0500
> Lucas Raab wrote:
>
> > On Sun, Apr 12, 2020 at 09:41:24AM -0500, Lucas Raab wrote:
> > > On Sat, Apr 4, 2020, at 10:18, Lucas Raab wrote:
> > > > Hello,
> > > >
> > > > Here is a lowdown update to
On Sun, 19 Apr 2020 19:18:57 -0500
Lucas Raab wrote:
> On Sun, Apr 12, 2020 at 09:41:24AM -0500, Lucas Raab wrote:
> > On Sat, Apr 4, 2020, at 10:18, Lucas Raab wrote:
> > > Hello,
> > >
> > > Here is a lowdown update to 0.6.4.
> > >
> > > Bryan, everything seem ok?
> > >
> > > Thanks,
> > > L
On Sun, Apr 12, 2020 at 09:41:24AM -0500, Lucas Raab wrote:
> On Sat, Apr 4, 2020, at 10:18, Lucas Raab wrote:
> > Hello,
> >
> > Here is a lowdown update to 0.6.4.
> >
> > Bryan, everything seem ok?
> >
> > Thanks,
> > Lucas
> >
> > Index: Makefile
> > =
On Sat, Apr 4, 2020, at 10:18, Lucas Raab wrote:
> Hello,
>
> Here is a lowdown update to 0.6.4.
>
> Bryan, everything seem ok?
>
> Thanks,
> Lucas
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/lowdown/Makefile,v
> retr
Hello,
Here is a lowdown update to 0.6.4.
Bryan, everything seem ok?
Thanks,
Lucas
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile22 Feb 2020
On 2020/02/22 11:29, Stuart Henderson wrote:
> On 2020/02/21 18:29, Micah Muer wrote:
> > I think the lines were mangled in my last email. Sorry about that!
> > Here's the patch with proper formatting, I hope.
>
> Yes they were, and that's better. Thanks, committed.
>
Oops sorry Bryan, I didn't
On 2020/02/21 18:29, Micah Muer wrote:
> I think the lines were mangled in my last email. Sorry about that!
> Here's the patch with proper formatting, I hope.
Yes they were, and that's better. Thanks, committed.
I think the lines were mangled in my last email. Sorry about that!
Here's the patch with proper formatting, I hope.
Thanks,
Micah
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.18
diff -u
Here is a simple update of textproc/lowdown from 0.4.6 to 0.5.4. Changes
are detailed here: https://kristaps.bsd.lv/lowdown/archive.html
Thanks,
Micah
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving r
This is another simple maintainer update of lowdown from 0.4.3 to 0.4.6.
The changes included in this release are:
lowdown 0.4.4: "In CommonMark mode, have the first ordered list item be
output as the initial list value. This differs from regular MarkDown,
which always starts lists at one. Also br
> On Jun 5, 2019, at 10:46 PM, Bryan Vyhmeister wrote:
>
>> On Fri, May 31, 2019 at 06:17:41PM +0200, Paco Esteban wrote:
>>> On Thu, 23 May 2019, Micah Muer wrote:
>>>
>>> Here is a simple diff to update lowdown from 0.4.2 to 0.4.3.
>>>
>>> The changelog is very short:
>>>
Version 0.4
On Fri, May 31, 2019 at 06:17:41PM +0200, Paco Esteban wrote:
> On Thu, 23 May 2019, Micah Muer wrote:
>
> > Here is a simple diff to update lowdown from 0.4.2 to 0.4.3.
> >
> > The changelog is very short:
> >
> > >Version 0.4.3, 2019-04-01
> > >
> > >Fix a segmentation fault.
> >
> > I tested
On Thu, 23 May 2019, Micah Muer wrote:
> Here is a simple diff to update lowdown from 0.4.2 to 0.4.3.
>
> The changelog is very short:
>
> >Version 0.4.3, 2019-04-01
> >
> >Fix a segmentation fault.
>
> I tested this on OpenBSD -current on amd64. It works fine from what I
> see.
Works just fin
Here is a simple diff to update lowdown from 0.4.2 to 0.4.3.
The changelog is very short:
>Version 0.4.3, 2019-04-01
>
>Fix a segmentation fault.
I tested this on OpenBSD -current on amd64. It works fine from what I
see.
Thanks!
Index: Makefile
On Wed, Dec 26, 2018 at 04:14:18PM -0800, Bryan Vyhmeister wrote:
> On Wed, Dec 26, 2018 at 09:31:48PM +0100, Anton Lindqvist wrote:
> > Hi,
> > Trivial update to latest version from maintainer; changelog can be found
> > here[1]. While here, configure arguments must be passed as arguments and
> >
Bryan Vyhmeister writes:
> On Wed, Dec 26, 2018 at 09:31:48PM +0100, Anton Lindqvist wrote:
> > Hi,
> > Trivial update to latest version from maintainer; changelog can be found
> > here[1]. While here, configure arguments must be passed as arguments and
> > not using env.
> >
> > Anyone willing to
On Wed, Dec 26, 2018 at 09:31:48PM +0100, Anton Lindqvist wrote:
> Hi,
> Trivial update to latest version from maintainer; changelog can be found
> here[1]. While here, configure arguments must be passed as arguments and
> not using env.
>
> Anyone willing to replace me as the maintainer?
>
> Com
Hi,
Trivial update to latest version from maintainer; changelog can be found
here[1]. While here, configure arguments must be passed as arguments and
not using env.
Anyone willing to replace me as the maintainer?
Comments? OK?
[1] https://kristaps.bsd.lv/lowdown/archive.html
Index: Makefile
===
Hi,
I've been working with upstream (Kristaps) to bundle libdiff in lowdown
instead of requiring a new dependency. See the previous discussion[1]
for further reference.
Besides that, trivial bump from maintainer.
Comments? OK?
[1] https://marc.info/?l=openbsd-ports&m=153435837909825&w=2
Index:
Hi,
Update lowdown to 0.3.3 from maintainer. Changelog can be found here[1].
Comments? OK?
[1] https://kristaps.bsd.lv/lowdown/archive.html
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.1
On Tue, Apr 24 2018, Anton Lindqvist wrote:
> On Tue, Apr 24, 2018 at 04:48:09PM +0200, Jeremie Courreges-Anglas wrote:
>> On Mon, Apr 23 2018, Anton Lindqvist wrote:
>> > On Sun, Apr 22, 2018 at 01:44:59PM -0800, Micah Muer wrote:
>> >> Here is a trivial update to the latest release of textproc/
On Tue, Apr 24, 2018 at 04:48:09PM +0200, Jeremie Courreges-Anglas wrote:
> On Mon, Apr 23 2018, Anton Lindqvist wrote:
> > On Sun, Apr 22, 2018 at 01:44:59PM -0800, Micah Muer wrote:
> >> Here is a trivial update to the latest release of textproc/lowdown.
> >> Builds and runs for me on amd64 curr
On Mon, Apr 23 2018, Anton Lindqvist wrote:
> On Sun, Apr 22, 2018 at 01:44:59PM -0800, Micah Muer wrote:
>> Here is a trivial update to the latest release of textproc/lowdown.
>> Builds and runs for me on amd64 current-. Changelog here
>> https://kristaps.bsd.lv/lowdown/archive.html
>>
>> Thanks
On Sun, Apr 22, 2018 at 01:44:59PM -0800, Micah Muer wrote:
> Here is a trivial update to the latest release of textproc/lowdown.
> Builds and runs for me on amd64 current-. Changelog here
> https://kristaps.bsd.lv/lowdown/archive.html
>
> Thanks!
Thanks, I have the same diff in my tree. Anyone e
On Sun, Apr 22, 2018 at 01:44:59PM -0800, Micah Muer wrote:
> Here is a trivial update to the latest release of textproc/lowdown.
> Builds and runs for me on amd64 current-. Changelog here
> https://kristaps.bsd.lv/lowdown/archive.html
>
> Thanks!
Thanks, I have the same diff in my tree. Anyone e
Here is a trivial update to the latest release of textproc/lowdown.
Builds and runs for me on amd64 current-. Changelog here
https://kristaps.bsd.lv/lowdown/archive.html
Thanks!
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdo
On Thu, Oct 26 2017, Anton Lindqvist wrote:
> Hi,
> Update lowdown to 0.3.1 from maintainer. Existing CFLAGS from the
> environment are now respected, pointed out by jca@ in the previous
> update[1]. Complete changelog can be found here[2].
>
> Comments? OK?
Nice. ok jca@
>
> [1] https://marc.i
Hi,
Update lowdown to 0.3.1 from maintainer. Existing CFLAGS from the
environment are now respected, pointed out by jca@ in the previous
update[1]. Complete changelog can be found here[2].
Comments? OK?
[1] https://marc.info/?l=openbsd-ports&m=150850262811216&w=2
[2] https://kristaps.bsd.lv/lowdo
On Fri, Oct 20, 2017 at 02:28:01PM +0200, Jeremie Courreges-Anglas wrote:
> On Fri, Oct 20 2017, Anton Lindqvist wrote:
> > Hi,
> > Update lowdown to 0.3.0 from maintainer. Changelog can be found here[1].
> >
> > Comments?
>
> ''make clean all DEBUG=whatever'' doesn't pass "whatever" in CFLAGS.
>
On Fri, Oct 20 2017, Anton Lindqvist wrote:
> Hi,
> Update lowdown to 0.3.0 from maintainer. Changelog can be found here[1].
>
> Comments?
''make clean all DEBUG=whatever'' doesn't pass "whatever" in CFLAGS.
I fail to see how CFLAGS are passed to the underlying build system.
This is already the c
Hi,
Update lowdown to 0.3.0 from maintainer. Changelog can be found here[1].
Comments? OK?
[1] https://kristaps.bsd.lv/lowdown/archive.html
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.7
On Thu Oct 05, 2017 at 07:46:49AM +, Anton Lindqvist wrote:
> Hi,
> Update lowdown to 0.2.7 from maintainer. Most notably, a reference
> manual of the Markdown accepted by lowdown has been added. Complete
> changelog can be found here[1].
>
> Comments? OK?
>
> [1] https://kristaps.bsd.lv/lowd
Hi,
Update lowdown to 0.2.7 from maintainer. Most notably, a reference
manual of the Markdown accepted by lowdown has been added. Complete
changelog can be found here[1].
Comments? OK?
[1] https://kristaps.bsd.lv/lowdown/archive.html
Index: Makefile
==
Hi,
Update lowdown from 0.1.12 to 0.2.4 from maintainer. Most notably, the
library has been documented. Complete changelog can be found here[1].
Comments? OK?
[1] https://kristaps.bsd.lv/lowdown/archive.html
Index: Makefile
===
RCS
Hi,
Update lowdown to 0.1.12 from maintainer, changelog below:
- Fix how the final metadata with multiple lines wouldn't have the last
line processed.
Comments? OK?
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefil
Hi,
Update lowdown to 0.1.11 from maintainer, see changelog below:
- Support `[%metadata]` embedded in documents. (Thanks to Anton
Lindqvist for furnishing several patches for metadata!) Note that
lowdown doesn't do anything with metadata beyond pasting or standalone
document creation. Metad
Hi,
Update lowdown to 0.1.10, from maintainer.
Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile5 Mar 2017 17:10:41 - 1.2
+++ Makefile
On Sun, 5 Mar 2017 16:40:32 +0100, Anton Lindqvist
wrote:
> Hi,
> Here's an update of lowdown to 0.1.9. I'm a lowdown contributor and
> Kristaps asked me to maintain the port, which I don't mind. Summary of
> changes:
>
> - Make use of the new simple configure script
>
> - Install liblowdown an
Hi,
Here's an update of lowdown to 0.1.9. I'm a lowdown contributor and
Kristaps asked me to maintain the port, which I don't mind. Summary of
changes:
- Make use of the new simple configure script
- Install liblowdown and corresponding header and man-page
- Add missing pledge comment
Index: Ma
86 matches
Mail list logo