pkgsrc-WIP-changes archive

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

auto-dev: Tools for automating code development and documentation



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 17 10:19:29 2021 -0500
Changeset:	85d58b3c82ebfdc7da4094ac6f6534e564f285da

Modified Files:
	Makefile
Added Files:
	auto-dev/DESCR
	auto-dev/Makefile
	auto-dev/PLIST
	auto-dev/distinfo

Log Message:
auto-dev: Tools for automating code development and documentation

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

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

diffstat:
 Makefile          |  1 +
 auto-dev/DESCR    |  4 ++++
 auto-dev/Makefile | 20 ++++++++++++++++++++
 auto-dev/PLIST    |  7 +++++++
 auto-dev/distinfo |  6 ++++++
 5 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7a9c06cf9b..4364c9827d 100644
--- a/Makefile
+++ b/Makefile
@@ -233,6 +233,7 @@ SUBDIR+=	audit-system
 SUBDIR+=	auto-admin
 SUBDIR+=	auto-complete-git
 SUBDIR+=	auto-complete-mode
+SUBDIR+=	auto-dev
 SUBDIR+=	autoproject
 SUBDIR+=	autopsy
 SUBDIR+=	autoq3d
diff --git a/auto-dev/DESCR b/auto-dev/DESCR
new file mode 100644
index 0000000000..28a96e6c34
--- /dev/null
+++ b/auto-dev/DESCR
@@ -0,0 +1,4 @@
+Auto-dev is a collection of tools to aid in code development and
+documentation.  It automates tasks such as generating man pages (from
+specially formatted comments) and generating accessor and mutator
+functions from structure definitions in a C header.
diff --git a/auto-dev/Makefile b/auto-dev/Makefile
new file mode 100644
index 0000000000..084ca1a37d
--- /dev/null
+++ b/auto-dev/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Fri Sep 17 10:16:54 CDT 2021               #
+###########################################################
+
+DISTNAME=	auto-dev-0.0.0.3
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	050247daf1f65b02fb7fdb6c7ad13f4a923badca
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/auto-dev/
+COMMENT=	Tools for automating code development and documentation
+LICENSE=	2-clause-bsd
+
+NO_BUILD=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/auto-dev/PLIST b/auto-dev/PLIST
new file mode 100644
index 0000000000..824925d3b2
--- /dev/null
+++ b/auto-dev/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/auto-c2man
+bin/auto-gen-get-set
+bin/auto-script2man
+man/man1/auto-c2man.1
+man/man1/auto-gen-get-set.1
+man/man1/auto-script2man.1
diff --git a/auto-dev/distinfo b/auto-dev/distinfo
new file mode 100644
index 0000000000..ab79ecc75e
--- /dev/null
+++ b/auto-dev/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (auto-dev-0.0.0.3-050247daf1f65b02fb7fdb6c7ad13f4a923badca.tar.gz) = c200fc2f4f2bac872390809c9ddd8038bd82e94d
+RMD160 (auto-dev-0.0.0.3-050247daf1f65b02fb7fdb6c7ad13f4a923badca.tar.gz) = e6295a4a412bdb6c5c1aa51efd55817cebcac0bf
+SHA512 (auto-dev-0.0.0.3-050247daf1f65b02fb7fdb6c7ad13f4a923badca.tar.gz) = 593929b5d499875663491a12a7bd65ddbb8d0e7c45e6ccd503406f76749be74ac0208bf4f257d8ce082db1f5daf1363713847eaaaba7c218c5111da3b3fadc9e
+Size (auto-dev-0.0.0.3-050247daf1f65b02fb7fdb6c7ad13f4a923badca.tar.gz) = 11363 bytes


Home | Main Index | Thread Index | Old Index