pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jpeg PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26537fe11f06
branches:  trunk
changeset: 462467:26537fe11f06
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Oct 03 14:48:40 2003 +0000

description:
PKGREVISION++
Install documentation.  Style nits, while here.
Addresses PR pkg/23046 by Ben Collver.

diffstat:

 graphics/jpeg/Makefile |  13 ++++++++++---
 graphics/jpeg/PLIST    |  25 +++++++++++++++++--------
 2 files changed, 27 insertions(+), 11 deletions(-)

diffs (79 lines):

diff -r eb6f8792bfe9 -r 26537fe11f06 graphics/jpeg/Makefile
--- a/graphics/jpeg/Makefile    Fri Oct 03 14:44:20 2003 +0000
+++ b/graphics/jpeg/Makefile    Fri Oct 03 14:48:40 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2003/09/05 18:53:30 tron Exp $
+# $NetBSD: Makefile,v 1.25 2003/10/03 14:48:40 salo Exp $
 #
 
 DISTNAME=              jpegsrc.v6b
 PKGNAME=               jpeg-6b
+PKGREVISION=           1
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 CATEGORIES=            graphics
 MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/graphics/jpeg/ \
@@ -12,15 +13,21 @@
 HOMEPAGE=              http://www.ijg.org/
 COMMENT=               IJG's jpeg compression utilities
 
+USE_BUILDLINK2=                yes
 USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
 CONFIG_SUB_OVERRIDE=   ${WRKSRC}/config.sub
 
-USE_BUILDLINK2=                yes
-GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --enable-static
+
 INSTALL_TARGET=                install install-lib
 
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg
+       ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg
+
 .include "../../mk/bsd.pkg.mk"
diff -r eb6f8792bfe9 -r 26537fe11f06 graphics/jpeg/PLIST
--- a/graphics/jpeg/PLIST       Fri Oct 03 14:44:20 2003 +0000
+++ b/graphics/jpeg/PLIST       Fri Oct 03 14:48:40 2003 +0000
@@ -1,20 +1,29 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:40 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/10/03 14:48:40 salo Exp $
 bin/cjpeg
 bin/djpeg
 bin/jpegtran
 bin/rdjpgcom
 bin/wrjpgcom
 include/jconfig.h
-include/jpeglib.h
+include/jerror.h
 include/jmorecfg.h
-include/jerror.h
+include/jpeglib.h
 lib/libjpeg.a
 lib/libjpeg.la
 lib/libjpeg.so
 lib/libjpeg.so.62
 lib/libjpeg.so.62.0
-man/man1/cjpeg.1.gz
-man/man1/djpeg.1.gz
-man/man1/jpegtran.1.gz
-man/man1/rdjpgcom.1.gz
-man/man1/wrjpgcom.1.gz
+man/man1/cjpeg.1
+man/man1/djpeg.1
+man/man1/jpegtran.1
+man/man1/rdjpgcom.1
+man/man1/wrjpgcom.1
+share/doc/jpeg/coderules.doc
+share/doc/jpeg/filelist.doc
+share/doc/jpeg/install.doc
+share/doc/jpeg/jconfig.doc
+share/doc/jpeg/libjpeg.doc
+share/doc/jpeg/structure.doc
+share/doc/jpeg/usage.doc
+share/doc/jpeg/wizard.doc
+@dirrm share/doc/jpeg



Home | Main Index | Thread Index | Old Index