SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

7
devel/cpphs/pkg/DESCR Normal file
View file

@ -0,0 +1,7 @@
Cpphs is a re-implementation of the C pre-processor that is both
more compatible with Haskell, and itself written in Haskell so that
it can be distributed with compilers.
This version of the C pre-processor is pretty-much feature-complete
and compatible with traditional (K&R) pre-processors. Additional
features include: a plain-text mode; an option to unlit literate
code files; and an option to turn off macro-expansion.

3
devel/cpphs/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@pkgpath devel/${MODCABAL_STEM}
@bin bin/${MODCABAL_STEM}
@man man/man1/${MODCABAL_STEM}.1