git: 96f99a338f14 - main - textproc/add-css-links: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 11:37:09 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=96f99a338f140f25a21d66afdd6771e5ca706c51
commit 96f99a338f140f25a21d66afdd6771e5ca706c51
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:37:02 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:37:02 +0000
textproc/add-css-links: Remove expired port
2025-04-30 textproc/add-css-links: Obsolete and unmaintained in tree for years
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/add-css-links/Makefile | 23 -----------------------
textproc/add-css-links/distinfo | 2 --
textproc/add-css-links/pkg-descr | 1 -
5 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/MOVED b/MOVED
index 4fe75325ac80..a33abbb86065 100644
--- a/MOVED
+++ b/MOVED
@@ -4372,3 +4372,4 @@ textproc/bsddiff||2025-05-04|Has expired: Obsolete, newer version imported into
textproc/aft||2025-05-04|Has expired: Obscure markup language and unmaintained in tree for years
textproc/resume-extensions||2025-05-04|Has expired: Depends on deprecated port textproc/resume
textproc/resume||2025-05-04|Has expired: Obsolete XML and XSL based system that targets résumés and curricu vitae
+textproc/add-css-links||2025-05-04|Has expired: Obsolete and unmaintained in tree for years
diff --git a/textproc/Makefile b/textproc/Makefile
index 572085c95e75..4fade7f0dab9 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -41,7 +41,6 @@
SUBDIR += R-cran-xtable
SUBDIR += R-cran-yaml
SUBDIR += UCD
- SUBDIR += add-css-links
SUBDIR += addts
SUBDIR += adoc-mode.el
SUBDIR += af-aspell
diff --git a/textproc/add-css-links/Makefile b/textproc/add-css-links/Makefile
deleted file mode 100644
index 96b381fe656a..000000000000
--- a/textproc/add-css-links/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= add-css-links
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= http://aaronland.info/xsl/xhtml/add-css-links/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Add one or more CSS <link> elements to an XHTML document
-WWW= https://aaronland.info/xsl/xhtml/add-css-links
-
-DEPRECATED= Obsolete and unmaintained in tree for years
-EXPIRATION_DATE=2025-04-30
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/xhtml
-
-PLIST_FILES= share/xsl/xhtml/add-css-links.xsl
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/xhtml
- ${CP} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/xhtml/
-
-.include <bsd.port.mk>
diff --git a/textproc/add-css-links/distinfo b/textproc/add-css-links/distinfo
deleted file mode 100644
index 3ab3c02a08a1..000000000000
--- a/textproc/add-css-links/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (add-css-links-1.0.tar.gz) = 847d5b7ca3ae0cae28483cdaf02b163662bf69a9d58913bc01dd5fbd5b6bc35c
-SIZE (add-css-links-1.0.tar.gz) = 1123
diff --git a/textproc/add-css-links/pkg-descr b/textproc/add-css-links/pkg-descr
deleted file mode 100644
index 72ae69ecd6f2..000000000000
--- a/textproc/add-css-links/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Add one or more CSS <link> elements to an XHTML document.