pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Add the share/gtk-doc/html directory. Thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e75c0985ca53
branches:  trunk
changeset: 518381:e75c0985ca53
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Sep 07 18:11:11 2006 +0000

description:
Add the share/gtk-doc/html directory.  This is already used by several
packages that do not remove this at all, and others will be migrated to
use it in the future.

diffstat:

 mk/platform/AIX.pkg.dist       |  6 +++++-
 mk/platform/BSDOS.pkg.dist     |  6 +++++-
 mk/platform/Darwin.pkg.dist    |  6 +++++-
 mk/platform/DragonFly.pkg.dist |  6 +++++-
 mk/platform/FreeBSD.pkg.dist   |  6 +++++-
 mk/platform/IRIX.pkg.dist      |  6 +++++-
 mk/platform/Interix.pkg.dist   |  6 +++++-
 mk/platform/Linux.pkg.dist     |  6 +++++-
 mk/platform/NetBSD.pkg.dist    |  6 +++++-
 mk/platform/OSF1.pkg.dist      |  6 +++++-
 mk/platform/OpenBSD.pkg.dist   |  6 +++++-
 mk/platform/SunOS.pkg.dist     |  6 +++++-
 mk/platform/UnixWare.pkg.dist  |  6 +++++-
 13 files changed, 65 insertions(+), 13 deletions(-)

diffs (269 lines):

diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/AIX.pkg.dist
--- a/mk/platform/AIX.pkg.dist  Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/AIX.pkg.dist  Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: AIX.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: AIX.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=system mode=0755
@@ -459,6 +459,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/BSDOS.pkg.dist
--- a/mk/platform/BSDOS.pkg.dist        Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/BSDOS.pkg.dist        Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: BSDOS.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: BSDOS.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -459,6 +459,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/Darwin.pkg.dist
--- a/mk/platform/Darwin.pkg.dist       Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/Darwin.pkg.dist       Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: Darwin.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: Darwin.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -505,6 +505,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/DragonFly.pkg.dist
--- a/mk/platform/DragonFly.pkg.dist    Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/DragonFly.pkg.dist    Thu Sep 07 18:11:11 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DragonFly.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: DragonFly.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -504,6 +504,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/FreeBSD.pkg.dist
--- a/mk/platform/FreeBSD.pkg.dist      Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/FreeBSD.pkg.dist      Thu Sep 07 18:11:11 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: FreeBSD.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: FreeBSD.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -504,6 +504,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/IRIX.pkg.dist
--- a/mk/platform/IRIX.pkg.dist Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/IRIX.pkg.dist Thu Sep 07 18:11:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+# $NetBSD: IRIX.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=sys mode=0755
@@ -504,6 +504,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/Interix.pkg.dist
--- a/mk/platform/Interix.pkg.dist      Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/Interix.pkg.dist      Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: Interix.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: Interix.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uid=197108 gid=131616 mode=0775
@@ -505,6 +505,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/Linux.pkg.dist
--- a/mk/platform/Linux.pkg.dist        Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/Linux.pkg.dist        Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: Linux.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: Linux.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=sys mode=0755
@@ -505,6 +505,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/NetBSD.pkg.dist
--- a/mk/platform/NetBSD.pkg.dist       Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/NetBSD.pkg.dist       Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: NetBSD.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: NetBSD.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -505,6 +505,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/OSF1.pkg.dist
--- a/mk/platform/OSF1.pkg.dist Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/OSF1.pkg.dist Thu Sep 07 18:11:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OSF1.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+# $NetBSD: OSF1.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=system mode=0755
@@ -504,6 +504,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/OpenBSD.pkg.dist
--- a/mk/platform/OpenBSD.pkg.dist      Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/OpenBSD.pkg.dist      Thu Sep 07 18:11:11 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OpenBSD.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: OpenBSD.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -504,6 +504,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
        locale
             aa
                 LC_MESSAGES
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/SunOS.pkg.dist
--- a/mk/platform/SunOS.pkg.dist        Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/SunOS.pkg.dist        Thu Sep 07 18:11:11 2006 +0000
@@ -1,5 +1,5 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
-#      $NetBSD: SunOS.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: SunOS.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=sys mode=0755
@@ -1191,6 +1191,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
         lib
            terminfo
             ..
diff -r ef3f27fddd83 -r e75c0985ca53 mk/platform/UnixWare.pkg.dist
--- a/mk/platform/UnixWare.pkg.dist     Thu Sep 07 17:19:41 2006 +0000
+++ b/mk/platform/UnixWare.pkg.dist     Thu Sep 07 18:11:11 2006 +0000
@@ -1,6 +1,6 @@
 #     Id: BSD.local.dist,v 1.30 1997/08/01 13:16:39 phk Exp
 #      NetBSD: SunOS.pkg.dist,v 1.64 2004/04/01 12:19:09 jmmv Exp
-#      $NetBSD: UnixWare.pkg.dist,v 1.21 2006/08/06 11:36:59 jmmv Exp $
+#      $NetBSD: UnixWare.pkg.dist,v 1.22 2006/09/07 18:11:11 jmmv Exp $
 #
 
 /set type=dir uname=root gname=sys mode=0755
@@ -1192,6 +1192,10 @@
         ..
        games
         ..
+       gtk-doc
+               html
+               ..
+       ..
         lib
            terminfo
             ..



Home | Main Index | Thread Index | Old Index