pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/libpaper



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 13 14:45:09 UTC 2024

Modified Files:
        pkgsrc/print/libpaper: Makefile PLIST distinfo

Log Message:
libpaper: update to 2.2.5.

Release v2.2.5

This release exports the symbol ‘defaultpaper’, which was previously
missing.

Release v2.2.4

This release adds missing license files (GPL 3 and MIT) to the
source tarball.

Release v2.2.3

This release fixes the build when configured without --enable-relocatable

Release v2.2.2

This release fixes the license headers of paper.c and paper.h

Release v2.2.1

This release merely puts the correct copyright holders in the copy
of the MIT License.

Release v2.2.0

This release adds the option of using the library under the MIT
license when it is built without relocation support (--enable-relocatable).
It achieves this by replacing all the other LGPL’ed code from gnulib
with alternative code.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/libpaper/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/libpaper/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/libpaper/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/libpaper/Makefile
diff -u pkgsrc/print/libpaper/Makefile:1.21 pkgsrc/print/libpaper/Makefile:1.22
--- pkgsrc/print/libpaper/Makefile:1.21 Sun Jan 28 12:58:33 2024
+++ pkgsrc/print/libpaper/Makefile      Wed Mar 13 14:45:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/01/28 12:58:33 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/03/13 14:45:09 wiz Exp $
 
-DISTNAME=      libpaper-2.1.3
+DISTNAME=      libpaper-2.2.5
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rrthomas/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -8,6 +8,7 @@ GITHUB_RELEASE= v${PKGVERSION_NOREV}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/rrthomas/libpaper
 COMMENT=       Paper size handling library
+# or MIT in some cases
 LICENSE=       gnu-gpl-v3 AND gnu-lgpl-v2.1
 
 GNU_CONFIGURE=         yes

Index: pkgsrc/print/libpaper/PLIST
diff -u pkgsrc/print/libpaper/PLIST:1.7 pkgsrc/print/libpaper/PLIST:1.8
--- pkgsrc/print/libpaper/PLIST:1.7     Mon Apr 17 08:35:54 2023
+++ pkgsrc/print/libpaper/PLIST Wed Mar 13 14:45:09 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2023/04/17 08:35:54 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/03/13 14:45:09 wiz Exp $
 bin/paper
 bin/paperconf
 include/paper.h
 lib/libpaper.la
 man/man1/paper.1
 man/man5/paperspecs.5
-share/doc/libpaper/README
+share/doc/libpaper/README.md
 share/examples/libpaper/papersize
 share/examples/libpaper/paperspecs

Index: pkgsrc/print/libpaper/distinfo
diff -u pkgsrc/print/libpaper/distinfo:1.18 pkgsrc/print/libpaper/distinfo:1.19
--- pkgsrc/print/libpaper/distinfo:1.18 Sun Jan 28 12:58:33 2024
+++ pkgsrc/print/libpaper/distinfo      Wed Mar 13 14:45:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/01/28 12:58:33 wiz Exp $
+$NetBSD: distinfo,v 1.19 2024/03/13 14:45:09 wiz Exp $
 
-BLAKE2s (libpaper-2.1.3.tar.gz) = ecb60e479670e081a8a64367511fa720e67bd797d82aa2462bff57bf2e4accbb
-SHA512 (libpaper-2.1.3.tar.gz) = 7ebd469b7d6f22cd98e5811cf87403d066974dc2624d35653803c318258cb68506dc2abeb7129b03231aa32c36a7461275b20f4a43c51f0cd70b2db59a1a2988
-Size (libpaper-2.1.3.tar.gz) = 1263513 bytes
+BLAKE2s (libpaper-2.2.5.tar.gz) = 677b0ad4b124e3df8bcb24410928c845e4538cbfe9e200551250d01859e03d07
+SHA512 (libpaper-2.2.5.tar.gz) = db8da6f7c41a11458e917e4ecceab69c77ada54ac7de9ca13137f019ccca29d85f49573307327c05704697f8bdf7a044231c123b41e5033f78ad610202163808
+Size (libpaper-2.2.5.tar.gz) = 1215652 bytes



Home | Main Index | Thread Index | Old Index