mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
XPP is a graphical utility for managing printers and submitting print jobs.
It interfaces with CUPS on the backend and allows the user to configure double sided printing, active tray, color adjustment, etc. It supports the command line flags of lpr as well. You will first need to configure a printer via CUPS to use XPP. WWW: http://cups.sourceforge.net/xpp/ PR: ports/110780 Submitted by: Nate Lawson <njl at freebsd.org>
This commit is contained in:
parent
2bb95a38ec
commit
fa5b7341cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188721
4 changed files with 44 additions and 0 deletions
|
@ -298,6 +298,7 @@
|
|||
SUBDIR += xfce4-print
|
||||
SUBDIR += xmbibtex
|
||||
SUBDIR += xmltex
|
||||
SUBDIR += xpp
|
||||
SUBDIR += xtexsh
|
||||
SUBDIR += yatex
|
||||
SUBDIR += yatex-mule
|
||||
|
|
32
print/xpp/Makefile
Normal file
32
print/xpp/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: xpp
|
||||
# Date created: 23 Mar 2007
|
||||
# Whom: Nate Lawson <njl@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xpp
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= cups
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= njl@FreeBSD.org
|
||||
COMMENT= X11-based printer manager for CUPS
|
||||
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \
|
||||
fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/xpp
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \
|
||||
${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/xpp/distinfo
Normal file
3
print/xpp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpp-1.5.tar.bz2) = fd539258d2b1a554f01937047d44f78e
|
||||
SHA256 (xpp-1.5.tar.bz2) = e47cee4986f16a3449ab4e4925e781243a5104567bd5551e871d3e0338c894bc
|
||||
SIZE (xpp-1.5.tar.bz2) = 95482
|
8
print/xpp/pkg-descr
Normal file
8
print/xpp/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
XPP is a graphical utility for managing printers and submitting print jobs.
|
||||
It interfaces with CUPS on the backend and allows the user to configure
|
||||
double sided printing, active tray, color adjustment, etc. It supports the
|
||||
command line flags of lpr as well.
|
||||
|
||||
You will first need to configure a printer via CUPS to use XPP.
|
||||
|
||||
WWW: http://cups.sourceforge.net/xpp/
|
Loading…
Add table
Reference in a new issue