Commit 2214865c authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

devel/rubygem-mustache0: Remove expired port

2023-09-27 devel/rubygem-mustache0: Use devel/mustache
parent 0e70b2c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7857,3 +7857,4 @@ mail/cyrus-imapd24||2023-09-20|Has expired: No longer supported by upstream
net/py-python-ceilometerclient||2023-09-22|Remove obsoleted port. This project is no longer maintained
sysutils/rundeck3|sysutils/rundeck|2023-09-23|Rename to avoid confusion
games/weebsay||2023-09-26|Has expired: API server is no longer functional
devel/rubygem-mustache0|devel/rubygem-mustache|2023-09-27|Has expired: Use devel/mustache
+0 −1
Original line number Diff line number Diff line
@@ -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

devel/rubygem-mustache0/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
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>

devel/rubygem-mustache0/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1487955769
SHA256 (rubygem/mustache-0.99.8.gem) = 826a96db895819c13fffa4fa3c20b85e80b60aaec1f28f79e7db80092abdb0bc
SIZE (rubygem/mustache-0.99.8.gem) = 43520

devel/rubygem-mustache0/pkg-descr

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
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.