pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/unifdef



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 23 11:16:03 UTC 2021

Added Files:
        pkgsrc/devel/unifdef: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/unifdef/DESCR \
    pkgsrc/devel/unifdef/Makefile pkgsrc/devel/unifdef/PLIST \
    pkgsrc/devel/unifdef/distinfo

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

Added files:

Index: pkgsrc/devel/unifdef/DESCR
diff -u /dev/null pkgsrc/devel/unifdef/DESCR:1.1
--- /dev/null   Fri Jul 23 11:16:03 2021
+++ pkgsrc/devel/unifdef/DESCR  Fri Jul 23 11:16:03 2021
@@ -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.
Index: pkgsrc/devel/unifdef/Makefile
diff -u /dev/null pkgsrc/devel/unifdef/Makefile:1.1
--- /dev/null   Fri Jul 23 11:16:03 2021
+++ pkgsrc/devel/unifdef/Makefile       Fri Jul 23 11:16:03 2021
@@ -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"
Index: pkgsrc/devel/unifdef/PLIST
diff -u /dev/null pkgsrc/devel/unifdef/PLIST:1.1
--- /dev/null   Fri Jul 23 11:16:03 2021
+++ pkgsrc/devel/unifdef/PLIST  Fri Jul 23 11:16:03 2021
@@ -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
Index: pkgsrc/devel/unifdef/distinfo
diff -u /dev/null pkgsrc/devel/unifdef/distinfo:1.1
--- /dev/null   Fri Jul 23 11:16:03 2021
+++ pkgsrc/devel/unifdef/distinfo       Fri Jul 23 11:16:03 2021
@@ -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