<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Subjectively &#187; Uncategorized</title>
	<atom:link href="http://kirk.webfinish.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirk.webfinish.com</link>
	<description>dd if=/dev/random &#124; kirk &#62; blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:31:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>macports portfile for xlsx2csv</title>
		<link>http://kirk.webfinish.com/2010/01/xlsx2csv-portfile/</link>
		<comments>http://kirk.webfinish.com/2010/01/xlsx2csv-portfile/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:27:15 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kirk.webfinish.com/?p=106</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name xlsx2csv version 1.1 categories textproc platforms [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"># -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem       1.0
name		xlsx2csv
version		1.1
categories	textproc
platforms	darwin
maintainers	webfinish.com:kirk
description	Convert MS Word/Excel openspreadsheetML to plain CSV.
long_description xlsx2csv is bash shell script which reads one Microsoft \
		 Excel file and outputs all tabs contained insinde it \
		 to CSV files. It handles dates and string data as well \
		 as numeric. 
&nbsp;
homepage	http://kirk.webfinish.com/2009/12/xlsx2csv/
master_sites	http://kirk.webfinish.com/xlsx2csv/ 
&nbsp;
checksums     md5    a5625497acffa71adca1eddc2dc3414a \
              sha1   4902fbb091342aad51d2baf4e566f3e64287d8be \
              rmd160 5704096dfcec3cec810fc7b46eb592a31d2ca30b
&nbsp;
depends_lib	port:libxslt \
                port:gsed \
                port:sqlite3
use_configure	no
build {}
destroot {
  xinstall -m 755 -d ${destroot}${prefix}/bin
  xinstall -m 755 ${workpath}/xlsx2csv.sh ${destroot}${prefix}/bin
}</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://kirk.webfinish.com/2010/01/xlsx2csv-portfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
