Name: internetmarke Version: 0.0.2 License: GPL License-File: LICENSE Author: Henning Thielemann Maintainer: Henning Thielemann 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 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 Cabal-Version: >=1.2 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 Flag splitBase description: Choose the new smaller, split-up base package. Executable internetmarke Build-Depends: explicit-exception >= 0.0.2 && < 0.1, mtl >= 1.1 && < 1.2, process >= 1.0 && < 1.1, parsec >= 2.1 && < 2.2, HPDF >= 1.4 && < 1.5 If flag(splitBase) Build-Depends: base >= 3 Else Build-Depends: base >= 1.0 && < 2 GHC-Options: -Wall Hs-source-dirs: src Main-Is: Main.hs