diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-03-29 14:21:23 +0800 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-03-29 14:21:23 +0800 |
commit | 5904cb63a21d0fcaf7cbf3fd9fd7ced300b3ac8e (patch) | |
tree | 446c1907c2eb66d079bf21b42ac0c5920b94878a /graphics/libtxc_dxtn | |
parent | 0c5ef2dcabbea766b9ef2633742c13ced7c553a3 (diff) | |
download | freebsd-ports-gnome-5904cb63a21d0fcaf7cbf3fd9fd7ced300b3ac8e.tar.gz freebsd-ports-gnome-5904cb63a21d0fcaf7cbf3fd9fd7ced300b3ac8e.tar.zst freebsd-ports-gnome-5904cb63a21d0fcaf7cbf3fd9fd7ced300b3ac8e.zip |
graphics/libtxc_dxtn: remove port
Remove libtxc_dxtn as s2tc is based on a newer version and includes extra
components (command line tools for texture compression).
s2tc is also based on a newer version than libtxc_dxtn.
Approved by: x11 (dumbbell@)
Diffstat (limited to 'graphics/libtxc_dxtn')
-rw-r--r-- | graphics/libtxc_dxtn/Makefile | 31 | ||||
-rw-r--r-- | graphics/libtxc_dxtn/distinfo | 2 | ||||
-rw-r--r-- | graphics/libtxc_dxtn/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/libtxc_dxtn/pkg-plist | 6 |
4 files changed, 0 insertions, 46 deletions
diff --git a/graphics/libtxc_dxtn/Makefile b/graphics/libtxc_dxtn/Makefile deleted file mode 100644 index 8aee9e1bad52..000000000000 --- a/graphics/libtxc_dxtn/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libtxn_dxtn -PORTVERSION= 20140604 -CATEGORIES= graphics - -MAINTAINER= x11@FreeBSD.org -COMMENT= Subset of a well-known texture compression scheme - -LICENSE= MIT - -BUILD_DEPENDS= libGL>=9.1.7:${PORTSDIR}/graphics/libGL - -USE_GITHUB= yes -GH_ACCOUNT= divVerent -GH_PROJECT= s2tc -GH_TAGNAME= 3d644da - -USES= autoreconf libtool pathfix pkgconfig -PATHFIX_MAKEFILEIN=Makefile.am -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -CONFIGURE_ARGS+=--disable-tools - -CPPFLAGS+= -I${LOCALBASE}/include - -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> diff --git a/graphics/libtxc_dxtn/distinfo b/graphics/libtxc_dxtn/distinfo deleted file mode 100644 index 806c009388ab..000000000000 --- a/graphics/libtxc_dxtn/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (divVerent-s2tc-20140604-3d644da_GH0.tar.gz) = 70c9b84b4b5a1df083b5b83f8de2cc1449aae11c56e502f5efc9b579fcc475fd -SIZE (divVerent-s2tc-20140604-3d644da_GH0.tar.gz) = 1397344 diff --git a/graphics/libtxc_dxtn/pkg-descr b/graphics/libtxc_dxtn/pkg-descr deleted file mode 100644 index 859f887fdd23..000000000000 --- a/graphics/libtxc_dxtn/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -S2TC is a patent-free S3TC compatible implementation and provides texture -compression to Mesa. - -The library is automatically loaded if present and adds the OpenGL extensions -GL_S3_s3tc and GL_EXT_texture_compression_s3tc. - -WWW: https://github.com/divVerent/s2tc diff --git a/graphics/libtxc_dxtn/pkg-plist b/graphics/libtxc_dxtn/pkg-plist deleted file mode 100644 index 734e9783eec8..000000000000 --- a/graphics/libtxc_dxtn/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/txc_dxtn.h -lib/libtxc_dxtn.a -lib/libtxc_dxtn.so -lib/libtxc_dxtn.so.0 -lib/libtxc_dxtn.so.0.0.0 -libdata/pkgconfig/txc_dxtn.pc |