pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
complexity: add incomplete package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Dec 14 10:00:30 2016 +0100
Changeset: 627895bc077a54573d37f577d2b52ccdc46f245c
Modified Files:
Makefile
Added Files:
complexity/DESCR
complexity/Makefile
complexity/PLIST
complexity/TODO
complexity/distinfo
complexity/patches/patch-src_opts.def
Log Message:
complexity: add incomplete package
TODO:
Contacted upstream about build issues 2016/03/16, answers outstanding.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=627895bc077a54573d37f577d2b52ccdc46f245c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 15 ++++++++++++---
complexity/DESCR | 0
complexity/Makefile | 17 +++++++++++++++++
complexity/PLIST | 1 +
complexity/TODO | 1 +
complexity/distinfo | 7 +++++++
complexity/patches/patch-src_opts.def | 26 ++++++++++++++++++++++++++
7 files changed, 64 insertions(+), 3 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index fb94f38..acd6426 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,7 @@ SUBDIR+= apvlv
SUBDIR+= aquaria
SUBDIR+= ar7
SUBDIR+= arabeyes-qr-ttf
+SUBDIR+= arachne-pnr-git
SUBDIR+= aravis
SUBDIR+= archimedes
SUBDIR+= argouml
@@ -191,6 +192,7 @@ SUBDIR+= backplane
SUBDIR+= bagel
SUBDIR+= bakery
SUBDIR+= baler
+SUBDIR+= ballerburg
SUBDIR+= baloo-widgets
SUBDIR+= bamf
SUBDIR+= bamtools
@@ -250,6 +252,7 @@ SUBDIR+= briquolo
SUBDIR+= brlcad
SUBDIR+= brltty
SUBDIR+= brogue
+SUBDIR+= brumbrumrally
SUBDIR+= bscript
SUBDIR+= bsdbuild
SUBDIR+= bsfilter
@@ -385,6 +388,7 @@ SUBDIR+= commoncpp2
SUBDIR+= compare
SUBDIR+= compiler-rt-git
SUBDIR+= compiz-boxmenu
+SUBDIR+= complexity
SUBDIR+= concorde
SUBDIR+= conkeror
SUBDIR+= contact-lookup-applet
@@ -500,7 +504,6 @@ SUBDIR+= devkitARM-newlib
SUBDIR+= devkitARM-tools
SUBDIR+= dfbpoint
SUBDIR+= dfbsee
-SUBDIR+= dfu-util-git
SUBDIR+= dhcpd-snmp
SUBDIR+= diablo
SUBDIR+= dicom3tools
@@ -1316,6 +1319,7 @@ SUBDIR+= ical2pcal
SUBDIR+= icecat
SUBDIR+= ices
SUBDIR+= ices-vorbis
+SUBDIR+= icestorm-git
SUBDIR+= icmpchat
SUBDIR+= id3
SUBDIR+= idled
@@ -1520,6 +1524,7 @@ SUBDIR+= lgogdownloader-git
SUBDIR+= lhapdf
SUBDIR+= lhs2tex
SUBDIR+= libGenome
+SUBDIR+= libLLVM38
SUBDIR+= libalkimia
SUBDIR+= libanimal
SUBDIR+= libassuan22
@@ -1705,6 +1710,7 @@ SUBDIR+= lire
SUBDIR+= lissac
SUBDIR+= litecoin
SUBDIR+= lives
+SUBDIR+= lizardfs
SUBDIR+= lld
SUBDIR+= lld-git
SUBDIR+= lldb-git
@@ -2213,6 +2219,7 @@ SUBDIR+= p5-Date-Range
SUBDIR+= p5-Devel-Profiler
SUBDIR+= p5-Egg-Plugin-Crypt-CBC
SUBDIR+= p5-Email-AddressParser
+SUBDIR+= p5-Email-Outlook-Message
SUBDIR+= p5-Encode-IMAPUTF7
SUBDIR+= p5-Encode-compat
SUBDIR+= p5-Exception-Base
@@ -3670,7 +3677,7 @@ SUBDIR+= rar4
SUBDIR+= raster3d
SUBDIR+= ratpoints
SUBDIR+= ratproxy
-#SUBDIR+= raw
+SUBDIR+= raw
SUBDIR+= rawdog
SUBDIR+= rc.d.Interix
SUBDIR+= rc.subr
@@ -4141,9 +4148,11 @@ SUBDIR+= trac-plugins-screenshots
SUBDIR+= trac-plugins-spamfilter-svn
SUBDIR+= trackballs
SUBDIR+= translate-shell
+SUBDIR+= translate-toolkit
SUBDIR+= trayion
SUBDIR+= treetool
SUBDIR+= treeviewx
+SUBDIR+= trelby
SUBDIR+= triangle
SUBDIR+= triforce-afl
SUBDIR+= trimmomatic
@@ -4241,9 +4250,9 @@ SUBDIR+= vidriolib
SUBDIR+= viewer
SUBDIR+= viewglob
SUBDIR+= viewnior
+SUBDIR+= vim-nox
SUBDIR+= vimprobable2
SUBDIR+= vimrc-mode
-SUBDIR+= vim-nox
SUBDIR+= vino
SUBDIR+= vips
SUBDIR+= virtualbox
diff --git a/complexity/DESCR b/complexity/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/complexity/Makefile b/complexity/Makefile
new file mode 100644
index 0000000..f5db323
--- /dev/null
+++ b/complexity/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= complexity-1.10
+CATEGORIES= nih
+MASTER_SITES= https://ftp.gnu.org/gnu/complexity/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.gnu.org/software/complexity/
+COMMENT= Tool designed for analyzing the complexity of C program functions
+#LICENSE= # TODO: (see mk/license.mk)
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+
+.include "../../devel/autogen/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/complexity/PLIST b/complexity/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/complexity/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/complexity/TODO b/complexity/TODO
new file mode 100644
index 0000000..9d5b535
--- /dev/null
+++ b/complexity/TODO
@@ -0,0 +1 @@
+Contacted upstream about build issues 2016/03/16, answers outstanding.
diff --git a/complexity/distinfo b/complexity/distinfo
new file mode 100644
index 0000000..db6a888
--- /dev/null
+++ b/complexity/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (complexity-1.10.tar.xz) = a2c48ae8b1625825e5d4b3d47ba4fb7c45d07eae
+RMD160 (complexity-1.10.tar.xz) = b922b667e6b532da76203f95ccaa9f7ed188ce59
+SHA512 (complexity-1.10.tar.xz) = 3c9a935b55981a420f5f81b055c921fee96f294bf052fa8f7b7299a538b154659161e24bcce549e2a20706273c48870477cb26c4b4120658de985ab653a90bf1
+Size (complexity-1.10.tar.xz) = 422012 bytes
+SHA1 (patch-src_opts.def) = 423a9cdd6d148f4d0b0d65c3605824aa4c851b4a
diff --git a/complexity/patches/patch-src_opts.def b/complexity/patches/patch-src_opts.def
new file mode 100644
index 0000000..1db8ca0
--- /dev/null
+++ b/complexity/patches/patch-src_opts.def
@@ -0,0 +1,26 @@
+$NetBSD$
+
+--- src/opts.def.orig 2016-03-06 21:09:07.000000000 +0000
++++ src/opts.def
+@@ -67,9 +67,9 @@ export = <<- _EOExport_
+ extern char const assert_fail_fmt[];
+
+ #define CX_ASSERT(_e) \
+- \ if (!(_e)) \
+- \ die(COMPLEXITY_EXIT_ASSERT, assert_fail_fmt, \
+- \ __FILE__, __LINE__, #_e);
++ if (!(_e)) \
++ die(COMPLEXITY_EXIT_ASSERT, assert_fail_fmt, \
++ __FILE__, __LINE__, #_e);
+ _EOExport_;
+
+ include = <<- _EOInclude_
+@@ -77,7 +77,7 @@ include = <<- _EOInclude_
+ FILE * trace_fp = NULL;
+ int score_ct = 0;
+ char const assert_fail_fmt[] =
+- \ "COMPLEX ASSERTION FAILURE in %s line %u: %s\n";
++ "COMPLEX ASSERTION FAILURE in %s line %u: %s\n";
+ _EOInclude_;
+
+ main = {
Home |
Main Index |
Thread Index |
Old Index