git: b6b47f75cae6 - main - textproc/confetti: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 11:32:04 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6b47f75cae676a9ffb9132c4ae884940d2c29a7 commit b6b47f75cae676a9ffb9132c4ae884940d2c29a7 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-05-04 11:31:59 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-05-04 11:31:59 +0000 textproc/confetti: Remove expired port 2025-04-30 textproc/confetti: Outdated and unmaintained in tree since 2018 --- MOVED | 1 + textproc/Makefile | 1 - textproc/confetti/Makefile | 34 ---------------------------------- textproc/confetti/distinfo | 2 -- textproc/confetti/pkg-descr | 1 - 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index 5d321b4398f6..94504de851d5 100644 --- a/MOVED +++ b/MOVED @@ -4366,3 +4366,4 @@ textproc/dom4j||2025-05-04|Has expired: Outdated and unsupported upstream textproc/domc||2025-05-04|Has expired: Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06 textproc/ekhtml||2025-05-04|Has expired: Abandonware and obsolete, last release in 2002 textproc/estraier||2025-05-04|Has expired: Obsolete and abandonware, last update in 2005 +textproc/confetti||2025-05-04|Has expired: Outdated and unmaintained in tree since 2018 diff --git a/textproc/Makefile b/textproc/Makefile index b673b7334c48..4ff6291baf08 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -115,7 +115,6 @@ SUBDIR += codespell SUBDIR += colordiff SUBDIR += comrak - SUBDIR += confetti SUBDIR += confget SUBDIR += consul-template SUBDIR += cpp-peglib diff --git a/textproc/confetti/Makefile b/textproc/confetti/Makefile deleted file mode 100644 index 6ea2c9c72a22..000000000000 --- a/textproc/confetti/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= confetti -PORTVERSION= 0.0.${DATE} -CATEGORIES= textproc -MASTER_SITES= LOCAL/vg - -MAINTAINER= ports@FreeBSD.org -COMMENT= Configuration file parser generator -WWW= https://github.com/mailru/confetti - -DEPRECATED= Outdated and unmaintained in tree since 2018 -EXPIRATION_DATE=2025-04-30 - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex - -USES= bison perl5 gmake tar:bzip2 -DATE= 20120801 -MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex -MAKE_JOBS_UNSAFE=yes - -OPTIONS_DEFINE= EXAMPLES - -PLIST_FILES= bin/confetti -PORTEXAMPLES= * - -post-patch: - @${REINPLACE_CMD} -e 's|CC=|CC?=|' -e 's|CFLAGS=|CFLAGS?=|' \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/textproc/confetti/distinfo b/textproc/confetti/distinfo deleted file mode 100644 index 21e647187922..000000000000 --- a/textproc/confetti/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (confetti-0.0.20120801.tar.bz2) = 7bc6a4bbfb7465adf0a9af80f03dd1bd21d96244a7b6887b2e7cfb2a9dadfd3b -SIZE (confetti-0.0.20120801.tar.bz2) = 120800 diff --git a/textproc/confetti/pkg-descr b/textproc/confetti/pkg-descr deleted file mode 100644 index 64e664ee7fa0..000000000000 --- a/textproc/confetti/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -confetti -- configuration file parser generator