Re: [OT] Horde/Chora in httpd chroot

2005-08-18 Thread marc

Jason Dixon wrote:

My bad, there is an older version of Chora (1.2.2) in ports, but it's  
quite old and doesn't support SVN.  I'll get with the maintainer off- list.


You'd better contact me then.  I have taken over all Horde/Pear ports from Anil.
I have updates for about all Pear/Horde ports which I will committ once the
tree is unlocked again.



dvdauthor port - looking for dvd to dvd solution

2005-08-18 Thread patrick ~
Greetings,

The purpose of this message is two fold. First, I'd like to
find out the status of dvdauthor port on 3.7 and secondly I
am curious to see if there is a simpler solution for what I
am attempting to do.

FYI: I'm using OPENBSD_3_7 on i386.


(1)
I'm trying to figure out if there is an official dvdauthor
port for OpenBSD. Specifically OBSD 3.7?

I did a search on MARC and only came across this post:

http://marc.theaimsgroup.com/?l=openbsd-portsm=111455839701397w=2

Are there any plans to incorporate the mentioned port into
the official ports tree? Is there any particular reason it
hasn't yet been introduced?

(2)
Allow me to explain what I'm trying to do and maybe there
is a simpler solution out there that I'm not aware of and
someone in the know-how could help direct me to it.

My goal, as the subject states, is to copy DVDs for back up
purposes. Specifically I have two 4gig DVDs of my cousin's
wedding video which I'd like to duplicate for my parents and
a few other family members. Ideally i would like to take the
two 4gig DVDs and burn them onto a dual layer DVD media, but
I'll consider that to be the icing.  I'll be happy with a
direct 1-to-1 copy of the two DVDs for starters.

I installed the dvdrip port thinking this was the solution I
was looking for. However, it looks like dvdrip is mainly for
ripping DVDs to copy them onto CDs (VCD?) only.

Did some searching on MARC and also google and the only
viable solution comes from this post:

http://www.videohelp.com/forum/viewtopic.php?t=263980

  (from post)
  mplayer -dumpvideo -dumpfile movie.m2v dvd://1
  mplayer -dumpaudio -dumpfile movie.ac3 dvd://1
  requant 1.3 movie.m2v movie-small.m2v
  rm movie.m2v
  mplex -f8 -omovie.vob movie-small.m2v movie.ac3
  rm movie-small.m2v movie.ac3
  mkdir disc
  dvdauthor -o disc -t movie.vob
  dvdauthor -o disc -T
  dvdburn Movie Title disc

So, I looked for dvdauthor port but didn't find it in the
official ports CVS tree (at least not in OPENBSD_3_7 branch).
To be honest, I'd love to bypass dvdrip if I can stick with
non-gui tools. So the above command-set seem very attractive.

I started to see what would be invovled in making a port for
dvdauthor myself (seemed like fun and educational). Following
the instructions on the Porting Checklist[1] I am posting this
message to the ports list.


Best regards,
--patrick


[1.] http://www.openbsd.org/checklist.html




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 



Re: dvdauthor port - looking for dvd to dvd solution

2005-08-18 Thread Barry Dexter A. Gonzaga

Good Day!

For straight DVD to DVD copying look at sysutils/dvd+rw-tools.

Mabuhay! barryg

-- 
Barry Dexter A. Gonzaga, bofh
[EMAIL PROTECTED] 



Re: mutt-1.5.9i crashing when reading certain e-mails

2005-08-18 Thread Frank Denis \(Jedi/Sector One\)

On Thu, Aug 18, 2005 at 03:00:22AM -0600, Peter Valchev wrote:

I don't know if this has been reported already, though I haven't
found anything so far.  Anyhow, when I read certain e-mails of the
content-type multipart/alternative mutt crashes.


 Does it still crash if you recompile libiconv, gettext and mutt against
your current libc?

--
Frank - my stupid blog: http://00f.net



Re: make breakage in /usr/src

2005-08-18 Thread Timothy Donahue
This should have been on misc@, ports@ is only for ports related
questions.

Tim Donahue

-Original Message-
From: Rene Rivera [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 18, 2005 1:04 AM
To: ports@openbsd.org
Subject: Re: make breakage in /usr/src


Ted Unangst wrote:
   1.  wrong list

Just curious... What's the right list?



-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org




Re: make breakage in /usr/src

2005-08-18 Thread Yosep Fery Wibowo
 Ted Unangst wrote:
1.  wrong list
 
 Just curious... What's the right list?

misc@ should be appropriate



Re: mutt-1.5.9i crashing when reading certain e-mails

2005-08-18 Thread Steven Schneider

* Frank Denis (Jedi/Sector One) [EMAIL PROTECTED] [050818 05:04]:

...  Anyhow, when I read certain e-mails of the
content-type multipart/alternative mutt crashes.


 Does it still crash if you recompile libiconv, gettext and mutt against
your current libc?


Nope, so far it hasn't crashed since doing the above.  Thanks.  :-)

--
W. Steven Schneider  [EMAIL PROTECTED]



Re: mutt-1.5.9i crashing when reading certain e-mails

2005-08-18 Thread Emilio Perea
On Thu, Aug 18, 2005 at 09:58:00AM -0500, Emilio Perea wrote:
 On Thu, Aug 18, 2005 at 01:01:47PM +0159, Frank Denis (Jedi/Sector One) wrote:
   Does it still crash if you recompile libiconv, gettext and mutt against
  your current libc?
 
 It still crashes here on i386, but not on amd64.

I take it back.  I thought I had recompiled them, but was still using
the older version of libiconv on the i386 computer.  It no longer
crashes after recompiling that.  Sorry about that!