pkgsrc-WIP-changes archive

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

papp: Portable assembly preprocessor



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jul 22 13:59:17 2022 -0500
Changeset:	e44ae471162dd9bf36d80764534e89cec1f669d1

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

Log Message:
papp: Portable assembly preprocessor

The papp command preprocesses assembly language code, much as cpp does
for C and C++.  It is based on documentation for a MIPS assembler.

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

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

diffstat:
 Makefile      |  1 +
 papp/DESCR    |  2 ++
 papp/Makefile | 20 ++++++++++++++++++++
 papp/PLIST    |  6 ++++++
 papp/distinfo |  5 +++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e9771e11e8..f69fe719ed 100644
--- a/Makefile
+++ b/Makefile
@@ -3051,6 +3051,7 @@ SUBDIR+=	pam-pwdfile
 SUBDIR+=	pan2-git
 SUBDIR+=	panda
 SUBDIR+=	pangoterm
+SUBDIR+=	papp
 SUBDIR+=	parafly
 SUBDIR+=	parcellite
 SUBDIR+=	parole
diff --git a/papp/DESCR b/papp/DESCR
new file mode 100644
index 0000000000..cfc98830ab
--- /dev/null
+++ b/papp/DESCR
@@ -0,0 +1,2 @@
+The papp command preprocesses assembly language code, much as cpp does
+for C and C++.  It is based on documentation for a MIPS assembler.
diff --git a/papp/Makefile b/papp/Makefile
new file mode 100644
index 0000000000..1d0737796d
--- /dev/null
+++ b/papp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Fri Jul 22 13:54:17 CDT 2022               #
+###########################################################
+
+DISTNAME=	papp-0.0.0.9
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	6e8aae183acb91ca0b0914f4ea68f1b84b6fd785
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/papp
+COMMENT=	Assembly Preprocessor
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/papp/PLIST b/papp/PLIST
new file mode 100644
index 0000000000..6261eeff98
--- /dev/null
+++ b/papp/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/papp
+man/man1/papp.1
+share/papp/include/exceptions.mal
+share/papp/include/lowio.mal
+share/papp/include/syscalls.mal
diff --git a/papp/distinfo b/papp/distinfo
new file mode 100644
index 0000000000..b90e0e0ace
--- /dev/null
+++ b/papp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (papp-0.0.0.9-6e8aae183acb91ca0b0914f4ea68f1b84b6fd785.tar.gz) = bce19a3a0746f56a82f068baaebeb741c637018320b6e5683cdb0a8b72abbd69
+SHA512 (papp-0.0.0.9-6e8aae183acb91ca0b0914f4ea68f1b84b6fd785.tar.gz) = 177e1aac527f9ecce9d1d29680122abf349d798950b3d4d91d77727c6d49af42e15d36e83534d72eefb64c406908359b220e8657634bddd34e19ba52fd3b4045
+Size (papp-0.0.0.9-6e8aae183acb91ca0b0914f4ea68f1b84b6fd785.tar.gz) = 11413 bytes


Home | Main Index | Thread Index | Old Index