Commit graph

33 commits

Author SHA1 Message Date
wiz
bd5a1ad167 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.
2024-03-13 14:45:09 +00:00
wiz
66ab312259 libpaper: update to 2.1.3.
This release fixes a small problem with the paperspecs(5) man page,
and ensures that the name of the ‘paper’ program is always set,
even in a non-relocatable build.
2024-01-28 12:58:33 +00:00
nia
b1bcfd84c3 libpaper: Set USE_FEATURES. 2023-11-09 18:58:02 +00:00
wiz
9b89a7e419 libpaper: update to 2.1.2.
This release contains a change only to the tests, which improves
the detection of glibc. (The method used by libpaper itself already
works, and is not affected: there’s no need to update to this
release unless you need to run the tests on a glibc system!)
2023-10-19 14:47:05 +00:00
wiz
2bdd773174 libpaper: update to 2.1.1.
This release fixes the -N flag of paperconf.
2023-07-05 22:14:28 +00:00
jperkin
3b32ae84c9 libpaper: Remove --enable-relocatable completely.
It just breaks things and pkgsrc will never support relocatable binaries.  The
configure script warns that doing this will break the tests, but in my testing
it does not.

Bump PKGREVISION.
2023-04-17 08:35:54 +00:00
triaxx
b62113a89d libpaper: Disable relocatable for Darwin
pkgsrc changes:
---------------
  * Fix build issue on Darwin when relocatable is enabled by disabling it.
  * Bump revision.
2023-04-15 19:16:33 +00:00
wiz
4e3307558f libpaper: fix pkglint 2023-04-13 18:32:46 +00:00
wiz
f7a89c3ca0 *: recursive PKGREVISION bump for libpaper shlib major bump 2023-04-13 14:13:56 +00:00
wiz
b751592d39 libpaper: update to 2.1.0.
New major version from a new, active upstream.
2023-04-13 14:12:13 +00:00
wiz
2e6ccb3b5a libpaper: fix bl3.mk too 2023-04-12 15:55:18 +00:00
wiz
164e5eaaa9 libpaper: revert accidental commit 2023-04-12 15:53:54 +00:00
wiz
cbadfe2728 libpaper: update to 2.0.11.
Fix tests on some systems.
2023-04-12 15:52:46 +00:00
wiz
f987dac69f libpaper: update to 1.1.29.
libpaper (1.1.29) unstable; urgency=medium

  * Fix for parallel build. See #857058
  * Added romanian translation. See #1032333
  * Updated standards-version to 4.6.0 (no changes)
  * Update papersize manual page. See #959403
  * Update paperconf manual page. See #959404
  * Update paperconfig manual page. See #959405
2023-03-19 06:58:40 +00:00
nia
7bacd8705a print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:12:01 +00:00
nia
2984d3c2a6 print: Remove SHA1 hashes for distfiles 2021-10-07 14:48:50 +00:00
ryoon
e23f651369 Update to 1.1.28
* Update HOMEPAGE

Changelog:
libpaper (1.1.28) unstable; urgency=medium

  * Completely fixed #927226.

 -- Giuseppe Sacco <eppesuig@debian.org>  Wed, 26 Jun 2019 00:04:32 +0200

libpaper (1.1.27) unstable; urgency=medium

  * Fixed a circular dependency in debian/rules that left libpaper1.config
    not built. See #927226.

 -- Giuseppe Sacco <eppesuig@debian.org>  Sun, 23 Jun 2019 21:27:03 +0200
2019-07-04 13:34:57 +00:00
wiz
5b89cc13ce libpaper: update to 1.1.26.
Changes not found.
2019-02-13 20:21:37 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
agc
03010d7bd0 Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:01:30 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
jmmv
9e51a554c3 Update to 1.1.24:
- Our patches have been merged upstream.
- One minor fix in a manual page to respect sysconfdir.
2010-04-24 15:56:46 +00:00
jmmv
8284d95412 Fix build when libpaper is not yet installed.
My previous changes added a call to paperconfig during the build stage to
generate a sample configuration file.  The paperconfig script needs to run
paperconf and relies on the path to do so.  But, if it is not yet installed,
the call fails.  Fix this by pointing the script to the correct place.

Problem reported by wiz@.
2010-04-23 12:45:01 +00:00
jmmv
569053d920 Fix pkglint warnings: add PAPERSIZE to BUILD_DEFS and do not hide a
post-build command.
2010-04-23 11:33:06 +00:00
jmmv
15ad24c7d0 Add references to the upstream bug numbers that host these patches. 2010-04-23 11:31:57 +00:00
jmmv
2a8ccd3e42 Generate the sample configuration file during the build stage and install
it as any other configuration file, instead of creating it in-place during
package installation.

This makes the configuration file go away upon package deinstallation,
unless it was modified by the administrator.

Bump PKGREVISION to 1.
2010-04-22 11:58:51 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
sno
4fb17a69f1 add dependency to devel/libgetopt for platforms without getoptlong 2009-03-01 21:51:22 +00:00
drochner
c303bc2cbd modify check of __STDC__ to accept a "0" value as positive,
fixes build error with Sun Studio Compiler reported by
Joern Clausen per PR pkg/40660
2009-02-16 18:05:44 +00:00
tnn
ffc27bb08c Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)
Changes:
* Use defaultpapername() if systempapername() fails, as suggested
  in lib/paper.h. This makes paperconf return a default papersize
  instead of failing if /etc/papersize doesn't exist.
  Closes: #376346.
* Added hungarian translation: Closes: #433726.
2008-03-08 14:20:12 +00:00
joerg
6b0729e116 DESTDIR clean. 2008-03-08 13:58:09 +00:00
joerg
01462e9e9c Don't use malloc.h. 2007-09-14 11:21:43 +00:00
drochner
0df3df3af0 import the Debian libpaper-1.1.22, a library to supply information about
paper sizes
2007-09-04 20:10:12 +00:00