summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-04 08:45:08 +0000
committerTim Biermann <tbier@posteo.de>2021-03-04 08:45:08 +0000
commit39baa823ff400cb0f118d21410249ad81fe68d70 (patch)
tree38b3b04ab5c67084a18a1d7dd6904da9288706e7
parentb1aadb5d1ea03b7b27de6a7d553d8371a5c2faf8 (diff)
downloadcontrib-39baa823ff400cb0f118d21410249ad81fe68d70.tar.gz
contrib-39baa823ff400cb0f118d21410249ad81fe68d70.tar.xz
libgeoip: deleted unmaintained port
-rw-r--r--libgeoip/.footprint20
-rw-r--r--libgeoip/.signature5
-rw-r--r--libgeoip/Pkgfile18
3 files changed, 0 insertions, 43 deletions
diff --git a/libgeoip/.footprint b/libgeoip/.footprint
deleted file mode 100644
index 5ccd1504b..000000000
--- a/libgeoip/.footprint
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/geoiplookup
--rwxr-xr-x root/root usr/bin/geoiplookup6
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/GeoIP.h
--rw-r--r-- root/root usr/include/GeoIPCity.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libGeoIP.a
--rwxr-xr-x root/root usr/lib/libGeoIP.la
-lrwxrwxrwx root/root usr/lib/libGeoIP.so -> libGeoIP.so.1.6.12
-lrwxrwxrwx root/root usr/lib/libGeoIP.so.1 -> libGeoIP.so.1.6.12
--rwxr-xr-x root/root usr/lib/libGeoIP.so.1.6.12
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/geoip.pc
-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/geoiplookup.1.gz
--rw-r--r-- root/root usr/share/man/man1/geoiplookup6.1.gz
diff --git a/libgeoip/.signature b/libgeoip/.signature
deleted file mode 100644
index 8ea23610e..000000000
--- a/libgeoip/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wveiBI13374no4HtL+gSsbSRdf2wRZ4JiavecxkXpfSju6Btevztu+IyxRqqjYG/HcUfSUh7H38IWjj8VBa2Ak=
-SHA256 (Pkgfile) = 91e63cba138f37ee4909d2d105932e2e2461c08c51b907e6e0e5c1c5ebb2d543
-SHA256 (.footprint) = 2df451cca5eedf3ef3d9f19221cc1344f605a6a5937987fb2e21485465ba963a
-SHA256 (libgeoip-v1.6.12.tar.gz) = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476
diff --git a/libgeoip/Pkgfile b/libgeoip/Pkgfile
deleted file mode 100644
index d2868787c..000000000
--- a/libgeoip/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: GeoIP Legacy C Library
-# URL: https://github.com/maxmind/geoip-api-c
-# Maintainer: Thomas Penteker, tek at serverop dot de
-
-name=libgeoip
-version=1.6.12
-release=1
-source=(https://github.com/maxmind/geoip-api-c/archive/v$version/$name-v$version.tar.gz)
-
-build() {
- cd geoip-api-c-$version
-
- autoreconf -i
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}

Generated by cgit