<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Joomla! powered Site</title>
		<description>Joomla! site syndication</description>
		<link>http://www.phamngochai.net</link>
		<lastBuildDate>Wed, 10 Mar 2010 23:02:55 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://www.phamngochai.net/images/M_images/joomla_rss.png</url>
			<title>Powered by Joomla!</title>
			<link>http://www.phamngochai.net</link>
			<description>Joomla! site syndication</description>
		</image>
		<item>
			<title>red5-bin-0.8.0.ebuild</title>
			<link>http://www.phamngochai.net/gentoo/red5-bin-0.8.0.ebuild.html</link>
			<description>
It has been sometime since I played with red5, many people asked me about my ebuild's errors :D.


I recently work with AS3 and Flex, so here comes the ebuild again. 


 


[code]


# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
MY_P=$
S=$/$
DESCRIPTION= Open Source Flash Server written in Java 
HOMEPAGE= http://osflash.org/red5 
SRC_URI= http://www.red5.org/downloads/0_8/red5-$.tar.gz 
LICENSE= LGPL-2.1 
SLOT= 1 
KEYWORDS= ~amd64 ~x86 
IUSE= doc source 
DEPEND= &amp;gt;=virtual/jdk-1.5
&amp;gt;=dev-java/ant-core-1.5 
RDEPEND= &amp;gt;=virtual/jdk-1.5 
RED5_HOME=/opt/red5
pkg_setup() {
enewgroup red5
enewuser red5 -1 -1 $ red5
}
src_install() {
newinitd  $ /red5.initd red5
newconfd  $ /red5.confd red5
doenvd  $ /21red5
if use doc ; then
dodoc doc/*
else
rm -rf doc
fi
if ! use source ; then
rm src.zip
fi
dodir $
cp -rp * $$
fowners -R red5:red5 $
fperms 0750 $/red5.sh
dosym $/webapps /var/lib/red5-webapps
}


 


[/code] 

</description>
			<category>Computer stuff - Gentoo</category>
			<pubDate>Tue, 20 Oct 2009 03:31:21 +0100</pubDate>
		</item>
		<item>
			<title>My Computers</title>
			<link>http://www.phamngochai.net/misc/my-computers.html</link>
			<description>
	
		
			 
		
		
			 
		
		
			 
		
	

</description>
			<category>Computer stuff - Misc</category>
			<pubDate>Sun, 21 Jun 2009 09:40:52 +0100</pubDate>
		</item>
		<item>
			<title>Linux Rapidshare grabber ebuild - lrg-0.2.0.ebuild</title>
			<link>http://www.phamngochai.net/gentoo/linux-rapidshare-grabber-ebuild---lrg-0.2.0.ebuild.html</link>
			<description>
It has been some time since the first release of lrg, we just reached 0.2.0 and I think that's a good milestone for an ebuild. So here it is:


(This is available in my overlay as well) 


==========================================


[code]# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit python distutils

DESCRIPTION= Python GUI tool for rapidshare premium member to download rapidshare links. 
HOMEPAGE= http://www.phamngochai.net/linux-rapidshare-grabber/ 
SRC_URI= mirror://sourceforge/lrg/$.tar.gz 

LICENSE= GPL 
SLOT= 0 
KEYWORDS= ~amd64 
IUSE=  

DEPEND= virtual/python
                dev-python/wxpython
                dev-python/pycurl 
RDEPEND= $ 

src_unpack() {
        unpack $
}

src_compile() {
        cd  $ 
        distutils_src_compile
}
src_install() {
        cd  $ 
        distutils_src_install
}[/code]

</description>
			<category>Computer stuff - Gentoo</category>
			<pubDate>Sun, 09 Nov 2008 06:50:25 +0100</pubDate>
		</item>
		<item>
			<title>lrg-0.2.0 released</title>
			<link>http://www.phamngochai.net/linux-rapidshare-grabber/lrg-0.2.0-released.html</link>
			<description>
Change log:


- Remove add result box


- Add info box in the main window


- Use DNS cache by default 


Link to download:


https://sourceforge.net/project/platformdownload.php?group_id=235420 (https://sourceforge.net/project/platformdownload.php?group_id=235420)  

</description>
			<category>Projects - Linux Rapidshare Grabber</category>
			<pubDate>Sun, 09 Nov 2008 05:32:32 +0100</pubDate>
		</item>
		<item>
			<title>lrg-0.1.5 released</title>
			<link>http://www.phamngochai.net/linux-rapidshare-grabber/lrg-0.1.5-released.html</link>
			<description>
After a vacation week, I fixed a fews bugs and I think it's time to release 0.1.5


The change log:


- Fixed abort all bug
- Added addURL results box
- Ctrl+A -&amp;gt; select ALL, Del -&amp;gt; delete


Here comes the link to the sourceforge download page:


http://sourceforge.net/project/showfiles.php?group_id=235420 (http://sourceforge.net/project/showfiles.php?group_id=235420) 

</description>
			<category>Projects - Linux Rapidshare Grabber</category>
			<pubDate>Sun, 26 Oct 2008 11:45:52 +0100</pubDate>
		</item>
	</channel>
</rss>
