mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
add viewklass 0.52
C++ Framework for Motif
This commit is contained in:
parent
ea7c07d1dc
commit
1b75d7344f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60605
@ -138,6 +138,7 @@
|
||||
SUBDIR += vdk
|
||||
SUBDIR += vdkbuilder
|
||||
SUBDIR += viewkit
|
||||
SUBDIR += viewklass
|
||||
SUBDIR += whistlerk
|
||||
SUBDIR += wxgtk
|
||||
SUBDIR += wxgtk-devel
|
||||
|
30
x11-toolkits/viewklass/Makefile
Normal file
30
x11-toolkits/viewklass/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: viewklass
|
||||
# Date created: Jun 4, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= viewklass
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ViewKlass-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_MOTIF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s/^CFLAGS=/CFLAGS+=/g ; s/^CXXFLAGS=/CXXFLAGS+=/g ; \
|
||||
s/-g -Wall//g" ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.for file in libvk.a libvkhelp.a
|
||||
@${STRIP_CMD} ${PREFIX}/lib/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/viewklass/distinfo
Normal file
1
x11-toolkits/viewklass/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ViewKlass-0.5.2.tar.gz) = 9cb60f02db6e502b36d13ce641d49631
|
10
x11-toolkits/viewklass/files/patch-VkTrace.C
Normal file
10
x11-toolkits/viewklass/files/patch-VkTrace.C
Normal file
@ -0,0 +1,10 @@
|
||||
--- VkTrace.C.orig Wed Jun 5 00:04:51 2002
|
||||
+++ VkTrace.C Wed Jun 5 00:05:25 2002
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
+#include <stdarg.h>
|
||||
|
||||
#include <Vk/VkTrace.h>
|
||||
|
1
x11-toolkits/viewklass/pkg-comment
Normal file
1
x11-toolkits/viewklass/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
C++ Framework for Motif
|
11
x11-toolkits/viewklass/pkg-descr
Normal file
11
x11-toolkits/viewklass/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
ViewKlass is a C++ framework for developing applications which use the
|
||||
LessTif, OpenMotif or OSF/Motif[TM] user interface toolkits. In particular
|
||||
it provides classes which support the creation of reusable components. This
|
||||
helps to simplify the development of applications using object-oriented
|
||||
techniques.
|
||||
|
||||
It also provides classes which encapsulate some of the more difficult and
|
||||
tedious aspects of Motif development. These include classes which handle
|
||||
the creation of windows, dialogs and menus.
|
||||
|
||||
WWW: http://viewklass.sourceforge.net/
|
72
x11-toolkits/viewklass/pkg-plist
Normal file
72
x11-toolkits/viewklass/pkg-plist
Normal file
@ -0,0 +1,72 @@
|
||||
include/Vk/VkAction.h
|
||||
include/Vk/VkAlignmentGroup.h
|
||||
include/Vk/VkApp.h
|
||||
include/Vk/VkBackground.h
|
||||
include/Vk/VkBusyDialog.h
|
||||
include/Vk/VkCallbackList.h
|
||||
include/Vk/VkCallbackObject.h
|
||||
include/Vk/VkCheckBox.h
|
||||
include/Vk/VkComponent.h
|
||||
include/Vk/VkComponentList.h
|
||||
include/Vk/VkConfig.h
|
||||
include/Vk/VkCursorList.h
|
||||
include/Vk/VkDialogManager.h
|
||||
include/Vk/VkErrorDialog.h
|
||||
include/Vk/VkFatalErrorDialog.h
|
||||
include/Vk/VkFileSelectionDialog.h
|
||||
include/Vk/VkFormat.h
|
||||
include/Vk/VkGangedGroup.h
|
||||
include/Vk/VkGenericDialog.h
|
||||
include/Vk/VkHelpAPI.h
|
||||
include/Vk/VkHelpPane.h
|
||||
include/Vk/VkInfoDialog.h
|
||||
include/Vk/VkInput.h
|
||||
include/Vk/VkInterruptDialog.h
|
||||
include/Vk/VkMenu.h
|
||||
include/Vk/VkMenuAction.h
|
||||
include/Vk/VkMenuBar.h
|
||||
include/Vk/VkMenuConfirmFirstAction.h
|
||||
include/Vk/VkMenuItem.h
|
||||
include/Vk/VkMenuLabel.h
|
||||
include/Vk/VkMenuSeparator.h
|
||||
include/Vk/VkMenuToggle.h
|
||||
include/Vk/VkMenuUndoManager.h
|
||||
include/Vk/VkModel.h
|
||||
include/Vk/VkNameList.h
|
||||
include/Vk/VkOptionMenu.h
|
||||
include/Vk/VkPeriodic.h
|
||||
include/Vk/VkPipe.h
|
||||
include/Vk/VkPopupMenu.h
|
||||
include/Vk/VkPrefCustom.h
|
||||
include/Vk/VkPrefDialog.h
|
||||
include/Vk/VkPrefEmpty.h
|
||||
include/Vk/VkPrefGroup.h
|
||||
include/Vk/VkPrefItem.h
|
||||
include/Vk/VkPrefLabel.h
|
||||
include/Vk/VkPrefList.h
|
||||
include/Vk/VkPrefOption.h
|
||||
include/Vk/VkPrefRadio.h
|
||||
include/Vk/VkPrefSeparator.h
|
||||
include/Vk/VkPrefText.h
|
||||
include/Vk/VkPrefToggle.h
|
||||
include/Vk/VkProgram.h
|
||||
include/Vk/VkProgressDialog.h
|
||||
include/Vk/VkPromptDialog.h
|
||||
include/Vk/VkQuestionDialog.h
|
||||
include/Vk/VkRadioBox.h
|
||||
include/Vk/VkRadioGroup.h
|
||||
include/Vk/VkRadioSubMenu.h
|
||||
include/Vk/VkRepeatButton.h
|
||||
include/Vk/VkResource.h
|
||||
include/Vk/VkSelectionDialog.h
|
||||
include/Vk/VkSimpleWindow.h
|
||||
include/Vk/VkSubMenu.h
|
||||
include/Vk/VkSubProcess.h
|
||||
include/Vk/VkTrace.h
|
||||
include/Vk/VkWarningDialog.h
|
||||
include/Vk/VkWidgetList.h
|
||||
include/Vk/VkWindow.h
|
||||
include/Vk/builtinbusy.h
|
||||
@dirrm include/Vk
|
||||
lib/libvk.a
|
||||
lib/libvkhelp.a
|
Loading…
Reference in New Issue
Block a user