[Pkg-haskell-commits] darcs: haskell-blogliterately: Initial Check-In
Dmitry Bogatov
KAction at gnu.org
Mon Dec 29 08:48:23 UTC 2014
Mon Dec 29 08:29:12 UTC 2014 Dmitry Bogatov <KAction at gnu.org>
* Initial Check-In
A ./BlogLiterately.md
A ./blogliterately.install
A ./blogliterately.manpages
A ./changelog
A ./clean
A ./compat
A ./control
A ./copyright
A ./patches/
A ./rules
A ./source/
A ./watch
Mon Dec 29 08:29:12 UTC 2014 Dmitry Bogatov <KAction at gnu.org>
* Initial Check-In
diff -rN -u old-haskell-blogliterately/blogliterately.install new-haskell-blogliterately/blogliterately.install
--- old-haskell-blogliterately/blogliterately.install 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/blogliterately.install 2014-12-29 08:48:23.264095029 +0000
@@ -0,0 +1 @@
+dist-ghc/build/BlogLiterately/BlogLiterately usr/bin
diff -rN -u old-haskell-blogliterately/blogliterately.manpages new-haskell-blogliterately/blogliterately.manpages
--- old-haskell-blogliterately/blogliterately.manpages 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/blogliterately.manpages 2014-12-29 08:48:23.268095030 +0000
@@ -0,0 +1 @@
+debian/BlogLiterately.1
\ Mankas linifino Äe fino de dosiero
diff -rN -u old-haskell-blogliterately/BlogLiterately.md new-haskell-blogliterately/BlogLiterately.md
--- old-haskell-blogliterately/BlogLiterately.md 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/BlogLiterately.md 2014-12-29 08:48:23.264095029 +0000
@@ -0,0 +1,86 @@
+% BLOGLITERATELY(1) BlogLiteerately Manual
+% Robert Greayer, Brent Yorgey
+% 2014-12-04
+# NAME
+
+BlogLiterately - post articles to blogs from command line
+
+# SYNOPSIS
+
+BlogLiterately \[OPTIONS\] FILE
+
+# OPTIONS
+
+-s,--style=FILE
+: style specification (for --hscolour-icss)
+--hscolour-icss
+: highlight haskell: hscolour, inline style (default)
+--hscolour-css
+: highlight haskell: hscolour, separate stylesheet
+--hs-nohighlight
+: no haskell highlighting
+--hs-kate
+: highlight haskell with highlighting-kate
+--kate
+: highlight non-Haskell code with highlighting-kate (default)
+--no-kate
+: don't highlight non-Haskell code
+--no-toc
+: don't generate a table of contents (default)
+--toc
+: generate a table of contents
+-w,--wplatex
+: reformat inline LaTeX the way WordPress expects
+-m,--math=ITEM
+: how to layout math, where --math=<pandoc-option>[=URL]
+-g,--ghci
+: run [ghci] blocks through ghci and include output
+-I,--upload-images
+: upload local images
+-C,--category=ITEM
+: post category (can specify more than one)
+-T,--tag=ITEM
+: tag (can specify more than one)
+--blogid=ID
+: Blog specific identifier
+-P,--profile=STRING
+: profile to use
+-b,--blog=URL
+: blog XML-RPC url (if omitted, HTML goes to stdout)
+-u,--user=USER
+: user name
+-p,--password=PASSWORD
+: password
+-t --title=TITLE
+: post title
+-f --format=FORMAT
+: input format: markdown or rst
+-i --postid=ID
+: Post to replace (if any)
+--page
+: create a "page" instead of a post (WordPress only)
+--publish
+: publish post (otherwise it's uploaded as a draft)
+-h --html-only
+: don't upload anything; output HTML to stdout
+--citations
+: process citations (default)
+--no-citations
+: do not process citations
+-x,--xtra=ITEM
+: extension arguments, for use with custom extensions
+-?,--help
+: Display help message
+-V,--version
+: Print version information
+--numeric-version
+: Print just the version number
+
+# NOTES
+
+This manual page is written by Dmitry Bogatov for Debian project but
+can be used by others under terms of GNU GPL version 3 or later.
+
+# SEE ALSO
+
+Tutorial and examples on project homepage [[http://byorgey.wordpress.com/blogliterately]]
diff -rN -u old-haskell-blogliterately/changelog new-haskell-blogliterately/changelog
--- old-haskell-blogliterately/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/changelog 2014-12-29 08:48:23.268095030 +0000
@@ -0,0 +1,5 @@
+haskell-blogliterately (0.7.1.7-1) unstable; urgency=low
+
+ * Initial release (Closes: #772027)
+
+ -- Dmitry Bogatov <KAction at gnu.org> Thu, 04 Dec 2014 15:49:13 +0300
diff -rN -u old-haskell-blogliterately/clean new-haskell-blogliterately/clean
--- old-haskell-blogliterately/clean 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/clean 2014-12-29 08:48:23.268095030 +0000
@@ -0,0 +1 @@
+debian/BlogLiterately.1
\ Mankas linifino Äe fino de dosiero
diff -rN -u old-haskell-blogliterately/compat new-haskell-blogliterately/compat
--- old-haskell-blogliterately/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/compat 2014-12-29 08:48:23.276095035 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-blogliterately/control new-haskell-blogliterately/control
--- old-haskell-blogliterately/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/control 2014-12-29 08:48:23.276095035 +0000
@@ -0,0 +1,190 @@
+Source: haskell-blogliterately
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction at gnu.org>
+Priority: extra
+Section: haskell
+Standards-Version: 3.9.6
+Homepage: http://byorgey.wordpress.com/blogliterately/
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blogliterately
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blogliterately
+Build-Depends: debhelper (>= 9.0)
+ , pandoc
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-haxml-dev (>= 1:1.22)
+ , libghc-haxml-dev (<< 1:1.25)
+ , libghc-haxml-prof (>= 1:1.22)
+ , libghc-haxml-prof (<< 1:1.25)
+ , libghc-blaze-html-dev (>= 0.5)
+ , libghc-blaze-html-dev (<< 0.8)
+ , libghc-blaze-html-prof (>= 0.5)
+ , libghc-blaze-html-prof (<< 0.8)
+ , libghc-bool-extras-dev
+ , libghc-bool-extras-prof
+ , libghc-cmdargs-dev (>= 0.9.5)
+ , libghc-cmdargs-dev (<< 0.11)
+ , libghc-cmdargs-prof (>= 0.9.5)
+ , libghc-cmdargs-prof (<< 0.11)
+ , libghc-data-default-dev (>= 0.5)
+ , libghc-data-default-dev (<< 0.6)
+ , libghc-data-default-prof (>= 0.5)
+ , libghc-data-default-prof (<< 0.6)
+ , libghc-haxr-dev (>= 3000.9)
+ , libghc-haxr-dev (<< 3000.11)
+ , libghc-haxr-prof (>= 3000.9)
+ , libghc-haxr-prof (<< 3000.11)
+ , libghc-highlighting-kate-dev (>= 0.5)
+ , libghc-highlighting-kate-dev (<< 0.6)
+ , libghc-highlighting-kate-prof (>= 0.5)
+ , libghc-highlighting-kate-prof (<< 0.6)
+ , libghc-hscolour-dev (>= 1.20)
+ , libghc-hscolour-dev (<< 1.21)
+ , libghc-hscolour-prof (>= 1.20)
+ , libghc-hscolour-prof (<< 1.21)
+ , libghc-lens-dev (>= 3.8)
+ , libghc-lens-dev (<< 4.3)
+ , libghc-lens-prof (>= 3.8)
+ , libghc-lens-prof (<< 4.3)
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-pandoc-dev (>= 1.12)
+ , libghc-pandoc-dev (<< 1.13)
+ , libghc-pandoc-prof (>= 1.12)
+ , libghc-pandoc-prof (<< 1.13)
+ , libghc-pandoc-citeproc-dev (>= 0.1.2)
+ , libghc-pandoc-citeproc-prof (>= 0.1.2)
+ , libghc-pandoc-types-dev (>= 1.12)
+ , libghc-pandoc-types-dev (<< 1.13)
+ , libghc-pandoc-types-prof (>= 1.12)
+ , libghc-pandoc-types-prof (<< 1.13)
+ , libghc-parsec3-dev (>= 3)
+ , libghc-parsec3-dev (<< 3.2)
+ , libghc-parsec3-prof (>= 3)
+ , libghc-parsec3-prof (<< 3.2)
+ , libghc-split-dev (>= 0.1.4)
+ , libghc-split-dev (<< 0.3)
+ , libghc-split-prof (>= 0.1.4)
+ , libghc-split-prof (<< 0.3)
+ , libghc-strict-dev (>= 0.3)
+ , libghc-strict-dev (<< 0.4)
+ , libghc-strict-prof (>= 0.3)
+ , libghc-strict-prof (<< 0.4)
+ , libghc-temporary-dev (>= 1.1)
+ , libghc-temporary-dev (<< 1.3)
+ , libghc-temporary-prof (>= 1.1)
+ , libghc-temporary-prof (<< 1.3)
+ , libghc-utf8-string-dev (>= 0.3)
+ , libghc-utf8-string-dev (<< 0.4)
+ , libghc-utf8-string-prof (>= 0.3)
+ , libghc-utf8-string-prof (<< 0.4)
+Build-Depends-Indep: ghc-doc
+ , libghc-haxml-doc (>= 1:1.22)
+ , libghc-haxml-doc (<< 1:1.25)
+ , libghc-blaze-html-doc (>= 0.5)
+ , libghc-blaze-html-doc (<< 0.8)
+ , libghc-bool-extras-doc
+ , libghc-cmdargs-doc (>= 0.9.5)
+ , libghc-cmdargs-doc (<< 0.11)
+ , libghc-data-default-doc (>= 0.5)
+ , libghc-data-default-doc (<< 0.6)
+ , libghc-haxr-doc (>= 3000.9)
+ , libghc-haxr-doc (<< 3000.11)
+ , libghc-highlighting-kate-doc (>= 0.5)
+ , libghc-highlighting-kate-doc (<< 0.6)
+ , libghc-hscolour-doc (>= 1.20)
+ , libghc-hscolour-doc (<< 1.21)
+ , libghc-lens-doc (>= 3.8)
+ , libghc-lens-doc (<< 4.3)
+ , libghc-mtl-doc
+ , libghc-pandoc-doc (>= 1.12)
+ , libghc-pandoc-doc (<< 1.13)
+ , libghc-pandoc-citeproc-doc (>= 0.1.2)
+ , libghc-pandoc-types-doc (>= 1.12)
+ , libghc-pandoc-types-doc (<< 1.13)
+ , libghc-parsec3-doc (>= 3)
+ , libghc-parsec3-doc (<< 3.2)
+ , libghc-split-doc (>= 0.1.4)
+ , libghc-split-doc (<< 0.3)
+ , libghc-strict-doc (>= 0.3)
+ , libghc-strict-doc (<< 0.4)
+ , libghc-temporary-doc (>= 1.1)
+ , libghc-temporary-doc (<< 1.3)
+ , libghc-utf8-string-doc (>= 0.3)
+ , libghc-utf8-string-doc (<< 0.4)
+X-Description: Tool for posting articles to blogs (internals)
+ This package provides development internals of BlogLiterately tool,
+ allowing you write blog posts in Markdown format, then use it to do
+ syntax highlighting, format ghci sessions, and upload to any blog
+ supporting the metaWeblog API (such as Wordpress)
+ .
+ This package is made avaliliable to make customization possible,
+ in particular, to create your own executable which adds extra custom
+ transformations.
+ .
+ End-user is probably interested in `blogliterately' package, which
+ provides ready to use executable.
+
+Package: libghc-blogliterately-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-blogliterately-prof
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-blogliterately-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: blogliterately
+Architecture: any
+Section: misc
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: Tool for posting Haskelly articles to blogs
+ This package provides BlogLiterately executable, which allows you to
+ write blog posts in Markdown format, then use it to do syntax
+ highlighting, format ghci sessions, and upload to any blog supporting
+ the metaWeblog API (such as Wordpress)
diff -rN -u old-haskell-blogliterately/copyright new-haskell-blogliterately/copyright
--- old-haskell-blogliterately/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/copyright 2014-12-29 08:48:23.276095035 +0000
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: BlogLiterately
+Upstream-Contact: 2012-2013 Brent Yorgey <byorgey at cis.upenn.edu>
+Source: http://hackage.haskell.org/package/BlogLiterately
+
+Files: *
+License: GPL-3+
+Copyright: 2008-2010 Robert Greayer <robgreayer at yahoo.com>
+ 2012-2013 Brent Yorgey <byorgey at cis.upenn.edu>
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 3
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian system, copy of GNU General Public License version 3
+ is also located at `/usr/share/common-licenses/GPL-3'
diff -rN -u old-haskell-blogliterately/rules new-haskell-blogliterately/rules
--- old-haskell-blogliterately/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/rules 2014-12-29 08:48:23.280095039 +0000
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = blogliterately
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-blogliterately-utils:: build-ghc-stamp
+
+install/blogliterately::
+ pandoc -st man debian/BlogLiterately.md -o debian/BlogLiterately.1
diff -rN -u old-haskell-blogliterately/watch new-haskell-blogliterately/watch
--- old-haskell-blogliterately/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blogliterately/watch 2014-12-29 08:48:23.284095043 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/BlogLiterately/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list