<?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>Rocker &#187; open source license</title>
	<atom:link href="http://www.shishirsharma.com/tag/open-source-license/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shishirsharma.com</link>
	<description>Everything bloggable around Shishir Sharma.</description>
	<lastBuildDate>Fri, 06 Jan 2012 09:47:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>GnuWin32 &#8211; Saving you form proprietary</title>
		<link>http://www.shishirsharma.com/2008/08/18/gnuwin32/</link>
		<comments>http://www.shishirsharma.com/2008/08/18/gnuwin32/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 16:37:47 +0000</pubDate>
		<dc:creator>Shishir Sharma 'criss'</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[gcc compilers]]></category>
		<category><![CDATA[gnu utilities]]></category>
		<category><![CDATA[gnuwin32]]></category>
		<category><![CDATA[ms windows operating system]]></category>
		<category><![CDATA[open source license]]></category>
		<category><![CDATA[win32 versions]]></category>

		<guid isPermaLink="false">http://shishirsharma.com/?p=114</guid>
		<description><![CDATA[As we all know all the windows user are cursed by proprietary policy. Its very difficult to find common useful tools which are available on Linux. I [Shishir Sharma] recently needed indenting tool on Windows XP. Then obvious choice is &#8230; <a href="http://www.shishirsharma.com/2008/08/18/gnuwin32/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As we all know all the windows user are cursed by proprietary policy. Its very difficult to find common useful tools which are available on Linux.</p>
<p>I [Shishir Sharma] recently needed <strong>indenting tool</strong> on Windows XP. Then obvious choice is GNU INDENT. I have used it on fedora. Thanks to GnuWin32 which provides ports of tools with a GNU or similar open source license, to MS-Windows.</p>
<p>GnuWin32 provides ports of tools with a GNU or similar open source license, to MS-Windows (Microsoft Windows 95 / 98 / ME / NT / 2000 / XP / 2003 / Vista / 2008). This is what they say about themselves.</p>
<blockquote><p>The GnuWin32 project provides Win32-versions of GNU tools, or tools with a similar open source licence. The ports are native ports, that is they rely only on libraries provided with any standard 32-bits MS-Windows operating system, such as MS-Windows 95 / 98 / ME / NT / 2000 / XP / 2003 / Vista. Native ports do <strong>not</strong> rely on some kind of Unix <em>emulation</em>, such as CygWin or Msys, so that there is <strong>no </strong>need to install additional emulation libraries.</p></blockquote>
<p>At present, all developments have been done under MS-Windows-XP, using the Mingw port of the GNU C and C++ (GCC) compilers. Utilities and libraries provided by GnuWin32, are used and distributed with packages such as GNU Emacs and KDE-Windows.<br />
<span id="more-114"></span><br />
<em>The packages that have been ported, fall into four broad categories:</em></p>
<ul>
<li>GNU utilities: bc, bison, chess, compface, cpio, coreutils (fileutils, sh-utils, stat, textutils), diffutils, doschk, ed, findutils, flex, gawk, gdbm, gcal, gengetopt, gettext, gperf, grep, groff, gsl, gzip, hello, help2man, iconv, jwhois, less, m4, miscfiles, patch, readline, regex, rx, sed, sharutils, tar, texinfo, tree, units, unrtf, wget, which</li>
<li>Archivers and compressors: arc, arj, bsdtar, bzip2, gzip, lha, libarchive, unzip / zip, zlib</li>
<li>Other utilities: byacc, cpuid, cygutils, file, ntfsprogs, openssl, pcre, popt, re2c, rpl, sgrep, tree, x86info</li>
<li>Graphics packages: asciichart, compface, gd, jpeg, jbigkit, liburt, libungif, libpng and png utilities, libwmf, netpbm, piechart, plotutils, tiff, xpm, zimg</li>
<li>Textprocessing- and postscript-related packages: a2ps, barcode, bm2font, deroff, dvidj, enscript, freetype, grap, gri, groff, indent, libxml, nenscript, pdflib,  polyglotman, psutils, scribe2latex, src-highlite, t1lib, t1utils, troff2latex, ttf2pt1, unrtf</li>
<li>Mathematical and statistical packages: bc, calc, crypt, fdlibm, gsl, units</li>
</ul>
<p><strong>Some other characteristics of GnuWin32 are:</strong></p>
<p>GnuWin32 comes with a very nice Installer; some thing of which most of the windows users are accustomed. GnuWin32 always provides the source, which usually is also required by the license of the original package, with any changes from the original source in the form of a diff. GnuWin32 always provides the documentation in a &#8216;compiled&#8217; form, i.e. as PDF, HTML, PS, DVI, CHM, and HLP. GnuWin32 provides import libraries for MSVC and BCC wherever possible.</p>
<p><strong>Libraries</strong></p>
<p>In general, static and import C libraries from GnuWin32 should be interoperable with other libraries compiled with Mingw, MSVC and BCC, although the options with which the library files have been compiled might differ; in particular, most libraries, and binaries, from GnuWin32 have been compiled without debug option. C++ libraries from different compilers are not in general interoperable.</p>
<p><strong>Patches</strong></p>
<p>The patches to the source code are given in unified diffs, usually in files ending in -diffs or .diff. In particular for packages whose source is infrequently updated, we try to keep track of the patches for FreeBSD, NetBSD, OpenBSD, Debian, Fedora, Red Hat, and Suse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shishirsharma.com/2008/08/18/gnuwin32/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

