Commit c3a6074c authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

dns/tinystats: Remove expired port

2023-09-18 dns/tinystats: djbdns got removed, port is no longer required
parent 7fade83c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7854,3 +7854,4 @@ net-p2p/transmission-utils|net-p2p/transmission|2023-09-10|Moved to a flavored v
www/transmission-web|net-p2p/transmission|2023-09-10|Moved to the daemon flavor
devel/rubygem-cucumber-tag-expressions4|devel/rubygem-cucumber-tag-expressions|2023-09-11|Remove obsoleted port. Use devel/rubygem-cucumber-tag-expressions instead
security/rosenpass|net/rosenpass|2023-09-12|Remove duplicate port
dns/tinystats||2023-09-20|Has expired: djbdns got removed, port is no longer required
+0 −1
Original line number Diff line number Diff line
@@ -226,7 +226,6 @@
    SUBDIR += sheerdns
    SUBDIR += sleuth
    SUBDIR += subfinder
    SUBDIR += tinystats
    SUBDIR += totd
    SUBDIR += udns
    SUBDIR += unbound

dns/tinystats/Makefile

deleted100644 → 0
+0 −43
Original line number Diff line number Diff line
PORTNAME=	tinystats
PORTVERSION=	1.1
CATEGORIES=	dns
MASTER_SITES=	http://www.morettoni.net/bsd/ \
		LOCAL/ehaupt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	DJB's tinydns statistics generator
WWW=		http://www.morettoni.net/tinystats.en.html

LICENSE=	BSD2CLAUSE

DEPRECATED=	djbdns got removed, port is no longer required
EXPIRATION_DATE=	2023-09-18

WRKSRC=		${WRKDIR}/${PORTNAME}
ALL_TARGET=

OPTIONS_DEFINE=	IPV6 EXAMPLES DOCS

PLIST_FILES=	bin/tinystats
PORTEXAMPLES=	*
PORTDOCS=	README

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MIPV6}
MAKE_ARGS+=	-DWITH_IPV6
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tinystats ${STAGEDIR}${PREFIX}/bin
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/tinydns.sh.sample      \
			${WRKSRC}/tinydns.log.run.sample \
			${WRKSRC}/update_slave.sh.sample \
			${WRKSRC}/start_slave.sh.sample  \
			${WRKSRC}/Makefile.sample        \
				${STAGEDIR}${EXAMPLESDIR}
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>

dns/tinystats/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (tinystats-1.1.tar.gz) = 84b46ecc2c136cd286f24593dff6e0e9dacf5ca92a48193ee95455151c077957
SIZE (tinystats-1.1.tar.gz) = 8102

dns/tinystats/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
tinystats is a statistic generator for DJB's tinydns.
It can be easily integrated with rrdtool to generate
nice graphical DNS stats.