pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/unifdef devel/unifdef: import unifdef-2.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/29844eae1503
branches: trunk
changeset: 456251:29844eae1503
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jul 23 11:16:03 2021 +0000
description:
devel/unifdef: import unifdef-2.12
The unifdef utility selectively processes conditional C preprocessor
#if and #ifdef directives. It removes from a file both the directives
and the additional text that they delimit, while otherwise leaving
the file alone.
diffstat:
devel/unifdef/DESCR | 4 ++++
devel/unifdef/Makefile | 16 ++++++++++++++++
devel/unifdef/PLIST | 5 +++++
devel/unifdef/distinfo | 6 ++++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r dbb2931a94a1 -r 29844eae1503 devel/unifdef/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/unifdef/DESCR Fri Jul 23 11:16:03 2021 +0000
@@ -0,0 +1,4 @@
+The unifdef utility selectively processes conditional C preprocessor
+#if and #ifdef directives. It removes from a file both the directives
+and the additional text that they delimit, while otherwise leaving
+the file alone.
diff -r dbb2931a94a1 -r 29844eae1503 devel/unifdef/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/unifdef/Makefile Fri Jul 23 11:16:03 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/07/23 11:16:03 wiz Exp $
+
+DISTNAME= unifdef-2.12
+CATEGORIES= devel
+MASTER_SITES= http://dotat.at/prog/unifdef/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://dotat.at/prog/unifdef/
+COMMENT= Selectively remove C preprocessor conditionals
+LICENSE= 2-clause-bsd AND modified-bsd
+
+MAKE_FLAGS+= prefix=${PREFIX}
+MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r dbb2931a94a1 -r 29844eae1503 devel/unifdef/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/unifdef/PLIST Fri Jul 23 11:16:03 2021 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2021/07/23 11:16:03 wiz Exp $
+bin/unifdef
+bin/unifdefall
+man/man1/unifdef.1
+man/man1/unifdefall.1
diff -r dbb2931a94a1 -r 29844eae1503 devel/unifdef/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/unifdef/distinfo Fri Jul 23 11:16:03 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/07/23 11:16:03 wiz Exp $
+
+SHA1 (unifdef-2.12.tar.xz) = 30fb15f14a31a9a6ea7eb579c81e46c7fc6572e9
+RMD160 (unifdef-2.12.tar.xz) = e4d95adb821c3f195b6ba783ea407f555e983b48
+SHA512 (unifdef-2.12.tar.xz) = df78cf931989b5e604e68e0bf00490782d385a575b51584e4be44535b6bde5f9e2abff14510f8f426670d9f6f1abfb5768da5e108bdefd6c9d0c8356a05164b5
+Size (unifdef-2.12.tar.xz) = 66912 bytes
Home |
Main Index |
Thread Index |
Old Index