mandoc new package
This commit is contained in:
+43
-37
@@ -355254,6 +355254,49 @@ contacts, tasks, and calendar information.</Summary>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>mandoc</Name>
|
||||
<Homepage>https://mandoc.bsd.lv/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>ISC</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary xml:lang="en">A suite of tools for compiling mdoc and man</Summary>
|
||||
<Summary xml:lang="tr">A suite of tools for compiling mdoc and man</Summary>
|
||||
<Description xml:lang="en">mdoc ve man'ı derlemek için bir araç paketi</Description>
|
||||
<Description xml:lang="tr">mdoc ve man'ı derlemek için bir araç paketi</Description>
|
||||
<Archive type="targz" sha1sum="4033a504b005e43a0642e195c1ef49609c65f1c4" name="mandoc-1.14.6.tar.gz">https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/misc/mandoc/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>mandoc</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-03-12</Date>
|
||||
<Version>1.14.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>termcap</Name>
|
||||
@@ -398598,43 +398641,6 @@ from a wide variety of machine architectures.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<Package>
|
||||
<Name>python3-pefile</Name>
|
||||
<Summary xml:lang="en">Python PE parsing module</Summary>
|
||||
<Summary xml:lang="tr">Python PE parsing module</Summary>
|
||||
<Description xml:lang="en">Python PE parsing module</Description>
|
||||
<Description xml:lang="tr">Python PE parsing module</Description>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>unknown</PartOf>
|
||||
<License>MIT</License>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-03-12</Date>
|
||||
<Version>2022.5.30</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
<BuildHost>localhost</BuildHost>
|
||||
<Distribution>PisiLinux</Distribution>
|
||||
<DistributionRelease>2.0</DistributionRelease>
|
||||
<Architecture>x86_64</Architecture>
|
||||
<InstalledSize>319885</InstalledSize>
|
||||
<PackageSize>60036</PackageSize>
|
||||
<PackageHash>93a518bbd67801ff7d85fbd758ad42ea6d3ea9a7</PackageHash>
|
||||
<InstallTarHash>da39a3ee5e6b4b0d3255bfef95601890afd80709</InstallTarHash>
|
||||
<PackageURI>programming/language/python3/python3-pefile/python3-pefile-2022.5.30-1-p2-x86_64.pisi</PackageURI>
|
||||
<PackageFormat>1.2</PackageFormat>
|
||||
<Source>
|
||||
<Name>python3-pefile</Name>
|
||||
<Homepage>https://github.com/erocarrera/pefile</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
</Source>
|
||||
</Package>
|
||||
<Component>
|
||||
<Name>system</Name>
|
||||
<LocalName xml:lang="en">FIXME</LocalName>
|
||||
|
||||
@@ -1 +1 @@
|
||||
75b37908fce774e7066591ac5fcebd601f098584
|
||||
362ecaa6dbe40ec411b671196ae35b7cc84a17c9
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
e8d3836a23d023cbfc227d6b7af2c2bd94f8c0d4
|
||||
ace25992734d4e791075c0b015b12e4ea917d063
|
||||
@@ -0,0 +1,33 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.dosed('configure', '"/usr/local"', '"/usr"')
|
||||
pisitools.dosed('configure', '"${PREFIX}/man"', '"${PREFIX}/share/man"')
|
||||
autotools.configure("MANDIR=/usr/share/man")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s MANDIR=/usr/share/man" % get.installDIR())
|
||||
|
||||
# man-db
|
||||
pisitools.remove("/usr/bin/soelim")
|
||||
pisitools.remove("/usr/bin/apropos")
|
||||
pisitools.remove("/usr/bin/whatis")
|
||||
pisitools.remove("/usr/bin/man")
|
||||
|
||||
pisitools.remove("/usr/share/man/man1/man.1")
|
||||
pisitools.remove("/usr/share/man/man1/whatis.1")
|
||||
pisitools.remove("/usr/share/man/man7/man.7")
|
||||
pisitools.remove("/usr/share/man/man1/apropos.1")
|
||||
|
||||
pisitools.dodoc("LICENSE", "TODO", "NEWS")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mandoc</Name>
|
||||
<Homepage>https://mandoc.bsd.lv/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>ISC</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A suite of tools for compiling mdoc and man</Summary>
|
||||
<Description>mdoc ve man'ı derlemek için bir araç paketi</Description>
|
||||
<Archive sha1sum="4033a504b005e43a0642e195c1ef49609c65f1c4" type="targz">https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>mandoc.patch</Patch>
|
||||
<Patch level="1">mandoc.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mandoc</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-03-12</Date>
|
||||
<Version>1.14.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mandoc</Name>
|
||||
<Summary xml:lang="tr">A suite of tools for compiling mdoc and man</Summary>
|
||||
<Description xml:lang="tr">mdoc ve man'ı derlemek için bir araç paketi</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user