blob: c8f300c68e19c9a50ad59f3ef32fd452f6029f92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>php-bugs@gentoo.org</email>
<name>PHP</name>
</maintainer>
<maintainer type="person">
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
<longdescription lang="en">
Smarty is a template engine for PHP, facilitating the separation
of presentation (HTML/CSS) from application logic. This implies
that PHP code is application logic, and is separated from the
presentation.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:smarty:smarty</remote-id>
</upstream>
<stabilize-allarches />
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|