1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

resize a postscript image to print on larger media and/or multiple sheets

PR: 16514
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
This commit is contained in:
Satoshi Taoka 2000-02-07 14:57:59 +00:00
parent 6754b57e9c
commit 759f70b39c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25560
6 changed files with 47 additions and 0 deletions

25
print/poster/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: poster
# Version required: 1.0
# Date created: 15 January 2000
# Whom: Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#
DISTNAME= poster
PKGNAME= poster-1.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/
MAINTAINER= sanpei@sanpei.org
ALL_TARGET= poster
NO_WRKSUBDIR= yes
MAN1= poster.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>

1
print/poster/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (poster.tar.gz) = d00b3b1c7c239b2eb205637f8a5a0868

View File

@ -0,0 +1,11 @@
--- poster.c.org Thu Apr 29 00:22:46 1999
+++ poster.c Sun Jan 30 00:48:11 2000
@@ -570,7 +570,7 @@
got_bb = 0;
dsc_cont = inbody = gotall = level = atend = 0;
- while (!gotall && (gets(buf) != NULL))
+ while (!gotall && (fgets(buf, BUFSIZE, stdin) != NULL))
{
if (buf[0] != '%')
{ dsc_cont = 0;

1
print/poster/pkg-comment Normal file
View File

@ -0,0 +1 @@
resize a postscript image to print on larger media and/or multiple sheets

8
print/poster/pkg-descr Normal file
View 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.

1
print/poster/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/poster