pkgsrc-WIP-changes archive

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

Import divecmd 0.1.2.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Sep 22 23:57:48 2018 -0700
Changeset:	b8c8b42da59f0319408660f2a7e1cf4298218c82

Modified Files:
	Makefile
Added Files:
	divecmd/DESCR
	divecmd/Makefile
	divecmd/PLIST
	divecmd/distinfo

Log Message:
Import divecmd 0.1.2.

divecmd is a suite of open source command-line UNIX tools to extract and
manipulate dives from dive computers.

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

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

diffstat:
 Makefile         |  1 +
 divecmd/DESCR    |  5 +++++
 divecmd/Makefile | 24 ++++++++++++++++++++++++
 divecmd/PLIST    | 23 +++++++++++++++++++++++
 divecmd/distinfo |  6 ++++++
 5 files changed, 59 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 602dd17c26..d643231a67 100644
--- a/Makefile
+++ b/Makefile
@@ -580,6 +580,7 @@ SUBDIR+=	dispred
 SUBDIR+=	disque
 SUBDIR+=	distbb-git
 SUBDIR+=	ditz-commander
+SUBDIR+=	divecmd
 SUBDIR+=	diveintopython
 SUBDIR+=	dlpoly-classic
 SUBDIR+=	dlt-daemon
diff --git a/divecmd/DESCR b/divecmd/DESCR
new file mode 100644
index 0000000000..e3e3cdf473
--- /dev/null
+++ b/divecmd/DESCR
@@ -0,0 +1,5 @@
+divecmd is a suite of open source command-line UNIX tools to extract and
+manipulate dives from dive computers. Why use it instead of, say,
+Subsurface? Because it's built to work in a command-line workflow with other
+command-line tools for processing, such as grap(1) piped into groff(1) or
+LaTeX.
diff --git a/divecmd/Makefile b/divecmd/Makefile
new file mode 100644
index 0000000000..5f8e78f88d
--- /dev/null
+++ b/divecmd/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	divecmd-0.1.2
+CATEGORIES=	misc
+MASTER_SITES=	https://kristaps.bsd.lv/divecmd/snapshots/
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	https://kristaps.bsd.lv/divecmd/
+COMMENT=	Download and process dive computer data
+LICENSE=	gnu-lgpl-v2.1
+
+HAS_CONFIGURE=	yes
+
+CONFIGURE_ARGS+=	BINDIR="${BINDIR}"
+CONFIGURE_ARGS+=	CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ARGS+=	DESTDIR="${DESTDIR}"
+CONFIGURE_ARGS+=	LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+=	LIBDIR="${LIBDIR}"
+CONFIGURE_ARGS+=	MANDIR="${PREFIX}/${PKGMANDIR}"
+CONFIGURE_ARGS+=	PREFIX="${PREFIX}"
+CONFIGURE_ARGS+=	SBINDIR="${SBINDIR}"
+
+.include "../../wip/libdivecomputer/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/divecmd/PLIST b/divecmd/PLIST
new file mode 100644
index 0000000000..b8b3520869
--- /dev/null
+++ b/divecmd/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD$
+bin/dcmd
+bin/dcmd2csv
+bin/dcmd2grap
+bin/dcmd2json
+bin/dcmd2pdf
+bin/dcmd2ps
+bin/dcmdedit
+bin/dcmdfind
+bin/dcmdls
+bin/dcmdterm
+bin/ssrf2dcmd
+man/man1/dcmd.1
+man/man1/dcmd2csv.1
+man/man1/dcmd2grap.1
+man/man1/dcmd2json.1
+man/man1/dcmd2pdf.1
+man/man1/dcmd2ps.1
+man/man1/dcmdedit.1
+man/man1/dcmdfind.1
+man/man1/dcmdls.1
+man/man1/dcmdterm.1
+man/man1/ssrf2dcmd.1
diff --git a/divecmd/distinfo b/divecmd/distinfo
new file mode 100644
index 0000000000..6bd319f585
--- /dev/null
+++ b/divecmd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (divecmd-0.1.2.tar.gz) = 7c50ed2d290b2a9a4f3587e09c0a37b71ced7115
+RMD160 (divecmd-0.1.2.tar.gz) = 846c9b1530169463e7c208726f28f64076bccf96
+SHA512 (divecmd-0.1.2.tar.gz) = d5141d8758823ba3501655e7836e4ec2a4ac4711516dcd9e8d7503a17cdf453de8dfe2e3da082568722f6c3f4820b02d0a4fc95c30b243c475bcfcffb429565f
+Size (divecmd-0.1.2.tar.gz) = 67033 bytes


Home | Main Index | Thread Index | Old Index