diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-04-01 11:48:13 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-04-01 11:48:13 +0000 |
| commit | ed401bdcec1fcfbe8a6f03aa53662c4aeb6e3ab3 (patch) | |
| tree | 73444d3b630ea93933eb6605aeae5480d4e9035b | |
| parent | 0ed793b7cc90340115a74c8097aeedf6e68a373a (diff) | |
devel/libght: Remove expired port
2024-03-31 devel/libght: Depends on expired devel/liblas
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/libght/Makefile | 28 | ||||
| -rw-r--r-- | devel/libght/distinfo | 3 | ||||
| -rw-r--r-- | devel/libght/files/patch-CMakeLists.txt | 10 | ||||
| -rw-r--r-- | devel/libght/files/patch-src_ght__hash.c | 10 | ||||
| -rw-r--r-- | devel/libght/pkg-descr | 20 | ||||
| -rw-r--r-- | devel/libght/pkg-plist | 5 |
8 files changed, 1 insertions, 77 deletions
@@ -3125,3 +3125,4 @@ devel/py-mox3||2024-04-01|Has expired: Upstream no longer active and repository net-p2p/py-vertex||2024-04-01|Has expired: Abandoned project since 7 years back textproc/py-html2text2018|textproc/py-html2text|2024-04-01|Has expired: Old version without consumers left, use updated textproc/py-html2text instead irc/evangeline||2024-04-01|Has expired: Abandonware, upstream is gone +devel/libght||2024-04-01|Has expired: Depends on expired devel/liblas diff --git a/devel/Makefile b/devel/Makefile index 1209c407e1f9..d9ca15ee5002 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1268,7 +1268,6 @@ SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline - SUBDIR += libght SUBDIR += libgit2 SUBDIR += libgit2-glib SUBDIR += libglade2 diff --git a/devel/libght/Makefile b/devel/libght/Makefile deleted file mode 100644 index 5a2c3d3dc215..000000000000 --- a/devel/libght/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= libght -PORTVERSION= 0.1.0 -PORTREVISION= 10 -DISTVERSIONPREFIX= v -CATEGORIES= devel geography - -MAINTAINER= lbartoletti@FreeBSD.org -COMMENT= GeoHashTree library for storing and accessing multi-dimensional point clouds -WWW= https://github.com/pramsey/libght - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -DEPRECATED= Depends on expired devel/liblas -EXPIRATION_DATE=2024-03-31 - -LIB_DEPENDS= libproj.so:graphics/proj \ - liblas.so:devel/liblas \ - libcunit.so:devel/cunit - -USES= cmake gnome -USE_GNOME= libxml2 -USE_LDCONFIG= yes - -USE_GITHUB= yes -GH_ACCOUNT= pramsey - -.include <bsd.port.mk> diff --git a/devel/libght/distinfo b/devel/libght/distinfo deleted file mode 100644 index 1c59821ff2ae..000000000000 --- a/devel/libght/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1502917817 -SHA256 (pramsey-libght-v0.1.0_GH0.tar.gz) = 3af40719bcb59785a2927ff95524ef9c961304c3b6522172036b66a1991164db -SIZE (pramsey-libght-v0.1.0_GH0.tar.gz) = 57017 diff --git a/devel/libght/files/patch-CMakeLists.txt b/devel/libght/files/patch-CMakeLists.txt deleted file mode 100644 index 882456ef10b7..000000000000 --- a/devel/libght/files/patch-CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- CMakeLists.txt.orig 2013-07-11 17:41:23 UTC -+++ CMakeLists.txt -@@ -53,6 +53,7 @@ find_package (LibXml2 REQUIRED) - mark_as_advanced (CLEAR LIBXML2_INCLUDE_DIR) - mark_as_advanced (CLEAR LIBXML2_LIBRARIES) - include_directories (${LIBXML2_INCLUDE_DIR}) -+link_directories (${CMAKE_INSTALL_PREFIX}/lib) - - #------------------------------------------------------------------------------ - # need libLAS and Proj4 for file translation tools diff --git a/devel/libght/files/patch-src_ght__hash.c b/devel/libght/files/patch-src_ght__hash.c deleted file mode 100644 index 279d19302e75..000000000000 --- a/devel/libght/files/patch-src_ght__hash.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ght_hash.c.orig 2013-07-11 17:41:23 UTC -+++ src/ght_hash.c -@@ -7,6 +7,7 @@ - ******************************************************************************/ - - #include "ght_internal.h" -+#include <ctype.h> - - #define MAX_HASH_LENGTH 22 - diff --git a/devel/libght/pkg-descr b/devel/libght/pkg-descr deleted file mode 100644 index 363b51ea1adf..000000000000 --- a/devel/libght/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -A file format and library for storing and rapidly accessing point -cloud data, in particular LIDAR data. - -GeoHashTree organizes points into a tree structure for fast spatial -access. The tree structure itself encodes the significant bits of -at each node, so child nodes can omit them. The result is a smaller -file than if all the points were stored with full precision. Each -node includes statistical information about the children below (e.g. -average/median Z value) permitting fast overview generation. -Additional attributes are attached to the tree at parent nodes, -below which all children share the attribute value. This reduces -duplicate data storage further. - -The advantage of a GeoHashTree file over a LAS file is fast access -and filtering, since the tree encodes useful information at each -node to speed searches over the full set of points in the file. -LASZ zipped files can be smaller, but will be less efficient at -overviews, searching and sub-setting. GHT is a good working format -for applications that will be filtering and querying large sets of -LIDAR data. diff --git a/devel/libght/pkg-plist b/devel/libght/pkg-plist deleted file mode 100644 index c8cb7a77e654..000000000000 --- a/devel/libght/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/ght.h -include/ght_core.h -lib/libght.a -lib/libght.so -lib/libght.so.0.1.0 |
