1
0
forked from ports/contrib

gpp: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:50 +02:00
parent 1858ad9f3d
commit 02e69fe900
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gpp
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/gpp.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wkH0i2gTPgcLl6BCVRcY7JYgMMsXlUPmFZnRYN2PCw4SOQQNNivyrhibpTD3KFbpba4A75a10NtOFc8in/PVAc=
SHA256 (Pkgfile) = 171d8dc6557a86b34434e10658fabfaa17d34e648f0d2c4a1d69b8214470f1d8
SHA256 (.footprint) = 69716b437868cca3cb77f873e1e69d4bfcd2b402b60c46c30d2f9fa8270316c5
SHA256 (gpp-2.27.tar.bz2) = 49eb99d22af991e7f4efe2b21baa1196e9ab98c05b4b7ed56524a612c47b8fd3

View File

@ -1,19 +0,0 @@
# Description: A general-purpose preprocessor with customizable syntax.
# URL: http://en.nothingisreal.com/wiki/GPP
# Maintainer: unmaintained
name=gpp
version=2.27
release=1
source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}