pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net List the info files directly in the PLIST and hono...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/421e1c72ad5f
branches:  trunk
changeset: 510885:421e1c72ad5f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 06 03:20:54 2006 +0000

description:
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.

diffstat:

 net/arla/Makefile         |  4 ++--
 net/arla/PLIST            |  4 +++-
 net/cftp/Makefile         |  4 ++--
 net/cftp/PLIST            |  3 ++-
 net/gnetcat/Makefile      |  5 ++---
 net/gnetcat/PLIST         |  3 ++-
 net/ipgrab/Makefile       |  4 ++--
 net/ipgrab/PLIST          |  3 ++-
 net/jwhois/Makefile       |  8 ++++----
 net/jwhois/PLIST          |  3 ++-
 net/quagga-devel/Makefile |  4 ++--
 net/quagga-devel/PLIST    |  3 ++-
 net/quagga/Makefile       |  4 ++--
 net/quagga/PLIST          |  3 ++-
 net/scli/Makefile         |  4 ++--
 net/scli/PLIST            |  3 ++-
 net/tinc/Makefile         |  5 ++---
 net/tinc/PLIST            |  3 ++-
 net/wget/Makefile         |  5 ++---
 net/wget/PLIST            |  3 ++-
 net/wol/Makefile          |  4 ++--
 net/wol/PLIST             |  3 ++-
 net/yafc/Makefile         |  4 ++--
 net/yafc/PLIST            |  3 ++-
 24 files changed, 51 insertions(+), 41 deletions(-)

diffs (truncated from 374 to 300 lines):

diff -r 2f118991916c -r 421e1c72ad5f net/arla/Makefile
--- a/net/arla/Makefile Thu Apr 06 03:12:46 2006 +0000
+++ b/net/arla/Makefile Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2006/04/06 02:41:44 jlam Exp $
+# $NetBSD: Makefile,v 1.58 2006/04/06 03:20:54 jlam Exp $
 
 DISTNAME=              arla-0.41
 PKGREVISION=           3
@@ -16,7 +16,7 @@
 CONFLICTS+=            kth-krb4-[0-9]*
 
 OSVERSION_SPECIFIC=    yes
-INFO_FILES=            arla.info send-pr.info
+INFO_FILES=            # PLIST
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
diff -r 2f118991916c -r 421e1c72ad5f net/arla/PLIST
--- a/net/arla/PLIST    Thu Apr 06 03:12:46 2006 +0000
+++ b/net/arla/PLIST    Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2005/12/15 21:28:47 wennmach Exp $
+@comment $NetBSD: PLIST,v 1.20 2006/04/06 03:20:54 jlam Exp $
 bin/afsfsperf
 bin/afstool
 bin/amon
@@ -65,6 +65,8 @@
 include/ss/ss.h
 include/timer.h
 include/xdbm.h
+info/arla.info
+info/send-pr.info
 lib/emacs/site-lisp/send-pr.el
 lib/libarlalib.la
 lib/libarlautil.la
diff -r 2f118991916c -r 421e1c72ad5f net/cftp/Makefile
--- a/net/cftp/Makefile Thu Apr 06 03:12:46 2006 +0000
+++ b/net/cftp/Makefile Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/09 11:16:18 seb Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/06 03:20:54 jlam Exp $
 #
 
 DISTNAME=      cftp-0.12
@@ -11,7 +11,7 @@
 COMMENT=       Comfortable FTP, a full screen ftp client
 
 GNU_CONFIGURE= YES
-INFO_FILES=    cftp.info
+INFO_FILES=    # PLIST
 
 BUILD_DEFS+=   USE_INET6
 
diff -r 2f118991916c -r 421e1c72ad5f net/cftp/PLIST
--- a/net/cftp/PLIST    Thu Apr 06 03:12:46 2006 +0000
+++ b/net/cftp/PLIST    Thu Apr 06 03:20:54 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2004/03/08 22:38:05 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/06 03:20:54 jlam Exp $
 bin/cftp
+info/cftp.info
 share/doc/cftp/README
 share/doc/cftp/bindings.desc
 @dirrm share/doc/cftp
diff -r 2f118991916c -r 421e1c72ad5f net/gnetcat/Makefile
--- a/net/gnetcat/Makefile      Thu Apr 06 03:12:46 2006 +0000
+++ b/net/gnetcat/Makefile      Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/06 03:20:54 jlam Exp $
 
 DISTNAME=      netcat-0.7.1
 PKGNAME=       gnetcat-0.7.1
@@ -11,7 +11,6 @@
 COMMENT=       Read and write data across network connections
 
 GNU_CONFIGURE=         YES
-
-INFO_FILES=            netcat.info
+INFO_FILES=            # PLIST
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2f118991916c -r 421e1c72ad5f net/gnetcat/PLIST
--- a/net/gnetcat/PLIST Thu Apr 06 03:12:46 2006 +0000
+++ b/net/gnetcat/PLIST Thu Apr 06 03:20:54 2006 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/03/09 11:37:30 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/04/06 03:20:54 jlam Exp $
 bin/netcat
+info/netcat.info
 man/man1/netcat.1
diff -r 2f118991916c -r 421e1c72ad5f net/ipgrab/Makefile
--- a/net/ipgrab/Makefile       Thu Apr 06 03:12:46 2006 +0000
+++ b/net/ipgrab/Makefile       Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/05 16:27:27 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/06 03:20:54 jlam Exp $
 
 DISTNAME=      ipgrab-0.9.9
 CATEGORIES=    net security
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    makeinfo
-INFO_FILES=    ipgrab.info
+INFO_FILES=    # PLIST
 
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2f118991916c -r 421e1c72ad5f net/ipgrab/PLIST
--- a/net/ipgrab/PLIST  Thu Apr 06 03:12:46 2006 +0000
+++ b/net/ipgrab/PLIST  Thu Apr 06 03:20:54 2006 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/18 18:48:43 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/06 03:20:54 jlam Exp $
 bin/ipgrab
+info/ipgrab.info
diff -r 2f118991916c -r 421e1c72ad5f net/jwhois/Makefile
--- a/net/jwhois/Makefile       Thu Apr 06 03:12:46 2006 +0000
+++ b/net/jwhois/Makefile       Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2006/02/05 23:10:25 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2006/04/06 03:20:54 jlam Exp $
 #
 
 DISTNAME=              jwhois-3.2.2
@@ -17,18 +17,18 @@
 
 LIBS.SunOS+=           -lnsl -lsocket
 
-INFO_FILES=            jwhois.info
-
 .include "options.mk"
 
 EGDIR=                 ${PREFIX}/share/examples/jwhois
 CONF_FILES=            ${EGDIR}/jwhois.conf.default    \
                        ${PKG_SYSCONFDIR}/jwhois.conf
+INFO_FILES=            # PLIST
+
+.include "../../devel/gettext-lib/buildlink3.mk"
 
 post-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf   \
                ${EGDIR}/jwhois.conf.default
 
-.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2f118991916c -r 421e1c72ad5f net/jwhois/PLIST
--- a/net/jwhois/PLIST  Thu Apr 06 03:12:46 2006 +0000
+++ b/net/jwhois/PLIST  Thu Apr 06 03:20:54 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.8 2004/03/09 11:41:44 seb Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/04/06 03:20:54 jlam Exp $
 bin/jwhois
+info/jwhois.info
 man/man1/jwhois.1
 man/sv/man1/jwhois.1
 share/examples/jwhois/jwhois.conf.default
diff -r 2f118991916c -r 421e1c72ad5f net/quagga-devel/Makefile
--- a/net/quagga-devel/Makefile Thu Apr 06 03:12:46 2006 +0000
+++ b/net/quagga-devel/Makefile Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 01:46:05 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/06 03:20:54 jlam Exp $
 # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
 #
 
@@ -27,7 +27,7 @@
 PLIST_SRC=             ${WRKDIR}/PLIST
 PLIST_CAT=             # empty
 
-INFO_FILES=    quagga.info
+INFO_FILES=    # PLIST
 
 RCD_SCRIPTS=   zebra bgpd ospfd ripd
 PKG_GROUPS=    quagga
diff -r 2f118991916c -r 421e1c72ad5f net/quagga-devel/PLIST
--- a/net/quagga-devel/PLIST    Thu Apr 06 03:12:46 2006 +0000
+++ b/net/quagga-devel/PLIST    Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/08 01:46:05 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/06 03:20:54 jlam Exp $
 include/quagga/buffer.h
 include/quagga/checksum.h
 include/quagga/command.h
@@ -45,6 +45,7 @@
 include/quagga/zassert.h
 include/quagga/zclient.h
 include/quagga/zebra.h
+info/quagga.info
 lib/libospf.la
 lib/libzebra.la
 man/man1/vtysh.1
diff -r 2f118991916c -r 421e1c72ad5f net/quagga/Makefile
--- a/net/quagga/Makefile       Thu Apr 06 03:12:46 2006 +0000
+++ b/net/quagga/Makefile       Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/03/08 15:24:53 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2006/04/06 03:20:54 jlam Exp $
 # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
 #
 
@@ -28,7 +28,7 @@
 PLIST_SRC=             ${WRKDIR}/PLIST
 PLIST_CAT=             # empty
 
-INFO_FILES=    quagga.info
+INFO_FILES=    # PLIST
 
 RCD_SCRIPTS=   zebra bgpd ospfd ripd
 PKG_GROUPS=    quagga
diff -r 2f118991916c -r 421e1c72ad5f net/quagga/PLIST
--- a/net/quagga/PLIST  Thu Apr 06 03:12:46 2006 +0000
+++ b/net/quagga/PLIST  Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/05/03 15:46:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/04/06 03:20:54 jlam Exp $
 include/quagga/buffer.h
 include/quagga/command.h
 include/quagga/distribute.h
@@ -42,6 +42,7 @@
 include/quagga/zassert.h
 include/quagga/zclient.h
 include/quagga/zebra.h
+info/quagga.info
 lib/libospf.la
 lib/libzebra.la
 man/man1/vtysh.1
diff -r 2f118991916c -r 421e1c72ad5f net/scli/Makefile
--- a/net/scli/Makefile Thu Apr 06 03:12:46 2006 +0000
+++ b/net/scli/Makefile Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/04/06 03:12:46 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/04/06 03:20:54 jlam Exp $
 #
 
 DISTNAME=              scli-0.2.12
@@ -15,7 +15,7 @@
 USE_GNU_READLINE=      # history_list
 BUILDLINK_DEPENDS.readline+=    readline>=4.0
 
-INFO_FILES=            scli.info
+INFO_FILES=            # PLIST
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"
diff -r 2f118991916c -r 421e1c72ad5f net/scli/PLIST
--- a/net/scli/PLIST    Thu Apr 06 03:12:46 2006 +0000
+++ b/net/scli/PLIST    Thu Apr 06 03:20:54 2006 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/03/09 15:00:45 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/04/06 03:20:54 jlam Exp $
 bin/scli
+info/scli.info
 man/man1/scli.1
diff -r 2f118991916c -r 421e1c72ad5f net/tinc/Makefile
--- a/net/tinc/Makefile Thu Apr 06 03:12:46 2006 +0000
+++ b/net/tinc/Makefile Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:25 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/04/06 03:20:54 jlam Exp $
 #
 
 DISTNAME=      tinc-1.0.4
@@ -10,8 +10,7 @@
 COMMENT=       Virtual Private Network (VPN) daemon
 
 GNU_CONFIGURE= yes
-
-INFO_FILES=    tinc.info
+INFO_FILES=    # PLIST
 
 .include "../../archivers/liblzo/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 2f118991916c -r 421e1c72ad5f net/tinc/PLIST
--- a/net/tinc/PLIST    Thu Apr 06 03:12:46 2006 +0000
+++ b/net/tinc/PLIST    Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/01 05:42:12 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/06 03:20:54 jlam Exp $
+info/tinc.info
 man/man5/tinc.conf.5
 man/man8/tincd.8
 sbin/tincd
diff -r 2f118991916c -r 421e1c72ad5f net/wget/Makefile
--- a/net/wget/Makefile Thu Apr 06 03:12:46 2006 +0000
+++ b/net/wget/Makefile Thu Apr 06 03:20:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2006/03/04 21:30:25 jlam Exp $
+# $NetBSD: Makefile,v 1.90 2006/04/06 03:20:54 jlam Exp $
 
 DISTNAME=      wget-1.10.2
 PKGREVISION=   1
@@ -22,8 +22,7 @@
 
 EGDIR=                 ${PREFIX}/share/examples/wget
 CONF_FILES=            ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc
-



Home | Main Index | Thread Index | Old Index