diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-29 03:06:45 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-29 03:06:45 +0000 |
commit | 078392a7f5732d6c49fbb2668627cbf69b7214dd (patch) | |
tree | 9572e796cf0f1e1ae29b037f61be289f3ef18b23 /x11 | |
parent | b8e0faf6f21bef1109c3933fbf6866dcc8e1dc42 (diff) | |
download | pkgsrc-078392a7f5732d6c49fbb2668627cbf69b7214dd.tar.gz |
Support libraries for the KDE integrated X11 desktop
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs/Makefile | 33 | ||||
-rw-r--r-- | x11/kdelibs/files/md5 | 1 | ||||
-rw-r--r-- | x11/kdelibs/patches/patch-a0 | 15 | ||||
-rw-r--r-- | x11/kdelibs/patches/patch-aa | 0 | ||||
-rw-r--r-- | x11/kdelibs/patches/patch-ab | 15 | ||||
-rw-r--r-- | x11/kdelibs/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/kdelibs/pkg/DESCR | 1 | ||||
-rw-r--r-- | x11/kdelibs/pkg/PLIST | 152 |
8 files changed, 218 insertions, 0 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile new file mode 100644 index 00000000000..e2a50487451 --- /dev/null +++ b/x11/kdelibs/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: kdelibs +# Version required: Beta1 +# Date created: 28 October 1997 +# Whom: Stefan Eßer <se@freebsd.org> +# +# $Id: Makefile,v 1.1.1.1 1997/12/29 03:06:45 hubertf Exp $ +# + +DISTNAME= kdelibs-Beta2-1 +PKGNAME= kdelibs-2.1b +CATEGORIES= x11 kde +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta2/distribution/tgz/source/ +EXTRACT_SUFX= .src.tgz + +MAINTAINER= se@freebsd.org + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ + gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ + jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ + "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ + "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ + "--datadir=$(PREFIX)/share/kde" +CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" + +WRKSRC= ${WRKDIR}/kdelibs + +.include <bsd.port.mk> diff --git a/x11/kdelibs/files/md5 b/x11/kdelibs/files/md5 new file mode 100644 index 00000000000..086497eac61 --- /dev/null +++ b/x11/kdelibs/files/md5 @@ -0,0 +1 @@ +MD5 (kdelibs-Beta2-1.src.tgz) = 8c033f1e968cdfa25442558713ddaf46 diff --git a/x11/kdelibs/patches/patch-a0 b/x11/kdelibs/patches/patch-a0 new file mode 100644 index 00000000000..f895c3435a6 --- /dev/null +++ b/x11/kdelibs/patches/patch-a0 @@ -0,0 +1,15 @@ +*** ltconfig~ Thu Oct 23 01:00:08 1997 +--- ltconfig Fri Oct 31 22:03:45 1997 +*************** +*** 1034,1038 **** + freebsd2* | freebsd3*) + version_type=sunos +! library_names_spec='$libname.so.$versuffix $libname.so' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH +--- 1034,1038 ---- + freebsd2* | freebsd3*) + version_type=sunos +! library_names_spec='$libname.so.$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH diff --git a/x11/kdelibs/patches/patch-aa b/x11/kdelibs/patches/patch-aa new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/x11/kdelibs/patches/patch-aa diff --git a/x11/kdelibs/patches/patch-ab b/x11/kdelibs/patches/patch-ab new file mode 100644 index 00000000000..f34292e9da2 --- /dev/null +++ b/x11/kdelibs/patches/patch-ab @@ -0,0 +1,15 @@ +*** khtmlw/gif.cpp~ Wed Oct 29 22:31:17 1997 +--- khtmlw/gif.cpp Wed Oct 29 22:31:24 1997 +*************** +*** 54,58 **** + + extern "C" { +! #include <gif_lib.h> + }; + +--- 54,58 ---- + + extern "C" { +! #include <giflib/gif_lib.h> + }; + diff --git a/x11/kdelibs/pkg/COMMENT b/x11/kdelibs/pkg/COMMENT new file mode 100644 index 00000000000..388b71aaa3e --- /dev/null +++ b/x11/kdelibs/pkg/COMMENT @@ -0,0 +1 @@ +Support libraries for the KDE integrated X11 desktop diff --git a/x11/kdelibs/pkg/DESCR b/x11/kdelibs/pkg/DESCR new file mode 100644 index 00000000000..90ae45773be --- /dev/null +++ b/x11/kdelibs/pkg/DESCR @@ -0,0 +1 @@ +KDE provides an integrated X11 based environment, much like CDE. diff --git a/x11/kdelibs/pkg/PLIST b/x11/kdelibs/pkg/PLIST new file mode 100644 index 00000000000..cf7171c0fdf --- /dev/null +++ b/x11/kdelibs/pkg/PLIST @@ -0,0 +1,152 @@ +lib/libkdecore.so.0.11 +lib/libkdecore.la +lib/libkdeui.so.0.10 +lib/libkdeui.la +lib/libjscript.so.0.1 +lib/libjscript.la +lib/libkhtmlw.so.0.12 +lib/libkhtmlw.la +lib/libkfm.so.0.1 +lib/libkfm.la +lib/libmediatool.so.0.7 +lib/libmediatool.la +include/kconfig.h +include/kconfigdata.h +include/ksimpleconfig.h +include/kconfigbase.h +include/kcolorgroup.h +include/kapp.h +include/kurl.h +include/ksock.h +include/drag.h +include/kkeyconf.h +include/kkeydata.h +include/ckey.h +include/kmisc.h +include/kprocess.h +include/kprocctrl.h +include/klocale.h +include/kiconloader.h +include/kdebug.h +include/kstdaccel.h +include/kwm.h +include/krootprop.h +include/kledlamp.h +include/kprogress.h +include/kpanner.h +include/html.h +include/kcolordlg.h +include/kselect.h +include/dither.h +include/kdatepik.h +include/kdatetbl.h +include/kfontdialog.h +include/kmsgbox.h +include/kpopmenu.h +include/ktabctl.h +include/ktreelist.h +include/kstatusbar.h +include/ktopwidget.h +include/ktoolbar.h +include/kmenubar.h +include/kbutton.h +include/kslider.h +include/kseparator.h +include/klined.h +include/kcombo.h +include/krestrictedline.h +include/kintegerline.h +include/kspinbox.h +include/kcolorbtn.h +include/kwmmapp.h +include/kiconloaderdialog.h +include/kbuttonbox.h +include/ktablistbox.h +include/knewpanner.h +include/kcontrol.h +include/bison2cpp.h +include/jstree.h +include/jsexec.h +include/jserror.h +include/builtin.h +include/jscript.h +include/htmlobj.h +include/htmlfont.h +include/formats.h +include/htmlform.h +include/ampseq.h +include/htmltoken.h +include/htmlframe.h +include/htmlview.h +include/htmlclue.h +include/htmldata.h +include/kfm.h +include/kfmclient_ipc.h +include/kfmipc.h +include/mediatool.h +include/kaudio.h +share/apps/kde/pics/error.xpm +share/apps/kde/pics/exclamation.xpm +share/apps/kde/pics/info.xpm +share/apps/kde/pics/stopsign.xpm +share/apps/kde/pics/question.xpm +share/apps/khtmlw/pics/khtmlw_dnd.xpm +share/locale/de/LC_MESSAGES/kde.mo +share/locale/fr/LC_MESSAGES/kde.mo +share/locale/sv/LC_MESSAGES/kde.mo +share/locale/cs/LC_MESSAGES/kde.mo +share/locale/es/LC_MESSAGES/kde.mo +share/locale/ru/LC_MESSAGES/kde.mo +share/locale/hu/LC_MESSAGES/kde.mo +share/locale/da/LC_MESSAGES/kde.mo +share/locale/it/LC_MESSAGES/kde.mo +share/locale/nl/LC_MESSAGES/kde.mo +share/locale/pt/LC_MESSAGES/kde.mo +share/locale/no/LC_MESSAGES/kde.mo +share/locale/pl/LC_MESSAGES/kde.mo +share/locale/el/LC_MESSAGES/kde.mo +share/locale/fi/LC_MESSAGES/kde.mo +share/doc/HTML/en/kdelibs/kdebug.html +share/doc/HTML/default +@exec /sbin/ldconfig -m %B +@dirrm share/locale/sv/LC_MESSAGES +@dirrm share/locale/sv +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/ru +@dirrm share/locale/pt/LC_MESSAGES +@dirrm share/locale/pt +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pl +@dirrm share/locale/no/LC_MESSAGES +@dirrm share/locale/no +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/nl +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/it +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/hu +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fr +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/fi +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/es +@dirrm share/locale/el/LC_MESSAGES +@dirrm share/locale/el +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/de +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/da +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/cs +@dirrm share/locale +@dirrm share/doc/HTML/en/kdelibs +@dirrm share/doc/HTML/en +@dirrm share/doc/HTML +@dirrm share/doc +@dirrm share/apps/khtmlw/pics +@dirrm share/apps/khtmlw +@dirrm share/apps/kde/pics +@dirrm share/apps/kde +@dirrm share/apps +@unexec /sbin/ldconfig -R |