aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-10 12:44:48 +0200
committerLoïc Hoguin <[email protected]>2023-05-10 12:44:48 +0200
commit5e04cbde8849cc0874461690dba9af1f2de37933 (patch)
treea0096d0f36a86b21d9cd7fd6d594c37d3edfbbc3 /index
parent52492e67440e4cf7c00ff0dd892cd911b366ce2f (diff)
downloaderlang.mk-5e04cbde8849cc0874461690dba9af1f2de37933.tar.gz
erlang.mk-5e04cbde8849cc0874461690dba9af1f2de37933.tar.bz2
erlang.mk-5e04cbde8849cc0874461690dba9af1f2de37933.zip
Remove packages that look unmaintained and fail to compile
These are all fairly low risk because they haven't compiled for a while. A small number seem maintained in a fork and have a hex.pm entry that is maintained. The others are likely not used by anyone or only by users stuck on very old Erlang versions.
Diffstat (limited to 'index')
-rw-r--r--index/actordb_core.mk7
-rw-r--r--index/actordb_thrift.mk7
-rw-r--r--index/azdht.mk7
-rw-r--r--index/bitstore.mk7
-rw-r--r--index/carotene.mk7
-rw-r--r--index/cloudi_service_db_riak.mk7
-rw-r--r--index/detest.mk7
-rw-r--r--index/dnssd.mk7
-rw-r--r--index/edis.mk7
-rw-r--r--index/emysql.mk7
-rw-r--r--index/eredis_pool.mk7
-rw-r--r--index/erlang_cep.mk7
-rw-r--r--index/erlang_js.mk7
-rw-r--r--index/erlasticsearch.mk7
-rw-r--r--index/erlport.mk7
-rw-r--r--index/ezmq.mk7
-rw-r--r--index/gold_fever.mk7
-rw-r--r--index/gut.mk7
-rw-r--r--index/hanoidb.mk7
-rw-r--r--index/ierlang.mk7
-rw-r--r--index/jerg.mk7
-rw-r--r--index/kdht.mk7
-rw-r--r--index/lager_amqp_backend.mk7
-rw-r--r--index/lambdapad.mk7
-rw-r--r--index/lethink.mk7
-rw-r--r--index/ling.mk7
-rw-r--r--index/lmq.mk7
-rw-r--r--index/luwak.mk7
-rw-r--r--index/machi.mk7
-rw-r--r--index/mc_erl.mk7
-rw-r--r--index/mcd.mk7
-rw-r--r--index/mcerlang.mk7
-rw-r--r--index/merge_index.mk7
-rw-r--r--index/nkbase.mk7
-rw-r--r--index/nkdocker.mk7
-rw-r--r--index/of_protocol.mk7
-rw-r--r--index/opencouch.mk7
-rw-r--r--index/push_service.mk7
-rw-r--r--index/rafter.mk7
-rw-r--r--index/riak_control.mk7
-rw-r--r--index/riak_pg.mk7
-rw-r--r--index/riak_test.mk7
-rw-r--r--index/riakhttpc.mk7
-rw-r--r--index/riaknostic.mk7
-rw-r--r--index/riakpool.mk7
-rw-r--r--index/rivus_cep.mk7
-rw-r--r--index/service.mk7
-rw-r--r--index/sighandler.mk7
-rw-r--r--index/smother.mk7
-rw-r--r--index/spapi_router.mk7
-rw-r--r--index/statebox_riak.mk7
-rw-r--r--index/stripe.mk7
-rw-r--r--index/surrogate.mk7
-rw-r--r--index/ticktick.mk7
-rw-r--r--index/transit.mk7
-rw-r--r--index/twitter_erlang.mk7
-rw-r--r--index/ucol_nif.mk7
-rw-r--r--index/vert.mk7
-rw-r--r--index/zab_engine.mk7
-rw-r--r--index/zabbix_sender.mk7
-rw-r--r--index/zeta.mk7
-rw-r--r--index/zraft_lib.mk7
62 files changed, 0 insertions, 434 deletions
diff --git a/index/actordb_core.mk b/index/actordb_core.mk
deleted file mode 100644
index 9e4abc9..0000000
--- a/index/actordb_core.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += actordb_core
-pkg_actordb_core_name = actordb_core
-pkg_actordb_core_description = ActorDB main source
-pkg_actordb_core_homepage = http://www.actordb.com/
-pkg_actordb_core_fetch = git
-pkg_actordb_core_repo = https://github.com/biokoda/actordb_core
-pkg_actordb_core_commit = master
diff --git a/index/actordb_thrift.mk b/index/actordb_thrift.mk
deleted file mode 100644
index f39ac65..0000000
--- a/index/actordb_thrift.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += actordb_thrift
-pkg_actordb_thrift_name = actordb_thrift
-pkg_actordb_thrift_description = Thrift API for ActorDB
-pkg_actordb_thrift_homepage = http://www.actordb.com/
-pkg_actordb_thrift_fetch = git
-pkg_actordb_thrift_repo = https://github.com/biokoda/actordb_thrift
-pkg_actordb_thrift_commit = master
diff --git a/index/azdht.mk b/index/azdht.mk
deleted file mode 100644
index 04e36d9..0000000
--- a/index/azdht.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += azdht
-pkg_azdht_name = azdht
-pkg_azdht_description = Azureus Distributed Hash Table (DHT) in Erlang
-pkg_azdht_homepage = https://github.com/arcusfelis/azdht
-pkg_azdht_fetch = git
-pkg_azdht_repo = https://github.com/arcusfelis/azdht
-pkg_azdht_commit = master
diff --git a/index/bitstore.mk b/index/bitstore.mk
deleted file mode 100644
index 67ec24f..0000000
--- a/index/bitstore.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += bitstore
-pkg_bitstore_name = bitstore
-pkg_bitstore_description = A document based ontology development environment
-pkg_bitstore_homepage = https://github.com/bdionne/bitstore
-pkg_bitstore_fetch = git
-pkg_bitstore_repo = https://github.com/bdionne/bitstore
-pkg_bitstore_commit = master
diff --git a/index/carotene.mk b/index/carotene.mk
deleted file mode 100644
index 9eee089..0000000
--- a/index/carotene.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += carotene
-pkg_carotene_name = carotene
-pkg_carotene_description = Real-time server
-pkg_carotene_homepage = https://github.com/carotene/carotene
-pkg_carotene_fetch = git
-pkg_carotene_repo = https://github.com/carotene/carotene
-pkg_carotene_commit = master
diff --git a/index/cloudi_service_db_riak.mk b/index/cloudi_service_db_riak.mk
deleted file mode 100644
index 471fa42..0000000
--- a/index/cloudi_service_db_riak.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += cloudi_service_db_riak
-pkg_cloudi_service_db_riak_name = cloudi_service_db_riak
-pkg_cloudi_service_db_riak_description = Riak CloudI Service
-pkg_cloudi_service_db_riak_homepage = http://cloudi.org/
-pkg_cloudi_service_db_riak_fetch = git
-pkg_cloudi_service_db_riak_repo = https://github.com/CloudI/cloudi_service_db_riak
-pkg_cloudi_service_db_riak_commit = master
diff --git a/index/detest.mk b/index/detest.mk
deleted file mode 100644
index 36d0f8b..0000000
--- a/index/detest.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += detest
-pkg_detest_name = detest
-pkg_detest_description = Tool for running tests on a cluster of erlang nodes
-pkg_detest_homepage = https://github.com/biokoda/detest
-pkg_detest_fetch = git
-pkg_detest_repo = https://github.com/biokoda/detest
-pkg_detest_commit = master
diff --git a/index/dnssd.mk b/index/dnssd.mk
deleted file mode 100644
index 010d6b2..0000000
--- a/index/dnssd.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += dnssd
-pkg_dnssd_name = dnssd
-pkg_dnssd_description = Erlang interface to Apple's Bonjour D NS Service Discovery implementation
-pkg_dnssd_homepage = https://github.com/benoitc/dnssd_erlang
-pkg_dnssd_fetch = git
-pkg_dnssd_repo = https://github.com/benoitc/dnssd_erlang
-pkg_dnssd_commit = master
diff --git a/index/edis.mk b/index/edis.mk
deleted file mode 100644
index f6d66bd..0000000
--- a/index/edis.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += edis
-pkg_edis_name = edis
-pkg_edis_description = An Erlang implementation of Redis KV Store
-pkg_edis_homepage = http://inaka.github.com/edis/
-pkg_edis_fetch = git
-pkg_edis_repo = https://github.com/inaka/edis
-pkg_edis_commit = master
diff --git a/index/emysql.mk b/index/emysql.mk
deleted file mode 100644
index 5211f5d..0000000
--- a/index/emysql.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += emysql
-pkg_emysql_name = emysql
-pkg_emysql_description = Stable, pure Erlang MySQL driver.
-pkg_emysql_homepage = https://github.com/Eonblast/Emysql
-pkg_emysql_fetch = git
-pkg_emysql_repo = https://github.com/Eonblast/Emysql
-pkg_emysql_commit = master
diff --git a/index/eredis_pool.mk b/index/eredis_pool.mk
deleted file mode 100644
index d10c6fc..0000000
--- a/index/eredis_pool.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += eredis_pool
-pkg_eredis_pool_name = eredis_pool
-pkg_eredis_pool_description = eredis_pool is Pool of Redis clients, using eredis and poolboy.
-pkg_eredis_pool_homepage = https://github.com/hiroeorz/eredis_pool
-pkg_eredis_pool_fetch = git
-pkg_eredis_pool_repo = https://github.com/hiroeorz/eredis_pool
-pkg_eredis_pool_commit = master
diff --git a/index/erlang_cep.mk b/index/erlang_cep.mk
deleted file mode 100644
index 6d8f60f..0000000
--- a/index/erlang_cep.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += erlang_cep
-pkg_erlang_cep_name = erlang_cep
-pkg_erlang_cep_description = A basic CEP package written in erlang
-pkg_erlang_cep_homepage = https://github.com/danmacklin/erlang_cep
-pkg_erlang_cep_fetch = git
-pkg_erlang_cep_repo = https://github.com/danmacklin/erlang_cep
-pkg_erlang_cep_commit = master
diff --git a/index/erlang_js.mk b/index/erlang_js.mk
deleted file mode 100644
index f6953cd..0000000
--- a/index/erlang_js.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += erlang_js
-pkg_erlang_js_name = erlang_js
-pkg_erlang_js_description = A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
-pkg_erlang_js_homepage = https://github.com/basho/erlang_js
-pkg_erlang_js_fetch = git
-pkg_erlang_js_repo = https://github.com/basho/erlang_js
-pkg_erlang_js_commit = master
diff --git a/index/erlasticsearch.mk b/index/erlasticsearch.mk
deleted file mode 100644
index 9f72555..0000000
--- a/index/erlasticsearch.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += erlasticsearch
-pkg_erlasticsearch_name = erlasticsearch
-pkg_erlasticsearch_description = Erlang thrift interface to elastic_search
-pkg_erlasticsearch_homepage = https://github.com/dieswaytoofast/erlasticsearch
-pkg_erlasticsearch_fetch = git
-pkg_erlasticsearch_repo = https://github.com/dieswaytoofast/erlasticsearch
-pkg_erlasticsearch_commit = master
diff --git a/index/erlport.mk b/index/erlport.mk
deleted file mode 100644
index 81fd3d0..0000000
--- a/index/erlport.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += erlport
-pkg_erlport_name = erlport
-pkg_erlport_description = ErlPort - connect Erlang to other languages
-pkg_erlport_homepage = https://github.com/hdima/erlport
-pkg_erlport_fetch = git
-pkg_erlport_repo = https://github.com/hdima/erlport
-pkg_erlport_commit = master
diff --git a/index/ezmq.mk b/index/ezmq.mk
deleted file mode 100644
index 9d895b4..0000000
--- a/index/ezmq.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += ezmq
-pkg_ezmq_name = ezmq
-pkg_ezmq_description = zMQ implemented in Erlang
-pkg_ezmq_homepage = https://github.com/RoadRunnr/ezmq
-pkg_ezmq_fetch = git
-pkg_ezmq_repo = https://github.com/RoadRunnr/ezmq
-pkg_ezmq_commit = master
diff --git a/index/gold_fever.mk b/index/gold_fever.mk
deleted file mode 100644
index c3d47fd..0000000
--- a/index/gold_fever.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += gold_fever
-pkg_gold_fever_name = gold_fever
-pkg_gold_fever_description = A Treasure Hunt for Erlangers
-pkg_gold_fever_homepage = https://github.com/inaka/gold_fever
-pkg_gold_fever_fetch = git
-pkg_gold_fever_repo = https://github.com/inaka/gold_fever
-pkg_gold_fever_commit = master
diff --git a/index/gut.mk b/index/gut.mk
deleted file mode 100644
index 1873c8e..0000000
--- a/index/gut.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += gut
-pkg_gut_name = gut
-pkg_gut_description = gut is a template printing, aka scaffolding, tool for Erlang. Like rails generate or yeoman
-pkg_gut_homepage = https://github.com/unbalancedparentheses/gut
-pkg_gut_fetch = git
-pkg_gut_repo = https://github.com/unbalancedparentheses/gut
-pkg_gut_commit = master
diff --git a/index/hanoidb.mk b/index/hanoidb.mk
deleted file mode 100644
index 8fd0f73..0000000
--- a/index/hanoidb.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += hanoidb
-pkg_hanoidb_name = hanoidb
-pkg_hanoidb_description = Erlang LSM BTree Storage
-pkg_hanoidb_homepage = https://github.com/krestenkrab/hanoidb
-pkg_hanoidb_fetch = git
-pkg_hanoidb_repo = https://github.com/krestenkrab/hanoidb
-pkg_hanoidb_commit = master
diff --git a/index/ierlang.mk b/index/ierlang.mk
deleted file mode 100644
index a2143eb..0000000
--- a/index/ierlang.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += ierlang
-pkg_ierlang_name = ierlang
-pkg_ierlang_description = An Erlang language kernel for IPython.
-pkg_ierlang_homepage = https://github.com/robbielynch/ierlang
-pkg_ierlang_fetch = git
-pkg_ierlang_repo = https://github.com/robbielynch/ierlang
-pkg_ierlang_commit = master
diff --git a/index/jerg.mk b/index/jerg.mk
deleted file mode 100644
index 1022457..0000000
--- a/index/jerg.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += jerg
-pkg_jerg_name = jerg
-pkg_jerg_description = JSON Schema to Erlang Records Generator
-pkg_jerg_homepage = https://github.com/ddossot/jerg
-pkg_jerg_fetch = git
-pkg_jerg_repo = https://github.com/ddossot/jerg
-pkg_jerg_commit = master
diff --git a/index/kdht.mk b/index/kdht.mk
deleted file mode 100644
index 97819a0..0000000
--- a/index/kdht.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += kdht
-pkg_kdht_name = kdht
-pkg_kdht_description = kdht is an erlang DHT implementation
-pkg_kdht_homepage = https://github.com/kevinlynx/kdht
-pkg_kdht_fetch = git
-pkg_kdht_repo = https://github.com/kevinlynx/kdht
-pkg_kdht_commit = master
diff --git a/index/lager_amqp_backend.mk b/index/lager_amqp_backend.mk
deleted file mode 100644
index a991688..0000000
--- a/index/lager_amqp_backend.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += lager_amqp_backend
-pkg_lager_amqp_backend_name = lager_amqp_backend
-pkg_lager_amqp_backend_description = AMQP RabbitMQ Lager backend
-pkg_lager_amqp_backend_homepage = https://github.com/jbrisbin/lager_amqp_backend
-pkg_lager_amqp_backend_fetch = git
-pkg_lager_amqp_backend_repo = https://github.com/jbrisbin/lager_amqp_backend
-pkg_lager_amqp_backend_commit = master
diff --git a/index/lambdapad.mk b/index/lambdapad.mk
deleted file mode 100644
index aa28bcc..0000000
--- a/index/lambdapad.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += lambdapad
-pkg_lambdapad_name = lambdapad
-pkg_lambdapad_description = Static site generator using Erlang. Yes, Erlang.
-pkg_lambdapad_homepage = https://github.com/gar1t/lambdapad
-pkg_lambdapad_fetch = git
-pkg_lambdapad_repo = https://github.com/gar1t/lambdapad
-pkg_lambdapad_commit = master
diff --git a/index/lethink.mk b/index/lethink.mk
deleted file mode 100644
index 7737fd1..0000000
--- a/index/lethink.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += lethink
-pkg_lethink_name = lethink
-pkg_lethink_description = erlang driver for rethinkdb
-pkg_lethink_homepage = https://github.com/taybin/lethink
-pkg_lethink_fetch = git
-pkg_lethink_repo = https://github.com/taybin/lethink
-pkg_lethink_commit = master
diff --git a/index/ling.mk b/index/ling.mk
deleted file mode 100644
index 51a2a2e..0000000
--- a/index/ling.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += ling
-pkg_ling_name = ling
-pkg_ling_description = Erlang on Xen
-pkg_ling_homepage = https://github.com/cloudozer/ling
-pkg_ling_fetch = git
-pkg_ling_repo = https://github.com/cloudozer/ling
-pkg_ling_commit = master
diff --git a/index/lmq.mk b/index/lmq.mk
deleted file mode 100644
index 8909bdd..0000000
--- a/index/lmq.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += lmq
-pkg_lmq_name = lmq
-pkg_lmq_description = Lightweight Message Queue
-pkg_lmq_homepage = https://github.com/iij/lmq
-pkg_lmq_fetch = git
-pkg_lmq_repo = https://github.com/iij/lmq
-pkg_lmq_commit = master
diff --git a/index/luwak.mk b/index/luwak.mk
deleted file mode 100644
index 22a4cbe..0000000
--- a/index/luwak.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += luwak
-pkg_luwak_name = luwak
-pkg_luwak_description = Large-object storage interface for Riak
-pkg_luwak_homepage = https://github.com/basho/luwak
-pkg_luwak_fetch = git
-pkg_luwak_repo = https://github.com/basho/luwak
-pkg_luwak_commit = master
diff --git a/index/machi.mk b/index/machi.mk
deleted file mode 100644
index d42030e..0000000
--- a/index/machi.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += machi
-pkg_machi_name = machi
-pkg_machi_description = Machi file store
-pkg_machi_homepage = https://github.com/basho/machi
-pkg_machi_fetch = git
-pkg_machi_repo = https://github.com/basho/machi
-pkg_machi_commit = master
diff --git a/index/mc_erl.mk b/index/mc_erl.mk
deleted file mode 100644
index 400e42f..0000000
--- a/index/mc_erl.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += mc_erl
-pkg_mc_erl_name = mc_erl
-pkg_mc_erl_description = mc-erl is a server for Minecraft 1.4.7 written in Erlang.
-pkg_mc_erl_homepage = https://github.com/clonejo/mc-erl
-pkg_mc_erl_fetch = git
-pkg_mc_erl_repo = https://github.com/clonejo/mc-erl
-pkg_mc_erl_commit = master
diff --git a/index/mcd.mk b/index/mcd.mk
deleted file mode 100644
index 0b52819..0000000
--- a/index/mcd.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += mcd
-pkg_mcd_name = mcd
-pkg_mcd_description = Fast memcached protocol client in pure Erlang
-pkg_mcd_homepage = https://github.com/EchoTeam/mcd
-pkg_mcd_fetch = git
-pkg_mcd_repo = https://github.com/EchoTeam/mcd
-pkg_mcd_commit = master
diff --git a/index/mcerlang.mk b/index/mcerlang.mk
deleted file mode 100644
index 195767a..0000000
--- a/index/mcerlang.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += mcerlang
-pkg_mcerlang_name = mcerlang
-pkg_mcerlang_description = The McErlang model checker for Erlang
-pkg_mcerlang_homepage = https://github.com/fredlund/McErlang
-pkg_mcerlang_fetch = git
-pkg_mcerlang_repo = https://github.com/fredlund/McErlang
-pkg_mcerlang_commit = master
diff --git a/index/merge_index.mk b/index/merge_index.mk
deleted file mode 100644
index d1e6d93..0000000
--- a/index/merge_index.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += merge_index
-pkg_merge_index_name = merge_index
-pkg_merge_index_description = MergeIndex is an Erlang library for storing ordered sets on disk. It is very similar to an SSTable (in Google's Bigtable) or an HFile (in Hadoop).
-pkg_merge_index_homepage = https://github.com/basho/merge_index
-pkg_merge_index_fetch = git
-pkg_merge_index_repo = https://github.com/basho/merge_index
-pkg_merge_index_commit = master
diff --git a/index/nkbase.mk b/index/nkbase.mk
deleted file mode 100644
index 68fa4a1..0000000
--- a/index/nkbase.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += nkbase
-pkg_nkbase_name = nkbase
-pkg_nkbase_description = NkBASE distributed database
-pkg_nkbase_homepage = https://github.com/Nekso/nkbase
-pkg_nkbase_fetch = git
-pkg_nkbase_repo = https://github.com/Nekso/nkbase
-pkg_nkbase_commit = develop
diff --git a/index/nkdocker.mk b/index/nkdocker.mk
deleted file mode 100644
index 72a794c..0000000
--- a/index/nkdocker.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += nkdocker
-pkg_nkdocker_name = nkdocker
-pkg_nkdocker_description = Erlang Docker client
-pkg_nkdocker_homepage = https://github.com/Nekso/nkdocker
-pkg_nkdocker_fetch = git
-pkg_nkdocker_repo = https://github.com/Nekso/nkdocker
-pkg_nkdocker_commit = master
diff --git a/index/of_protocol.mk b/index/of_protocol.mk
deleted file mode 100644
index 671d7d7..0000000
--- a/index/of_protocol.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += of_protocol
-pkg_of_protocol_name = of_protocol
-pkg_of_protocol_description = OpenFlow Protocol Library for Erlang
-pkg_of_protocol_homepage = https://github.com/FlowForwarding/of_protocol
-pkg_of_protocol_fetch = git
-pkg_of_protocol_repo = https://github.com/FlowForwarding/of_protocol
-pkg_of_protocol_commit = master
diff --git a/index/opencouch.mk b/index/opencouch.mk
deleted file mode 100644
index 6bbc27f..0000000
--- a/index/opencouch.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += opencouch
-pkg_opencouch_name = couch
-pkg_opencouch_description = A embeddable document oriented database compatible with Apache CouchDB
-pkg_opencouch_homepage = https://github.com/benoitc/opencouch
-pkg_opencouch_fetch = git
-pkg_opencouch_repo = https://github.com/benoitc/opencouch
-pkg_opencouch_commit = master
diff --git a/index/push_service.mk b/index/push_service.mk
deleted file mode 100644
index e5d5b4c..0000000
--- a/index/push_service.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += push_service
-pkg_push_service_name = push_service
-pkg_push_service_description = Push service
-pkg_push_service_homepage = https://github.com/hairyhum/push_service
-pkg_push_service_fetch = git
-pkg_push_service_repo = https://github.com/hairyhum/push_service
-pkg_push_service_commit = master
diff --git a/index/rafter.mk b/index/rafter.mk
deleted file mode 100644
index adc9080..0000000
--- a/index/rafter.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += rafter
-pkg_rafter_name = rafter
-pkg_rafter_description = An Erlang library application which implements the Raft consensus protocol
-pkg_rafter_homepage = https://github.com/andrewjstone/rafter
-pkg_rafter_fetch = git
-pkg_rafter_repo = https://github.com/andrewjstone/rafter
-pkg_rafter_commit = master
diff --git a/index/riak_control.mk b/index/riak_control.mk
deleted file mode 100644
index 49d11a3..0000000
--- a/index/riak_control.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += riak_control
-pkg_riak_control_name = riak_control
-pkg_riak_control_description = Webmachine-based administration interface for Riak.
-pkg_riak_control_homepage = https://github.com/basho/riak_control
-pkg_riak_control_fetch = git
-pkg_riak_control_repo = https://github.com/basho/riak_control
-pkg_riak_control_commit = master
diff --git a/index/riak_pg.mk b/index/riak_pg.mk
deleted file mode 100644
index 33a6465..0000000
--- a/index/riak_pg.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += riak_pg
-pkg_riak_pg_name = riak_pg
-pkg_riak_pg_description = Distributed process groups with riak_core.
-pkg_riak_pg_homepage = https://github.com/cmeiklejohn/riak_pg
-pkg_riak_pg_fetch = git
-pkg_riak_pg_repo = https://github.com/cmeiklejohn/riak_pg
-pkg_riak_pg_commit = master
diff --git a/index/riak_test.mk b/index/riak_test.mk
deleted file mode 100644
index fd7f006..0000000
--- a/index/riak_test.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += riak_test
-pkg_riak_test_name = riak_test
-pkg_riak_test_description = I'm in your cluster, testing your riaks
-pkg_riak_test_homepage = https://github.com/basho/riak_test
-pkg_riak_test_fetch = git
-pkg_riak_test_repo = https://github.com/basho/riak_test
-pkg_riak_test_commit = master
diff --git a/index/riakhttpc.mk b/index/riakhttpc.mk
deleted file mode 100644
index b25d224..0000000
--- a/index/riakhttpc.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += riakhttpc
-pkg_riakhttpc_name = riakhttpc
-pkg_riakhttpc_description = Riak Erlang client using the HTTP interface
-pkg_riakhttpc_homepage = https://github.com/basho/riak-erlang-http-client
-pkg_riakhttpc_fetch = git
-pkg_riakhttpc_repo = https://github.com/basho/riak-erlang-http-client
-pkg_riakhttpc_commit = master
diff --git a/index/riaknostic.mk b/index/riaknostic.mk
deleted file mode 100644
index 1151347..0000000
--- a/index/riaknostic.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += riaknostic
-pkg_riaknostic_name = riaknostic
-pkg_riaknostic_description = A diagnostic tool for Riak installations, to find common errors asap
-pkg_riaknostic_homepage = https://github.com/basho/riaknostic
-pkg_riaknostic_fetch = git
-pkg_riaknostic_repo = https://github.com/basho/riaknostic
-pkg_riaknostic_commit = master
diff --git a/index/riakpool.mk b/index/riakpool.mk
deleted file mode 100644
index 98d2c5a..0000000
--- a/index/riakpool.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += riakpool
-pkg_riakpool_name = riakpool
-pkg_riakpool_description = erlang riak client pool
-pkg_riakpool_homepage = https://github.com/dweldon/riakpool
-pkg_riakpool_fetch = git
-pkg_riakpool_repo = https://github.com/dweldon/riakpool
-pkg_riakpool_commit = master
diff --git a/index/rivus_cep.mk b/index/rivus_cep.mk
deleted file mode 100644
index ab139e1..0000000
--- a/index/rivus_cep.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += rivus_cep
-pkg_rivus_cep_name = rivus_cep
-pkg_rivus_cep_description = Complex event processing in Erlang
-pkg_rivus_cep_homepage = https://github.com/vascokk/rivus_cep
-pkg_rivus_cep_fetch = git
-pkg_rivus_cep_repo = https://github.com/vascokk/rivus_cep
-pkg_rivus_cep_commit = master
diff --git a/index/service.mk b/index/service.mk
deleted file mode 100644
index 7fae811..0000000
--- a/index/service.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += service
-pkg_service_name = service
-pkg_service_description = A minimal Erlang behavior for creating CloudI internal services
-pkg_service_homepage = http://cloudi.org/
-pkg_service_fetch = git
-pkg_service_repo = https://github.com/CloudI/service
-pkg_service_commit = master
diff --git a/index/sighandler.mk b/index/sighandler.mk
deleted file mode 100644
index b4a252c..0000000
--- a/index/sighandler.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += sighandler
-pkg_sighandler_name = sighandler
-pkg_sighandler_description = Handle UNIX signals in Er lang
-pkg_sighandler_homepage = https://github.com/jkingsbery/sighandler
-pkg_sighandler_fetch = git
-pkg_sighandler_repo = https://github.com/jkingsbery/sighandler
-pkg_sighandler_commit = master
diff --git a/index/smother.mk b/index/smother.mk
deleted file mode 100644
index 22175a0..0000000
--- a/index/smother.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += smother
-pkg_smother_name = smother
-pkg_smother_description = Extended code coverage metrics for Erlang.
-pkg_smother_homepage = https://ramsay-t.github.io/Smother/
-pkg_smother_fetch = git
-pkg_smother_repo = https://github.com/ramsay-t/Smother
-pkg_smother_commit = master
diff --git a/index/spapi_router.mk b/index/spapi_router.mk
deleted file mode 100644
index b8c2851..0000000
--- a/index/spapi_router.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += spapi_router
-pkg_spapi_router_name = spapi_router
-pkg_spapi_router_description = Partially-connected Erlang clustering
-pkg_spapi_router_homepage = https://github.com/spilgames/spapi-router
-pkg_spapi_router_fetch = git
-pkg_spapi_router_repo = https://github.com/spilgames/spapi-router
-pkg_spapi_router_commit = master
diff --git a/index/statebox_riak.mk b/index/statebox_riak.mk
deleted file mode 100644
index 5298b81..0000000
--- a/index/statebox_riak.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += statebox_riak
-pkg_statebox_riak_name = statebox_riak
-pkg_statebox_riak_description = Convenience library that makes it easier to use statebox with riak, extracted from best practices in our production code at Mochi Media.
-pkg_statebox_riak_homepage = https://github.com/mochi/statebox_riak
-pkg_statebox_riak_fetch = git
-pkg_statebox_riak_repo = https://github.com/mochi/statebox_riak
-pkg_statebox_riak_commit = master
diff --git a/index/stripe.mk b/index/stripe.mk
deleted file mode 100644
index a5fdbc5..0000000
--- a/index/stripe.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += stripe
-pkg_stripe_name = stripe
-pkg_stripe_description = Erlang interface to the stripe.com API
-pkg_stripe_homepage = https://github.com/mattsta/stripe-erlang
-pkg_stripe_fetch = git
-pkg_stripe_repo = https://github.com/mattsta/stripe-erlang
-pkg_stripe_commit = v1
diff --git a/index/surrogate.mk b/index/surrogate.mk
deleted file mode 100644
index 71c8eac..0000000
--- a/index/surrogate.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += surrogate
-pkg_surrogate_name = surrogate
-pkg_surrogate_description = Proxy server written in erlang. Supports reverse proxy load balancing and forward proxy with http (including CONNECT), socks4, socks5, and transparent proxy modes.
-pkg_surrogate_homepage = https://github.com/skruger/Surrogate
-pkg_surrogate_fetch = git
-pkg_surrogate_repo = https://github.com/skruger/Surrogate
-pkg_surrogate_commit = master
diff --git a/index/ticktick.mk b/index/ticktick.mk
deleted file mode 100644
index ad2856b..0000000
--- a/index/ticktick.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += ticktick
-pkg_ticktick_name = ticktick
-pkg_ticktick_description = Ticktick is an id generator for message service.
-pkg_ticktick_homepage = https://github.com/ericliang/ticktick
-pkg_ticktick_fetch = git
-pkg_ticktick_repo = https://github.com/ericliang/ticktick
-pkg_ticktick_commit = master
diff --git a/index/transit.mk b/index/transit.mk
deleted file mode 100644
index 09c0931..0000000
--- a/index/transit.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += transit
-pkg_transit_name = transit
-pkg_transit_description = transit format for erlang
-pkg_transit_homepage = https://github.com/isaiah/transit-erlang
-pkg_transit_fetch = git
-pkg_transit_repo = https://github.com/isaiah/transit-erlang
-pkg_transit_commit = master
diff --git a/index/twitter_erlang.mk b/index/twitter_erlang.mk
deleted file mode 100644
index abf34ba..0000000
--- a/index/twitter_erlang.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += twitter_erlang
-pkg_twitter_erlang_name = twitter_erlang
-pkg_twitter_erlang_description = An Erlang twitter client
-pkg_twitter_erlang_homepage = https://github.com/ngerakines/erlang_twitter
-pkg_twitter_erlang_fetch = git
-pkg_twitter_erlang_repo = https://github.com/ngerakines/erlang_twitter
-pkg_twitter_erlang_commit = master
diff --git a/index/ucol_nif.mk b/index/ucol_nif.mk
deleted file mode 100644
index 0dd1148..0000000
--- a/index/ucol_nif.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += ucol_nif
-pkg_ucol_nif_name = ucol_nif
-pkg_ucol_nif_description = ICU based collation Erlang module
-pkg_ucol_nif_homepage = https://github.com/refuge/ucol_nif
-pkg_ucol_nif_fetch = git
-pkg_ucol_nif_repo = https://github.com/refuge/ucol_nif
-pkg_ucol_nif_commit = master
diff --git a/index/vert.mk b/index/vert.mk
deleted file mode 100644
index dd8c0f1..0000000
--- a/index/vert.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += vert
-pkg_vert_name = vert
-pkg_vert_description = Erlang binding to libvirt virtualization API
-pkg_vert_homepage = https://github.com/msantos/erlang-libvirt
-pkg_vert_fetch = git
-pkg_vert_repo = https://github.com/msantos/erlang-libvirt
-pkg_vert_commit = master
diff --git a/index/zab_engine.mk b/index/zab_engine.mk
deleted file mode 100644
index 838121e..0000000
--- a/index/zab_engine.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += zab_engine
-pkg_zab_engine_name = zab_engine
-pkg_zab_engine_description = zab propotocol implement by erlang
-pkg_zab_engine_homepage = https://github.com/xinmingyao/zab_engine
-pkg_zab_engine_fetch = git
-pkg_zab_engine_repo = https://github.com/xinmingyao/zab_engine
-pkg_zab_engine_commit = master
diff --git a/index/zabbix_sender.mk b/index/zabbix_sender.mk
deleted file mode 100644
index 109f85b..0000000
--- a/index/zabbix_sender.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += zabbix_sender
-pkg_zabbix_sender_name = zabbix_sender
-pkg_zabbix_sender_description = Zabbix trapper for sending data to Zabbix in pure Erlang
-pkg_zabbix_sender_homepage = https://github.com/stalkermn/zabbix_sender
-pkg_zabbix_sender_fetch = git
-pkg_zabbix_sender_repo = https://github.com/stalkermn/zabbix_sender.git
-pkg_zabbix_sender_commit = master
diff --git a/index/zeta.mk b/index/zeta.mk
deleted file mode 100644
index 53e066a..0000000
--- a/index/zeta.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += zeta
-pkg_zeta_name = zeta
-pkg_zeta_description = HTTP access log parser in Erlang
-pkg_zeta_homepage = https://github.com/s1n4/zeta
-pkg_zeta_fetch = git
-pkg_zeta_repo = https://github.com/s1n4/zeta
-pkg_zeta_commit = master
diff --git a/index/zraft_lib.mk b/index/zraft_lib.mk
deleted file mode 100644
index 86298f5..0000000
--- a/index/zraft_lib.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += zraft_lib
-pkg_zraft_lib_name = zraft_lib
-pkg_zraft_lib_description = Erlang raft consensus protocol implementation
-pkg_zraft_lib_homepage = https://github.com/dreyk/zraft_lib
-pkg_zraft_lib_fetch = git
-pkg_zraft_lib_repo = https://github.com/dreyk/zraft_lib
-pkg_zraft_lib_commit = master