File: control

package info (click to toggle)
libisfreetype-java 5.3.20100629-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 304 kB
  • ctags: 560
  • sloc: java: 1,800; sh: 12; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,947 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libisfreetype-java
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 7), default-jdk, libjna-java, libisnativec-java, libisrt-java, javahelper (>= 0.37)
Standards-Version: 3.9.2
Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsFreeType
Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libisfreetype-java/
Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libisfreetype-java/

Package: libisfreetype-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Conflicts: libisfreetype-5.2-java
Replaces: libisfreetype-5.2-java
Description: Java wrapper for FreeType font handling library
 The PDF rendering of the Open Source efforts of the company intarsys
 was in demand of a good font handling library. This new development was
 motivated by observations that current solutions
  * only have poor support for VM
  * there is no plain Java library around 
  * extends the de factor standard C library FreeType
 This library wraps around the functions that were important for
 using isNativeC (another library of the same company) and were ready
 to run on all FreeType supported platforms.
 .
 While this wrapper-library binds and uses only a very small subset
 of the FreeType features available, to the degree that it is needed
 for the jPodRenderer, it should be no problem to use and enhance
 this implementation in other contexts.
 .
 This package provides a only a link to the very latest
 version of libisfreetype.

Package: libisfreetype-java-doc
Section: doc
Depends: ${java:Depends}, ${misc:Depends}
Architecture: all
Recommends: ${java:Recommends}
Description: Javadoc API description for isFreeType
 Autogenerated from the Java source code, this package offers
 the HTML files describing the library for programmers.