pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dust



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Jan 30 08:49:07 UTC 2023

Modified Files:
        pkgsrc/sysutils/dust: Makefile PLIST

Log Message:
sysutils/dust: install man-page

while here, install also an example config.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/dust/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/dust/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dust/Makefile
diff -u pkgsrc/sysutils/dust/Makefile:1.12 pkgsrc/sysutils/dust/Makefile:1.13
--- pkgsrc/sysutils/dust/Makefile:1.12  Sun Jan 29 20:04:52 2023
+++ pkgsrc/sysutils/dust/Makefile       Mon Jan 30 08:49:07 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/01/29 20:04:52 pin Exp $
+# $NetBSD: Makefile,v 1.13 2023/01/30 08:49:07 pin Exp $
 
 DISTNAME=      dust-0.8.4
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bootandy/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,11 +13,15 @@ LICENSE=    apache-2.0
 
 .include "cargo-depends.mk"
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/examples/dust
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dust \
                ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dust.1
+       ${INSTALL_DATA} ${WRKSRC}/config/config.toml \
+               ${DESTDIR}${PREFIX}/share/examples/dust
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/dust/PLIST
diff -u pkgsrc/sysutils/dust/PLIST:1.1 pkgsrc/sysutils/dust/PLIST:1.2
--- pkgsrc/sysutils/dust/PLIST:1.1      Sun Jan 17 19:31:37 2021
+++ pkgsrc/sysutils/dust/PLIST  Mon Jan 30 08:49:07 2023
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/17 19:31:37 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/30 08:49:07 pin Exp $
 bin/dust
+man/man1/dust.1
+share/examples/dust/config.toml



Home | Main Index | Thread Index | Old Index