<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/misc/ghostscript, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>ghostscript: drop GNU fork and update</title>
<updated>2014-11-14T10:51:26+00:00</updated>
<author>
<name>Nikolay Amiantov</name>
<email>ab@fmap.me</email>
</author>
<published>2014-11-05T02:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e723c512c587b91ac34091a673cc0a8ea0a59e30'/>
<id>e723c512c587b91ac34091a673cc0a8ea0a59e30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "ghostscriptX: update from 9.06 to 9.14, potentially fixes CVE-2012-4405"</title>
<updated>2014-10-02T08:04:23+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-10-02T08:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=277f6a9779de2e04984310d14e408962e4e00cb0'/>
<id>277f6a9779de2e04984310d14e408962e4e00cb0</id>
<content type='text'>
This reverts commit 13fab57d127bf70a338901b422da32e562d16889.

Hopefully fixes the printing tests at
http://hydra.nixos.org/build/14952070/log/raw ; if not, it's probably
gutenprint although I doubt:

client# lp: Unsupported document-format "application/pdf".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 13fab57d127bf70a338901b422da32e562d16889.

Hopefully fixes the printing tests at
http://hydra.nixos.org/build/14952070/log/raw ; if not, it's probably
gutenprint although I doubt:

client# lp: Unsupported document-format "application/pdf".
</pre>
</div>
</content>
</entry>
<entry>
<title>ghostscriptX: update from 9.06 to 9.14, potentially fixes CVE-2012-4405</title>
<updated>2014-09-30T10:11:47+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-09-30T10:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=13fab57d127bf70a338901b422da32e562d16889'/>
<id>13fab57d127bf70a338901b422da32e562d16889</id>
<content type='text'>
cc @viric
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cc @viric
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix many package descriptions</title>
<updated>2014-08-24T20:31:37+00:00</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2014-08-24T14:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c9baba9212feb6e39151118647d45b34b029a6df'/>
<id>c9baba9212feb6e39151118647d45b34b029a6df</id>
<content type='text'>
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn some license strings into lib.licenses values</title>
<updated>2014-07-28T09:31:14+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-06-19T04:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=7a459962331e095cabd0cf5d56106727648a1824'/>
<id>7a459962331e095cabd0cf5d56106727648a1824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ghostscript: Revert to 9.06</title>
<updated>2013-09-26T16:03:43+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2013-09-26T15:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=fc961af360d5618d712832097b08030b7cf9d932'/>
<id>fc961af360d5618d712832097b08030b7cf9d932</id>
<content type='text'>
The newer version breaks printing to non-Postscript printers (e.g. HP
Deskjets).  This is because the gstoraster and gstopxl filters were
removed.  They are now in a package named "cups-filters" that we don't
have yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The newer version breaks printing to non-Postscript printers (e.g. HP
Deskjets).  This is because the gstoraster and gstopxl filters were
removed.  They are now in a package named "cups-filters" that we don't
have yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>ghostscript: maintenance update</title>
<updated>2013-09-02T15:14:49+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2013-09-02T15:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=83c734cf38fcfd0583bce6ab6dbc6e67d5a12674'/>
<id>83c734cf38fcfd0583bce6ab6dbc6e67d5a12674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into x-updates</title>
<updated>2013-08-22T17:29:09+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2013-08-22T17:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c1e62e7e91403112ad64b258e9a192dffba17144'/>
<id>c1e62e7e91403112ad64b258e9a192dffba17144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ghostscript: bugfix update (old tarball removed upstream)</title>
<updated>2013-08-22T10:37:19+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2013-08-22T10:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=af0e6b6b2b41eb7ebd3484fb4fbefd06a5b2a8b2'/>
<id>af0e6b6b2b41eb7ebd3484fb4fbefd06a5b2a8b2</id>
<content type='text'>
There was some incompatibility problem with the last update,
so upstream retracted the previous release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was some incompatibility problem with the last update,
so upstream retracted the previous release.
</pre>
</div>
</content>
</entry>
<entry>
<title>unmaintain several packages</title>
<updated>2013-08-16T21:45:01+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-08-16T21:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2e937c437a3e8098a821db863ebe6cf4bcc87de0'/>
<id>2e937c437a3e8098a821db863ebe6cf4bcc87de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
