Re: [9fans] Hack font for plan9

2016-11-17 Thread michaelian ennis
I have a version of inconsolata that quanstro converted for me a very long
time ago. It's here:

 https://github.com/mennis/9inconsolata

Ian


Re: [9fans] Plan 9 5th Edition

2016-11-17 Thread Ori Bernstein
Plan9 doesn't use make. It has a mkfile as well.

On Thu, 17 Nov 2016 15:29:58 -0500, Chris McGee  wrote:

> It doesn't build for me anymore. Fixing the make file seemed non trivial.
> 
> Chris
> 
> > On Nov 17, 2016, at 12:50 PM, Ori Bernstein  wrote:
> > 
> > https://bitbucket.org/oridb/libgit2
> > 
> > If someone wants to actually turn it into a git client, it at least builds
> > (or used to).
> > 
> >> On Thu, 17 Nov 2016 11:16:20 -0500, Dave MacFarlane  
> >> wrote:
> >> 
> >>> On Wed, Nov 16, 2016 at 6:53 PM, Chris McGee  wrote:
> >>> For git, there's a wrapper script for github and others. But yes, a fuller
> >>> featured git would be good. There are some projects trying to do that in 
> >>> Go.
> >>> Maybe that'll work someday.
> >> 
> >> I know I started a really half-assed, wholly-abandoned implementation
> >> here: https://github.com/driusan/go-git
> >> when I was starting to learn Go so that I could fix a bug in some of
> >> my code on Plan 9 (eventually I just made
> >> the change, tested it, and copied the file to a supported git platform
> >> over drawterm, and commited it from there..)
> >> 
> >> Who else is trying to do it?
> >> 
> >> - Dave
> >> 
> > 
> > 
> > -- 
> >Ori Bernstein
> > 
> 


-- 
Ori Bernstein



Re: [9fans] Plan 9 5th Edition

2016-11-17 Thread Chris McGee
There's also Gogits.

https://github.com/gogits/git

I haven't tried it yet.

Chris

> On Nov 17, 2016, at 11:16 AM, Dave MacFarlane  wrote:
> 
>> On Wed, Nov 16, 2016 at 6:53 PM, Chris McGee  wrote:
>> For git, there's a wrapper script for github and others. But yes, a fuller
>> featured git would be good. There are some projects trying to do that in Go.
>> Maybe that'll work someday.
> 
> I know I started a really half-assed, wholly-abandoned implementation
> here: https://github.com/driusan/go-git
> when I was starting to learn Go so that I could fix a bug in some of
> my code on Plan 9 (eventually I just made
> the change, tested it, and copied the file to a supported git platform
> over drawterm, and commited it from there..)
> 
> Who else is trying to do it?
> 
> - Dave
> 


Re: [9fans] Plan 9 5th Edition

2016-11-17 Thread Chris McGee
It doesn't build for me anymore. Fixing the make file seemed non trivial.

Chris

> On Nov 17, 2016, at 12:50 PM, Ori Bernstein  wrote:
> 
> https://bitbucket.org/oridb/libgit2
> 
> If someone wants to actually turn it into a git client, it at least builds
> (or used to).
> 
>> On Thu, 17 Nov 2016 11:16:20 -0500, Dave MacFarlane  
>> wrote:
>> 
>>> On Wed, Nov 16, 2016 at 6:53 PM, Chris McGee  wrote:
>>> For git, there's a wrapper script for github and others. But yes, a fuller
>>> featured git would be good. There are some projects trying to do that in Go.
>>> Maybe that'll work someday.
>> 
>> I know I started a really half-assed, wholly-abandoned implementation
>> here: https://github.com/driusan/go-git
>> when I was starting to learn Go so that I could fix a bug in some of
>> my code on Plan 9 (eventually I just made
>> the change, tested it, and copied the file to a supported git platform
>> over drawterm, and commited it from there..)
>> 
>> Who else is trying to do it?
>> 
>> - Dave
>> 
> 
> 
> -- 
>Ori Bernstein
> 



Re: [9fans] Plan 9 5th Edition

2016-11-17 Thread Ori Bernstein
https://bitbucket.org/oridb/libgit2

If someone wants to actually turn it into a git client, it at least builds
(or used to).

On Thu, 17 Nov 2016 11:16:20 -0500, Dave MacFarlane  wrote:

> On Wed, Nov 16, 2016 at 6:53 PM, Chris McGee  wrote:
> > For git, there's a wrapper script for github and others. But yes, a fuller
> > featured git would be good. There are some projects trying to do that in Go.
> > Maybe that'll work someday.
> 
> I know I started a really half-assed, wholly-abandoned implementation
> here: https://github.com/driusan/go-git
> when I was starting to learn Go so that I could fix a bug in some of
> my code on Plan 9 (eventually I just made
> the change, tested it, and copied the file to a supported git platform
> over drawterm, and commited it from there..)
> 
> Who else is trying to do it?
> 
> - Dave
> 


-- 
Ori Bernstein



Re: [9fans] Plan 9 5th Edition

2016-11-17 Thread Dave MacFarlane
On Wed, Nov 16, 2016 at 6:53 PM, Chris McGee  wrote:
> For git, there's a wrapper script for github and others. But yes, a fuller
> featured git would be good. There are some projects trying to do that in Go.
> Maybe that'll work someday.

I know I started a really half-assed, wholly-abandoned implementation
here: https://github.com/driusan/go-git
when I was starting to learn Go so that I could fix a bug in some of
my code on Plan 9 (eventually I just made
the change, tested it, and copied the file to a supported git platform
over drawterm, and commited it from there..)

Who else is trying to do it?

- Dave