Re: Ports maintainer or adopting a port

2007-03-31 Thread Beech Rintoul
On Friday 30 March 2007, Kimi Ostro said:
 Hello list

 Not sure if this is appropriate for this list, basically I am
 looking to hear from past, current and future ports maintainers:

 is it fun? what are the requirements? (besides time) what does it
 mean to you? do you recommend it? best way to get started? what do
 I need to know about FreeBSD  Ports?

The first thing you should do is to subscribe to freebsd-ports@ 
mailing list.

Next you should read the Porter's Handbook and become very familiar 
with it. Just about everything you need to know is in there.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html


 I am looking at adopting a port or two and looking to gain more
 insight, maybe someone that can do projects page for ports? which
 holds a list of unmaintained ports??

Here is a list of broken ports with no maintainer:

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

You can also adopt any port that the maintainer is listed as ports@

Have fun,

Beech

-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer or adopting a port

2007-03-31 Thread Beech Rintoul
On Friday 30 March 2007, Beech Rintoul said:
 On Friday 30 March 2007, Kimi Ostro said:
  Hello list
 
  Not sure if this is appropriate for this list, basically I am
  looking to hear from past, current and future ports maintainers:
 
  is it fun? what are the requirements? (besides time) what does it
  mean to you? do you recommend it? best way to get started? what
  do I need to know about FreeBSD  Ports?

 The first thing you should do is to subscribe to freebsd-ports@
 mailing list.

 Next you should read the Porter's Handbook and become very familiar
 with it. Just about everything you need to know is in there.

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/i
ndex.html

  I am looking at adopting a port or two and looking to gain more
  insight, maybe someone that can do projects page for ports? which
  holds a list of unmaintained ports??

I forgot to mention you can go to http://www.freshports.org and do a 
search on maintainer [EMAIL PROTECTED] That will list all 4283 of 
the unmaintained ports. Take your pick and go for it. :-)


 Here is a list of broken ports with no maintainer:

 http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

 You can also adopt any port that the maintainer is listed as ports@

 Have fun,

 Beech



-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer or adopting a port

2007-03-31 Thread John Nielsen
On Saturday 31 March 2007, Kimi Ostro wrote:
 Not sure if this is appropriate for this list, basically I am looking
 to hear from past, current and future ports maintainers:

 is it fun?

I maintain a couple ports. Both were new in that they weren't in the ports 
collection before I submitted them. Both were pieces of software that I 
wanted to use, and for me the ports system made the actual porting much 
easier than it otherwise would have been. I didn't have to figure out how 
to use gmake instead of make, didn't have to manually extract the tarball 
every time I wanted a clean start (just do make extract or make patch 
once you have a couple basic lines in the port's makefile). Similarly, once 
you have a basic packing list you can make install and make deinstall 
instead of trying to copy or delete things manually. I think it's a lot of 
fun as long as you don't bite off more than you can chew.

 what are the requirements? (besides time)

In the case of software that isn't updated frequently, the requirements are 
pretty minimal, especially if you aren't doing the initial port. You should 
try to be proactive in keeping track of updates to the software (or at the 
very least respond quickly to e-mails to you as the port maintainer). For 
many programs you don't need to have much if any programming experience, 
just a willingness to read and understand the Porter's Handbook, and the 
ability to get your head around make(1) and Makefiles. Obviously 
programming experience is helpful in cases where things won't build cleanly 
or weren't written with portability in mind.

 what does it mean to you? do you recommend it?

I definitely recommend it. One of my favorite things to get in my e-mail 
is Commited, thanks! I second Garrett's two cents about warm fuzzies and 
community contribution[1], and as a side benefit you get bragging rights 
which can be useful in the broader open-source community or even with 
regards to employment or things like discounted web hosting.

 best way to get started? what do I need to know about FreeBSD  Ports?

Partially covered above; you should be familiar with FreeBSD in general and 
how and where it is used. Participation in the community (esp. via the 
mailing lists) is at least as important actually using the OS regularly for 
real-world activities. To get started just pick something to work on and do 
it; preferably something that has some utility or importance to you. If you 
get stuck ask for help (here or on -ports, generally). When you get 
something that's usable and at least a little polished, send in a PR. The 
ports team does an awesome job of giving feedback and getting things 
committed quickly once they're ready.

 I am looking at adopting a port or two and looking to gain more
 insight, maybe someone that can do projects page for ports? which
 holds a list of unmaintained ports??

Others have suggested good ways to identify unmaintained ports. There is 
also a lot of software out there that's not in the ports tree but easily 
could be. Sourceforge projects, Perl modules on CPAN, and other websites 
might be good places to look around and see what's out there.

JN

[1] I enjoy esr's take on open-source and the gift culture philosophy: 
http://www.catb.org/~esr/writings/cathedral-bazaar/homesteading/ar01s06.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports maintainer or adopting a port

2007-03-30 Thread Kimi Ostro

Hello list

Not sure if this is appropriate for this list, basically I am looking
to hear from past, current and future ports maintainers:

is it fun? what are the requirements? (besides time) what does it mean
to you? do you recommend it? best way to get started? what do I need
to know about FreeBSD  Ports?

I am looking at adopting a port or two and looking to gain more
insight, maybe someone that can do projects page for ports? which
holds a list of unmaintained ports??

--
Kimi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer or adopting a port

2007-03-30 Thread Garrett Cooper

Kimi Ostro wrote:

Hello list

Not sure if this is appropriate for this list, basically I am looking
to hear from past, current and future ports maintainers:

is it fun? what are the requirements? (besides time) what does it mean
to you? do you recommend it? best way to get started? what do I need
to know about FreeBSD  Ports?

I am looking at adopting a port or two and looking to gain more
insight, maybe someone that can do projects page for ports? which
holds a list of unmaintained ports??

Kimi,
   2 centsLike many things it's fulfilling to look at a hard day's 
(or a few minutes, hours, etc, the lesser of the bunch) and be satisfied 
at what you've accomplished, for this is a community effort and not a 
one-way street. (not meaning to sound hippy~ish, but..) Ideally everyone 
should help one another out and benefit the entire community as a whole. 
That's what this is designed for. /2 cents
   You should subscribe to the ports@ list though. There's periodically 
a list of broken ports sent out, and inquiries about port maintainers, 
etc. Very similar to what you're looking into I believe.

Cheers,
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer

2006-11-01 Thread Lowell Gilbert
Lane [EMAIL PROTECTED] writes:

 On Tuesday 31 October 2006 21:33, Robert Huff wrote:
 Kevin Brunelle writes:
   On Tuesday 31 October 2006 21:43, Miguel Vazquez Gocobachi wrote:
I am interesting to be a ports maintainer for FreeBSD project.
What need I do?
 
   Find a port that needs a maintainer and take over it or find a
   program not in ports and bring it in.
 
   There are many ports that need people to maintain them.
   Subscribe to the ports mailing list and you'll see occasional
   posts about ports which are unmaintained and broken.

  I'll get a jump on the process, and nominate
 www/linuxpluginwrapper.


  Robert Huff

 I second that!

Unfortunately, porting effort isn't what that port really needs.  
Keeping it running the way it worked in the past would be really more
a matter of development effort.

If you are volunteering for that, great!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer

2006-11-01 Thread Jerry McAllister

 Hi there!
 
 I am interesting to be a ports maintainer for FreeBSD project. What need I 
 do?

How about adopting /usr/ports/net/arla.
It no longer works in FreeBSD 6.xxx because of changes
in the way locks work.

The process is simple - make it work and identify yourself as
being willing and able to maintain the port and you can be
the maintainer.   But, you may have to show you can do it first
by actually being successful and reliable at being the maintainer
and that you produce well written software.

jerry

 Thanks a lot.
 Miguel
 
 -- 
 Miguel Vazquez Gocobachi
 Web Developer/Designer| Phone: (662) 1744395
 139 Arroyo hondo, Nacameri| Home: (662) 2516753
 Hermosillo, Son 83287 MX  | GPG: 4A6E14B1
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer

2006-11-01 Thread Robert Huff

Lowell Gilbert writes:

  I am interesting to be a ports maintainer for FreeBSD project.
  What need I do?
   
 Find a port that needs a maintainer and take over it or find a
 program not in ports and bring it in.

 I'll get a jump on the process, and nominate
 www/linuxpluginwrapper.
  
   I second that!
  
  Unfortunately, porting effort isn't what that port really needs.  
  Keeping it running the way it worked in the past would be really
  more a matter of development effort.

Call it what you will; it's broken, at least for OSVER = 7,
and making it work/keeping it working will put the OP on a _lot_ of
people's thank you lists.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports maintainer

2006-10-31 Thread Miguel Vazquez Gocobachi

Hi there!

I am interesting to be a ports maintainer for FreeBSD project. What need I do?

Thanks a lot.
Miguel

--
Miguel Vazquez Gocobachi
Web Developer/Designer| Phone: (662) 1744395
139 Arroyo hondo, Nacameri| Home: (662) 2516753
Hermosillo, Son 83287 MX  | GPG: 4A6E14B1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer

2006-10-31 Thread Kevin Brunelle
On Tuesday 31 October 2006 21:43, Miguel Vazquez Gocobachi wrote:
 Hi there!

 I am interesting to be a ports maintainer for FreeBSD project. What need I
 do?

 Thanks a lot.
 Miguel

Find a port that needs a maintainer and take over it or find a program not in 
ports and bring it in.

There are many ports that need people to maintain them.  Subscribe to the 
ports mailing list and you'll see occasional posts about ports which are 
unmaintained and broken.

It's not very hard... do that and be familiar with the porter's handbook and 
you'll find something in no time.

-Kevin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer

2006-10-31 Thread Robert Huff
Kevin Brunelle writes:

  On Tuesday 31 October 2006 21:43, Miguel Vazquez Gocobachi wrote:

   I am interesting to be a ports maintainer for FreeBSD project.
   What need I do?

  Find a port that needs a maintainer and take over it or find a
  program not in ports and bring it in.
  
  There are many ports that need people to maintain them.
  Subscribe to the ports mailing list and you'll see occasional
  posts about ports which are unmaintained and broken.

I'll get a jump on the process, and nominate
www/linuxpluginwrapper.


Robert Huff



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports maintainer

2006-10-31 Thread Lane
On Tuesday 31 October 2006 21:33, Robert Huff wrote:
 Kevin Brunelle writes:
   On Tuesday 31 October 2006 21:43, Miguel Vazquez Gocobachi wrote:
I am interesting to be a ports maintainer for FreeBSD project.
What need I do?
 
   Find a port that needs a maintainer and take over it or find a
   program not in ports and bring it in.
 
   There are many ports that need people to maintain them.
   Subscribe to the ports mailing list and you'll see occasional
   posts about ports which are unmaintained and broken.

   I'll get a jump on the process, and nominate
 www/linuxpluginwrapper.


   Robert Huff

I second that!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]