pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 19 12:50:24 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/ninka: DESCR Makefile distinfo

Log Message:
devel/ninka: import version 1.3.2pre20180106 from pkgsrc-wip

Ninka is a lightweight license identification tool for source code.


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3104 pkgsrc/devel/Makefile:1.3105
--- pkgsrc/devel/Makefile:1.3104        Sun Apr 19 12:43:23 2020
+++ pkgsrc/devel/Makefile       Sun Apr 19 12:50:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3104 2020/04/19 12:43:23 rillig Exp $
+# $NetBSD: Makefile,v 1.3105 2020/04/19 12:50:24 rillig Exp $
 #
 
 COMMENT=       Development utilities
@@ -901,6 +901,7 @@ SUBDIR+=    netcdf-cxx
 SUBDIR+=       netcdf-fortran
 SUBDIR+=       newfile
 SUBDIR+=       ninja-build
+SUBDIR+=       ninka
 SUBDIR+=       noweb
 SUBDIR+=       npapi-sdk
 SUBDIR+=       npth

Added files:

Index: pkgsrc/devel/ninka/DESCR
diff -u /dev/null pkgsrc/devel/ninka/DESCR:1.1
--- /dev/null   Sun Apr 19 12:50:24 2020
+++ pkgsrc/devel/ninka/DESCR    Sun Apr 19 12:50:24 2020
@@ -0,0 +1 @@
+Ninka is a lightweight license identification tool for source code.
Index: pkgsrc/devel/ninka/Makefile
diff -u /dev/null pkgsrc/devel/ninka/Makefile:1.1
--- /dev/null   Sun Apr 19 12:50:24 2020
+++ pkgsrc/devel/ninka/Makefile Sun Apr 19 12:50:24 2020
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2020/04/19 12:50:24 rillig Exp $
+#
+
+GITHUB_TAG=    81f185261c8863c5b84344ee31192870be939faf
+DISTNAME=      ninka-1.3.2pre20180106
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=dmgerman/}
+
+MAINTAINER=    kamel.derouiche%gmail.com@localhost
+HOMEPAGE=      http://ninka.turingmachine.org/
+COMMENT=       License identification tool for Source Code
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=              p5-Getopt-Long>=2.38:../../devel/p5-Getopt-Long
+DEPENDS+=              p5-DBI-[0-9]*:../../databases/p5-DBI
+DEPENDS+=              p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
+DEPENDS+=              p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
+DEPENDS+=              p5-Spreadsheet-WriteExcel-[0-9]*:../../math/p5-Spreadsheet-WriteExcel
+DEPENDS+=              p5-IO-CaptureOutput-[0-9]*:../../devel/p5-IO-CaptureOutput
+TEST_DEPENDS+=         p5-Test-Pod>=0:../../devel/p5-Test-Pod
+TEST_DEPENDS+=         p5-Test-Strict>=0:../../devel/p5-Test-Strict
+
+USE_TOOLS+=            pax perl:run
+USE_LANGUAGES=         # none
+WRKSRC=                        ${WRKDIR}/ninka-${GITHUB_TAG}
+PERL5_PACKLIST=                auto/Ninka/.packlist
+
+# See https://github.com/dmgerman/ninka/pull/41
+SUBST_CLASSES+=                regex
+SUBST_STAGE.regex=     pre-configure
+SUBST_FILES.regex=     lib/Ninka/SentenceExtractor.pm
+SUBST_SED.regex=       -e s/1-2/1,2/
+
+REPLACE_PERL+=         */*.pl bin/*
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ninka/distinfo
diff -u /dev/null pkgsrc/devel/ninka/distinfo:1.1
--- /dev/null   Sun Apr 19 12:50:24 2020
+++ pkgsrc/devel/ninka/distinfo Sun Apr 19 12:50:24 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/19 12:50:24 rillig Exp $
+
+SHA1 (ninka-1.3.2pre20180106-81f185261c8863c5b84344ee31192870be939faf.tar.gz) = 036667c329325ef844add22ff04d6ea4f1c3fa61
+RMD160 (ninka-1.3.2pre20180106-81f185261c8863c5b84344ee31192870be939faf.tar.gz) = 9213fa24dff449b06d7cf41ff55bf772f0629201
+SHA512 (ninka-1.3.2pre20180106-81f185261c8863c5b84344ee31192870be939faf.tar.gz) = 
7e0a9828e62e65c266d54f591a1a08a24e3bb8bb674b0ca6f368478a0d32dd7d80236adaba8876e6831735b5bf75ceca6d09fa09bf814ed76c9546939c4f027d
+Size (ninka-1.3.2pre20180106-81f185261c8863c5b84344ee31192870be939faf.tar.gz) = 266176 bytes



Home | Main Index | Thread Index | Old Index