Re: [Fwd: Re: New port - please review]

2007-03-25 Thread Marcin Simonides

(pertaining gnome-subtitles port)

Phillip Neumann napisał(a):


Well dont know.

Martin, do you want to be the maintainer?

If so, add Martin... :)
else, add the BSD# proyect :)

in the repo, its present since /Thu Dec 7 15:24:44 2006 UTC, from 
version 0.0.3.


but again, Martin you want it, you get it! ;-)


It's an opportunity to learn a thing or two, so I'd be glad to maintain 
this port.
Besides, I'll be using the application once in a while so I'll have 
motivation to keep it up to date :)

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


Re: [Fwd: Re: New port - please review]

2007-03-25 Thread KillFill
El dom, 25-03-2007 a las 11:22 +0200, Marcin Simonides escribió:
 It's an opportunity to learn a thing or two, so I'd be glad to
 maintain 
 this port.
 Besides, I'll be using the application once in a while so I'll have 
 motivation to keep it up to date :) 

sounds greate!

good luck!

-- 
KillFill [EMAIL PROTECTED]

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


Re: New port - please review

2007-03-25 Thread Tom McLaughlin
On Sat, 2007-03-24 at 20:50 +0100, Marcin Simonides wrote:
 I've made a port for gnome-subtitles, a subtitle editor with video
 preview (http://gnome-subtitles.sourceforge.net/).

 Since this is my first port I'd like to ask you to review and test it
 before I submit it.
 

Looks good, just a few changes.
- change HAS_CONFIGURE to GNU_CONFIGURE
- remove the DISTNAME line since it's not needed
- add gnomeprefix to the USE_GNOME line so it installs correctly within
the Gnome hierarchy.  That'll affect the pkg-plist.  The two files
installed under share/ should then be installed under share/gnome/
- The two patch files should be named:  
patch-src_GnomeSubtitles_Execution_Executable.cs
patch-src_GnomeSubtitles_Execution_gnome-subtitles.in
to reflect the path to the files within the distfile.

Just shar the port up
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html)
and send-pr it.  CC. [EMAIL PROTECTED] on the PR and I'll take care
of it.

tom

 The file may be downloaded here: 
 http://marcin.studio4plus.com/files/gnome-subtitles-port.tgz
 Just untar it in /usr/ports, multimedia/gnome-subtitles will be created.
 
 It requires (quoting the website):
 
 Mono = 1.1 (mono to run, gmcs to build)
 Gtk-Sharp = 2.8
 Glade-Sharp = 2.8
 Gnome-Sharp = 2.8
 Gtk+ = 2.8
 
 and optionally mplayer. I hope that adding only the highest-level 
 dependencies (eg. no gtk, since it is required by gtk-sharp) is enough.
 
 It works fine on my system (6.2-stable) but package registration takes a 
 very long time. Is it normal (there is a lot of gnome dependencies to 
 register, I think) or is something wrong?
 
 Thanks in advance!
-- 
| tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org |
| FreeBSD   http://www.FreeBSD.org |
| BSD#http://www.mono-project.com/Mono:FreeBSD |

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


New port - please review

2007-03-24 Thread Marcin Simonides

I've made a port for gnome-subtitles, a subtitle editor with video
preview (http://gnome-subtitles.sourceforge.net/).

Since this is my first port I'd like to ask you to review and test it
before I submit it.

The file may be downloaded here: 
http://marcin.studio4plus.com/files/gnome-subtitles-port.tgz

Just untar it in /usr/ports, multimedia/gnome-subtitles will be created.

It requires (quoting the website):

Mono = 1.1 (mono to run, gmcs to build)
Gtk-Sharp = 2.8
Glade-Sharp = 2.8
Gnome-Sharp = 2.8
Gtk+ = 2.8

and optionally mplayer. I hope that adding only the highest-level 
dependencies (eg. no gtk, since it is required by gtk-sharp) is enough.


It works fine on my system (6.2-stable) but package registration takes a 
very long time. Is it normal (there is a lot of gnome dependencies to 
register, I think) or is something wrong?


Thanks in advance!
--
Marcin Simonides

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


Re: New port - please review

2007-03-24 Thread KillFill

Hello Marcin!

actually the BSD# ports repo, already got gnome-subtitles!

take a look:
http://forgecvs1.novell.com/viewcvs/bsd-sharp/FreeBSD-ports/multimedia/gnome-subtitles/

Soon, it will be merge into FreeBSD port possible with monodevelop too.

Boths, looks very much the same.

thanks!!

El sáb, 24-03-2007 a las 20:50 +0100, Marcin Simonides escribió:
 I've made a port for gnome-subtitles, a subtitle editor with video
 preview (http://gnome-subtitles.sourceforge.net/).
 
 Since this is my first port I'd like to ask you to review and test it
 before I submit it.
 
 The file may be downloaded here: 
 http://marcin.studio4plus.com/files/gnome-subtitles-port.tgz
 Just untar it in /usr/ports, multimedia/gnome-subtitles will be created.
 
 It requires (quoting the website):
 
 Mono = 1.1 (mono to run, gmcs to build)
 Gtk-Sharp = 2.8
 Glade-Sharp = 2.8
 Gnome-Sharp = 2.8
 Gtk+ = 2.8
 
 and optionally mplayer. I hope that adding only the highest-level 
 dependencies (eg. no gtk, since it is required by gtk-sharp) is enough.
 
 It works fine on my system (6.2-stable) but package registration takes a 
 very long time. Is it normal (there is a lot of gnome dependencies to 
 register, I think) or is something wrong?
 
 Thanks in advance!
-- 
KillFill [EMAIL PROTECTED]

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


Re: New port - please review

2007-03-24 Thread Andrew Pantyukhin

On 3/25/07, KillFill [EMAIL PROTECTED] wrote:


Hello Marcin!

actually the BSD# ports repo, already got gnome-subtitles!


already as in 2 hours after Marcin's mail?

It happens all the time - two people working on the
same thing independently. I'm sure you both did a
great job porting gnome-subtitles. Just be sure to
mention each other when it gets committed.

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


Re: New port - please review

2007-03-24 Thread KillFill
El dom, 25-03-2007 a las 01:44 +0300, Andrew Pantyukhin escribió:
 On 3/25/07, KillFill [EMAIL PROTECTED] wrote:
 
  Hello Marcin!
 
  actually the BSD# ports repo, already got gnome-subtitles!
 
 already as in 2 hours after Marcin's mail?
 
 It happens all the time - two people working on the
 same thing independently. I'm sure you both did a
 great job porting gnome-subtitles. Just be sure to
 mention each other when it gets committed.
 
 Cheers!

hehe.. yes, actually the port was in deskutils, but after seen what
Marcin did, i think its better under multimedia, as there are similar
ports there already.

^_^
-- 
KillFill [EMAIL PROTECTED]

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