Name : new
| |
Version : 1.3.7
| Vendor : (none)
|
Release : 2
| Date : 2006-02-17 22:37:10
|
Group : Development/Tools
| Source RPM : new-1.3.7-2.src.rpm
|
Size : 0.19 MB
| |
Packager : (none)
| |
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, new 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 // All rights reserved. new 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 new also creates a shared library, libnewtemplate, which allows the programmer access to new\'s functionality.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/extras/5/x86_64 |