1
0
forked from ports/contrib

pptp: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:31:09 +00:00
parent 73c1a332da
commit 6e5718eefb
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ppp/
-rw-r--r-- root/root etc/ppp/options.pptp
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-r-xr-xr-x root/root usr/sbin/pptp
-r-xr-xr-x root/root usr/sbin/pptpsetup
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/pptp.8.gz
-rw-r--r-- root/root usr/share/man/man8/pptpsetup.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3++a+FzD9Vy7L9ZmCaw4iDVW7FKtRef5G+Uw11nJsBt6ahVmMxsUri3AM/Xbo7U/WIUARLgm4bs4007NcG7j3wQ=
SHA256 (Pkgfile) = ffd6f567222faa2f9ba745de54f294c58abd0190c698987b4c4d33aee4488047
SHA256 (.footprint) = 12c8e43f8b192f5d7060a00787fc55767711aa0ecf9b3eb4cf4776df7b871dfd
SHA256 (pptp-1.10.0.tar.gz) = 82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4

View File

@ -1,16 +0,0 @@
# Description: client for the proprietary Microsoft Point-to-Point Tunneling Protocol
# URL: http://pptpclient.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ppp
name=pptp
version=1.10.0
release=1
source=(http://download.sourceforge.net/pptpclient/$name-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}