Name : fmt-ptrn
| |
Version : 1.3.17
| Vendor : Fedora Project
|
Release : 1.fc9
| Date : 2008-04-02 09:42:44
|
Group : Development/Tools
| Source RPM : fmt-ptrn-1.3.17-1.fc9.src.rpm
|
Size : 0.14 MB
| |
Packager : Fedora Project
| |
Summary : A simple template system
|
Description :
New is a template system, especially useful in conjunction with a simple text editor such as vi. The user maintains templates which may contain format strings. At run time, nf replaces the format strings in a template with appropriate values to create a new file.
For example, given the following template:
// FILE: %(FILE) // AUTHOR: %(FULLNAME) // DATE: %(DATE)
// Copyright (C) 1999 %(FULLNAME) %(EMAIL) // All rights reserved. nf will create:
// FILE: foo.cpp // AUTHOR: W. Michael Petullo // DATE: 11 September 1999
// Copyright (C) 1999 W. Michael Petullo newAATTflyn.org // All rights reserved. on my computer.
The program understands plaintext or gziped template files.
Building fmt-ptrn also creates a shared library, libnewtemplate, which allows the programmer access to nf\'s functionality.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/9/Everything/x86_64.newkey/os/Packages |