diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-28 17:19:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-28 17:19:01 +0800 |
commit | 8f2e3f152b6b72fda0b42e6138326ec4ef3cf363 (patch) | |
tree | 3446bfabe3f012c4d2acba7a37443627e8b6bf0a /graphics | |
parent | a05bd3d4d8f08764b00cd87a8f90f86aceff7f3e (diff) | |
download | freebsd-ports-gnome-8f2e3f152b6b72fda0b42e6138326ec4ef3cf363.tar.gz freebsd-ports-gnome-8f2e3f152b6b72fda0b42e6138326ec4ef3cf363.tar.zst freebsd-ports-gnome-8f2e3f152b6b72fda0b42e6138326ec4ef3cf363.zip |
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/morpheus/Makefile | 26 | ||||
-rw-r--r-- | graphics/morpheus/distinfo | 2 | ||||
-rw-r--r-- | graphics/morpheus/files/patch-aa | 26 | ||||
-rw-r--r-- | graphics/morpheus/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/morpheus/pkg-plist | 2 |
6 files changed, 0 insertions, 63 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ab7d8520bd69..1a52398a7c01 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -566,7 +566,6 @@ SUBDIR += mingplot SUBDIR += mirage SUBDIR += mmrecover - SUBDIR += morpheus SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican diff --git a/graphics/morpheus/Makefile b/graphics/morpheus/Makefile deleted file mode 100644 index 58409d1a6677..000000000000 --- a/graphics/morpheus/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= morpheus -PORTVERSION= 0.3 -PORTREVISION= 12 -CATEGORIES= graphics gnome -MASTER_SITES= http://www.winnicki.net/morpheus/meat/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A mesh (3D model) viewer for GNOME desktop - -DEPRECATED= Depends on the expired gtkglarea -EXPIRATION_DATE= 2012-11-27 - -LIB_DEPENDS= morph.0:${PORTSDIR}/graphics/libmorph \ - gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea - -USE_GL= glut -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_GMAKE= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/graphics/morpheus/distinfo b/graphics/morpheus/distinfo deleted file mode 100644 index 0e5830934a91..000000000000 --- a/graphics/morpheus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (morpheus-0.3.tar.gz) = 5d73fa09b500f7386b86e5f24cab9d9e998301f3b3e1ace5930960ed96feeb76 -SIZE (morpheus-0.3.tar.gz) = 145381 diff --git a/graphics/morpheus/files/patch-aa b/graphics/morpheus/files/patch-aa deleted file mode 100644 index 8fbd2cee19ab..000000000000 --- a/graphics/morpheus/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- src/main.c 2000/09/14 08:12:19 1.1 -+++ src/main.c 2000/09/14 08:13:43 -@@ -186,11 +186,6 @@ - { "application/x-color", 0, TARGET_COLOR } - }; - -- if( gdk_gl_query() == FALSE ) { -- g_print( "no OpenGL capability\n" ); -- return 0; -- } -- - /* if( gpLoadScene( argv[ 1 ] ) ) - return 0; - */ -@@ -199,6 +194,11 @@ - textdomain( PACKAGE ); - - gnome_init( "morpheus", VERSION, argc, argv ); -+ -+ if( gdk_gl_query() == FALSE ) { -+ g_print( "no OpenGL capability\n" ); -+ return 0; -+ } - - app1 = create_app1(); - morpheus.app = app1; diff --git a/graphics/morpheus/pkg-descr b/graphics/morpheus/pkg-descr deleted file mode 100644 index e97f52665836..000000000000 --- a/graphics/morpheus/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Morpheus is a mesh (3D model) viewer for GNOME desktop. It uses OpenGL as a -rendering API via GtkGLArea widget, which is glue between Gtk+ widget toolkit -and Mesa library, the free implementation of OpenGL. Models are loaded with -libmorph library. - -WWW: http://www.winnicki.net/morpheus/ diff --git a/graphics/morpheus/pkg-plist b/graphics/morpheus/pkg-plist deleted file mode 100644 index f1839e83be88..000000000000 --- a/graphics/morpheus/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/morpheus -share/gnome/apps/Graphics/morpheus.desktop |