<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4947135867356041100</id><updated>2011-04-21T23:11:33.515-05:00</updated><title type='text'>On my way to adopt a port</title><subtitle type='html'>These are my steps and notes to adopt/update a FreeBSD port.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4947135867356041100.post-7454697295709503026</id><published>2007-02-28T10:55:00.000-05:00</published><updated>2007-02-28T11:31:21.517-05:00</updated><title type='text'>Final part of Imgseek</title><content type='html'>After having problems creating the pkg-plist of Imgseek, I consulted with Andrew and I asked him how does he create that file?&lt;br /&gt;&lt;br /&gt;He answered me the following:&lt;br /&gt;&lt;br /&gt;He issued the following command to the two directories (imgseek-0.8.4 and 0.8.6)&lt;br /&gt;&lt;br /&gt;#diff -rq imgSeek-0.8.* | grep \^Only&lt;br /&gt;&lt;br /&gt;Output: &lt;br /&gt;&lt;br /&gt;=Only in imgSeek-0.8.4: debian&lt;br /&gt;=Only in imgSeek-0.8.6/imgSeekLib: ImageDB.py&lt;br /&gt;=Only in imgSeek-0.8.4/imgSeekLib: ImgDB.py&lt;br /&gt;=Only in imgSeek-0.8.6/imgSeekLib: imgseek_pt_BR.qm&lt;br /&gt;=Only in imgSeek-0.8.6/imgSeekLib: jpegloader-win.cpp&lt;br /&gt;=Only in imgSeek-0.8.6/imgSeekLib: jpegloader.cpp&lt;br /&gt;=Only in imgSeek-0.8.6/imgSeekLib: jpegloader.h&lt;br /&gt;=Only in imgSeek-0.8.6/imgSeekLib: sqlitedb.py&lt;br /&gt;=Only in imgSeek-0.8.4/imgSeekLib: tdict.py&lt;br /&gt;&lt;br /&gt;That command shows what files appeared or disappeared from the the old version to the new version. In this case ImageDB.py changed to ImgDB.py. So that change should be included in the pkg-plist.&lt;br /&gt;&lt;br /&gt;From the output, he also sees file imgseek_pt_BR.qm. A quick look into setup.py file(this file you can find it after you untar imgseek-0.8.6.tar.bz2), he noticed that the file will be installed in share/imgseek. That is another addition to the pkg-plist.&lt;br /&gt;&lt;br /&gt;After that, he issues this command:&lt;br /&gt;&lt;br /&gt;#make install package &amp;&amp; make deinstall find /usr/local -iname \*imgseek\*&lt;br /&gt;&lt;br /&gt;With the output of that command, he finished creating the pkg-plist. One important note from him is that this way of creating the pkg-plist is not a perfect method. In my case, this a good starting point when I will try to update the next port.&lt;br /&gt;&lt;br /&gt;Finally, he mentioned these following links which can help me in this process of updating a port:&lt;br /&gt;&lt;br /&gt;http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing-ports/index.html&lt;br /&gt;http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/index.html&lt;br /&gt;http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/index.html&lt;br /&gt;http://www.freebsd.org/doc/en_US.ISO8859-1/books/dev-model/index.html&lt;br /&gt;&lt;br /&gt;A quick look at the freshport site and I can see that my port is &lt;a href="http://www.freshports.org/graphics/imgseek/"&gt;up-to-date&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947135867356041100-7454697295709503026?l=adoptport.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/7454697295709503026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947135867356041100&amp;postID=7454697295709503026' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/7454697295709503026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/7454697295709503026'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/2007/02/final-part-of-imgseek.html' title='Final part of Imgseek'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947135867356041100.post-1887992233180508935</id><published>2007-02-21T07:50:00.000-05:00</published><updated>2007-02-21T09:29:24.515-05:00</updated><title type='text'>Back again</title><content type='html'>This last steps took time. Anyway here are my notes:&lt;br /&gt;&lt;br /&gt;When we install a port, these are the steps that the process goes to:&lt;br /&gt;&lt;br /&gt;      &lt;br /&gt;    |fetch |----&gt; |extract| ----&gt; |patch|----&gt; |configure|----&gt;|build|    &lt;br /&gt;                  &lt;br /&gt;&lt;br /&gt;Add to the recommendations: join mailing list freebsd-post. Whenever in need, there is a group of people that can help to adopt/update your port. Special note to Andrew Pantyukhin for his patience and time.&lt;br /&gt;&lt;br /&gt;I made a tmp file in my home directory.&lt;br /&gt;&lt;br /&gt;In it, I created a directory with the name of my port : imgseek&lt;br /&gt;&lt;br /&gt;I copy from /usr/port/graphics/imgseek two files: Makefile and pkg-desc.&lt;br /&gt;&lt;br /&gt;Then I started editing Makefile file.&lt;br /&gt;&lt;br /&gt;PORTNAME= imgseek  &lt;br /&gt;There is no change&lt;br /&gt;&lt;br /&gt;PORTREVISION=1&lt;br /&gt;Andrew point out to the handbook to see if I should change this option. From it I read: "PORTREVISION should be increased each time a change is made to the port which &lt;span style="font-style:italic;"&gt;significantly&lt;/span&gt; affects the content or structure of the derived package."&lt;br /&gt;Therefore, no change&lt;br /&gt;&lt;br /&gt;PORTVERSION=0.8.6&lt;br /&gt;In my case, I just had to update the version from 0.8.4 to 0.8.6&lt;br /&gt;&lt;br /&gt;Master_SITES=SFE&lt;br /&gt;I didn't know what SFE meant.&lt;br /&gt;&lt;br /&gt;I quick search on /usr/ports/Mk/bsd.sites.mk: "more bsd.sites.mk | grep SFE" made me understand that SFE stands for SourceForge Extended. In other words, the fetch process will look into a sourceforge/$portname site and get the file.&lt;br /&gt;&lt;br /&gt;and that is all for Makefile&lt;br /&gt;&lt;br /&gt;File pkg-desc&lt;br /&gt;No change &lt;br /&gt;&lt;br /&gt;To create the distinfo file, I copy the tar file imgseek-0.8.6.tar.bz2 to usr/ports/distfiles and then I went to my imgseek directory cd ~/tmp/imgseek and issued the command "make checksum". That created my distinfo file.&lt;br /&gt;&lt;br /&gt;Last file to create is pkg-plist&lt;br /&gt;&lt;br /&gt;The handbook section 7.5 mentions the "Automated package list creation"&lt;br /&gt;&lt;br /&gt;I started by issuing this command: "mkdir /var/tmp/$(make -V imgseek)&lt;br /&gt;&lt;br /&gt;I got following error: "illegal variable name" :(&lt;br /&gt;&lt;br /&gt;I quick email to Andrew asking how he creates the pkg-plist file and he reponded me that depending on the application he uses "sed".&lt;br /&gt;&lt;br /&gt;So far no pkg-plist created yet and I haven't tested if the port build up successfully.&lt;br /&gt;&lt;br /&gt;More to come...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947135867356041100-1887992233180508935?l=adoptport.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/1887992233180508935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947135867356041100&amp;postID=1887992233180508935' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/1887992233180508935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/1887992233180508935'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/2007/02/back-again.html' title='Back again'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947135867356041100.post-4779450809541049995</id><published>2007-02-06T20:10:00.000-05:00</published><updated>2007-02-21T09:13:15.677-05:00</updated><title type='text'>Search continues</title><content type='html'>After a long break due to a problem with portversion. I am back working to adopt a port. By the way, I learned a new way to update my ports instead of using CVS.&lt;br /&gt;&lt;br /&gt;For me it is much faster do the following:&lt;br /&gt;&lt;br /&gt;1.- Install portsnap---&gt; &lt;span style="font-style:italic;"&gt;pkg_add -r portsnap&lt;/span&gt;&lt;br /&gt;2.- Fetch the latest snap ---&gt;  &lt;span style="font-style:italic;"&gt;portsnap fetch&lt;/span&gt;&lt;br /&gt;3.- Extract the the snapshot into the port tree --&gt; &lt;span style="font-style:italic;"&gt;portsnap extract&lt;/span&gt; (Issue this only if you are geeting the port tree for the first time). Thanks &lt;a href="http://blog.therek.net/"&gt;therek&lt;/a&gt;&lt;br /&gt;4.- Update port tree ---&gt; &lt;span style="font-style:italic;"&gt;portsnap update&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;My next project will be to write a small script like BSD HACKS #80 (thank you Dru) to automate this process.&lt;br /&gt;&lt;br /&gt;I did some checking with my adopted port (fluxconf).&lt;br /&gt;So far it is up-to-date. This means that the version in the ports&lt;br /&gt;is equal to the the latest from the developer. No much to do here :(&lt;br /&gt;&lt;br /&gt;I went back to the list of ports and I noticed that the ports that need an update are in purple.&lt;br /&gt;&lt;br /&gt;I found the following port imgseek.  The port version is 0.84 and the latest from the developer is 0.8.6&lt;br /&gt;&lt;br /&gt;I guess I will be updating this one.&lt;br /&gt;&lt;br /&gt;After all these, I came to the conclusion that depending of your time you can contribute to FreeBSD by:&lt;br /&gt;&lt;br /&gt;1.- Become maintainer of an up-to-date port&lt;br /&gt;2.- Find a port and update it to the latest version&lt;br /&gt;3.- Find an application that does not have a port and make one.&lt;br /&gt;&lt;br /&gt;Note: I just installed imgseek and when I tried to run it I get the following:&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;Starting imgSeek, please wait ...&lt;br /&gt;Version  0.8.4&lt;br /&gt;--------- Traceback ------------------&lt;br /&gt;Traceback (most recent call last):&lt;br /&gt; File "/usr/local/bin/imgSeek", line 26, in ?&lt;br /&gt;   from imgSeekLib import imgSeekApp&lt;br /&gt; File"/usr/local/lib/python2.4/site-packages/imgSeekLib/imgSeekApp.py", line 2793, in ?w = DlgMain(a)                      # create main window&lt;br /&gt; File"/usr/local/lib/python2.4/site-packages/imgSeekLib/imgSeekApp.py", line 53, in __init__MainForm.__init__(self, parent, name, fl)&lt;br /&gt; File"/usr/local/lib/python2.4/site-packages/imgSeekLib/MainForm.py"&lt;/span&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;&lt;span style="font-style:italic;"&gt;You have found a bug, please help us by submitting the text above and a precise description of how you caused it to "http://imgseek.sourceforge.net/bugs"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;What do I do in this case, once I become the maintainer of this port???&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947135867356041100-4779450809541049995?l=adoptport.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/4779450809541049995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947135867356041100&amp;postID=4779450809541049995' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/4779450809541049995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/4779450809541049995'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/2007/02/search-continues.html' title='Search continues'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947135867356041100.post-687539665231652108</id><published>2007-02-01T09:57:00.000-05:00</published><updated>2007-02-06T20:09:49.069-05:00</updated><title type='text'>Recommendations</title><content type='html'>1.- Have a hard copy of porter's Handbook&lt;br /&gt;2.- Print out the Makefile of your port, become familiar with it as you are reading the handbook&lt;br /&gt;3.- Print out the following man pages: diff(1), patch(1), PKG_VERSION(1) and send-pr(1)&lt;br /&gt;4.- Print out file bsd.port.mk which is located at /usr/ports/MK/ in your system&lt;br /&gt;5.- Update your system and install the latest port. That will show the latest info on your port&lt;br /&gt;6.- I also download the source of the port. Look around and try to see how it all works&lt;br /&gt;&lt;br /&gt;Last point makes me think, if there is a bug in the program, who has to fix it?&lt;br /&gt;developer, committer or maintainer...&lt;br /&gt;&lt;br /&gt;Also, I am thinking of getting into learning C language.&lt;br /&gt;&lt;br /&gt;Can anybody recommend me a good book?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947135867356041100-687539665231652108?l=adoptport.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/687539665231652108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947135867356041100&amp;postID=687539665231652108' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/687539665231652108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/687539665231652108'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/2007/02/recommendations.html' title='Recommendations'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947135867356041100.post-4588982677033527969</id><published>2007-01-30T10:33:00.000-05:00</published><updated>2007-01-30T12:49:54.496-05:00</updated><title type='text'>Day 2</title><content type='html'>25% of the Handbook already read.&lt;br /&gt;&lt;br /&gt;In the meantime, I visited this &lt;a href="http://beta.inerd.com/portscout/ports@freebsd.org.html"&gt;site&lt;/a&gt;&lt;br /&gt;There, I found a list of ports that require a maintainer.&lt;br /&gt;&lt;br /&gt;The list of ports is in order of &lt;span style="font-style: italic;"&gt;Category&lt;/span&gt; :&lt;br /&gt;&lt;br /&gt;Archivers&lt;br /&gt;Astro&lt;br /&gt;Benchmarks&lt;br /&gt;Biology&lt;br /&gt;Cad&lt;br /&gt;Chinese&lt;br /&gt;Comms&lt;br /&gt;Converters&lt;br /&gt;Databases&lt;br /&gt;Deskutils&lt;br /&gt;Devel&lt;br /&gt;DNS&lt;br /&gt;Editors&lt;br /&gt;Emulators&lt;br /&gt;Finance&lt;br /&gt;French&lt;br /&gt;FTP&lt;br /&gt;Games&lt;br /&gt;Graphics&lt;br /&gt;IRC&lt;br /&gt;Japanese&lt;br /&gt;Java&lt;br /&gt;Korean&lt;br /&gt;Lang&lt;br /&gt;Mail&lt;br /&gt;Math&lt;br /&gt;Misc&lt;br /&gt;Multimedia&lt;br /&gt;Net&lt;br /&gt;Net-mgmt&lt;br /&gt;Net-p2p&lt;br /&gt;News&lt;br /&gt;Palm&lt;br /&gt;Print&lt;br /&gt;Russian&lt;br /&gt;Science&lt;br /&gt;Security&lt;br /&gt;Shells&lt;br /&gt;Sysutils&lt;br /&gt;Textproc&lt;br /&gt;WWW&lt;br /&gt;X11&lt;br /&gt;X11-clocks&lt;br /&gt;X11-fm&lt;br /&gt;X11-fonts&lt;br /&gt;X11-servers&lt;br /&gt;X11-themes&lt;br /&gt;X11-toolkits&lt;br /&gt;X11-wm&lt;br /&gt;&lt;br /&gt;I went through some of them and specially those one&lt;br /&gt;that I could use on my PC.&lt;br /&gt;&lt;br /&gt;I found this one:&lt;span style="font-weight: bold;"&gt; fluxconf&lt;/span&gt;. This is a gtk application that&lt;br /&gt;helps you configure Fluxbox.&lt;br /&gt;&lt;br /&gt;Then, I sent an email to  &lt;a href="mailto:ports@FreeBSD.org?subject=FreeBSD%20Port:%20x11-wm/expocity" title="email the FreeBSD Ports mailing list"&gt;ports@FreeBSD.org&lt;/a&gt;&lt;br /&gt;asking to be the maintainer of that port.&lt;br /&gt;&lt;br /&gt;:0 This morning I received an email advising me&lt;br /&gt;that I am now the maintainer of that port.&lt;br /&gt;&lt;br /&gt;Now I am the adopter of this &lt;a href="http://www.freshports.org/x11-wm/fluxconf/"&gt;port&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947135867356041100-4588982677033527969?l=adoptport.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/4588982677033527969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947135867356041100&amp;postID=4588982677033527969' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/4588982677033527969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/4588982677033527969'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/2007/01/day-2.html' title='Day 2'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947135867356041100.post-9161067910497125417</id><published>2007-01-29T09:14:00.000-05:00</published><updated>2007-01-29T09:27:01.751-05:00</updated><title type='text'>Day 1</title><content type='html'>&lt;span style="font-style: italic;"&gt;Read, read, read&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Following a &lt;a href="http://blogs.ittoolbox.com/unix/bsd/archives/links-from-this-week-14158"&gt;blog post&lt;/a&gt; from one of my favorites bloggers &lt;a href="http://blogs.ittoolbox.com/unix/bsd/"&gt;link&lt;/a&gt;&lt;br /&gt;I will try to contribute to FreeBSD by adopting a port.&lt;br /&gt;&lt;br /&gt;First step, read the documentation &lt;a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html"&gt;FreeBSD porter's Handbook&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947135867356041100-9161067910497125417?l=adoptport.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adoptport.blogspot.com/feeds/9161067910497125417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947135867356041100&amp;postID=9161067910497125417' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/9161067910497125417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947135867356041100/posts/default/9161067910497125417'/><link rel='alternate' type='text/html' href='http://adoptport.blogspot.com/2007/01/day-1.html' title='Day 1'/><author><name>Alfredo</name><uri>http://www.blogger.com/profile/09624229879882464084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
