pkgsrc-WIP-changes archive

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

star: Imported version 1.5.4 (based on schilytools-2018-09-26)



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Thu Sep 27 18:33:41 2018 +0200
Changeset:	bddf8f5984b19538d56585e2fe1bd6e7ef1ad22b

Added Files:
	star/DESCR
	star/Makefile
	star/PLIST
	star/TODO
	star/distinfo

Log Message:
star: Imported version 1.5.4 (based on schilytools-2018-09-26)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bddf8f5984b19538d56585e2fe1bd6e7ef1ad22b

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

diffstat:
 star/DESCR    |  3 +++
 star/Makefile | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 star/PLIST    |  3 +++
 star/TODO     |  2 ++
 star/distinfo |  6 ++++++
 5 files changed, 66 insertions(+)

diffs:
diff --git a/star/DESCR b/star/DESCR
new file mode 100644
index 0000000000..56094cc106
--- /dev/null
+++ b/star/DESCR
@@ -0,0 +1,3 @@
+The Schily tape archiver
+
+Unique standard tape archiver (the oldest free TAR implementation).
diff --git a/star/Makefile b/star/Makefile
new file mode 100644
index 0000000000..af962c07ba
--- /dev/null
+++ b/star/Makefile
@@ -0,0 +1,52 @@
+# $NetBSD$
+
+DISTNAME=	schily-2018-09-26
+PKGNAME=	star-1.5.4
+CATEGORIES=	archivers
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=schilytools/}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://s-tar.sf.net/
+COMMENT=	Unique standard tape archiver
+LICENSE=	cddl-1.0
+
+MAKE_JOBS_SAFE=	no
+
+#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)
+.include "../../wip/smake/Makefile.common"
+
+do-configure:
+	cd ${WRKSRC}/inc && ${SMAKE}
+
+do-build:
+	cd ${WRKSRC} && for library in					\
+		libschily libdeflt libfind librmt;			\
+	do								\
+		cd ${WRKSRC}/$${library} && ${SMAKE};			\
+	done
+	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
+
+do-test:
+	cd ${WRKSRC}/star &&						\
+		cd tests; ${SMAKE} test
+
+# Documentation is in ${WRKSRC}/README.compile
+do-install:
+	cd ${WRKSRC}/star && ${SMAKE}					\
+		INS_BASE=${PREFIX} DEFMANBASE=. DESTDIR=${DESTDIR} install
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/star/PLIST b/star/PLIST
new file mode 100644
index 0000000000..ffcb491173
--- /dev/null
+++ b/star/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/star
+man/man1/star.1
diff --git a/star/TODO b/star/TODO
new file mode 100644
index 0000000000..c77fd33e87
--- /dev/null
+++ b/star/TODO
@@ -0,0 +1,2 @@
+[X] Compilation works
+[ ] Installation rule and PLIST
diff --git a/star/distinfo b/star/distinfo
new file mode 100644
index 0000000000..f797e286dc
--- /dev/null
+++ b/star/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (schily-2018-09-26.tar.bz2) = 41693b863f5badc96f23f8c8f83390fbe7df539e
+RMD160 (schily-2018-09-26.tar.bz2) = 2c8a70c712960a3f77c0faf632bf9d76969a5518
+SHA512 (schily-2018-09-26.tar.bz2) = 5670bee370ca9408ebb827f5017f2d1505d25c2981c70bfe5e8e8648beba4228d778c2290ce623dcc9361a752e977cccf40b3174598e0a1c616171ce79af5885
+Size (schily-2018-09-26.tar.bz2) = 4297286 bytes


Home | Main Index | Thread Index | Old Index