1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.1.21

PR: ports/111423
Submitted by: bf <bf2006a@yahoo.com>
This commit is contained in:
Michael Nottebrock 2007-04-10 13:48:38 +00:00
parent 1488937a88
commit 9e37ae8787
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189669
5 changed files with 30 additions and 23 deletions

View File

@ -6,23 +6,22 @@
#
PORTNAME= libpaper
PORTVERSION= 1.1.14.3
PORTREVISION= 1
PORTVERSION= 1.1.21
PORTREVISION= 0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/libp/libpaper
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.3/-3/}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= lofi@freebsd.org
COMMENT= A library providing routines for paper size management
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_GETOPT_LONG=yes
CONFIGURE_ARGS= --build=${CONFIGURE_TARGET}
USE_LDCONFIG= yes
CONFIGURE_ARGS= --build=${CONFIGURE_TARGET} --mandir=${PREFIX}/man
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.3//}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= paperconf.1
MAN3= defaultpapername.3 defaultpapersizefile.3 paperdone.3 paperfirst.3 \

View File

@ -1,3 +1,3 @@
MD5 (libpaper_1.1.14-3.tar.gz) = ce8aa414571fb5afd278e2a6de0fac29
SHA256 (libpaper_1.1.14-3.tar.gz) = dd6e3268904f7295483f8ab042c4f0971244cffb22108971fb1e348abfe38a32
SIZE (libpaper_1.1.14-3.tar.gz) = 301674
MD5 (libpaper_1.1.21.tar.gz) = 6397f8d60a157119c1de5d19e4d82436
SHA256 (libpaper_1.1.21.tar.gz) = ce3b97f74c0ac4e0b3c8cb1bcbc6865e2068d63c9b493b7bf37b84dd5ebe702b
SIZE (libpaper_1.1.21.tar.gz) = 350788

View File

@ -0,0 +1,19 @@
--- lib/Makefile.in.orig Mon Apr 9 10:45:45 2007
+++ lib/Makefile.in Mon Apr 9 10:49:48 2007
@@ -500,14 +500,14 @@
paperspecs.h: paperspecs Makefile
- echo ' /* This file has been automaticaly generated.' >$@
+ echo ' /* This file has been automatically generated.' >$@
echo ' Edit paperspecs to make changes to the papers specifications. */' >>$@
echo >>$@
env LANG=C LC_ALL=C awk '{ factor = 1.0; \
if ($$4 == "mm") factor = 72.0 / 25.4; \
if ($$4 == "in") factor = 72.0; \
printf(" { \"%s\", %5f, %5f },\n", \
- $$1, $$2 * factor, $$3 * factor); }' < $< >> $@
+ $$1, $$2 * factor, $$3 * factor); }' < $< paperspecs >> $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,5 +1,5 @@
--- lib/paper.c.orig Sun Nov 16 19:56:24 2003
+++ lib/paper.c Sun Nov 16 19:56:29 2003
--- lib/paper.c.orig Mon Apr 9 10:46:01 2007
+++ lib/paper.c Mon Apr 9 10:47:01 2007
@@ -14,7 +14,6 @@
#include <sys/stat.h>

View File

@ -1,11 +0,0 @@
--- lib/Makefile.in.orig Sat Oct 23 12:04:02 2004
+++ lib/Makefile.in Mon Feb 14 13:12:45 2005
@@ -543,7 +543,7 @@
if ($$4 == "mm") factor = 72.0 / 25.4; \
if ($$4 == "in") factor = 72.0; \
printf(" { \"%s\", %5f, %5f },\n", \
- $$1, $$2 * factor, $$3 * factor); }' < $< >> $@
+ $$1, $$2 * factor, $$3 * factor); }' < paperspecs >> $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: