summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/help2man/.footprint7
-rw-r--r--manualPorts/help2man/.md5sum1
-rw-r--r--manualPorts/help2man/.signature5
-rw-r--r--manualPorts/help2man/Pkgfile24
-rwxr-xr-xmanualPorts/help2man/lastVersion.sh8
5 files changed, 0 insertions, 45 deletions
diff --git a/manualPorts/help2man/.footprint b/manualPorts/help2man/.footprint
deleted file mode 100644
index cf6c445..0000000
--- a/manualPorts/help2man/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/help2man
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/help2man.1.gz
diff --git a/manualPorts/help2man/.md5sum b/manualPorts/help2man/.md5sum
deleted file mode 100644
index 1df37a4..0000000
--- a/manualPorts/help2man/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-0bd1ab2f94990fc8d31e0f1d0d2f2d56 help2man-1.47.17.tar.xz
diff --git a/manualPorts/help2man/.signature b/manualPorts/help2man/.signature
deleted file mode 100644
index b96c354..0000000
--- a/manualPorts/help2man/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGrzGGjm5/hQcZ7B5wzwBg2NoRmcryq8uOaLr5ZJ3m+BgS06yn1pWqSqtRIcH3tDnsoeF3lmzKBrW3trAMK8f9wI=
-SHA256 (Pkgfile) = f0ca557f7d0733f085c4b0b4f06dcb3a6b2bfb858e8ff16fd33b1936751bcfee
-SHA256 (.footprint) = 585d03bdc485a21542c98d881b65944631b7a8c157de8bc0b6d05bac960eec4d
-SHA256 (help2man-1.47.17.tar.xz) = da3a35c50b1e1f8c8fa322d69fa47c9011ce443a8fb8d1d671b1f01b8b0008eb
diff --git a/manualPorts/help2man/Pkgfile b/manualPorts/help2man/Pkgfile
deleted file mode 100644
index 68fc558..0000000
--- a/manualPorts/help2man/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: A tool for automatically generating simple manual pages from program output.
-# URL: http://www.gnu.org/software/help2man/
-# Maintainer: Erich Eckner, crux at eckner dot net
-# Contributor: Danny Rawlins, crux at romster dot me
-# Packager: Younes Hafri, ycrux at club-internet dot fr
-
-name=help2man
-version=1.47.17
-release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
-
-build() {
- cd $name-$version
-
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --disable-nls
-
- make
- make DESTDIR=$PKG install
-
- rm -rf $PKG/usr/share/info
-}
diff --git a/manualPorts/help2man/lastVersion.sh b/manualPorts/help2man/lastVersion.sh
deleted file mode 100755
index 262611e..0000000
--- a/manualPorts/help2man/lastVersion.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-curl "http://ftp.gnu.org/gnu/help2man/" 2> /dev/null | \
- tr "<>" "\n\n" | \
- grep "^help2man-[0-9.]\+\.tar\.xz\$" | \
- sed "s/^help2man-\([0-9.]\+\)\.tar\.xz\$/\1/" | \
- sort -V | \
- tail -n1