mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
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>
|