[haiku-development] PoorMan development finished
- From: Ma Jie <china.majie@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Mon, 30 Mar 2009 16:13:08 +0800
Hi all,
I am happy to announce that PoorMan development is finished. And now I
want to know how can I submit the patch. It's compressed to about
60KB. I tried to create a patch by using svn diff, but the sub
directory is not included. I think I should attach the whole source
files?
And there is two targets in the thttpd makefile I don't know how to
translate them into Jam language. This is the first time I use Jam so
I need your help.
mime_encodings.h: mime_encodings.txt
rm -f mime_encodings.h
sed < mime_encodings.txt > mime_encodings.h \
-e 's/#.*//' -e 's/[ ]*$$//' -e '/^$$/d' \
-e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$$/", 0 },/'
mime_types.h: mime_types.txt
rm -f mime_types.h
sed < mime_types.txt > mime_types.h \
-e 's/#.*//' -e 's/[ ]*$$//' -e '/^$$/d' \
-e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$$/", 0 },/'
BTW, I am interested in applying to google summer of code, and coding
for haiku. Is there any idea project left?
Regards,
majie
Other related posts: