Hello... I noticed that puppet is not in the FreeBSD ports collection. Is anyone working on adding it? Or has someone made a ports Makefile for local use they can share? -- Christopher McCrory "The guy that keeps the servers running" chrismcc@pricegrabber.com http://www.pricegrabber.com Let''s face it, there''s no Hollow Earth, no robots, and no ''mute rays.'' And even if there were, waxed paper is no defense. I tried it. Only tinfoil works.
On Dec 18, 2006, at 1:17 PM, Christopher McCrory wrote:> Hello... > > I noticed that puppet is not in the FreeBSD ports collection. Is > anyone > working on adding it? Or has someone made a ports Makefile for > local use > they can share?It looks like Cory King has done the necessary work: http://mail.madstop.com/pipermail/puppet-users/2006-December/000751.html Sounds like he''s planning on uploading it but hasn''t gotten around to it yet. -- Finn''s Law: Uncertainty is the final test of innovation. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
There are a couple things that need to be cleaned up before this can go into the "public" freebsd tree. I''ve assigned both facter and puppet to a fictitious category (local/sysutils). The puppet Makefile also lists sqlite3, activerecord and ruby''s sqlite3 binding as dependencies. Preferably this stuff should become an option (WITH_SQLITE3 or something). I also think it would be useful to install all the files in ./example to /usr/local/share/puppet/example, but I am still a bit of newbie with ports so I''m not sure how to do it the proper way. Extract this into /usr/ports/local... http://www.coryking.com/ports.tgz I''ve seen other ports with a *-devel, and it would be nice to be able to pull down/check out a nightly build using that. The asterisk guys have a port that does a svn checkout of the trunk... wonder if we could do that too. If you clean this up a bit, let me know. I really want to inject this into the main ports tree so I don''t need all this ./local business :-) Christopher McCrory wrote:> Hello... > > I noticed that puppet is not in the FreeBSD ports collection. Is anyone > working on adding it? Or has someone made a ports Makefile for local use > they can share? > > >