<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: A BSD plan: license summaries	</title>
	<atom:link href="https://www.dragonflydigest.com/2013/12/09/a-bsd-plan-license-summaries/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2013/12/09/a-bsd-plan-license-summaries/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Fri, 27 Dec 2013 23:49:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: bapt		</title>
		<link>https://www.dragonflydigest.com/2013/12/09/a-bsd-plan-license-summaries/comment-page-1/#comment-74469</link>

		<dc:creator><![CDATA[bapt]]></dc:creator>
		<pubDate>Fri, 27 Dec 2013 23:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=12934#comment-74469</guid>

					<description><![CDATA[You can get that via pkg query:
for the licenses

pkg query -a &quot;%n-%v: %L&quot; 
if you have pkg 1.2, you can add this to your pkg.conf
alias: {
   licenses: &quot;query -a &#039;%n-%v: %L&#039;&quot;
}

Now pkg licenses output:
tiff-4.0.3: BSD
tig-1.1: GPLv2
tradcpp-0.4: BSD
unixODBC-2.3.2: LGPL21
unixODBC-2.3.2: GPLv2
unzip-6.0_1: Info-ZIP
x11perf-1.5.4: MIT
xauth-1.0.7: MIT

For authors (I get you mean maintainers)
pkg query -a &#039;%n-%v: %m&#039;

so now
alias: {
   licenses: &quot;query -a &#039;%n-%v: %L&#039;&quot;,
   maintainers: &quot;query -a &#039;%n-%v: %m&#039;&quot;
}

$ pkg maintainers
xpdf-3.03_4: cy@FreeBSD.org
xprop-1.2.2: x11@FreeBSD.org
xproto-7.0.24: x11@FreeBSD.org
xrandr-1.4.1: x11@FreeBSD.org
xrdb-1.1.0: x11@FreeBSD.org
xrefresh-1.0.5: x11@FreeBSD.org
xset-1.2.3_1: x11@FreeBSD.org
xsetmode-1.0.0: x11@FreeBSD.org]]></description>
			<content:encoded><![CDATA[<p>You can get that via pkg query:<br />
for the licenses</p>
<p>pkg query -a &#8220;%n-%v: %L&#8221;<br />
if you have pkg 1.2, you can add this to your pkg.conf<br />
alias: {<br />
   licenses: &#8220;query -a &#8216;%n-%v: %L'&#8221;<br />
}</p>
<p>Now pkg licenses output:<br />
tiff-4.0.3: BSD<br />
tig-1.1: GPLv2<br />
tradcpp-0.4: BSD<br />
unixODBC-2.3.2: LGPL21<br />
unixODBC-2.3.2: GPLv2<br />
unzip-6.0_1: Info-ZIP<br />
x11perf-1.5.4: MIT<br />
xauth-1.0.7: MIT</p>
<p>For authors (I get you mean maintainers)<br />
pkg query -a &#8216;%n-%v: %m&#8217;</p>
<p>so now<br />
alias: {<br />
   licenses: &#8220;query -a &#8216;%n-%v: %L'&#8221;,<br />
   maintainers: &#8220;query -a &#8216;%n-%v: %m'&#8221;<br />
}</p>
<p>$ pkg maintainers<br />
xpdf-3.03_4: <a href="mailto:cy@FreeBSD.org">cy@FreeBSD.org</a><br />
xprop-1.2.2: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a><br />
xproto-7.0.24: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a><br />
xrandr-1.4.1: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a><br />
xrdb-1.1.0: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a><br />
xrefresh-1.0.5: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a><br />
xset-1.2.3_1: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a><br />
xsetmode-1.0.0: <a href="mailto:x11@FreeBSD.org">x11@FreeBSD.org</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cryptocrystalline &#124; BSD Now 16 &#124; Jupiter Broadcasting		</title>
		<link>https://www.dragonflydigest.com/2013/12/09/a-bsd-plan-license-summaries/comment-page-1/#comment-73701</link>

		<dc:creator><![CDATA[Cryptocrystalline &#124; BSD Now 16 &#124; Jupiter Broadcasting]]></dc:creator>
		<pubDate>Fri, 20 Dec 2013 18:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=12934#comment-73701</guid>

					<description><![CDATA[[&#8230;] License summaries in pkgng [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] License summaries in pkgng [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lazarus		</title>
		<link>https://www.dragonflydigest.com/2013/12/09/a-bsd-plan-license-summaries/comment-page-1/#comment-73466</link>

		<dc:creator><![CDATA[Lazarus]]></dc:creator>
		<pubDate>Wed, 11 Dec 2013 19:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=12934#comment-73466</guid>

					<description><![CDATA[`pkg authors’ could be useful as well.]]></description>
			<content:encoded><![CDATA[<p>`pkg authors’ could be useful as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Will Backman		</title>
		<link>https://www.dragonflydigest.com/2013/12/09/a-bsd-plan-license-summaries/comment-page-1/#comment-73461</link>

		<dc:creator><![CDATA[Will Backman]]></dc:creator>
		<pubDate>Wed, 11 Dec 2013 02:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=12934#comment-73461</guid>

					<description><![CDATA[Great idea!]]></description>
			<content:encoded><![CDATA[<p>Great idea!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
