mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ffbb44191b
for C, C++,Makefiles, etc. PR: 12261 Submitted by: Oh Junseon <hollywar@mail.holywar.net>
21 lines
601 B
Plaintext
21 lines
601 B
Plaintext
templ
|
|
-----
|
|
|
|
templ is a source code templates generator utility.
|
|
supported type list :
|
|
|
|
[ c : C ]
|
|
[ cc : C++ ]
|
|
[ css : Cascading Style Sheet ]
|
|
[ html : HTML ]
|
|
[ makefile : Makefile ]
|
|
[ pl : Perl ]
|
|
[ pmakefile : BSD Port Makefile ]
|
|
[ py : Python ]
|
|
[ sh : Shell Script ]
|
|
[ sgml : SGML ]
|
|
[ txt : Text File ]
|
|
|
|
--
|
|
Made by Oh Junseon <hollywar@mail.holywar.net>
|