Date: Tue, 21 Dec 2021 19:50:16 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2bca20e36f5b - main - devel/rubygem-micromachine2: Remove obsoleted port Message-ID: <202112211950.1BLJoGJm043949@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bca20e36f5b7ffe8ebaf95cc349945187899541 commit 2bca20e36f5b7ffe8ebaf95cc349945187899541 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:26:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:26:48 +0000 devel/rubygem-micromachine2: Remove obsoleted port Use devel/rubygem-micromachine instead. --- devel/rubygem-micromachine2/Makefile | 20 -------------------- devel/rubygem-micromachine2/distinfo | 3 --- devel/rubygem-micromachine2/pkg-descr | 9 --------- 3 files changed, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211950.1BLJoGJm043949>