Port details |
- photoprint Utility to print multiple images per sheet
- 0.4.2.p2_9 print
=0 0.4.2.p2_9Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2013-02-26 15:10:40
- Last Update: 2022-06-06 12:01:14
- Commit Hash: dcddd79
- Also Listed In: graphics
- License: GPLv2
- Description:
- PhotoPrint is an utility to print multiple images per sheet, using
Gutenprint, with support for 16-bit images and ICC profiles.
WWW: http://blackfiveimaging.co.uk/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- photoprint>0:print/photoprint
- To install the port:
- cd /usr/ports/print/photoprint/ && make install clean
- To add the package, run one of these commands:
- pkg install print/photoprint
- pkg install photoprint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: photoprint
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (photoprint-0.4.2-pre2.tar.gz) = d7fdaac4928083c499164ca676fe08eac5d9f4c8763309af03b6a2a3c53dab7d
SIZE (photoprint-0.4.2-pre2.tar.gz) = 2002424
- 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:
-
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- x11.pc : x11/libX11
- Library dependencies:
-
- libcups.so : print/cups
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libgutenprint.so : print/gutenprint
- liblcms.so : graphics/lcms
- libnetpbm.so : graphics/netpbm
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- print_photoprint
- USES:
- compiler:c++11-lang desktop-file-utils gettext gnome jpeg libtool localbase pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jun 2022 12:01:14 0.4.2.p2_9
|
Rene Ladan (rene)  |
print/photoprint: return to pool, bsam got safekept
Fixes: 65e2c3c3bb00 |
10 Oct 2021 19:44:42 0.4.2.p2_9
|
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
07 Apr 2021 08:09:01 0.4.2.p2_9
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.4.2.p2_9
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Dec 2019 15:21:49
0.4.2.p2_9
|
bsam  |
print/photoprint: Fix build with gitenprint 5.3.
Let's try to make photoprint and libgutenprint friends.
Bump PORTREVISION. It is not needed by rules, but I'd prefer to. |
06 Nov 2019 20:47:27
0.4.2.p2_8
|
zeising  |
Add USES=xorg USES=gl, ports categories p
Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
08 Sep 2019 05:47:45
0.4.2.p2_8
|
antoine  |
Mark BROKEN
gprinter.cpp:430:32: error: use of undeclared identifier
'stp_get_papersize_by_name'
const stp_papersize_t
*paper=stp_get_papersize_by_name(papersize);
Reported by: pkg-fallout |
26 Jul 2019 20:46:57
0.4.2.p2_8
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Mar 2019 04:25:55
0.4.2.p2_7
|
linimon  |
Fix build on gcc-based architectures:
undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket) |
17 Jan 2018 14:35:30
0.4.2.p2_7
|
bsam  |
print/photoprint: Fix build with clang6, USES+=localbase
. fix build with clang6 by forcing --std=gnu++98;
. incorporate USES+=localbase;
. spaces->tabs at a makefile assignment. |
26 Oct 2017 22:56:54
0.4.2.p2_7
|
bsam  |
print/photoprint: Fix crashes with recent cups.
1. Finally I've found some spare time to diagnose and fix crashes:
include cups/ppd.h, not cups/cups.h at
stp_support/printerqueues_unix.c file.
2. While here: pet portlint, add some dependencies.
Happy photoprinting! |
04 Jun 2017 21:00:48
0.4.2.p2_6
|
cmt  |
print/gutenprint: update to 5.2.12
https://sourceforge.net/projects/gimp-print/files/gutenprint-5.2/5.2.12/
The -ijs and -foomatic backends have been removed by upstream,
leaving -cups as the sole choice of backend. Therefore, the -base
and -cups ports have been merged into the main gutenprint port
and the obsolete components have been removed.
PR: 217118
Submitted by: bsam, tijl
Reported by: tijl |
01 Apr 2016 14:16:20
0.4.2.p2_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
11 Mar 2016 11:53:42
0.4.2.p2_6
|
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
22 Jun 2015 18:33:22
0.4.2.p2_5
|
antoine  |
Convert to USES=jpeg |
24 Jan 2015 22:02:38
0.4.2.p2_5
|
antoine  |
Fix LIB_DEPENDS |
25 Dec 2014 20:54:43
0.4.2.p2_4
|
bapt  |
Bump portrevision after png update |
13 Nov 2014 07:41:18
0.4.2.p2_3
|
antoine  |
Cleanup plist |
26 Aug 2014 14:06:09
0.4.2.p2_3
|
tijl  |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
16 Apr 2014 18:28:50
0.4.2.p2_3
|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
16 Dec 2013 11:11:10
0.4.2.p2_2
|
zeising  |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
29 Sep 2013 17:01:42
0.4.2.p2_1
|
zeising  |
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above ) |
26 Sep 2013 19:17:10
0.4.2.p2
|
bsam  |
. support stage;
. use new LIB_DEPENDS syntax. |
20 Sep 2013 22:44:00
0.4.2.p2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
02 Sep 2013 06:39:38
0.4.2.p2
|
bapt  |
Add an explicit dependency on pkgconfig |
26 May 2013 16:20:50
0.4.2.p2
|
bsam  |
USE_GNOME=desktopfileutils -> USES=desktop-file-utils |
25 May 2013 14:37:03
0.4.2.p2
|
zeising  |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
24 Apr 2013 18:10:32
0.4.2.p2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
23 Mar 2013 14:54:54
0.4.2.p2
|
kwm  |
Fix build with glib 2.34.
Submitted by: John Marino <draco@marino.st> |
26 Feb 2013 16:20:57
0.4.2.p2
|
danfe  |
Fix a stupid typo, doh!
Noticed by: rm
Pointy hat to: danfe |
26 Feb 2013 15:59:15
0.4.2.p2
|
danfe  |
- Remove stray (commented out) line in Makefile
- Move LICENCE knob where it better belongs
- Remove duplicate pcre entry from LIB_DEPENDS
- HAS_CONFIGURE -> GNU_CONFIGURE
- Fix minor wording bugs in port description
Approved by: bsam (maintainer) |
26 Feb 2013 15:10:30
0.4.2.p2
|
bsam  |
PhotoPrint is a utility to print multiple images per sheet, using
Gutenprint, with support for 16-bit images and ICC profiles.
WWW: http://blackfiveimaging.co.uk |