summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-27 10:09:16 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-27 10:55:56 +0200
commit2214865c77eea562cd076c6b366605c4695c52be (patch)
tree001f85583d4af7f0b94d1f5d3cb8cf744525717d /devel
parentdeskutils/cherrytree: update the port to version 1.0.2 (diff)
devel/rubygem-mustache0: Remove expired port
2023-09-27 devel/rubygem-mustache0: Use devel/mustache
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-mustache0/Makefile27
-rw-r--r--devel/rubygem-mustache0/distinfo3
-rw-r--r--devel/rubygem-mustache0/pkg-descr11
4 files changed, 0 insertions, 42 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c6bcc69c39e9..726bf82c8078 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7077,7 +7077,6 @@
SUBDIR += rubygem-murmurhash3
SUBDIR += rubygem-mustache
SUBDIR += rubygem-mustache-sinatra
- SUBDIR += rubygem-mustache0
SUBDIR += rubygem-mustermann
SUBDIR += rubygem-mustermann-grape
SUBDIR += rubygem-mutex_m
diff --git a/devel/rubygem-mustache0/Makefile b/devel/rubygem-mustache0/Makefile
deleted file mode 100644
index 522917de95c1..000000000000
--- a/devel/rubygem-mustache0/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= mustache
-PORTVERSION= 0.99.8
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 0
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Framework-agnostic way to render logic-free views
-WWW= https://github.com/mustache/mustache
-
-LICENSE= MIT
-
-DEPRECATED= Use devel/mustache
-EXPIRATION_DATE=2023-09-27
-
-NO_ARCH= yes
-USES= gem
-
-PLIST_FILES= bin/mustache${PKGNAMESUFFIX}
-
-post-install:
- @${MV} ${STAGEDIR}/${PREFIX}/bin/mustache \
- ${STAGEDIR}/${PREFIX}/bin/mustache${PKGNAMESUFFIX}
-
-PORTSCOUT= limit:^0\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-mustache0/distinfo b/devel/rubygem-mustache0/distinfo
deleted file mode 100644
index cd206a77d200..000000000000
--- a/devel/rubygem-mustache0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1487955769
-SHA256 (rubygem/mustache-0.99.8.gem) = 826a96db895819c13fffa4fa3c20b85e80b60aaec1f28f79e7db80092abdb0bc
-SIZE (rubygem/mustache-0.99.8.gem) = 43520
diff --git a/devel/rubygem-mustache0/pkg-descr b/devel/rubygem-mustache0/pkg-descr
deleted file mode 100644
index 5a9ecc7626fb..000000000000
--- a/devel/rubygem-mustache0/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Inspired by ctemplate, Mustache is a framework-agnostic way to render
-logic-free views.
-
-As ctemplates says, "It emphasizes separating logic from presentation:
-it is impossible to embed application logic in this template
-language.
-
-Think of Mustache as a replacement for your views. Instead of views
-consisting of ERB or HAML with random helpers and arbitrary logic,
-your views are broken into two parts: a Ruby class and an HTML
-template.