Re: how to make a port of ex-FreeBSD code...

2015-02-12 Thread Julian H. Stacey
 On Tue, Feb 10, 2015 at 03:31:54PM -0800, John-Mark Gurney wrote:
  Chris H wrote this message on Tue, Feb 10, 2015 at 15:08 -0800:
   On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com =
 wrote
  =20
Hello,
   =20
I'm going to be removing bdes (and possibly enigma) from FreeBSD and
making a port of it...
   =20
What is the best way to do this?
   =20
Should I fetch this from git/svn?  Make a new archive of this?  But if
I create a new archive, how to distribut it (keeping it in my home dir
is not an option, as I don't plan on maintaining it)?
   =20
Is there an example of other code that was retired to the ports tree?
   The only example that I can think of was fortune(6); specifically;
   the naughty fortunes that were censored. Last I heard, someone
   indicated they had ported it into ports tree.
 =20
  A port was made, but it was nevery committed (or if it was, I sure
  can't find it), so that isn't a good example..
 =20
 Have a look at devel/fmake

Perhaps as bdes is secure/usr.bin/bdes, (so perhaps `real` BSD)
these 2 might not be useful as examples, as just imports ?:

 /usr/sbin/named (9.[23]-RELEASE) 
 src/usr.sbin/named + src/contrib/bind9
 to /usr/ports/dns/bind* (10.0-RELEASE  current)

 9.2-RELEASE/src/ contrib/cvs + gnu/usr.bin/cvs
 11.0-CURRENT/ports/devel/cvs

Cheers,
Julian
-- 
Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich http://berklix.com
 Indent previous with  .  Interleave reply paragraphs like a play script.
 Send plain text, not quoted-printable, HTML, base64, or multipart/alternative.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread Chris H
On Tue, 10 Feb 2015 15:31:54 -0800 John-Mark Gurney j...@funkthat.com wrote

 Chris H wrote this message on Tue, Feb 10, 2015 at 15:08 -0800:
  On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com
  wrote 
   Hello,
   
   I'm going to be removing bdes (and possibly enigma) from FreeBSD and
   making a port of it...
   
   What is the best way to do this?
   
   Should I fetch this from git/svn?  Make a new archive of this?  But if
   I create a new archive, how to distribut it (keeping it in my home dir
   is not an option, as I don't plan on maintaining it)?
   
   Is there an example of other code that was retired to the ports tree?
  The only example that I can think of was fortune(6); specifically;
  the naughty fortunes that were censored. Last I heard, someone
  indicated they had ported it into ports tree.
 
 A port was made, but it was nevery committed (or if it was, I sure
 can't find it), so that isn't a good example..
Ahh. I remember a fairly lively discussion on @stable. Followed
by an announcement with a PR listed. So I assumed it was eventually
committed. Sorry.

--Chris
 
 -- 
   John-Mark GurneyVoice: +1 415 225 5579
 
  All that I will do, has been done, All that I have, has not.


--Chris

--


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread Chris H
On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com wrote

 Hello,
 
 I'm going to be removing bdes (and possibly enigma) from FreeBSD and
 making a port of it...
 
 What is the best way to do this?
 
 Should I fetch this from git/svn?  Make a new archive of this?  But if
 I create a new archive, how to distribut it (keeping it in my home dir
 is not an option, as I don't plan on maintaining it)?
 
 Is there an example of other code that was retired to the ports tree?
The only example that I can think of was fortune(6); specifically;
the naughty fortunes that were censored. Last I heard, someone
indicated they had ported it into ports tree.

HTH

--Chris
 
 Thanks.
 
 -- 
   John-Mark GurneyVoice: +1 415 225 5579
 
  All that I will do, has been done, All that I have, has not.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


how to make a port of ex-FreeBSD code...

2015-02-10 Thread John-Mark Gurney
Hello,

I'm going to be removing bdes (and possibly enigma) from FreeBSD and
making a port of it...

What is the best way to do this?

Should I fetch this from git/svn?  Make a new archive of this?  But if
I create a new archive, how to distribut it (keeping it in my home dir
is not an option, as I don't plan on maintaining it)?

Is there an example of other code that was retired to the ports tree?

Thanks.

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 All that I will do, has been done, All that I have, has not.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread John-Mark Gurney
Chris H wrote this message on Tue, Feb 10, 2015 at 15:08 -0800:
 On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com wrote
 
  Hello,
  
  I'm going to be removing bdes (and possibly enigma) from FreeBSD and
  making a port of it...
  
  What is the best way to do this?
  
  Should I fetch this from git/svn?  Make a new archive of this?  But if
  I create a new archive, how to distribut it (keeping it in my home dir
  is not an option, as I don't plan on maintaining it)?
  
  Is there an example of other code that was retired to the ports tree?
 The only example that I can think of was fortune(6); specifically;
 the naughty fortunes that were censored. Last I heard, someone
 indicated they had ported it into ports tree.

A port was made, but it was nevery committed (or if it was, I sure
can't find it), so that isn't a good example..

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 All that I will do, has been done, All that I have, has not.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread Baptiste Daroussin
On Tue, Feb 10, 2015 at 03:31:54PM -0800, John-Mark Gurney wrote:
 Chris H wrote this message on Tue, Feb 10, 2015 at 15:08 -0800:
  On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com 
  wrote
  
   Hello,
   
   I'm going to be removing bdes (and possibly enigma) from FreeBSD and
   making a port of it...
   
   What is the best way to do this?
   
   Should I fetch this from git/svn?  Make a new archive of this?  But if
   I create a new archive, how to distribut it (keeping it in my home dir
   is not an option, as I don't plan on maintaining it)?
   
   Is there an example of other code that was retired to the ports tree?
  The only example that I can think of was fortune(6); specifically;
  the naughty fortunes that were censored. Last I heard, someone
  indicated they had ported it into ports tree.
 
 A port was made, but it was nevery committed (or if it was, I sure
 can't find it), so that isn't a good example..
 
Have a look at devel/fmake

Bapt


pgp4YdPb4SZsO.pgp
Description: PGP signature