From 642a6377ed8725821aa57fa6325143fa7397fa80 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 18 May 2009 07:11:38 +0000 Subject: - add seperate pkg_descr --- print/cups-base/Makefile | 6 ++++-- print/cups-base/pkg-descr | 1 - print/cups-base/pkg-descr.client | 5 +++++ print/cups-base/pkg-descr.image | 5 +++++ 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 print/cups-base/pkg-descr.client create mode 100644 print/cups-base/pkg-descr.image (limited to 'print') diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 59503b205f17..3d7940816ba3 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -62,23 +62,25 @@ CUPSSYSGRP= wheel .if defined(CUPS_CLIENT) CUPS_SUFFIX= -client -COMMENT2= Library cupsimage +COMMENT2= Library cups INSTALL_WRKSRC= ${WRKSRC}/cups PLIST= ${MASTERDIR}/pkg-plist.client USE_LDCONFIG= yes PKGMESSAGE= ${NONEXISTENT} +DESCR= ${MASTERDIR}/pkg-descr.client .elif defined(CUPS_IMAGE) CUPS_SUFFIX= -image LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -COMMENT2= Library cups +COMMENT2= Library cupsimage CONFIGURE_ARGS+= --disable-pdftops INSTALL_WRKSRC= ${WRKSRC}/filter PLIST= ${MASTERDIR}/pkg-plist.image USE_LDCONFIG= yes PKGMESSAGE= ${NONEXISTENT} +DESCR= ${MASTERDIR}/pkg-descr.image .else CUPS_SUFFIX= -base LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ diff --git a/print/cups-base/pkg-descr b/print/cups-base/pkg-descr index 8c646403b08e..0eddd683c2fd 100644 --- a/print/cups-base/pkg-descr +++ b/print/cups-base/pkg-descr @@ -18,7 +18,6 @@ that use these filters. This software is available in the cups-pstoraster port. LICENSE: GPL2 only with exception to link with OpenSSL -LICENSE: LGPL2 only with exception to link with OpenSSL (inlcudes, librarys) WWW: http://www.cups.org/ [original text by greid@ukug.uk.freebsd.org] diff --git a/print/cups-base/pkg-descr.client b/print/cups-base/pkg-descr.client new file mode 100644 index 000000000000..8639c4fb5c1b --- /dev/null +++ b/print/cups-base/pkg-descr.client @@ -0,0 +1,5 @@ +This provides libcups for applications to access CUPS. + +LICENSE: LGPL2 only with exception to link with OpenSSL + +WWW: http://www.cups.org/ diff --git a/print/cups-base/pkg-descr.image b/print/cups-base/pkg-descr.image new file mode 100644 index 000000000000..ee790508f069 --- /dev/null +++ b/print/cups-base/pkg-descr.image @@ -0,0 +1,5 @@ +This provides libcupsimage for applications to process CUPS raster files. + +LICENSE: LGPL2 only with exception to link with OpenSSL + +WWW: http://www.cups.org/ -- cgit v1.2.3