git: 9920cae80511 - main - textproc/rtf2html: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 May 2023 10:53:18 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9920cae8051126dec347003468f5bc61688d2955 commit 9920cae8051126dec347003468f5bc61688d2955 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-28 10:53:04 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-28 10:53:04 +0000 textproc/rtf2html: Remove expired port: 2023-05-25 textproc/rtf2html: Abandonware, please use something modern like markdown --- MOVED | 1 + textproc/Makefile | 1 - textproc/rtf2html/Makefile | 27 --------------------------- textproc/rtf2html/distinfo | 2 -- textproc/rtf2html/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index c00d0987d897..098254edc73a 100644 --- a/MOVED +++ b/MOVED @@ -7571,3 +7571,4 @@ textproc/rubygem-loofah219|textproc/rubygem-loofah|2023-05-27|Remove obsoleted p www/rubygem-asana0|www/rubygem-asana|2023-05-27|Remove obsoleted port. Use www/rubygem-asana instead www/rubygem-jwt25|www/rubygem-jwt|2023-05-27|Remove obsoleted port. Use www/rubygem-jwt instead www/rubygem-webrick17|www/rubygem-webrick|2023-05-27|Remove obsoleted port. Use www/rubygem-webrick instead +textproc/rtf2html||2023-05-28|Has expired: Abandonware, please use something modern like markdown diff --git a/textproc/Makefile b/textproc/Makefile index cad4f81b65c8..4413e0bb57d4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1656,7 +1656,6 @@ SUBDIR += ro-hunspell SUBDIR += ro-hyphen SUBDIR += ro-mythes - SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += ruby-escape SUBDIR += ruby-format diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile deleted file mode 100644 index c06257ebcc90..000000000000 --- a/textproc/rtf2html/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= rtf2html -DISTVERSION= 1.1b -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= LOCAL/ehaupt - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Simple rtf2html converter - -DEPRECATED= Abandonware, please use something modern like markdown -EXPIRATION_DATE=2023-05-25 - -LICENSE= BSD2CLAUSE - -CONFLICTS_INSTALL= p5-RTF-Parser - -PLIST_FILES= bin/rtf2html - -WRKSRC= ${WRKDIR}/${PORTNAME} - -do-build: - ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/textproc/rtf2html/distinfo b/textproc/rtf2html/distinfo deleted file mode 100644 index acfaaae5ba35..000000000000 --- a/textproc/rtf2html/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rtf2html-1.1b.tar.gz) = 95e0dc3c6da3031dff5e1d628607fe3d0621adf3b1df1a6fa8cf593df85cc56a -SIZE (rtf2html-1.1b.tar.gz) = 5548 diff --git a/textproc/rtf2html/pkg-descr b/textproc/rtf2html/pkg-descr deleted file mode 100644 index 3879450940e0..000000000000 --- a/textproc/rtf2html/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A simple rtf2html converter. If no file is specified rtf2html reads from -standard input.