SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/cpphs/pkg/DESCR
Normal file
7
devel/cpphs/pkg/DESCR
Normal 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
3
devel/cpphs/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@pkgpath devel/${MODCABAL_STEM}
|
||||
@bin bin/${MODCABAL_STEM}
|
||||
@man man/man1/${MODCABAL_STEM}.1
|
Loading…
Add table
Add a link
Reference in a new issue