Port details |
- libpaper Library providing routines for paper size management
- 1.1.28_1 print =129 1.1.28_1Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2003-11-16 19:12:01
- Last Update: 2024-01-27 12:36:32
- Commit Hash: c3ce865
- People watching this port, also watch:: expat, libxml2, freetype2, libiconv, png
- License: GPLv2
- WWW:
- https://packages.qa.debian.org/libp/libpaper.html
- Description:
- The paper library and accompanying files are intended to provide a simple
way for applications to take actions based on a system- or user-specified
paper size.
This release is quite minimal, its purpose being to provide really basic
functions (obtaining the system paper name and getting the height and
width of a given kind of paper) that applications can immediately
integrate.
A more complete library, using a capabilities file for papers (giving,
in addition to the size, informations like paper weigth, color, etc)
will be released later.
See the sources for paperconf(1) in src/paper.c for how to use the library.
Copyright (C) Yves Arrouye <yves@debian.org>, 1996
Adrian Bunk <bunk@fs.tum.de> , 2000
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libpaper>0:print/libpaper
- To install the port:
- cd /usr/ports/print/libpaper/ && make install clean
- To add the package, run one of these commands:
- pkg install print/libpaper
- pkg install libpaper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpaper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1635880419
SHA256 (libpaper_1.1.28.tar.gz) = c8bb946ec93d3c2c72bbb1d7257e90172a22a44a07a07fb6b802a5bb2c95fddc
SIZE (libpaper_1.1.28.tar.gz) = 42356
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Build
-
- textproc/xmlto
- for Libraries
-
- editors/ted
- games/tuxpaint
- games/tuxpaint-config
- graphics/kooka
- print/a2ps
- print/c2ps
- print/cups
-
Deleted ports which required this port:
- for Run
-
- japanese/a2ps
- print/html2ps
- textproc/xmlto
Configuration Options:
- No options to configure
- Options name:
- print_libpaper
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.28_1 27 Jan 2024 12:36:32 |
Muhammad Moinur Rahman (bofh) |
print/libpaper: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.28 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.28 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above ) |
1.1.28 24 Nov 2021 13:11:35 |
Daniel Engberg (diizzy) |
print/libpaper: Update to 1.1.28
Changelog:
http://metadata.ftp-master.debian.org/changelogs/main/libp/libpaper/unstable_changelog
Approved by: arrowd (mentor), maintainer timeout (3+ weeks)
Differential Revision: https://reviews.freebsd.org/D32809 |
1.1.24.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.24.4 29 May 2015 14:18:20 |
xmj |
print/libpaper: update to 1.1.24.4
- update to 1.1.24.4
PR: 199639
Submitted by: David Harrigan <dharrigan@gmail.com>
Approved by: maintainer timeout (2 weeks) |
1.1.24.3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.1.24.3 30 Aug 2014 14:56:17 |
hrs |
- Update to 1.1.24+nmu3. DL paper size specification is fixed.
- Use install-strip.
- Add LICENSE. |
1.1.24_2 20 Jun 2014 11:15:58 |
amdmi3 |
- Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.1.24_1 06 Feb 2014 14:19:14 |
miwi |
- Stage support |
1.1.24_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.1.24_1 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.1.24_1 16 Dec 2012 23:38:35 |
hrs |
Fix a typo.
Spotted by: Kurt Jaeger |
1.1.24_1 17 Mar 2012 11:30:24 |
hrs |
Add etc/papersize.{a4,letter}.
Discussed with: bsam
Feature safe: yes |
1.1.24 29 Feb 2012 05:56:36 |
hrs |
Take maintainership. |
1.1.24 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
1.1.24 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1.24 01 Jun 2010 00:39:39 |
edwin |
Update to 1.1.24
Submitted by: Greg Lehey |
1.1.23+nmu2 19 Mar 2010 23:28:52 |
sylvio |
- Update to 1.1.23+nmu2
Approved by: miwi (mentor) |
1.1.23+nmu1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.1.23+nmu1 22 Jul 2009 20:59:40 |
pgollucci |
- Update to 1.1.23+nmu1 |
1.1.21_3 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
1.1.21_3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.1.21_3 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.1.21_3 20 Apr 2007 18:06:16 |
lofi |
Set prefix in paperconfig, eg make paperconfig write to the same system
papersize file that paperconf attempts to read. |
1.1.21_2 19 Apr 2007 16:02:50 |
lofi |
Move REINPLACE_CMD to correct Makefile target and fix a bashism in the
paperconfig script. |
1.1.21_1 19 Apr 2007 15:51:02 |
lofi |
Don't try to use bash for scripts.
PR: ports/111865
Submitted by: Fernando Herrero Carrón <fhcarron@terra.es> |
1.1.21 10 Apr 2007 13:48:38 |
lofi |
Update to 1.1.21
PR: ports/111423
Submitted by: bf <bf2006a@yahoo.com> |
1.1.14.3_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.1.14.3_1 06 Sep 2006 22:03:49 |
lofi |
Make sure ${prefix} gets expanded properly. |
1.1.14.3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.1.14.3 24 Jan 2006 01:00:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.14.3 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.1.14.3 14 Feb 2005 12:16:02 |
lofi |
Update to 1.1.14-3. |
1.1.14 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1.14 07 Feb 2004 07:28:50 |
lofi |
Update to 1.1.14. |
1.1.13 17 Nov 2003 05:31:21 |
lofi |
Correct pkg-descr. |
1.1.13 16 Nov 2003 19:10:44 |
lofi |
Add libpaper, a library providing routines for paper size management. |