Add KDE port

This commit is contained in:
yanick 1998-11-23 18:56:55 +00:00
parent 9009e56e68
commit 0587037468
6 changed files with 1607 additions and 0 deletions

27
x11/kdebase/Makefile Normal file
View File

@ -0,0 +1,27 @@
# OpenBSD makefile for: kdebase
# Version required: 1.0
# Date created: 1998-Sep-1
# Whom: Yannick Cote
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/11/23 18:56:55 yanick Exp $
#
DISTNAME= kdebase-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
MAINTAINER= yanick@fries.net
.if ( ${MACHINE_ARCH} == "sparc" )
BROKEN= "Currently doesn't build QT on sparc due to g++ bug"
.endif
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt \
jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
x11/kdebase/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (kdebase-1.0.tar.gz) = 2acf461016fdb012de9694873c759404

View File

@ -0,0 +1,20 @@
--- kvt/command.c.orig Tue Jun 16 07:23:13 1998
+++ kvt/command.c Sat Sep 5 10:54:30 1998
@@ -449,7 +449,7 @@
}
/* init of termios structure */
-#if defined (__FreeBSD__) || (__NetBSD__)
+#if defined (__FreeBSD__) || (__NetBSD__) || (__OpenBSD__)
ioctl(0,TIOCGETA,(char *)&ttmode);
#else
# if defined (_HPUX_SOURCE) || defined(__Lynx__)
@@ -517,7 +517,7 @@
if(mask == 0x7f)
ttmode.c_cflag = B9600 | PARENB | CS7 | CREAD;
-#if defined (__FreeBSD__) || (__NetBSD__)
+#if defined (__FreeBSD__) || (__NetBSD__) || (__OpenBSD__)
ioctl(0,TIOCSETA,(char *)&ttmode);
#else
# ifdef _HPUX_SOURCE

1
x11/kdebase/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Kde provides powerfull x11 libraries + a windows manager and much more.

18
x11/kdebase/pkg/DESCR Normal file
View File

@ -0,0 +1,18 @@
KDE is a network transparent contemporary desktop environment for UNIX
workstations. It was written by a world-wide network of software
engineers committed to free software development. KDE seeks to fill
the need for an easy to use desktop for Unix workstations, similar to
the desktop environments found under the MacOS or Window95/NT. We
believe that the UNIX operating system is the best operating system
available today. In fact UNIX has been the undisputed choice of the
information technology professional for many years. When it comes to
stability, scalability and openness there is no competition to UNIX .
However, the lack of an easy to use contemporary desktop environment
for UNIX has prevented UNIX from finding its way onto the desktops of
the typical computer user in offices and homes. UNIX dominates the
server market and is the preferred computing platform for computing
professional and scientists. Without UNIX the internet would not be.
But UNIX did not address the needs of the average computer user. This
fact is particularly unfortunate since a number of implementations of
UNIX ( Linux, FreeBSD, NetBSD, OpenBSD etc) are freely availabe on the
internet. All of which are of exceptional quality and stability.

1540
x11/kdebase/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff