diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-11-27 15:21:34 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-11-27 15:21:34 +0000 |
commit | f774ea16223770689390e9c3c737d2e782944970 (patch) | |
tree | af0b2be385b7a21aa69ccd9ea96d7e3b33793e54 /graphics | |
parent | 84516550a69542525d385a9202c820e7bc6309f8 (diff) | |
download | FreeBSD-ports-f774ea16223770689390e9c3c737d2e782944970.zip FreeBSD-ports-f774ea16223770689390e9c3c737d2e782944970.tar.gz |
Remove kplot3d since it's homepage and distfiles disappeared
long ago (was kde1-based anyway).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/kplot3d/Makefile | 19 | ||||
-rw-r--r-- | graphics/kplot3d/distinfo | 1 | ||||
-rw-r--r-- | graphics/kplot3d/files/patch-aa | 138 | ||||
-rw-r--r-- | graphics/kplot3d/files/patch-ab | 13 | ||||
-rw-r--r-- | graphics/kplot3d/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/kplot3d/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/kplot3d/pkg-plist | 16 |
8 files changed, 0 insertions, 197 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5182ee2..37069b9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -128,7 +128,6 @@ SUBDIR += kdc2tiff SUBDIR += kdegraphics2 SUBDIR += kisomandel - SUBDIR += kplot3d SUBDIR += kuickshow SUBDIR += landscape SUBDIR += lcms diff --git a/graphics/kplot3d/Makefile b/graphics/kplot3d/Makefile deleted file mode 100644 index 72bb0ac..0000000 --- a/graphics/kplot3d/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: kplot3d -# Date created: 30 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= kplot3d -PORTVERSION= 0.70 -CATEGORIES= graphics kde -MASTER_SITES= http://members.nbci.com/kplot3d/ - -MAINTAINER= jedgar@FreeBSD.org - -USE_KDELIBS_VER=1 -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/graphics/kplot3d/distinfo b/graphics/kplot3d/distinfo deleted file mode 100644 index dc990a9..0000000 --- a/graphics/kplot3d/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kplot3d-0.70.tar.gz) = d519ba0f0c7c84961bc1355c48d0e75d diff --git a/graphics/kplot3d/files/patch-aa b/graphics/kplot3d/files/patch-aa deleted file mode 100644 index 3e0a3b5..0000000 --- a/graphics/kplot3d/files/patch-aa +++ /dev/null @@ -1,138 +0,0 @@ ---- kplot3d/SetColor.cpp.orig Sat Nov 27 08:05:33 1999 -+++ kplot3d/SetColor.cpp Sat Nov 27 08:28:36 1999 -@@ -148,9 +148,30 @@ - Button_gray->setGeometry( 240, 90, 30, 30 ); - Button_gray->setText( "" ); - { -- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(10789024) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); -- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -+ QColorGroup normal( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); -+ QColorGroup disabled( -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ) ); -+ QColorGroup active( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); - QPalette palette( normal, disabled, active ); - Button_gray->setPalette( palette ); - } -@@ -161,9 +182,30 @@ - Button_blue->setGeometry( 200, 90, 30, 30 ); - Button_blue->setText( "" ); - { -- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(8388608) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); -- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -+ QColorGroup normal( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)8388608 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); -+ QColorGroup disabled( -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ) ); -+ QColorGroup active( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); - QPalette palette( normal, disabled, active ); - Button_blue->setPalette( palette ); - } -@@ -174,9 +216,30 @@ - Button_mag->setGeometry( 280, 90, 30, 30 ); - Button_mag->setText( "" ); - { -- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(8388736) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); -- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -+ QColorGroup normal( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)8388736 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); -+ QColorGroup disabled( -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ) ); -+ QColorGroup active( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); - QPalette palette( normal, disabled, active ); - Button_mag->setPalette( palette ); - } -@@ -186,9 +249,30 @@ - Button_green->setGeometry( 320, 90, 30, 30 ); - Button_green->setText( "" ); - { -- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(32768) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); -- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(8421504) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); -+ QColorGroup normal( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)32768 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); -+ QColorGroup disabled( -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)12632256 ) ); -+ QColorGroup active( -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)12632256 ), -+ QColor( (unsigned int)16777215 ), -+ QColor( (unsigned int)8421504 ), -+ QColor( (unsigned int)10789024 ), -+ QColor( (unsigned int)0 ), -+ QColor( (unsigned int)16777215 ) ); - QPalette palette( normal, disabled, active ); - Button_green->setPalette( palette ); - } diff --git a/graphics/kplot3d/files/patch-ab b/graphics/kplot3d/files/patch-ab deleted file mode 100644 index f111ef7..0000000 --- a/graphics/kplot3d/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- kplot3d/kplot3d.cpp.orig Sat Nov 27 08:30:23 1999 -+++ kplot3d/kplot3d.cpp Sat Nov 27 08:31:45 1999 -@@ -178,8 +178,8 @@ - // toolBar()->insertButton(Icon("editpaste.xpm"), ID_EDIT_PASTE, true, i18n("Paste")); - // toolBar()->insertSeparator(); - -- toolBar()->insertButton( QPixmap( axes ), ID_GENERAL, true, i18n("Axes options")); -- toolBar()->insertButton( QPixmap( toggle_icon ), ID_TOGGLE, true, i18n("Toggle surface type")); -+ toolBar()->insertButton( QPixmap( (const char**)axes ), ID_GENERAL, true, i18n("Axes options")); -+ toolBar()->insertButton( QPixmap( (const char**)toggle_icon ), ID_TOGGLE, true, i18n("Toggle surface type")); - toolBar()->insertButton(Icon("help.xpm"), ID_HELP, SIGNAL(pressed()), kapp, SLOT(appHelpActivated()), true, i18n("Help")); - - /////////////////////////////////////////////////////////////////// diff --git a/graphics/kplot3d/pkg-comment b/graphics/kplot3d/pkg-comment deleted file mode 100644 index 15e8d29..0000000 --- a/graphics/kplot3d/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -KDE 3d surface plotting tool diff --git a/graphics/kplot3d/pkg-descr b/graphics/kplot3d/pkg-descr deleted file mode 100644 index 9e245b9..0000000 --- a/graphics/kplot3d/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Kplot3d is KDE version of tool for plotting 3d surface -of function z = f(x,y). It supports shaded and grid -(with erasing of invisible lines) modes, fast realtime -surface rotation, printing result image, save images to -local files. - -- Chris D. Faulhaber -jedgar@fxp.org diff --git a/graphics/kplot3d/pkg-plist b/graphics/kplot3d/pkg-plist deleted file mode 100644 index d6d8c1a..0000000 --- a/graphics/kplot3d/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/kplot3d -share/applnk/Applications/kplot3d.kdelnk -share/apps/kplot3d/pics/intro.jpg -share/doc/HTML/en/kplot3d/index-1.html -share/doc/HTML/en/kplot3d/index-2.html -share/doc/HTML/en/kplot3d/index-3.html -share/doc/HTML/en/kplot3d/index-4.html -share/doc/HTML/en/kplot3d/index-5.html -share/doc/HTML/en/kplot3d/index-6.html -share/doc/HTML/en/kplot3d/index.html -share/icons/kplot3d.xpm -share/icons/mini/kplot3d.xpm -share/locale/ru/LC_MESSAGES/kplot3d.mo -@dirrm share/doc/HTML/en/kplot3d -@dirrm share/apps/kplot3d/pics -@dirrm share/apps/kplot3d |