diff options
author | markd <markd@pkgsrc.org> | 2002-10-02 12:06:41 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-02 12:06:41 +0000 |
commit | 94403deb9cfa405672248d06f5b9d27b8748136c (patch) | |
tree | 9fd74c0dba8436bc1347563f56824f95661189b8 | |
parent | f5cbd672d77082198de31266013d599a9f10610b (diff) | |
download | pkgsrc-94403deb9cfa405672248d06f5b9d27b8748136c.tar.gz |
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
-rw-r--r-- | graphics/kdegraphics3/DESCR | 22 | ||||
-rw-r--r-- | graphics/kdegraphics3/Makefile | 11 |
2 files changed, 26 insertions, 7 deletions
diff --git a/graphics/kdegraphics3/DESCR b/graphics/kdegraphics3/DESCR index f134235ef9b..678f2a42614 100644 --- a/graphics/kdegraphics3/DESCR +++ b/graphics/kdegraphics3/DESCR @@ -1,3 +1,23 @@ The kdegraphics module of KDE is a collection of graphics based programs and plugins. Programs are included to view dvi, pdf, ps and various fax -and icon formats +and icon formats: + +* kcoloredit: contains two programs: a color value editor and also a color + picker +* kdvi: program (and embeddable KPart) to display *.DVI files from TeX +* kfax: a program to display raw and tiffed fax images (g3, g3-2d, g4) +* kfaxview: an embeddable KPart to display tiffed fax images +* kfile-plugins: provide meta information for graphic files +* kfract: a fractal image generator +* kghostview: program (and embeddable KPart) to display *.PDF and *.PS +* kiconedit: an icon editor +* kooka: a raster image scan program, based on SANE and libkscan +* kpaint: a simple pixel oriented image drawing program +* kruler: a ruler in inch, centimeter and pixel to check distances on the + screen +* kpixmap2bitmap: converts an image into several bitmaps, one for each color. + Bitmaps can be saved directly as *.xbm, as xpm into *.h or as a QCoord object +* ksnapshot: make snapshots of the screen contents +* kuickshow: fast and comfortable imageviewer +* kview: picture viewer, provided as standalone program and embeddable KPart +* kviewshell: generic framework for viewer applications diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index facd0109413..c970f9bd67e 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/09/13 06:53:34 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/02 12:06:41 markd Exp $ DISTNAME= kdegraphics-3.0.3 CATEGORIES= graphics @@ -9,7 +9,7 @@ COMMENT= Graphics programs for the KDE integrated X11 desktop #DEPENDS+= gPhoto2 #DEPENDS+= gpio -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio @@ -17,9 +17,8 @@ CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} #.include "../../graphics/tiff/buildlink.mk" -.include "../../graphics/imlib/buildlink.mk" -.include "../../x11/kde3/buildlink.mk" -.include "../../x11/kdebase3/buildlink.mk" +.include "../../graphics/imlib/buildlink2.mk" +.include "../../x11/kde3/buildlink2.mk" +.include "../../x11/kdebase3/buildlink2.mk" .include "../../mk/ghostscript.mk" -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |