Add the KDE version of the poster utility.
With this port, FreeBSD users should be able to print posters from KDE print dialogs.
This commit is contained in:
parent
4479862cfd
commit
7852bf39be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208661
4 changed files with 45 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
SUBDIR += jadetex
|
||||
SUBDIR += kaspaliste
|
||||
SUBDIR += kcdlabel
|
||||
SUBDIR += kde_poster
|
||||
SUBDIR += kover
|
||||
SUBDIR += kpdftool
|
||||
SUBDIR += latex
|
||||
|
|
33
print/kde_poster/Makefile
Normal file
33
print/kde_poster/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: poster
|
||||
# Date created: 7 March 2008
|
||||
# Whom: Bruce M. Simpson <bms@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kde_poster
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= print kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= printing
|
||||
PKGNAMESUFFIX?= # empty
|
||||
DISTNAME= poster
|
||||
|
||||
MAINTAINER= bms@FreeBSD.org
|
||||
COMMENT= KDE version of the poster utility
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= poster
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}-20060221
|
||||
|
||||
CONFLICTS?= poster-[0-9]*
|
||||
|
||||
MAN1= poster.1
|
||||
PLIST_FILES= bin/poster
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
|
||||
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/kde_poster/distinfo
Normal file
3
print/kde_poster/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (poster.tar.bz2) = 04b421e2ce516a44b6c5a9a092dfa623
|
||||
SHA256 (poster.tar.bz2) = 63bd6f01e40e68dda0ac11a4f416c70457bc6bbd254af720b7ea2874875fa4ba
|
||||
SIZE (poster.tar.bz2) = 33770
|
8
print/kde_poster/pkg-descr
Normal file
8
print/kde_poster/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Here you have the new release of `poster', to scale postscript
|
||||
images to a larger size, and print them on larger media and/or
|
||||
tile them to print on multiple sheets.
|
||||
With respect to the earlier release:
|
||||
- support is added for foreign (Non European A*) media sizes.
|
||||
- options for scaling became more flexible
|
||||
- original restrictions on white margins in your drawing are removed.
|
||||
For a complete explanation see the accompanying manual.
|
Loading…
Reference in a new issue