svn commit: r332728 - head/print/xfce4-print
Olivier Duchateau
olivierd at FreeBSD.org
Mon Nov 4 14:27:24 UTC 2013
Author: olivierd
Date: Mon Nov 4 14:27:23 2013
New Revision: 332728
URL: http://svnweb.freebsd.org/changeset/ports/332728
Log:
- Support STAGEDIR
- Add LICENSE blob
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake pathfix
- Rewrite COMMENT entry and pkg-descr
- Standardize LPR description
Modified:
head/print/xfce4-print/Makefile
head/print/xfce4-print/pkg-descr (contents, props changed)
head/print/xfce4-print/pkg-plist
Modified: head/print/xfce4-print/Makefile
==============================================================================
--- head/print/xfce4-print/Makefile Mon Nov 4 14:22:33 2013 (r332727)
+++ head/print/xfce4-print/Makefile Mon Nov 4 14:27:23 2013 (r332728)
@@ -11,17 +11,18 @@ DISTNAME= xfprint-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= Xfce 4 graphical frontend for printing
+COMMENT= Print system support for the Xfce Desktop
-BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps
-RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps
+LICENSE= GPLv2
+
+BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps
+RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
-USES= gettext pkgconfig
-USE_GMAKE= yes
-USE_GNOME= glib20 gnomehack gtk20 intltool intlhack
+USES= gettext pkgconfig gmake pathfix
+USE_GNOME= glib20 gtk20 intltool intlhack
USE_LDCONFIG= yes
USE_XFCE= configenv libgui libutil xfconf
@@ -30,14 +31,13 @@ OPTIONS_DEFAULT= LPR
OPTIONS_SINGLE= PRINTMETHOD
OPTIONS_SINGLE_PRINTMETHOD= LPR CUPS
LETTER_DESC= Use letter paper format instead of A4
-LPR_DESC= Use lpr as printing system
+LPR_DESC= LPR printing system support
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MCUPS}
CONFIGURE_ARGS+=--enable-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
+LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client
PLIST_SUB+= CUPS=""
.else
CONFIGURE_ARGS+=--disable-cups
Modified: head/print/xfce4-print/pkg-descr
==============================================================================
--- head/print/xfce4-print/pkg-descr Mon Nov 4 14:22:33 2013 (r332727)
+++ head/print/xfce4-print/pkg-descr Mon Nov 4 14:27:23 2013 (r332728)
@@ -1,6 +1,4 @@
-The printing helper is a graphical frontend for printing, a printer
-management, and a job queue management. It doesn't let you configure
-printers but only use printing systems that have already been
-configured properly.
+Xfprint contains a print dialog and a printer manager for the Xfce Desktop
+Environment. It supports CUPS, BSD-LPR and file as printing destination.
-WWW: http://www.xfce.org/projects/xfprint/
+WWW: http://www.xfce.org/
Modified: head/print/xfce4-print/pkg-plist
==============================================================================
--- head/print/xfce4-print/pkg-plist Mon Nov 4 14:22:33 2013 (r332727)
+++ head/print/xfce4-print/pkg-plist Mon Nov 4 14:27:23 2013 (r332728)
@@ -117,12 +117,16 @@ share/xfce4/doc/fr/xfprint.html
@dirrmtry lib/xfce4/xfprint-plugins
@dirrmtry lib/xfce4
@dirrm share/gtk-doc/html/libxfprint
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
+ at dirrmtry share/locale/ur/LC_MESSAGES
+ at dirrmtry share/locale/ur
+ at dirrmtry share/locale/si/LC_MESSAGES
+ at dirrmtry share/locale/si
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
+ at dirrmtry share/locale/dz/LC_MESSAGES
+ at dirrmtry share/locale/dz
+ at dirrmtry share/locale/bn_IN/LC_MESSAGES
+ at dirrmtry share/locale/bn_IN
@dirrmtry share/xfce4/doc/C/images
@dirrmtry share/xfce4/doc/C
@dirrmtry share/xfce4/doc/fr/images
More information about the svn-ports-head
mailing list