diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 14:39:06 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 14:39:06 +0000 |
commit | 45b5f0a3f9ec5157d7c5bc86748a772cdc091284 (patch) | |
tree | 3e785af7bb1cb362254128e1f78c3300b757dbfa | |
parent | - Update to OpenSSH 2.9.9 (diff) |
Add xpp-1.0, a GUI print front-end for CUPS
PR: 31005
Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au>
Notes
Notes:
svn path=/head/; revision=48394
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/xpp/Makefile | 27 | ||||
-rw-r--r-- | print/xpp/distinfo | 1 | ||||
-rw-r--r-- | print/xpp/pkg-comment | 1 | ||||
-rw-r--r-- | print/xpp/pkg-descr | 7 | ||||
-rw-r--r-- | print/xpp/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 3a8f5768bbc8..258d3fc85e0e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -144,6 +144,7 @@ SUBDIR += xdvi SUBDIR += xdvik SUBDIR += xmbibtex + SUBDIR += xpp SUBDIR += xtem SUBDIR += yatex SUBDIR += yatex-mule diff --git a/print/xpp/Makefile b/print/xpp/Makefile new file mode 100644 index 000000000000..fb0239b4443f --- /dev/null +++ b/print/xpp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xpp +# Date created: 3 Oct 2001 +# Whom: Daniel O'Connor <doconnor@gsoft.com.au> +# +# $FreeBSD$ +# + +PORTNAME= xpp +PORTVERSION= 1.0 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cups + +MAINTAINER= doconnor@gsoft.com.au + +LIB_DEPENDS= cups:${PORTSDIR}/print/cups \ + fltk:${PORTSDIR}/x11-toolkits/fltk + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes + +CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups -lfltk \ + -lGL -lXext ${PTHREAD_LIBS:S/"//g}" \ + CPPFLAGS=-I${LOCALBASE}/include + +.include <bsd.port.mk> diff --git a/print/xpp/distinfo b/print/xpp/distinfo new file mode 100644 index 000000000000..0635b5d74ff5 --- /dev/null +++ b/print/xpp/distinfo @@ -0,0 +1 @@ +MD5 (xpp-1.0.tar.gz) = fc2649b2db29a3ae4bec6842ccd8e268 diff --git a/print/xpp/pkg-comment b/print/xpp/pkg-comment new file mode 100644 index 000000000000..7709eb60c497 --- /dev/null +++ b/print/xpp/pkg-comment @@ -0,0 +1 @@ +GUI print front-end for CUPS diff --git a/print/xpp/pkg-descr b/print/xpp/pkg-descr new file mode 100644 index 000000000000..cb732118edeb --- /dev/null +++ b/print/xpp/pkg-descr @@ -0,0 +1,7 @@ +The X Printing Panel (XPP) is a completely free (GPL) tool for easy choosing of +the desired printer out of a list of all available printers and for setting +printer options by an easy-to-use graphical user interface. One simply calls the +program (xpp) instead of the usual utilities (lpr or lp) at the command line or +out of applications. + +WWW: http://cups.sourceforge.net/xpp/ diff --git a/print/xpp/pkg-plist b/print/xpp/pkg-plist new file mode 100644 index 000000000000..9d7d8eceb240 --- /dev/null +++ b/print/xpp/pkg-plist @@ -0,0 +1 @@ +bin/xpp |