internetmarke-0.0.4: internetmarke.cabal
Name: internetmarke
Version: 0.0.4
License: GPL
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://code.haskell.org/~thielema/internetmarke/
Category: Console, Graphics
Synopsis: Shell command for constructing custom stamps for German Post
Description:
The German Post provides the service <http://www.internetmarke.de/>
where you can order, download and print stamps in a few seconds.
The stamps are shipped as a PDF
and consist of a unique Data Matrix Code and a picture to its left side.
However you can only choose from a restricted number of pictures.
Many people have asked for custom pictures on the stamps,
but the German Post does not like to be held responsible
for the pictures people may upload.
.
With this program you can rearrange the stamps you have downloaded,
in case you have a label sheet which is not provided by the Post company,
and you can add your own picture to the stamps.
What about unique stamps with the Haskell logo?
.
The construction of the new PDF file is done using the HPDF library.
However, for analysing the PDF shipped by the Post company,
the program invokes various other programs:
.
* pdfimages, pdftotext from xpdf-tools.rpm
.
* pnmtojpeg from netpbm.rpm
.
It's also good if you have @wget@ installed
for fetching the logo of the German Post.
Stability: Experimental
Tested-With: GHC==6.8.2, GHC==7.8.4, GHC==8.4.4
Cabal-Version: >=1.10
Build-Type: Simple
-- We ship an empty dummy file in order to let Cabal create the data directory.
-- We do not ship a logo file for legal issues.
Data-files:
data/Dummy
Source-Repository head
type: darcs
location: http://code.haskell.org/~thielema/internetmarke/
Source-Repository this
tag: 0.0.4
type: darcs
location: http://code.haskell.org/~thielema/internetmarke/
Flag splitBase
description: Choose the new smaller, split-up base package.
Executable internetmarke
Build-Depends:
explicit-exception >=0.1 && <0.3,
transformers >=0.2 && <0.7,
utility-ht >=0.0.1 && <0.1,
process >=1.0 && <1.7,
parsec >=2.1 && <3.2,
HPDF >=1.4 && <1.5
If flag(splitBase)
Build-Depends:
base >=3 && <5
Else
Build-Depends:
base >=1.0 && <2
Default-Language: Haskell98
GHC-Options: -Wall
Hs-source-dirs: src
Main-Is: Main.hs
Other-Modules: Paths_internetmarke