aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:48 +0000
commit2bca20e36f5b7ffe8ebaf95cc349945187899541 (patch)
tree3aa172944fd7fa37836633b5bfb7493b67ba2a00
parent7bb247090411fc14574fcf3137d22a15ab86d60c (diff)
downloadports-2bca20e.tar.gz
ports-2bca20e.zip
devel/rubygem-micromachine2: Remove obsoleted port
Use devel/rubygem-micromachine instead.
-rw-r--r--devel/rubygem-micromachine2/Makefile20
-rw-r--r--devel/rubygem-micromachine2/distinfo3
-rw-r--r--devel/rubygem-micromachine2/pkg-descr9
3 files changed, 0 insertions, 32 deletions
diff --git a/devel/rubygem-micromachine2/Makefile b/devel/rubygem-micromachine2/Makefile
deleted file mode 100644
index fdf00e4e4588..000000000000
--- a/devel/rubygem-micromachine2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= micromachine
-PORTVERSION= 2.1.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 2
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Minimal Finite State Machine
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^2\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-micromachine2/distinfo b/devel/rubygem-micromachine2/distinfo
deleted file mode 100644
index 4f78bdb72f0f..000000000000
--- a/devel/rubygem-micromachine2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499518808
-SHA256 (rubygem/micromachine-2.1.0.gem) = c960c7166b0088d6f4985c2ac7092a20159ea3d69ad6370d623deb03d1022616
-SIZE (rubygem/micromachine-2.1.0.gem) = 9216
diff --git a/devel/rubygem-micromachine2/pkg-descr b/devel/rubygem-micromachine2/pkg-descr
deleted file mode 100644
index 35d9f7d5b544..000000000000
--- a/devel/rubygem-micromachine2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-There are many finite state machine implementations for Ruby, and they all
-provide a nice DSL for declaring events, exceptions, callbacks, and all kinds
-of niceties in general.
-
-But if all you want is a finite state machine, look no further: this has less
-than 50 lines of code and provides everything a finite state machine must have,
-and nothing more.
-
-WWW: https://github.com/soveran/micromachine