Re: GSoC Proposal

2017-04-01 Thread Mojca Miklavec
On 2 April 2017 at 04:23, Zero King wrote: > macOS VMs on Travis would do `port lint | tee lint.txt; if grep > "^Error: " lint.txt ; then ...` > > and `port install ...` (`port test ...` if test exists) and if one of them > failed Travis will report that back to GitHub. > > Also Travis will keep l

Re: GSoC Proposal

2017-04-01 Thread Zero King
macOS VMs on Travis would do `port lint | tee lint.txt; if grep "^Error: " lint.txt ; then ...` and `port install ...` (`port test ...` if test exists) and if one of them failed Travis will report that back to GitHub. Also Travis will keep logs so lint results will be available there. On 4

Re: GSoC Proposal

2017-04-01 Thread Ken Cunningham
Have you seen how homebrew does this? I imagine he means something like that: Every submission has to be submitted to the 10.10 - 10.12 bots first, to see if it builds. Every submission is suggested / required to have at least a minimal test `myport --version` to make sure something actually wo

Re: GSoC Proposal

2017-04-01 Thread Mojca Miklavec
Can you please elaborate a bit more on Travis CI will do lint and install tests on macOS 10.10-12 for PRs and commits. What does "install tests" refer to exactly? Mojca

Re: manpages is mdoc(7)

2017-04-01 Thread Jan Stary
On Apr 01 09:24:22, keybou...@gmail.com wrote: > In the past, I attempted to write stuff with man page macros. > I could not find any actual docs on the macros or how to use them. > I found that there was no consistent style or rules > from reverse engineering the shipped system man pages. Whether

Re: manpages is mdoc(7)

2017-04-01 Thread Jan Stary
> On Apr 01 14:24:42, rai...@macports.org wrote: > > Many open source projects generate their man pages from a high-level > > markup language. I am only aware of the various *BSD systems that keep > > writing roff directly. Just to clarify: * no-one is advocating "writing roff directly". * mdoc(7

Re: manpages is mdoc(7)

2017-04-01 Thread Jan Stary
On Apr 01 14:24:42, rai...@macports.org wrote: > > I'm not hoping to change the course here, > > but what were the manpages written in before this? > > porthier.7 is in mdoc(7), with .Dd June 1, 2007 > > - were all the base manpages im mdoc(7) before? > > Back when the NewHelpSystem [1] was starte

Re: expired certificate

2017-04-01 Thread John Patrick
think you have posted to the wrong mailing list. macosforge.org != macports.org On 1 April 2017 at 09:32, Jan Stary wrote: > The certificate for https://lists.macosforge.org > has expired on February 26. > > Jan >

[GSoC 2017] Student Application deadline for GSoC 2017 is near!

2017-04-01 Thread Jackson Isaac
Hi, This is a gentle reminder for GSoC 2017. Student applications close on 3rd April 2017 at 1600 UTC. Remember to upload your final proposal as PDF on the GSoC portal in order to be considered for GSoC 2017. -- Jackson Isaac

Re: GSoC Proposal

2017-04-01 Thread Bradley Giesbrecht
> On Mar 31, 2017, at 6:21 PM, Zero King wrote: > > > On 3/31/17 6:23 PM, Rainer Müller wrote: >> First of all, great to see a proposal coming from you as a project member! > Thanks. >> We do not have anything else in Go yet, so this would be new to our >> infrastructure. I am a bit hesitant wi

Re: [macports-ports] branch master updated: mosh: 1.3.0, switch to CommonCrypto

2017-04-01 Thread Ryan Schmidt
> On Mar 31, 2017, at 16:37, Clemens Lang wrote: > > Clemens Lang (neverpanic) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/216bfe002ea78203d6ad4bfd19926147a95637d3 > > The following commit(s) were added to refs/heads

Re: manpages is mdoc(7)

2017-04-01 Thread Michael
My ... (if 2 bits is 25 cents, then 0.2 bits is 2.5 cents, ... ok, call it inflation) 0.2 bits on this subject: In the past, I attempted to write stuff with man page macros. I could not find any actual docs on the macros or how to use them. I found that there was no consistent style or rules fr

Re: manpages is mdoc(7)

2017-04-01 Thread Rainer Müller
On 2017-04-01 10:28, Jan Stary wrote: > But the age of the asciidoc rewrite has nothing to do with it, right? > > I'm not hoping to change the course here, > but what were the manpages written in before this? > porthier.7 is in mdoc(7), with .Dd June 1, 2007 > - were all the base manpages im mdoc(

Re: expired certificate

2017-04-01 Thread Joshua Root
On 2017-4-1 19:32 , Jan Stary wrote: The certificate for https://lists.macosforge.org has expired on February 26. Yes, it has, but we have no control over macosforge.org. - Josh

Re: GSOC Application

2017-04-01 Thread Chinmaya Bhat
Thank you for your swift response! I read through the guide and have tried to understand the task in detail. I've shared a draft proposal with MacPorts on the GSOC site. Please review. Regards, Chinmaya On Fri, 31 Mar 2017 at 01:02 Rainer Müller wrote: > Hello, > > On 03/30/2017 04:04 PM, Chin

Re: [macports-ports] branch master updated: py-python-augeas: update to version 1.0.0

2017-04-01 Thread Ryan Schmidt
> On Mar 31, 2017, at 20:05, Marius Schamschula wrote: > > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/af1dd2be9dd55b1f1fcc71f64aaf5e5ff8ed3b91 > > The following commit(s) were added

expired certificate

2017-04-01 Thread Jan Stary
The certificate for https://lists.macosforge.org has expired on February 26. Jan

Re: manpages is mdoc(7)

2017-04-01 Thread Jan Stary
On Mar 31 23:07:06, ryandes...@macports.org wrote: > > Anyway, the mdoc(7) rewrite is apparently not happening. > > Right; the asciidoc rewrite of the manpages was just released to the public > in MacPorts 2.4 so there's probably no interest in changing it again so soon. But the age of the ascii