Date: Mon, 01 Dec 2025 11:29:28 +0000 From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe8e9525b7b3 - main - lang/typescript: Remove expired port Message-ID: <692d7c18.3fb5d.3c8c842b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe8e9525b7b35056df29c3f586521de6634dca3d commit fe8e9525b7b35056df29c3f586521de6634dca3d Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-12-01 11:29:16 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-12-01 11:29:16 +0000 lang/typescript: Remove expired port 2025-11-30 lang/typescript: New port was added without port maintainer, submitter not interested in taking it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 and contact mandree@ if you are willing to maintain typescript and have a track record that lets you appear suitable for maintaining a high-profile port. --- MOVED | 1 + lang/Makefile | 1 - lang/typescript/Makefile | 39 -------------- lang/typescript/distinfo | 3 -- lang/typescript/pkg-descr | 4 -- lang/typescript/pkg-plist | 127 ---------------------------------------------- 6 files changed, 1 insertion(+), 174 deletions(-) diff --git a/MOVED b/MOVED index 3e2189028cd4..77ce22fb3979 100644 --- a/MOVED +++ b/MOVED @@ -4874,3 +4874,4 @@ comms/gtkmmorse||2025-11-26|Has expired: Depends on expired devel/gconfmm26 devel/gconfmm26||2025-11-26|Has expired: Gconf has been replaced with gsettings print/xreader|graphics/xreader|2025-11-27|Use proper category based on repocopy from graphics/atril audio/decibels||2025-12-01|Has expired: Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 +lang/typescript||2025-12-01|Has expired: New port was added without port maintainer, submitter not interested in taking it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 and contact mandree@ if you are willing to maintain typescript and have a track record that lets you appear suitable for maintaining a high-profile port diff --git a/lang/Makefile b/lang/Makefile index 7edd3bb3c34a..a70574014ef1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -387,7 +387,6 @@ SUBDIR += tolua++ SUBDIR += trealla-prolog SUBDIR += tuareg-mode.el - SUBDIR += typescript SUBDIR += typescript-go SUBDIR += typstfmt SUBDIR += typstyle diff --git a/lang/typescript/Makefile b/lang/typescript/Makefile deleted file mode 100644 index 8a5804571c3c..000000000000 --- a/lang/typescript/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= typescript -DISTVERSION= 5.9.3 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= https://github.com/microsoft/TypeScript/releases/download/v${DISTVERSION}/ \ - https://registry.npmjs.org/${PORTNAME}/-/ - -MAINTAINER= mandree@FreeBSD.org -COMMENT= Superset of JavaScript that compiles to JavaScript output -WWW= https://www.typescriptlang.org/ - -LICENSE= APACHE20 - -DEPRECATED= New port was added without port maintainer, submitter not interested in taking it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 and contact mandree@ if you are willing to maintain typescript and have a track record that lets you appear suitable for maintaining a high-profile port. -EXPIRATION_DATE=2025-11-30 - -USES= nodejs:run tar:tgz - -NO_ARCH= yes -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/package - -post-patch: - @cd ${WRKSRC}/bin && for f in *; do \ - ${REINPLACE_CMD} -e 's|../lib|${LOCALBASE}/lib/node_modules/${PORTNAME}|g' "$$f"; \ - done - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/${PORTNAME} - cd ${WRKSRC}/bin && for f in *; do \ - case "$${f}" in *.bak) ;; *) \ - ${INSTALL_SCRIPT} "${WRKSRC}/bin/$$f" ${STAGEDIR}${PREFIX}/bin ; \ - esac ; \ - done - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${PREFIX}/lib/node_modules/${PORTNAME} - -.include <bsd.port.mk> diff --git a/lang/typescript/distinfo b/lang/typescript/distinfo deleted file mode 100644 index 191f1cf984a0..000000000000 --- a/lang/typescript/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1759274614 -SHA256 (typescript-5.9.3.tgz) = 10e108c9cf7d5f2879053dff18515fb405abf2ccef63eaaf017d9c571687a1d3 -SIZE (typescript-5.9.3.tgz) = 4377468 diff --git a/lang/typescript/pkg-descr b/lang/typescript/pkg-descr deleted file mode 100644 index 9150fa8768ef..000000000000 --- a/lang/typescript/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -TypeScript is a language for application-scale JavaScript. TypeScript -adds optional types to JavaScript that support tools for large-scale -JavaScript applications for any browser, for any host, on any OS. -TypeScript compiles to readable, standards-based JavaScript. diff --git a/lang/typescript/pkg-plist b/lang/typescript/pkg-plist deleted file mode 100644 index 482e17096999..000000000000 --- a/lang/typescript/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/tsc -bin/tsserver -lib/node_modules/typescript/_tsc.js -lib/node_modules/typescript/_tsserver.js -lib/node_modules/typescript/_typingsInstaller.js -lib/node_modules/typescript/cs/diagnosticMessages.generated.json -lib/node_modules/typescript/de/diagnosticMessages.generated.json -lib/node_modules/typescript/es/diagnosticMessages.generated.json -lib/node_modules/typescript/fr/diagnosticMessages.generated.json -lib/node_modules/typescript/it/diagnosticMessages.generated.json -lib/node_modules/typescript/ja/diagnosticMessages.generated.json -lib/node_modules/typescript/ko/diagnosticMessages.generated.json -lib/node_modules/typescript/lib.d.ts -lib/node_modules/typescript/lib.decorators.d.ts -lib/node_modules/typescript/lib.decorators.legacy.d.ts -lib/node_modules/typescript/lib.dom.asynciterable.d.ts -lib/node_modules/typescript/lib.dom.d.ts -lib/node_modules/typescript/lib.dom.iterable.d.ts -lib/node_modules/typescript/lib.es2015.collection.d.ts -lib/node_modules/typescript/lib.es2015.core.d.ts -lib/node_modules/typescript/lib.es2015.d.ts -lib/node_modules/typescript/lib.es2015.generator.d.ts -lib/node_modules/typescript/lib.es2015.iterable.d.ts -lib/node_modules/typescript/lib.es2015.promise.d.ts -lib/node_modules/typescript/lib.es2015.proxy.d.ts -lib/node_modules/typescript/lib.es2015.reflect.d.ts -lib/node_modules/typescript/lib.es2015.symbol.d.ts -lib/node_modules/typescript/lib.es2015.symbol.wellknown.d.ts -lib/node_modules/typescript/lib.es2016.array.include.d.ts -lib/node_modules/typescript/lib.es2016.d.ts -lib/node_modules/typescript/lib.es2016.full.d.ts -lib/node_modules/typescript/lib.es2016.intl.d.ts -lib/node_modules/typescript/lib.es2017.arraybuffer.d.ts -lib/node_modules/typescript/lib.es2017.d.ts -lib/node_modules/typescript/lib.es2017.date.d.ts -lib/node_modules/typescript/lib.es2017.full.d.ts -lib/node_modules/typescript/lib.es2017.intl.d.ts -lib/node_modules/typescript/lib.es2017.object.d.ts -lib/node_modules/typescript/lib.es2017.sharedmemory.d.ts -lib/node_modules/typescript/lib.es2017.string.d.ts -lib/node_modules/typescript/lib.es2017.typedarrays.d.ts -lib/node_modules/typescript/lib.es2018.asyncgenerator.d.ts -lib/node_modules/typescript/lib.es2018.asynciterable.d.ts -lib/node_modules/typescript/lib.es2018.d.ts -lib/node_modules/typescript/lib.es2018.full.d.ts -lib/node_modules/typescript/lib.es2018.intl.d.ts -lib/node_modules/typescript/lib.es2018.promise.d.ts -lib/node_modules/typescript/lib.es2018.regexp.d.ts -lib/node_modules/typescript/lib.es2019.array.d.ts -lib/node_modules/typescript/lib.es2019.d.ts -lib/node_modules/typescript/lib.es2019.full.d.ts -lib/node_modules/typescript/lib.es2019.intl.d.ts -lib/node_modules/typescript/lib.es2019.object.d.ts -lib/node_modules/typescript/lib.es2019.string.d.ts -lib/node_modules/typescript/lib.es2019.symbol.d.ts -lib/node_modules/typescript/lib.es2020.bigint.d.ts -lib/node_modules/typescript/lib.es2020.d.ts -lib/node_modules/typescript/lib.es2020.date.d.ts -lib/node_modules/typescript/lib.es2020.full.d.ts -lib/node_modules/typescript/lib.es2020.intl.d.ts -lib/node_modules/typescript/lib.es2020.number.d.ts -lib/node_modules/typescript/lib.es2020.promise.d.ts -lib/node_modules/typescript/lib.es2020.sharedmemory.d.ts -lib/node_modules/typescript/lib.es2020.string.d.ts -lib/node_modules/typescript/lib.es2020.symbol.wellknown.d.ts -lib/node_modules/typescript/lib.es2021.d.ts -lib/node_modules/typescript/lib.es2021.full.d.ts -lib/node_modules/typescript/lib.es2021.intl.d.ts -lib/node_modules/typescript/lib.es2021.promise.d.ts -lib/node_modules/typescript/lib.es2021.string.d.ts -lib/node_modules/typescript/lib.es2021.weakref.d.ts -lib/node_modules/typescript/lib.es2022.array.d.ts -lib/node_modules/typescript/lib.es2022.d.ts -lib/node_modules/typescript/lib.es2022.error.d.ts -lib/node_modules/typescript/lib.es2022.full.d.ts -lib/node_modules/typescript/lib.es2022.intl.d.ts -lib/node_modules/typescript/lib.es2022.object.d.ts -lib/node_modules/typescript/lib.es2022.regexp.d.ts -lib/node_modules/typescript/lib.es2022.string.d.ts -lib/node_modules/typescript/lib.es2023.array.d.ts -lib/node_modules/typescript/lib.es2023.collection.d.ts -lib/node_modules/typescript/lib.es2023.d.ts -lib/node_modules/typescript/lib.es2023.full.d.ts -lib/node_modules/typescript/lib.es2023.intl.d.ts -lib/node_modules/typescript/lib.es2024.arraybuffer.d.ts -lib/node_modules/typescript/lib.es2024.collection.d.ts -lib/node_modules/typescript/lib.es2024.d.ts -lib/node_modules/typescript/lib.es2024.full.d.ts -lib/node_modules/typescript/lib.es2024.object.d.ts -lib/node_modules/typescript/lib.es2024.promise.d.ts -lib/node_modules/typescript/lib.es2024.regexp.d.ts -lib/node_modules/typescript/lib.es2024.sharedmemory.d.ts -lib/node_modules/typescript/lib.es2024.string.d.ts -lib/node_modules/typescript/lib.es5.d.ts -lib/node_modules/typescript/lib.es6.d.ts -lib/node_modules/typescript/lib.esnext.array.d.ts -lib/node_modules/typescript/lib.esnext.collection.d.ts -lib/node_modules/typescript/lib.esnext.d.ts -lib/node_modules/typescript/lib.esnext.decorators.d.ts -lib/node_modules/typescript/lib.esnext.disposable.d.ts -lib/node_modules/typescript/lib.esnext.error.d.ts -lib/node_modules/typescript/lib.esnext.float16.d.ts -lib/node_modules/typescript/lib.esnext.full.d.ts -lib/node_modules/typescript/lib.esnext.intl.d.ts -lib/node_modules/typescript/lib.esnext.iterator.d.ts -lib/node_modules/typescript/lib.esnext.promise.d.ts -lib/node_modules/typescript/lib.esnext.sharedmemory.d.ts -lib/node_modules/typescript/lib.scripthost.d.ts -lib/node_modules/typescript/lib.webworker.asynciterable.d.ts -lib/node_modules/typescript/lib.webworker.d.ts -lib/node_modules/typescript/lib.webworker.importscripts.d.ts -lib/node_modules/typescript/lib.webworker.iterable.d.ts -lib/node_modules/typescript/pl/diagnosticMessages.generated.json -lib/node_modules/typescript/pt-br/diagnosticMessages.generated.json -lib/node_modules/typescript/ru/diagnosticMessages.generated.json -lib/node_modules/typescript/tr/diagnosticMessages.generated.json -lib/node_modules/typescript/tsc.js -lib/node_modules/typescript/tsserver.js -lib/node_modules/typescript/tsserverlibrary.d.ts -lib/node_modules/typescript/tsserverlibrary.js -lib/node_modules/typescript/typesMap.json -lib/node_modules/typescript/typescript.d.ts -lib/node_modules/typescript/typescript.js -lib/node_modules/typescript/typingsInstaller.js -lib/node_modules/typescript/watchGuard.js -lib/node_modules/typescript/zh-cn/diagnosticMessages.generated.json -lib/node_modules/typescript/zh-tw/diagnosticMessages.generated.jsonhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692d7c18.3fb5d.3c8c842b>
