aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-01-29 05:00:31 +0800
committernemysis <nemysis@FreeBSD.org>2014-01-29 05:00:31 +0800
commita74fc1c6fe3e8f80b2682895f8e97db258214ff2 (patch)
tree2196595f98434a83a027ecee171f42314d633de4
parented16e09254f505e63a130980786dec37861feb8e (diff)
downloadfreebsd-ports-gnome-a74fc1c6fe3e8f80b2682895f8e97db258214ff2.tar.gz
freebsd-ports-gnome-a74fc1c6fe3e8f80b2682895f8e97db258214ff2.tar.zst
freebsd-ports-gnome-a74fc1c6fe3e8f80b2682895f8e97db258214ff2.zip
graphics/glfw-devel
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/glfw-devel/Makefile67
-rw-r--r--graphics/glfw-devel/distinfo2
-rw-r--r--graphics/glfw-devel/pkg-descr10
-rw-r--r--graphics/glfw-devel/pkg-plist11
6 files changed, 1 insertions, 91 deletions
diff --git a/MOVED b/MOVED
index 2499dd345d80..9892692a2494 100644
--- a/MOVED
+++ b/MOVED
@@ -5401,3 +5401,4 @@ net-mgmt/nagios-devel|net-mgmt/nagios|2014-01-25|Master site gone, outdated
math/math/octave-forge-image-acquisition||2014-01-27|Depends on multimedia/libv4l which no longer has necessary headers
lang/racket-textual|lang/racket-minimal|2014-01-27|Renamed upstream
mail/pop-before-smtp||2014-01-27|Removed
+graphics/glfw-devel||2014-01-28|Removed
diff --git a/graphics/Makefile b/graphics/Makefile
index 514286c56dc4..0cf12ebc2e02 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -281,7 +281,6 @@
SUBDIR += glew
SUBDIR += glexcess
SUBDIR += glfw
- SUBDIR += glfw-devel
SUBDIR += glide3
SUBDIR += glitz
SUBDIR += gliv
diff --git a/graphics/glfw-devel/Makefile b/graphics/glfw-devel/Makefile
deleted file mode 100644
index aecec7d93387..000000000000
--- a/graphics/glfw-devel/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= glfw
-PORTVERSION= 3.0.4
-CATEGORIES= graphics
-MASTER_SITES= SF
-
-MAINTAINER= nemysis@FreeBSD.org
-COMMENT= Portable framework for OpenGL development
-
-LICENSE= ZLIB
-
-USES= cmake
-USE_XORG= xi xrandr
-USE_GL= glu
-USE_GCC= yes
-USE_LDCONFIG= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PORTDOCS= *
-
-DOCSRCDIR1= ${WRKSRC}
-DOC_FILES1= README.md
-
-DOCSRCDIR2= ${WRKSRC}/docs/html/search
-DOCSDIR2= ${DOCSDIR}/docs/html/search
-DOC_FILES2= *
-
-DOCSRCDIR3= ${WRKSRC}/docs/html
-DOCSDIR3= ${DOCSDIR}/docs/html
-DOC_FILES3= *.html *.png *.css *.js
-
-PORTEXAMPLES= *
-
-EXAMPLESSRCDIR1= ${WRKSRC}/examples
-EXAMPLES_FILES1= boing gears heightmap simple splitview wave
-
-EXAMPLESSRCDIR2= ${WRKSRC}/tests
-EXAMPLESDIR2= ${EXAMPLESDIR}/tests
-EXAMPLES_FILES2= accuracy clipboard defaults events fsaa gamma glfwinfo \
- iconify joysticks modes peter reopen sharing tearing \
- threads title windows
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \
- ${WRKSRC}/CMakeLists.txt
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
- @${MKDIR} ${STAGEDIR}${DOCSDIR2}
- ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
- ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3}
-
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_PROGRAM} ${EXAMPLES_FILES1:S|^|${EXAMPLESSRCDIR1}/|} \
- ${STAGEDIR}${EXAMPLESDIR}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR2}
- ${INSTALL_PROGRAM} ${EXAMPLES_FILES2:S|^|${EXAMPLESSRCDIR2}/|} \
- ${STAGEDIR}${EXAMPLESDIR2}
-
-.include <bsd.port.mk>
diff --git a/graphics/glfw-devel/distinfo b/graphics/glfw-devel/distinfo
deleted file mode 100644
index 8f97357a954e..000000000000
--- a/graphics/glfw-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (glfw-3.0.4.tar.gz) = c8bea730b1e3a6ec690370dfa0ec06716e3c4e454736c58bef584dff13cdb784
-SIZE (glfw-3.0.4.tar.gz) = 592216
diff --git a/graphics/glfw-devel/pkg-descr b/graphics/glfw-devel/pkg-descr
deleted file mode 100644
index 93bf8a4b725c..000000000000
--- a/graphics/glfw-devel/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-GLFW is a free, Open Source, portable library for OpenGL and OpenGL ES
-application development. It provides a simple, platform-independent API for
-creating windows and contexts, reading input, handling events, etc.
-
-Version 3.0 brings a new API with many new features such as multiple windows
-and contexts, multi-monitor support, EGL and OpenGL ES support, clipboard text
-support, an error description callback, gamma ramp control, layout-independent
-keyboard input and UTF-8 for all strings.
-
-WWW: http://www.glfw.org/
diff --git a/graphics/glfw-devel/pkg-plist b/graphics/glfw-devel/pkg-plist
deleted file mode 100644
index c48e2d76f386..000000000000
--- a/graphics/glfw-devel/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-include/GLFW/glfw3.h
-include/GLFW/glfw3native.h
-lib/cmake/glfw/glfwConfig.cmake
-lib/cmake/glfw/glfwConfigVersion.cmake
-lib/cmake/glfw/glfwTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/glfw/glfwTargets.cmake
-lib/libglfw3.a
-libdata/pkgconfig/glfw3.pc
-@dirrm lib/cmake/glfw
-@dirrmtry lib/cmake
-@dirrm include/GLFW