summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO85
1 files changed, 85 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7775add4cd1a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,85 @@
+pkgbase = ivre-git
+ pkgdesc = Network recon framework
+ pkgver = 0.9.12
+ pkgrel = 1
+ url = https://ivre.rocks/
+ arch = any
+ license = GPL3
+ makedepends = git
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = git+https://github.com/cea-sec/ivre.git
+ sha256sums = SKIP
+
+pkgname = ivre-git
+ depends = python-ivre
+ optdepends = ivre-docs-git: Documentation
+ optdepends = ivre-web-git: Web server
+ optdepends = nmap: Network scan
+ optdepends = masscan: Network scan
+ optdepends = zmap: Network scan
+ optdepends = bro: Network traffic analysis
+ optdepends = argus: Network traffic analysis
+ optdepends = nfdump: Netflow analysis
+ optdepends = imagemagick: Screenshots via Nmap scripts
+ optdepends = phantomjs: HTTP screenshots via Nmap script
+ optdepends = ffmpeg: RTSP Screenshots via Nmap script
+ provides = ivre
+ conflicts = ivre
+
+pkgname = ivre-web-git
+ pkgdesc = Network recon framework (web application)
+ depends = ivre-git
+ depends = python-bottle
+ optdepends = apache: Web server
+ optdepends = mod_wsgi: Web server
+ optdepends = dokuwiki: Web server (notebook)
+ provides = ivre-web
+ conflicts = ivre-web
+ backup = etc/httpd/conf/extra/ivre.conf
+
+pkgname = ivre-docs-git
+ pkgdesc = Network recon framework (documentation)
+ provides = ivre-docs
+ conflicts = ivre-docs
+
+pkgname = python-ivre-git
+ pkgdesc = Network recon framework (library)
+ depends = python
+ depends = python-pymongo
+ depends = python-future
+ optdepends = python-py2neo: experimental flow analysis (Neo4j backend)
+ optdepends = python-sqlalchemy: experimental PostgreSQL & SQLite backends
+ optdepends = python-psycopg2: experimental PostgreSQL backend
+ optdepends = python-pillow: trim screenshots on insertion
+ optdepends = tesseract: extract words from screenshots on insertion
+ optdepends = python-pycryptodome: extract data from public keys ("ivre getmoduli")
+ optdepends = python-scapy: parse PCAP files for ARP inspection (flow analysis)
+ optdepends = python-matplotlib: create graphs from command line tools
+ optdepends = python-dbus: 3D traceroute graphs
+ optdepends = mongodb: database server
+ optdepends = postgresql: database server (experimental backend)
+ optdepends = neo4j-community: database server (experimental flow analysis)
+ provides = python-ivre
+ conflicts = python-ivre
+
+pkgname = python2-ivre-git
+ pkgdesc = Network recon framework (library)
+ depends = python2
+ depends = python2-pymongo
+ depends = python2-future
+ optdepends = python2-py2neo: experimental flow analysis (Neo4j backend)
+ optdepends = python2-sqlalchemy: experimental PostgreSQL & SQLite backends
+ optdepends = python2-psycopg2: experimental PostgreSQL backend
+ optdepends = python2-pillow: trim screenshots on insertion
+ optdepends = tesseract: extract words from screenshots on insertion
+ optdepends = python2-pycryptodome: extract data from public keys ("ivre getmoduli")
+ optdepends = python2-scapy: parse PCAP files for ARP inspection (flow analysis)
+ optdepends = python2-matplotlib: create graphs from command line tools
+ optdepends = python2-dbus: 3D traceroute graphs
+ optdepends = mongodb: database server
+ optdepends = postgresql: database server (experimental backend)
+ optdepends = neo4j-community: database server (experimental flow analysis)
+ provides = python2-ivre
+ conflicts = python2-ivre
+