pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
star: Installation and PLIST
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Thu Sep 27 19:27:33 2018 +0200
Changeset: 96598e664e029fd950a5805072635e86c918e835
Modified Files:
star/Makefile
star/PLIST
star/TODO
Log Message:
star: Installation and PLIST
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96598e664e029fd950a5805072635e86c918e835
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
star/Makefile | 14 +++++++-------
star/PLIST | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
star/TODO | 2 +-
3 files changed, 66 insertions(+), 8 deletions(-)
diffs:
diff --git a/star/Makefile b/star/Makefile
index af962c07ba..cf717a2a66 100644
--- a/star/Makefile
+++ b/star/Makefile
@@ -13,12 +13,10 @@ LICENSE= cddl-1.0
MAKE_JOBS_SAFE= no
-#USE_TOOLS+= tbl
+USE_TOOLS+= tbl
TOOL_DEPENDS+= smake-[0-9]*:../../wip/smake
SMAKE= MAKEFLAGS= smake
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
.include "../../mk/bsd.prefs.mk"
# Shared platform specific code for schilytools (provided by smake package)
@@ -36,13 +34,15 @@ do-build:
cd ${WRKSRC}/star && ${SMAKE}
# Process tables in manpage
-#post-build:
-# cd ${WRKSRC} && ${TBL} sh/sh.1 >sh/sh.1.tmp; \
-# ${MV} -f sh/sh.1.tmp sh/bosh.1
+post-build:
+ cd ${WRKSRC} && ${TBL} star/spax.1 >star/spax.1.tmp && \
+ ${MV} -f star/spax.1.tmp star/spax.1
+ cd ${WRKSRC} && ${TBL} star/star.4 >star/star.4.tmp && \
+ ${MV} -f star/star.4.tmp star/star.4
do-test:
cd ${WRKSRC}/star && \
- cd tests; ${SMAKE} test
+ cd tests; ${SMAKE} tests
# Documentation is in ${WRKSRC}/README.compile
do-install:
diff --git a/star/PLIST b/star/PLIST
index ffcb491173..ef5209aa61 100644
--- a/star/PLIST
+++ b/star/PLIST
@@ -1,3 +1,61 @@
@comment $NetBSD$
+bin/gnutar
+bin/scpio
+bin/spax
bin/star
+bin/suntar
+bin/tar
+bin/ustar
+man/man1/gnutar.1
+man/man1/scpio.1
+man/man1/spax.1
man/man1/star.1
+man/man1/suntar.1
+man/man1/ustar.1
+man/man5/star.5
+share/doc/star/README
+share/doc/star/README.ACL
+share/doc/star/README.crash
+share/doc/star/README.largefiles
+share/doc/star/README.mtio
+share/doc/star/README.otherbugs
+share/doc/star/README.pattern
+share/doc/star/README.posix-2001
+share/doc/star/STARvsGNUTAR
+share/doc/star/testscripts/00INDEX
+share/doc/star/testscripts/100char_longlink.tar
+share/doc/star/testscripts/100char_longlink.tar-non-compliant
+share/doc/star/testscripts/README.GNUtar-multivol.fail
+share/doc/star/testscripts/README.create-and-remove
+share/doc/star/testscripts/README.gtarfail
+share/doc/star/testscripts/README.largefiles
+share/doc/star/testscripts/README.longnames
+share/doc/star/testscripts/README.paxbug
+share/doc/star/testscripts/README.quicktest
+share/doc/star/testscripts/create-and-remove.tar
+share/doc/star/testscripts/dirloop.tar
+share/doc/star/testscripts/g-hdr.pax.gz
+share/doc/star/testscripts/gnu-multi-fail-volume1.gtar
+share/doc/star/testscripts/gnu-multi-fail-volume2.gtar
+share/doc/star/testscripts/gtarfail.tar
+share/doc/star/testscripts/gtarfail2.tar
+share/doc/star/testscripts/long.ustar.gz
+share/doc/star/testscripts/mk
+share/doc/star/testscripts/mk2
+share/doc/star/testscripts/not_a_tar_file
+share/doc/star/testscripts/not_a_tar_file2
+share/doc/star/testscripts/old-file.tar
+share/doc/star/testscripts/pax-big-10g.tar.bz2
+share/doc/star/testscripts/quicktest.filelist
+share/doc/star/testscripts/remove.tar
+share/doc/star/testscripts/tartest-quicktest.out
+share/doc/star/testscripts/types-star-oldsparse.tar.gz
+share/doc/star/testscripts/typescript
+share/doc/star/testscripts/ustar-all-filetypes.tar
+share/doc/star/testscripts/ustar-all-quicktest-past-contig.tar
+share/doc/star/testscripts/ustar-all-quicktest.tar
+share/doc/star/testscripts/ustar-all-quicktest.tar-without-cont-file
+share/doc/star/testscripts/ustar-bad-filetypes.tar
+share/doc/star/testscripts/ustar-bad-signedsum.tar
+share/doc/star/testscripts/ustar-big-2g.tar.bz2
+share/doc/star/testscripts/ustar-big-8g.tar.bz2
diff --git a/star/TODO b/star/TODO
index c77fd33e87..9dddcce5b8 100644
--- a/star/TODO
+++ b/star/TODO
@@ -1,2 +1,2 @@
[X] Compilation works
-[ ] Installation rule and PLIST
+[X] Installation rule and PLIST
Home |
Main Index |
Thread Index |
Old Index