pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc * List the info file entries directly in the PLIST.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7dd8039a143
branches: trunk
changeset: 510802:a7dd8039a143
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Apr 04 14:45:44 2006 +0000
description:
* List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
diffstat:
finance/gnucash-devel/Makefile | 4 ++--
finance/gnucash-devel/PLIST | 3 ++-
finance/gnucash/Makefile | 4 ++--
finance/gnucash/PLIST | 3 ++-
games/gnugo/Makefile | 9 ++++-----
games/gnugo/PLIST | 3 ++-
games/xboard/Makefile | 5 ++---
games/xboard/PLIST | 3 ++-
games/xconq/Makefile | 13 ++++++++-----
games/xconq/PLIST | 5 ++++-
graphics/barcode/Makefile | 7 +++++--
graphics/barcode/PLIST | 3 ++-
graphics/geomview/Makefile | 5 ++---
graphics/geomview/PLIST | 3 ++-
graphics/gnuplot-nox11/PLIST | 3 ++-
graphics/gnuplot/Makefile.common | 4 ++--
graphics/gnuplot/PLIST | 3 ++-
graphics/gri/Makefile | 5 +++--
graphics/gri/PLIST | 3 ++-
graphics/hp2xx/Makefile | 15 +++++++++++----
graphics/hp2xx/PLIST | 3 ++-
graphics/hp2xx/distinfo | 4 ++--
graphics/hp2xx/patches/patch-ab | 24 ++++--------------------
graphics/xzgv/Makefile | 13 ++++++++-----
graphics/xzgv/PLIST | 3 ++-
ham/tnt/Makefile | 5 ++---
ham/tnt/PLIST | 3 ++-
27 files changed, 85 insertions(+), 73 deletions(-)
diffs (truncated from 492 to 300 lines):
diff -r 3b3dca5295bb -r a7dd8039a143 finance/gnucash-devel/Makefile
--- a/finance/gnucash-devel/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/finance/gnucash-devel/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/29 22:07:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/04 14:45:44 jlam Exp $
#
DISTNAME= gnucash-1.9.3
@@ -42,7 +42,7 @@
#GCONF2_SCHEMAS+= apps_gnucash_dialog_hbci.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_business_common.schemas
-INFO_FILES= gnucash-design.info
+INFO_FILES= # PLIST
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
diff -r 3b3dca5295bb -r a7dd8039a143 finance/gnucash-devel/PLIST
--- a/finance/gnucash-devel/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/finance/gnucash-devel/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/03/29 22:07:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@@ -193,6 +193,7 @@
include/gnucash/table-model.h
include/gnucash/window-main-summarybar.h
include/gnucash/window-report.h
+info/gnucash-design.info
lib/gnucash/libgnc-business-ledger.la
lib/gnucash/libgncmod-app-utils.la
lib/gnucash/libgncmod-binary-import.la
diff -r 3b3dca5295bb -r a7dd8039a143 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/finance/gnucash/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2006/02/05 23:09:06 joerg Exp $
+# $NetBSD: Makefile,v 1.96 2006/04/04 14:45:44 jlam Exp $
DISTNAME= gnucash-1.8.12
PKGREVISION= 3
@@ -34,7 +34,7 @@
AM_MAKEFLAGS= LIBTOOL='${LIBTOOL} ${LIBTOOL_FLAGS}'
MAKE_ENV+= AM_MAKEFLAGS=${AM_MAKEFLAGS:Q}
-INFO_FILES= gnucash-design.info
+INFO_FILES= # PLIST
# empty in 1.8.12, existed before
post-install:
diff -r 3b3dca5295bb -r a7dd8039a143 finance/gnucash/PLIST
--- a/finance/gnucash/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/finance/gnucash/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2005/10/20 14:18:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2006/04/04 14:45:44 jlam Exp $
bin/dump-finance-quote
bin/gnc-prices
bin/gnc-test-env
@@ -120,6 +120,7 @@
include/gnucash/table-model.h
include/gnucash/window-help.h
include/gnucash/window-report.h
+info/gnucash-design.info
lib/gnucash/libgnc-business-ledger.la
lib/gnucash/libgncmod-app-file.la
lib/gnucash/libgncmod-app-utils.la
diff -r 3b3dca5295bb -r a7dd8039a143 games/gnugo/Makefile
--- a/games/gnugo/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/games/gnugo/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:09:16 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/04 14:45:44 jlam Exp $
DISTNAME= gnugo-3.6
PKGREVISION= 1
@@ -9,10 +9,9 @@
HOMEPAGE= http://www.gnu.org/software/gnugo/
COMMENT= Go playing program
-USE_TOOLS+= gmake
-GNU_CONFIGURE= yes
-
-INFO_FILES= gnugo.info
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+INFO_FILES= # PLIST
TEST_TARGET= check
diff -r 3b3dca5295bb -r a7dd8039a143 games/gnugo/PLIST
--- a/games/gnugo/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/games/gnugo/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/02/17 16:10:36 seb Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/04/04 14:45:44 jlam Exp $
bin/gnugo
+info/gnugo.info
man/man6/gnugo.6
diff -r 3b3dca5295bb -r a7dd8039a143 games/xboard/Makefile
--- a/games/xboard/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/games/xboard/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/02/05 23:09:24 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2006/04/04 14:45:44 jlam Exp $
DISTNAME= xboard-4.2.6
PKGREVISION= 3
@@ -14,8 +14,7 @@
CONFIGURE_ENV+= PERLPATH=${PERL5:Q}
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
-
-INFO_FILES= xboard.info
+INFO_FILES= # PLIST
.include "../../mk/bsd.prefs.mk"
diff -r 3b3dca5295bb -r a7dd8039a143 games/xboard/PLIST
--- a/games/xboard/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/games/xboard/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/17 16:14:34 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $
bin/cmail
bin/pxboard
bin/xboard
bin/zic2xpm
+info/xboard.info
man/man6/cmail.6
man/man6/xboard.6
man/man6/zic2xpm.6
diff -r 3b3dca5295bb -r a7dd8039a143 games/xconq/Makefile
--- a/games/xconq/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/games/xconq/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/03/05 16:27:25 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2006/04/04 14:45:44 jlam Exp $
DISTNAME= xconq-7.4.1
PKGREVISION= 5
@@ -17,14 +17,17 @@
CONFIGURE_ARGS+= --with-tkconfig="${BUILDLINK_PREFIX.tk}/lib"
MAKE_ENV+= LOCALBASE=${LOCALBASE:Q}
-
-INFO_FILES= hacking.info xcdesign.info xconq.info
+MAKE_FLAGS+= mandir=${PREFIX:Q}/${PKGMANDIR:Q} \
+ infodir=${PREFIX:Q}/${PKGINFODIR:Q}
+INFO_FILES= # PLIST
post-build:
- cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} info
+ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} \
+ ${MAKE_PROGRAM} ${MAKE_FLAGS} info
post-install:
- cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install-info
+ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} \
+ ${MAKE_PROGRAM} ${MAKE_FLAGS} install-info
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
diff -r 3b3dca5295bb -r a7dd8039a143 games/xconq/PLIST
--- a/games/xconq/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/games/xconq/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/17 16:21:00 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $
bin/imf2x
bin/x2imf
bin/xconq
bin/ximfapp
+info/hacking.info
+info/xcdesign.info
+info/xconq.info
man/man6/xconq.6
share/xconq/images/advt24x26.gif
share/xconq/images/advt32x32.gif
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/barcode/Makefile
--- a/graphics/barcode/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/barcode/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:19 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/04 14:45:44 jlam Exp $
#
DISTNAME= barcode-0.98
@@ -11,8 +11,11 @@
GNU_CONFIGURE= YES
MAKE_ENV+= AWK=${AWK:Q}
+INFO_FILES= # PLIST
-INFO_FILES= barcode.info
+INSTALL_MAKE_FLAGS= INFODIR=${PREFIX:Q}/${PKGINFODIR:Q} \
+ MAN1DIR=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \
+ MAN3DIR=${PREFIX:Q}/${PKGMANDIR:Q}/man3
# man/man1/barcode.1
CONFLICTS+= xscreensaver-[0-9]*
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/barcode/PLIST
--- a/graphics/barcode/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/barcode/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/17 16:43:14 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $
bin/barcode
include/barcode.h
+info/barcode.info
lib/libbarcode.a
man/man1/barcode.1
man/man3/barcode.3
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/geomview/Makefile
--- a/graphics/geomview/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/geomview/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/03/04 21:29:47 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2006/04/04 14:45:44 jlam Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 6
@@ -16,8 +16,7 @@
CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa}
CONFIGURE_ARGS+= --with-motif=${MOTIFBASE:Q}
CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca
-
-INFO_FILES= geomview
+INFO_FILES= # PLIST
.include "../../mk/bsd.prefs.mk"
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/geomview/PLIST
--- a/graphics/geomview/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/geomview/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/02/17 16:55:40 seb Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/04/04 14:45:44 jlam Exp $
bin/.geomview-animate
bin/.geomview-drawbdy
bin/anytooff
@@ -18,6 +18,7 @@
bin/togeomview
bin/ucdtooff
bin/vrml2oogl
+info/geomview
man/man1/anytooff.1
man/man1/anytoucd.1
man/man1/bdy.1
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/gnuplot-nox11/PLIST
--- a/graphics/gnuplot-nox11/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/gnuplot-nox11/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2004/06/25 17:09:27 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:45 jlam Exp $
bin/gnuplot
+info/gnuplot.info
man/man1/gnuplot.1
share/gnuplot/4.0/gnuplot.gih
@dirrm share/gnuplot/4.0
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/gnuplot/Makefile.common
--- a/graphics/gnuplot/Makefile.common Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/gnuplot/Makefile.common Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2006/03/05 16:27:25 jlam Exp $
+# $NetBSD: Makefile.common,v 1.8 2006/04/04 14:45:44 jlam Exp $
#
DISTNAME= gnuplot-4.0.0
@@ -18,7 +18,7 @@
USE_GNU_READLINE= YES
USE_TOOLS+= makeinfo
-INFO_FILES= gnuplot.info
+INFO_FILES= # PLIST
CONFIGURE_ARGS+= --with-pdf
CONFIGURE_ARGS+= --enable-history-file
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/gnuplot/PLIST
--- a/graphics/gnuplot/PLIST Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/gnuplot/PLIST Tue Apr 04 14:45:44 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2004/06/25 17:08:13 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/04/04 14:45:44 jlam Exp $
bin/gnuplot
+info/gnuplot.info
libexec/gnuplot/4.0/gnuplot_x11
man/man1/gnuplot.1
share/gnuplot/4.0/gnuplot.gih
diff -r 3b3dca5295bb -r a7dd8039a143 graphics/gri/Makefile
--- a/graphics/gri/Makefile Tue Apr 04 14:33:27 2006 +0000
+++ b/graphics/gri/Makefile Tue Apr 04 14:45:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/03/05 16:27:25 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2006/04/04 14:45:45 jlam Exp $
DISTNAME= gri-2.12.5
Home |
Main Index |
Thread Index |
Old Index