git: c17470849f21 - main - devel/tradcpp: Add WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 09:57:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c17470849f215e57366d8884323fe8f96923f6f0 commit c17470849f215e57366d8884323fe8f96923f6f0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-03-14 09:38:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-03-14 09:54:02 +0000 devel/tradcpp: Add WWW - Update MASTER_SITES - Update pkg-descr --- devel/tradcpp/Makefile | 7 ++++--- devel/tradcpp/pkg-descr | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/devel/tradcpp/Makefile b/devel/tradcpp/Makefile index cea21d081043..2b3c1e4fcfd4 100644 --- a/devel/tradcpp/Makefile +++ b/devel/tradcpp/Makefile @@ -1,17 +1,18 @@ PORTNAME= tradcpp PORTVERSION= 0.5.3 CATEGORIES= devel -MASTER_SITES= https://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ \ - LOCAL/sunpoet +MASTER_SITES= https://cdn.NetBSD.org/pub/NetBSD/misc/dholland/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traditional (K&R-style) C preprocessor +WWW= https://www.NetBSD.org/~dholland/tradcpp/ LICENSE= BSD2CLAUSE USES= uidfix -MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/share/man/man +MAKE_ARGS= BINDIR=${PREFIX}/bin \ + MANDIR=${PREFIX}/share/man/man PLIST_FILES= bin/tradcpp \ share/man/man1/tradcpp.1.gz diff --git a/devel/tradcpp/pkg-descr b/devel/tradcpp/pkg-descr index 4fa91b4b0029..8d1e656b26a6 100644 --- a/devel/tradcpp/pkg-descr +++ b/devel/tradcpp/pkg-descr @@ -1,4 +1,4 @@ -tradcpp is a traditional (K&R-style) preprocessor. - -It has the particular property that it doesn't (for the most part) trash -whitespace, so it can be used on makefiles. +tradcpp is a K&R-style ("traditional") C preprocessor. It was written to support +historical uses of the C preprocessor for preprocessing things that aren't C, as +the preprocessors that ship with C compilers are increasingly unsuitable for +this task and/or don't provide a traditional mode at all.