aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-18 07:11:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-18 07:11:38 +0000
commit642a6377ed8725821aa57fa6325143fa7397fa80 (patch)
treea95f6e6c859e0a1541bef9b65f66585ff62d9d92 /print
parent6f863d06cf80679b2ae589ee4d92e2553d5f7d32 (diff)
downloadports-642a6377ed8725821aa57fa6325143fa7397fa80.tar.gz
ports-642a6377ed8725821aa57fa6325143fa7397fa80.zip
- add seperate pkg_descr
Notes
Notes: svn path=/head/; revision=234125
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile6
-rw-r--r--print/cups-base/pkg-descr1
-rw-r--r--print/cups-base/pkg-descr.client5
-rw-r--r--print/cups-base/pkg-descr.image5
4 files changed, 14 insertions, 3 deletions
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/