File: control

package info (click to toggle)
php-ps 1.4.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,124 kB
  • ctags: 431
  • sloc: ansic: 1,727; php: 1,628; xml: 322; makefile: 1
file content (20 lines) | stat: -rw-r--r-- 725 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php-ps
Section: php
Priority: optional
Maintainer: Uwe Steinmann <steinm@debian.org>
Build-Depends: debhelper (>= 9), xsltproc, dh-php (>= 0.12~), php-all-dev, pslib-dev (>= 0.2.3)
Standards-Version: 3.9.8

Package: php-ps
Architecture: any
Depends: php-gd,
         ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Provides: ${php:Provides}
Description: ps module for PHP
 ps is an extension similar to the pdf extension but for creating 
 PostScript files. Its api is modelled after the pdf extension.
 It has some advanced features like taking kerning into account
 and support for hyphenation. PostScript files can converted to
 pdf files with ghostscript retaining hyperlinks and bookmarks.