|
Revision 30230, 0.7 KB
(checked in by jmpp@…, 5 years ago)
|
|
nomaintainer address abstraction in graphics category.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name jpeg2ps |
|---|
| 5 | version 1.9 |
|---|
| 6 | categories graphics |
|---|
| 7 | platforms darwin |
|---|
| 8 | maintainers nomaintainer |
|---|
| 9 | homepage http://www.pdflib.com/download/free-software/jpeg2ps/ |
|---|
| 10 | description Utility to convert JPEG to PostScript fileS |
|---|
| 11 | |
|---|
| 12 | long_description jpeg2ps is a utility for converting JPEG images to \ |
|---|
| 13 | compressed PostScript Level 2 or 3 files (without \ |
|---|
| 14 | uncompressing the images). The JPEG data is simply \ |
|---|
| 15 | "wrapped" with PostScript which yields considerably \ |
|---|
| 16 | to smaller PS files. |
|---|
| 17 | |
|---|
| 18 | master_sites http://www.pdflib.com/fileadmin/pdflib/products/more/jpeg2ps/ |
|---|
| 19 | checksums md5 e654f6a584435e6717b6c2659c07db28 |
|---|
| 20 | |
|---|
| 21 | use_configure no |
|---|
| 22 | |
|---|
| 23 | destroot.destdir BINDIR=${destroot}${prefix}/bin \ |
|---|
| 24 | MANDIR=${destroot}${prefix}/share/man/man1 |
|---|