[csw-devel] SF.net SVN: gar:[6646] csw/mgar/pkg/pkgutil/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Thu Oct 1 18:55:35 CEST 2009


Revision: 6646
          http://gar.svn.sourceforge.net/gar/?rev=6646&view=rev
Author:   bonivart
Date:     2009-10-01 16:55:33 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
pkgutil: split work

Modified Paths:
--------------
    csw/mgar/pkg/pkgutil/trunk/Makefile
    csw/mgar/pkg/pkgutil/trunk/checksums
    csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype

Modified: csw/mgar/pkg/pkgutil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/Makefile	2009-10-01 14:19:31 UTC (rev 6645)
+++ csw/mgar/pkg/pkgutil/trunk/Makefile	2009-10-01 16:55:33 UTC (rev 6646)
@@ -12,15 +12,15 @@
 
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES  = $(GARNAME)-$(GARVERSION).zip
-#DISTFILES += $(call admfiles,CSWpkgutil,prototype postinstall preremove)
-DISTFILES += $(call admfiles,CSWpkgutil,postinstall preremove)
+DISTFILES += $(call admfiles,CSWpkgutil,prototype postinstall preremove)
+#DISTFILES += $(call admfiles,CSWpkgutil,postinstall preremove)
 
 PACKAGES = CSWpkgutil CSWpkgutilplus
 
 SPKG_DESC_CSWpkgutil = $(DESCRIPTION)
 SPKG_DESC_CSWpkgutilplus = Extends pkgutil functionality
 
-REQUIRED_PKGS_CSWpkgutilplus = CSWperl CSWgnupg
+REQUIRED_PKGS_CSWpkgutilplus = CSWperl CSWgnupg CSWpkgutil
 
 PKGFILES_CSWpkgutilplus  = .*bldcat.*
 PKGFILES_CSWpkgutilplus += .*chkcat.*
@@ -46,6 +46,7 @@
 	@ginstall -d $(DESTDIR)$(sysconfdir)
 	@ginstall -d $(DESTDIR)/opt/csw/libexec/$(GARNAME)
 	@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+	@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)plus
 	@ginstall -d $(DESTDIR)$(mandir)/man1
 #	@ginstall -d $(DESTDIR)/usr/sadm/install/scripts
 	@ginstall -d $(DESTDIR)/var/opt/csw/$(GARNAME)/packages
@@ -57,6 +58,7 @@
 	@cp $(WORKSRC)/chkcat $(DESTDIR)$(bindir)
 	@cp $(WORKSRC)/readme $(DESTDIR)$(docdir)/$(GARNAME)/
 	@cp $(WORKSRC)/license $(DESTDIR)$(docdir)/$(GARNAME)/
+	@cp $(WORKSRC)/license $(DESTDIR)$(docdir)/$(GARNAME)plus/
 #	@cp $(FILEDIR)/CSWpkgutil.i.cswpkgutil $(DESTDIR)/usr/sadm/install/scripts/i.cswpkgutil
 #	@cp $(FILEDIR)/CSWpkgutil.r.cswpkgutil $(DESTDIR)/usr/sadm/install/scripts/r.cswpkgutil
 	@cp $(WORKSRC)/admin $(DESTDIR)/var/opt/csw/$(GARNAME)/admin.CSW

Modified: csw/mgar/pkg/pkgutil/trunk/checksums
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/checksums	2009-10-01 14:19:31 UTC (rev 6645)
+++ csw/mgar/pkg/pkgutil/trunk/checksums	2009-10-01 16:55:33 UTC (rev 6646)
@@ -1,5 +1,5 @@
 a16c6f81bc537d6172fd65d8da1aeecc  download/CSWpkgutil.gspec
 e1407c24d47306dbc4cea22dcb291f1d  download/CSWpkgutil.postinstall
 2fb6c94a2d212f08b71d462082a2d31a  download/CSWpkgutil.preremove
-4ef9d7ba62987112987311d96e249e3e  download/CSWpkgutil.prototype
+951b11e347d6f3f49cc8617ecab4ad62  download/CSWpkgutil.prototype
 11c02a77d18f1fc11f23679b1b06efa8  download/pkgutil-1.7.zip

Modified: csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype	2009-10-01 14:19:31 UTC (rev 6645)
+++ csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype	2009-10-01 16:55:33 UTC (rev 6646)
@@ -7,8 +7,6 @@
 d none /opt/csw 0755 root bin
 d none /opt/csw/bin 0755 root bin
 f none /opt/csw/bin/pkgutil 755 root bin
-f none /opt/csw/bin/bldcat 755 root bin
-f none /opt/csw/bin/chkcat 755 root bin
 d none /opt/csw/etc 0755 root bin
 f none /opt/csw/etc/pkgutil.conf.CSW 644 root bin
 d none /opt/csw/libexec 0755 root bin
@@ -22,8 +20,6 @@
 d none /opt/csw/share/man 0755 root bin
 d none /opt/csw/share/man/man1 0755 root bin
 f none /opt/csw/share/man/man1/pkgutil.1 644 root bin
-f none /opt/csw/share/man/man1/bldcat.1 644 root bin
-f none /opt/csw/share/man/man1/chkcat.1 644 root bin
 d none /var/opt/csw 0755 root bin
 d none /var/opt/csw/pkgutil 0755 root bin
 f none /var/opt/csw/pkgutil/admin.CSW 644 root bin


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list