diff options
author | tron <tron> | 1998-03-21 01:53:16 +0000 |
---|---|---|
committer | tron <tron> | 1998-03-21 01:53:16 +0000 |
commit | 2c2aa532f7ea297f7cfe1cee156583b760425834 (patch) | |
tree | 09ca5dd5112c7cf4ed9b62da26ae8a752457b0d6 | |
parent | d74ba0a951d08b39b598e4fa3de871a7e7888b8d (diff) | |
download | pkgsrc-2c2aa532f7ea297f7cfe1cee156583b760425834.tar.gz |
Update to KDE Beta 3 'Huesten'.
35 files changed, 684 insertions, 968 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile index 832da079fd1..17e51b3c1f4 100644 --- a/converters/kdesupport/Makefile +++ b/converters/kdesupport/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: kdesupport -# Version required: Beta2 +# Version required: Beta3 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.3 1998/01/24 03:38:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/21 01:53:16 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp # -DISTNAME= kdesupport-Beta2-1 -PKGNAME= kdesupport-2.1b +DISTNAME= kdesupport-Beta3-1 +PKGNAME= kdesupport-3.1b CATEGORIES= converters 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 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org @@ -22,10 +22,13 @@ 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" \ + "--with-qt-includes=${X11BASE}/include/qt" \ + "--with-qt-libraries=${X11BASE}/lib" \ "--without-gnu-ld" \ "--without-libjpeg" \ "--without-libgif" \ - "--without-libgdbm" + "--without-libgdbm" \ + "--without-libuulib" WRKSRC= ${WRKDIR}/kdesupport diff --git a/converters/kdesupport/files/md5 b/converters/kdesupport/files/md5 index 680da77584f..319ed2b4246 100644 --- a/converters/kdesupport/files/md5 +++ b/converters/kdesupport/files/md5 @@ -1 +1 @@ -MD5 (kdesupport-Beta2-1.src.tgz) = 6fea2e7f7774dbfe2ac3d3f7a613e493 +MD5 (kdesupport-Beta3-1.src.tar.gz) = b7f81ce4b9688739050b268565b790ad diff --git a/converters/kdesupport/pkg/COMMENT b/converters/kdesupport/pkg/COMMENT index 7de726c2877..8a9e53f93b9 100644 --- a/converters/kdesupport/pkg/COMMENT +++ b/converters/kdesupport/pkg/COMMENT @@ -1 +1 @@ -Mime and UUENCODE/DECODE libraries for the KDE integrated X11 desktop +Mime library for the KDE integrated X11 desktop diff --git a/converters/kdesupport/pkg/PLIST b/converters/kdesupport/pkg/PLIST index b207fc7d68a..775bcde173f 100644 --- a/converters/kdesupport/pkg/PLIST +++ b/converters/kdesupport/pkg/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 1998/02/02 08:59:46 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/03/21 01:53:17 tron Exp $ lib/libmimelib.so.1.0 lib/libmimelib.la -lib/libuulib.so.0.0 -lib/libuulib.la @exec /sbin/ldconfig || /usr/bin/true @unexec /sbin/ldconfig || /usr/bin/true include/mimelib/address.h @@ -39,8 +37,4 @@ include/mimelib/token.h include/mimelib/utility.h include/mimelib/uuencode.h include/mimelib/binhex.h -include/fptools.h -include/uudeview.h -include/uuint.h -include/uustring.h @dirrm include/mimelib diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 46910cf29c1..4760b6afd1f 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: kdegames -# Version required: Beta2 +# Version required: Beta3 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:45 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/21 01:55:11 tron Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # -DISTNAME= kdegames-Beta2-1 -PKGNAME= kdegames-2.1b +DISTNAME= kdegames-Beta3-1 +PKGNAME= kdegames-3.1b CATEGORIES= games 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 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org @@ -21,20 +21,26 @@ 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 \ - kdecore.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kdeui.0.1[0-9]:${PORTSDIR}/x11/kdelibs \ - jscript.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - khtmlw.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - mediatool.0.[6-9]:${PORTSDIR}/x11/kdelibs + kdecore.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kdeui.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kfm.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + mediatool.0.9[0-9]:${PORTSDIR}/x11/kdelibs +RUN_DEPENDS= kappfinder:${PORTSDIR}/x11/kdebase +USE_X11= yes +USE_GMAKE= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${PREFIX}/include -I${PREFIX}/include/giflib" \ - "--x-lib=${X11BASE}/lib -L${PREFIX}/lib" \ +CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ + "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--prefix=${PREFIX}" \ "--datadir=${PREFIX}/share/kde" \ "--with-qt-dir=${PREFIX}" \ - "--with-qt-includes=${X11BASE}/include/qt" + "--with-qt-includes=${PREFIX}/include/qt" +CONFIGURE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" WRKSRC= ${WRKDIR}/kdegames diff --git a/games/kdegames/files/md5 b/games/kdegames/files/md5 index 7a5e1415578..96e710246cc 100644 --- a/games/kdegames/files/md5 +++ b/games/kdegames/files/md5 @@ -1 +1 @@ -MD5 (kdegames-Beta2-1.src.tgz) = 8b11cb7c039900bcb7ffb9f1c0281ba9 +MD5 (kdegames-Beta3-1.src.tar.gz) = 46ffb365986630c0f56155f41746bcff diff --git a/games/kdegames/patches/patch-aa b/games/kdegames/patches/patch-aa index 576a1c066d0..52246110e73 100644 --- a/games/kdegames/patches/patch-aa +++ b/games/kdegames/patches/patch-aa @@ -1,28 +1,11 @@ -*** configure~ Sun Oct 26 01:04:56 1997 ---- configure Sat Nov 1 23:03:17 1997 -*************** -*** 913,917 **** - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' - - ---- 913,917 ---- - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555' - - -*************** -*** 2039,2043 **** - do - for ac_extension in a so sl; do -! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then - ac_x_libraries=$ac_dir - break 2 ---- 2039,2043 ---- - do - for ac_extension in a so sl; do -! if test -r $ac_dir/lib${x_direct_test_library}.*$ac_extension; then - ac_x_libraries=$ac_dir - break 2 +--- configure.orig Sat Jan 31 01:36:21 1998 ++++ configure Sat Mar 21 00:06:16 1998 +@@ -1664,7 +1664,7 @@ + + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(top_builddir)/libtool' + + + libtool_enable_shared=no diff --git a/games/kdegames/patches/patch-ab b/games/kdegames/patches/patch-ab deleted file mode 100644 index b3c2baf8c03..00000000000 --- a/games/kdegames/patches/patch-ab +++ /dev/null @@ -1,219 +0,0 @@ ---- kabalone/Makefile.in.orig Sun Nov 16 01:04:14 1997 -+++ kabalone/Makefile.in Thu Dec 18 16:53:17 1997 -@@ -1,5 +1,7 @@ - VERSION=1.02 - -+SHELL=/bin/sh -+ - # @CXXFLAGS@ : is set to -g -Wall (when debuging) or -O2 -Wall (when not) - # @all_includes@ : is set to all needed include paths for QT, KDE and X11 - # -I.. : needed for config.h -@@ -20,7 +22,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kasteroids/Makefile.in.orig Sun Nov 23 01:04:26 1997 -+++ kasteroids/Makefile.in Thu Dec 18 03:24:44 1997 -@@ -1,5 +1,7 @@ - # This is a sample Makefile.in - -+SHELL = /bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. ---- kmahjongg/Makefile.in.orig Sun Nov 16 01:04:35 1997 -+++ kmahjongg/Makefile.in Thu Dec 18 16:10:35 1997 -@@ -1,5 +1,7 @@ - ####### Makefile for khmahjongg - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -10,7 +12,7 @@ - - INSTALL = @INSTALL@ -m 0755 - INSTALL_DATA = @INSTALL@ -m 0644 --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - - prefix = @prefix@ - BINDIR = $(prefix)/bin ---- kpat/Makefile.in.orig Sun Nov 16 01:04:38 1997 -+++ kpat/Makefile.in Thu Dec 18 16:10:27 1997 -@@ -1,5 +1,7 @@ - # This is a sample Makefile.in - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -25,7 +27,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kpoker/Makefile.in.orig Wed Nov 19 01:06:25 1997 -+++ kpoker/Makefile.in Thu Dec 18 16:10:24 1997 -@@ -1,6 +1,8 @@ - # This is the kpoker Makefile.in (thanks to Stefan Coolo for the - # providing an example Makefile - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -26,7 +28,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kreversi/Makefile.in.orig Sun Nov 16 01:04:49 1997 -+++ kreversi/Makefile.in Thu Dec 18 16:10:22 1997 -@@ -1,5 +1,7 @@ - # This is a sample Makefile.in - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -26,7 +28,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kshisen/Makefile.in.orig Sun Nov 16 01:04:57 1997 -+++ kshisen/Makefile.in Thu Dec 18 16:09:24 1997 -@@ -1,5 +1,7 @@ - # This is a sample Makefile.in - -+SHELL=/bin/sh -+ - # @CXXFLAGS@ : is set to -g -Wall (when debuging) or -O2 -Wall (when not) - # @all_includes@ : is set to all needed include paths for QT, KDE and X11 - # -I.. : needed for config.h -@@ -25,7 +27,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- ksnake/Makefile.in.orig Sun Nov 16 01:05:00 1997 -+++ ksnake/Makefile.in Thu Dec 18 16:09:40 1997 -@@ -1,5 +1,7 @@ - # This is a sample Makefile.in - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -25,7 +27,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- ktetris/Makefile.in.orig Sun Nov 16 01:05:05 1997 -+++ ktetris/Makefile.in Thu Dec 18 16:09:54 1997 -@@ -1,5 +1,7 @@ - # This is a sample Makefile.in - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -25,7 +27,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kmines/Makefile.in.orig Sun Nov 16 01:04:36 1997 -+++ kmines/Makefile.in Thu Dec 18 16:10:31 1997 -@@ -1,5 +1,7 @@ - # kmines Makefile.in - -+SHELL=/bin/sh -+ - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ - top_builddir = .. -@@ -25,7 +27,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kpoker/sounds/Makefile.in.orig Thu Dec 18 16:19:05 1997 -+++ kpoker/sounds/Makefile.in Thu Dec 18 16:19:40 1997 -@@ -1,4 +1,5 @@ - -+SHELL=/bin/sh - top_srcdir = @top_srcdir@ - INSTALL_DATA = @INSTALL@ -m 0644 - INSTALL_DIR = $(SHELL) $(top_srcdir)/mkinstalldirs ---- ksnake/doc/Makefile.in.orig Thu Dec 18 16:39:25 1997 -+++ ksnake/doc/Makefile.in Thu Dec 18 16:39:49 1997 -@@ -1,8 +1,10 @@ -+SHELL=/bin/sh -+ - HELPFILES = index.html snakeRace.gif - - prefix = @prefix@ - DOCSDIR = $(prefix)/share/doc/HTML/en/ksnake --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DATA = @INSTALL@ -m 644 - - all: ---- ksnake/data/Makefile.in.orig Thu Dec 18 16:46:40 1997 -+++ ksnake/data/Makefile.in Thu Dec 18 16:47:02 1997 -@@ -1,10 +1,11 @@ -+SHELL=/bin/sh - - prefix = @prefix@ - SNAKEDIR = $(prefix)/share/apps/ksnake - LEVELDIR = $(SNAKEDIR)/levels - PIXDIR = $(SNAKEDIR)/pics - --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_HIGH = @INSTALL@ -m 666 - diff --git a/games/kdegames/pkg/PLIST b/games/kdegames/pkg/PLIST index 852c06dbf1c..8e530c829dc 100644 --- a/games/kdegames/pkg/PLIST +++ b/games/kdegames/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1997/12/29 04:05:20 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/03/21 01:55:12 tron Exp $ bin/kmahjongg bin/kmines bin/kpat @@ -10,19 +10,20 @@ bin/kasteroids bin/ksnake bin/kabalone bin/kshisen +share/doc/HTML/en/kpoker/index.sgml +share/doc/HTML/en/kpoker/logotp3.gif +share/doc/HTML/en/kpoker/index-2.html +share/doc/HTML/en/kpoker/index-1.html +share/doc/HTML/en/kreversi/index.html +share/doc/HTML/en/kreversi/gpl.html share/doc/HTML/en/kmahjongg/index.html share/doc/HTML/en/kmines/index.html share/doc/HTML/en/kpat/index.html -share/doc/HTML/en/kpoker/kpoker-1.html -share/doc/HTML/en/kpoker/kpoker-2.html share/doc/HTML/en/kpoker/index.html -share/doc/HTML/en/Reversi/index.html -share/doc/HTML/en/Reversi/gpl.html share/doc/HTML/en/ksame/index.html share/doc/HTML/en/ktetris/index.html share/doc/HTML/en/kasteroids/index.html share/doc/HTML/en/ksnake/index.html -share/doc/HTML/en/ksnake/snakeRace.gif share/doc/HTML/en/kabalone/index.html share/doc/HTML/en/kshisen/index.html share/doc/HTML/de/kabalone/index.html @@ -30,13 +31,37 @@ share/applnk/Games/kmahjongg.kdelnk share/applnk/Games/kmines.kdelnk share/applnk/Games/kpat.kdelnk share/applnk/Games/kpoker.kdelnk -share/applnk/Games/Reversi.kdelnk share/applnk/Games/ksame.kdelnk share/applnk/Games/ktetris.kdelnk share/applnk/Games/Kasteroids.kdelnk share/applnk/Games/ksnake.kdelnk share/applnk/Games/kabalone.kdelnk share/applnk/Games/kshisen.kdelnk +share/applnk/Games/Reversi.kdelnk +share/apps/Reversi/pics/background/Dark_Wood.xpm +share/apps/Reversi/pics/background/Earth.xpm +share/apps/Reversi/pics/background/Granite.xpm +share/apps/Reversi/pics/background/Hexagon.xpm +share/apps/Reversi/pics/background/Light_Wood.xpm +share/apps/Reversi/pics/background/Mystique.xpm +share/apps/Reversi/pics/background/Ocean.xpm +share/apps/Reversi/pics/background/Pipes.xpm +share/apps/Reversi/pics/background/Puzzle.xpm +share/apps/Reversi/pics/background/Stones.xpm +share/apps/Reversi/pics/hint.xpm +share/apps/Reversi/pics/help.xpm +share/apps/Reversi/pics/undo.xpm +share/apps/Reversi/pics/zoomout.xpm +share/apps/Reversi/pics/zoomin.xpm +share/apps/Reversi/pics/stop.xpm +share/apps/Reversi/pics/chips.xpm +share/apps/Reversi/pics/logo.xpm +share/apps/Reversi/pics/chips_mono.xpm +share/apps/Reversi/sounds/click.wav +share/apps/Reversi/sounds/lost.wav +share/apps/Reversi/sounds/won.wav +share/apps/ksame/pics/stones2000_mask.bmp +share/apps/ksame/pics/stones2000.bmp share/apps/kmahjongg/pics/kmahjongg.bmp share/apps/kmahjongg/pics/kmahjongg_bgnd.bmp share/apps/kpat/pics/1.bmp @@ -154,28 +179,6 @@ share/apps/kpoker/sounds/cardflip.wav share/apps/kpoker/sounds/hold.wav share/apps/kpoker/sounds/lose.wav share/apps/kpoker/sounds/win.wav -share/apps/Reversi/pics/hint.xpm -share/apps/Reversi/pics/help.xpm -share/apps/Reversi/pics/undo.xpm -share/apps/Reversi/pics/zoomout.xpm -share/apps/Reversi/pics/zoomin.xpm -share/apps/Reversi/pics/stop.xpm -share/apps/Reversi/pics/chips.xpm -share/apps/Reversi/pics/logo.xpm -share/apps/Reversi/pics/chips_mono.xpm -share/apps/Reversi/pics/background/Dark_Wood.xpm -share/apps/Reversi/pics/background/Earth.xpm -share/apps/Reversi/pics/background/Granite.xpm -share/apps/Reversi/pics/background/Hexagon.xpm -share/apps/Reversi/pics/background/Light_Wood.xpm -share/apps/Reversi/pics/background/Mystique.xpm -share/apps/Reversi/pics/background/Ocean.xpm -share/apps/Reversi/pics/background/Pipes.xpm -share/apps/Reversi/pics/background/Puzzle.xpm -share/apps/Reversi/pics/background/Stones.xpm -share/apps/Reversi/sounds/click.wav -share/apps/Reversi/sounds/lost.wav -share/apps/Reversi/sounds/won.wav share/apps/ksame/pics/stones.bmp share/apps/ksame/pics/stones_mask.bmp share/apps/kasteroids/sprites/bg.ppm @@ -470,6 +473,19 @@ share/apps/kasteroids/sprites/bits/bits9.ppm share/apps/kasteroids/sprites/missile/missile0.pbm share/apps/kasteroids/sprites/missile/missile0.ppm share/apps/kasteroids/sprites/.pbm +share/apps/ksnake/pics/down.xpm +share/apps/ksnake/pics/left.xpm +share/apps/ksnake/pics/right.xpm +share/apps/ksnake/pics/up.xpm +share/apps/ksnake/backgrounds/Bark.xpm +share/apps/ksnake/backgrounds/Blue_Carpet.xpm +share/apps/ksnake/backgrounds/Dark_Wood.xpm +share/apps/ksnake/backgrounds/Granite.xpm +share/apps/ksnake/backgrounds/Green_Carpet.xpm +share/apps/ksnake/backgrounds/Mystique.xpm +share/apps/ksnake/backgrounds/Rope_Weave.xpm +share/apps/ksnake/backgrounds/Volcanic.xpm +share/apps/ksnake/backgrounds/Wood.xpm share/apps/ksnake/highScores share/apps/ksnake/levels/room01 share/apps/ksnake/levels/room02 @@ -497,7 +513,6 @@ share/apps/ksnake/levels/room23 share/apps/ksnake/levels/room24 share/apps/ksnake/levels/room25 share/apps/ksnake/pics/apples.xpm -share/apps/ksnake/pics/background.xpm share/apps/ksnake/pics/ball.xpm share/apps/ksnake/pics/brick.xpm share/apps/ksnake/pics/samy.xpm @@ -513,22 +528,25 @@ share/apps/kshisen/pics/kshisen_bgnd.xpm share/icons/kpat.xpm share/icons/kpat-lq.xpm share/icons/kpoker.xpm -share/icons/Reversi.xpm share/icons/kasteroids.xpm share/icons/mini/kasteroids.xpm share/icons/mini/kabalone.xpm share/icons/kabalone.xpm -share/locale/de/LC_MESSAGES/Reversi.mo +share/icons/mini/kmines.xpm +share/icons/mini/mini-kpoker.xpm +share/icons/mini/ksnake.xpm +share/icons/mini/ktetris.xpm +share/icons/kmines.xpm +share/icons/ksnake.xpm +share/icons/ktetris.xpm share/locale/de/LC_MESSAGES/kpat.mo share/locale/de/LC_MESSAGES/kasteroids.mo share/locale/de/LC_MESSAGES/kabalone.mo share/locale/de/LC_MESSAGES/kpoker.mo -share/locale/fr/LC_MESSAGES/Reversi.mo share/locale/fr/LC_MESSAGES/kabalone.mo share/locale/fr/LC_MESSAGES/kpat.mo share/locale/fr/LC_MESSAGES/kasteroids.mo share/locale/fr/LC_MESSAGES/kpoker.mo -share/locale/cs/LC_MESSAGES/Reversi.mo share/locale/cs/LC_MESSAGES/kpat.mo share/locale/cs/LC_MESSAGES/kabalone.mo share/locale/cs/LC_MESSAGES/kasteroids.mo @@ -536,20 +554,54 @@ share/locale/cs/LC_MESSAGES/kpoker.mo share/locale/it/LC_MESSAGES/kasteroids.mo share/locale/it/LC_MESSAGES/kabalone.mo share/locale/it/LC_MESSAGES/kpat.mo -share/locale/it/LC_MESSAGES/Reversi.mo -share/locale/pl/LC_MESSAGES/Reversi.mo share/locale/pl/LC_MESSAGES/kasteroids.mo share/locale/pt/LC_MESSAGES/kpat.mo share/locale/pt/LC_MESSAGES/kasteroids.mo share/locale/pt/LC_MESSAGES/kabalone.mo -share/locale/pt/LC_MESSAGES/Reversi.mo share/locale/pt/LC_MESSAGES/kpoker.mo share/locale/es/LC_MESSAGES/kasteroids.mo share/locale/es/LC_MESSAGES/kabalone.mo share/locale/es/LC_MESSAGES/kpat.mo +share/locale/de/LC_MESSAGES/kreversi.mo +share/locale/de/LC_MESSAGES/kshisen.mo +share/locale/de/LC_MESSAGES/kmines.mo +share/locale/fr/LC_MESSAGES/kreversi.mo +share/locale/cs/LC_MESSAGES/kreversi.mo +share/locale/cs/LC_MESSAGES/kshisen.mo +share/locale/cs/LC_MESSAGES/kmines.mo +share/locale/cs/LC_MESSAGES/ktetris.mo +share/locale/es/LC_MESSAGES/kreversi.mo +share/locale/es/LC_MESSAGES/kpoker.mo +share/locale/ru/LC_MESSAGES/kasteroids.mo +share/locale/ru/LC_MESSAGES/kabalone.mo +share/locale/hu/LC_MESSAGES/kasteroids.mo +share/locale/hu/LC_MESSAGES/kabalone.mo +share/locale/hu/LC_MESSAGES/kpat.mo +share/locale/hu/LC_MESSAGES/kpoker.mo +share/locale/it/LC_MESSAGES/kreversi.mo +share/locale/pt/LC_MESSAGES/kreversi.mo +share/locale/pt/LC_MESSAGES/kmines.mo +share/locale/pt/LC_MESSAGES/kshisen.mo +share/locale/pt/LC_MESSAGES/ktetris.mo +share/locale/pl/LC_MESSAGES/kreversi.mo +share/locale/pl/LC_MESSAGES/kabalone.mo +share/locale/pl/LC_MESSAGES/kpat.mo +share/locale/pl/LC_MESSAGES/kshisen.mo +share/locale/pl/LC_MESSAGES/kpoker.mo +share/locale/pl/LC_MESSAGES/kmines.mo +share/locale/fi/LC_MESSAGES/kasteroids.mo +share/locale/fi/LC_MESSAGES/kmines.mo +share/locale/fi/LC_MESSAGES/kpat.mo +share/locale/fi/LC_MESSAGES/kpoker.mo +share/locale/fi/LC_MESSAGES/kshisen.mo +share/locale/fi/LC_MESSAGES/kreversi.mo +share/locale/fi/LC_MESSAGES/ktetris.mo share/locale/fi/LC_MESSAGES/kabalone.mo -@dirrm share/icons/mini -@dirrm share/icons +share/locale/hr/LC_MESSAGES/kreversi.mo +share/locale/hr/LC_MESSAGES/kpat.mo +share/locale/hr/LC_MESSAGES/kasteroids.mo +share/locale/hr/LC_MESSAGES/kabalone.mo +share/locale/hr/LC_MESSAGES/kpoker.mo @dirrm share/doc/HTML/en/ktetris @dirrm share/doc/HTML/en/ksnake @dirrm share/doc/HTML/en/kshisen @@ -560,14 +612,11 @@ share/locale/fi/LC_MESSAGES/kabalone.mo @dirrm share/doc/HTML/en/kmahjongg @dirrm share/doc/HTML/en/kasteroids @dirrm share/doc/HTML/en/kabalone -@dirrm share/doc/HTML/en/Reversi -@dirrm share/doc/HTML/en +@dirrm share/doc/HTML/en/kreversi @dirrm share/doc/HTML/de/kabalone -@dirrm share/doc/HTML/de -@dirrm share/doc/HTML -@dirrm share/doc @dirrm share/apps/ksnake/pics @dirrm share/apps/ksnake/levels +@dirrm share/apps/ksnake/backgrounds @dirrm share/apps/ksnake @dirrm share/apps/kshisen/pics @dirrm share/apps/kshisen @@ -594,6 +643,3 @@ share/locale/fi/LC_MESSAGES/kabalone.mo @dirrm share/apps/Reversi/pics/background @dirrm share/apps/Reversi/pics @dirrm share/apps/Reversi -@dirrm share/apps -@dirrm share/applnk/Games -@dirrm share/applnk diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index a51f2a17a57..c49d23db765 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: kdeutils -# Version required: Beta2 +# Version required: Beta3 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:45 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/21 01:54:30 tron Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # -DISTNAME= kdeutils-Beta2-1 -PKGNAME= kdeutils-2.1b +DISTNAME= kdeutils-Beta3-1 +PKGNAME= kdeutils-3.1b CATEGORIES= misc 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 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org @@ -21,19 +21,24 @@ 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 \ - kdecore.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kdeui.0.1[0-9]:${PORTSDIR}/x11/kdelibs \ - jscript.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - khtmlw.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - mediatool.0.[6-9]:${PORTSDIR}/x11/kdelibs + kdecore.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kdeui.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kfm.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + mediatool.0.9[0-9]:${PORTSDIR}/x11/kdelibs +RUN_DEPENDS= kappfinder:${PORTSDIR}/x11/kdebase +USE_X11= yes 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" \ + "--x-inc=${PREFX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ + "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--with-qt-dir=${PREFIX}" \ "--with-qt-includes=${X11BASE}/include/qt" +CONFIGURE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" WRKSRC= ${WRKDIR}/kdeutils diff --git a/misc/kdeutils/files/md5 b/misc/kdeutils/files/md5 index 3fea4807ac4..575709da0ac 100644 --- a/misc/kdeutils/files/md5 +++ b/misc/kdeutils/files/md5 @@ -1 +1 @@ -MD5 (kdeutils-Beta2-1.src.tgz) = 1a56688809ac05fb41eba3388a2cda2c +MD5 (kdeutils-Beta3-1.src.tar.gz) = 123bcd61a7de4d6df215a5c33041eede diff --git a/misc/kdeutils/patches/patch-aa b/misc/kdeutils/patches/patch-aa index 7c5da082d7d..2661f0b4cb3 100644 --- a/misc/kdeutils/patches/patch-aa +++ b/misc/kdeutils/patches/patch-aa @@ -1,41 +1,11 @@ -*** configure~ Sun Nov 23 01:07:57 1997 ---- configure Fri Nov 28 00:46:14 1997 -*************** -*** 722,726 **** - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' - - ---- 722,726 ---- - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555' - - -*************** -*** 1664,1668 **** - - # Always use our own libtool. -! LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - ---- 1664,1668 ---- - - # Always use our own libtool. -! LIBTOOL='$(top_builddir)/libtool' - - -*************** -*** 2049,2053 **** - do - for ac_extension in a so sl; do -! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then - ac_x_libraries=$ac_dir - break 2 ---- 2049,2053 ---- - do - for ac_extension in a so sl; do -! if test -r $ac_dir/lib${x_direct_test_library}.*$ac_extension; then - ac_x_libraries=$ac_dir - break 2 +--- configure.orig Sat Jan 31 01:53:34 1998 ++++ configure Thu Mar 19 23:21:34 1998 +@@ -1664,7 +1664,7 @@ + + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(top_builddir)/libtool' + + + libtool_enable_shared=no diff --git a/misc/kdeutils/patches/patch-ab b/misc/kdeutils/patches/patch-ab deleted file mode 100644 index 5806f89ca7d..00000000000 --- a/misc/kdeutils/patches/patch-ab +++ /dev/null @@ -1,83 +0,0 @@ ---- karm/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ karm/Makefile.in Thu Dec 18 17:30:49 1997 -@@ -1,5 +1,7 @@ - # This file was autogenerated by kmake 0.2. - -+SHELL=/bin/sh -+ - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ -@@ -16,7 +18,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kcalc/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kcalc/Makefile.in Thu Dec 18 17:31:50 1997 -@@ -2,6 +2,8 @@ - # Makefile for kcalc - # - -+SHELL=/bin/sh -+ - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ -@@ -36,7 +38,7 @@ - - INSTALL = @INSTALL@ -m 0755 - INSTALL_DATA = @INSTALL@ -m 0644 --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - - prefix = @prefix@ - BINDIR = $(prefix)/bin ---- kjots/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kjots/Makefile.in Thu Dec 18 17:32:42 1997 -@@ -1,3 +1,4 @@ -+SHELL=/bin/sh - - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ -@@ -17,7 +18,7 @@ - INSTALL = $(install) -m 0755 - INSTALL_SHELL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kedit/docs/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kedit/docs/Makefile.in Thu Dec 18 17:33:40 1997 -@@ -1,9 +1,11 @@ -+SHELL=/bin/sh -+ - prefix = @prefix@ - - FILES = index.html index-1.html index-2.html index-3.html index-4.html index-5.html - - DOCDIR = $(prefix)/share/doc/HTML/en/kedit --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DATA = @INSTALL@ -m 644 - - all: ---- kjots/icons/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kjots/icons/Makefile.in Thu Dec 18 17:33:59 1997 -@@ -1,7 +1,9 @@ -+SHELL=/bin/sh -+ - prefix = @prefix@ - - INSTALL_DATA = @INSTALL@ -m 0644 --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - PICS = OpenBook.xpm filedel.xpm - ICONDIR= $(prefix)/share/icons - DESTDIR = $(prefix)/share/apps/kjots/toolbar diff --git a/misc/kdeutils/patches/patch-ac b/misc/kdeutils/patches/patch-ac deleted file mode 100644 index 018cc8dca0d..00000000000 --- a/misc/kdeutils/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- kedit/Makefile.in.orig Sun Nov 16 01:06:47 1997 -+++ kedit/Makefile.in Mon Dec 29 04:34:05 1997 -@@ -7,4 +7,6 @@ - # - -+SHELL=/bin/sh -+ - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ -@@ -24,5 +26,5 @@ - INSTALL = @INSTALL@ -m 0755 - INSTALL_DATA = @INSTALL@ -m 0644 --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - - prefix = @prefix@ diff --git a/misc/kdeutils/patches/patch-ad b/misc/kdeutils/patches/patch-ad deleted file mode 100644 index 59cc1887f5c..00000000000 --- a/misc/kdeutils/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- knotes/Makefile.in.orig Sun Nov 23 13:12:10 1997 -+++ knotes/Makefile.in Mon Dec 29 04:34:05 1997 -@@ -2,2 +2,4 @@ - -+SHELL=/bin/sh -+ - # this variables are needed for rpath support -@@ -20,3 +22,3 @@ - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - diff --git a/misc/kdeutils/pkg/PLIST b/misc/kdeutils/pkg/PLIST index 40076c0e379..558a7bda3c0 100644 --- a/misc/kdeutils/pkg/PLIST +++ b/misc/kdeutils/pkg/PLIST @@ -1,11 +1,25 @@ -@comment $NetBSD: PLIST,v 1.2 1997/12/29 03:31:48 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/03/21 01:54:30 tron Exp $ bin/kcalc bin/kedit bin/khexdit bin/karm bin/kjots +bin/kljettool bin/knotes bin/kzip +share/doc/HTML/en/kljettool/kljettool-1.html +share/doc/HTML/en/kljettool/kljettool-2.html +share/doc/HTML/en/kljettool/kljettool-3.html +share/doc/HTML/en/kljettool/kljettool-4.html +share/doc/HTML/en/kljettool/kljettool-5.html +share/doc/HTML/en/kljettool/kljettool-6.html +share/doc/HTML/en/kljettool/kljettool.html +share/doc/HTML/en/kljettool/kljettool.nif +share/doc/HTML/en/kljettool/kljettool.sgml +share/doc/HTML/en/kljettool/logotp3.gif +share/doc/HTML/en/kljettool/magic +share/doc/HTML/en/kljettool/filter +share/doc/HTML/en/kljettool/README share/doc/HTML/de/kcalc/index-1.html share/doc/HTML/de/kcalc/index-2.html share/doc/HTML/de/kcalc/index-3.html @@ -14,6 +28,8 @@ share/doc/HTML/de/kcalc/index-5.html share/doc/HTML/de/kcalc/index-6.html share/doc/HTML/de/kcalc/index-7.html share/doc/HTML/de/kcalc/index-8.html +share/doc/HTML/de/kcalc/index-9.html +share/doc/HTML/de/kcalc/logotp3.gif share/doc/HTML/de/kcalc/index.html share/doc/HTML/en/kcalc/index-1.html share/doc/HTML/en/kcalc/index-2.html @@ -23,7 +39,9 @@ share/doc/HTML/en/kcalc/index-5.html share/doc/HTML/en/kcalc/index-6.html share/doc/HTML/en/kcalc/index-7.html share/doc/HTML/en/kcalc/index-8.html +share/doc/HTML/en/kcalc/index-9.html share/doc/HTML/en/kcalc/index.html +share/doc/HTML/en/kcalc/logotp3.gif share/doc/HTML/en/kcalc/kcalc_on_Aix.txt share/doc/HTML/en/kcalc/kcalc_on_OSF.txt share/doc/HTML/en/kedit/index.html @@ -32,15 +50,17 @@ share/doc/HTML/en/kedit/index-2.html share/doc/HTML/en/kedit/index-3.html share/doc/HTML/en/kedit/index-4.html share/doc/HTML/en/kedit/index-5.html +share/doc/HTML/en/kedit/logotp3.gif share/doc/HTML/en/khexdit/index.html share/doc/HTML/en/karm/index-1.html share/doc/HTML/en/karm/index-2.html share/doc/HTML/en/karm/index-3.html share/doc/HTML/en/karm/index-4.html -share/doc/HTML/en/karm/karm.gif share/doc/HTML/en/karm/index.html -share/doc/HTML/en/karm/scrn.html share/doc/HTML/en/karm/index.sgml +share/doc/HTML/en/karm/karm.gif +share/doc/HTML/en/karm/logotp3.gif +share/doc/HTML/en/karm/scrn.html share/doc/HTML/en/kjots/index.html share/doc/HTML/en/knotes/index.html share/doc/HTML/en/knotes/index-1.html @@ -53,7 +73,9 @@ share/doc/HTML/en/kzip/index-1.html share/doc/HTML/en/kzip/index-2.html share/doc/HTML/en/kzip/index-3.html share/doc/HTML/en/kzip/index-4.html +share/doc/HTML/en/kzip/logotp3.gif share/doc/HTML/it/khexdit/index.html +share/apps/kljettool/pics/kljetlogo.xpm share/apps/kcalc/pics/kcalclogo.xpm share/apps/kedit/toolbar/filenew2.xpm share/apps/kedit/toolbar/send.xpm @@ -72,6 +94,7 @@ share/icons/khexdit.xpm share/icons/kjots.xpm share/icons/knotes.xpm share/icons/kzip.xpm +share/applnk/Utilities/KLJetTool.kdelnk share/applnk/Utilities/kcalc.kdelnk share/applnk/Utilities/khexdit.kdelnk share/applnk/Utilities/KArm.kdelnk @@ -79,9 +102,29 @@ share/applnk/Utilities/Kjots.kdelnk share/applnk/Utilities/knotes.kdelnk share/applnk/Utilities/kzip.kdelnk share/applnk/Applications/kedit.kdelnk -share/mimelnk/application/x-zip.kdelnk -share/mimelnk/application/x-lha.kdelnk -share/mimelnk/application/x-ar.kdelnk +share/locale/de/LC_MESSAGES/knotes.mo +share/locale/de/LC_MESSAGES/kzip.mo +share/locale/de/LC_MESSAGES/karm.mo +share/locale/cs/LC_MESSAGES/knotes.mo +share/locale/cs/LC_MESSAGES/kzip.mo +share/locale/es/LC_MESSAGES/kzip.mo +share/locale/es/LC_MESSAGES/knotes.mo +share/locale/hu/LC_MESSAGES/kzip.mo +share/locale/hu/LC_MESSAGES/knotes.mo +share/locale/it/LC_MESSAGES/knotes.mo +share/locale/it/LC_MESSAGES/kzip.mo +share/locale/pt/LC_MESSAGES/knotes.mo +share/locale/pt/LC_MESSAGES/karm.mo +share/locale/pl/LC_MESSAGES/knotes.mo +share/locale/pl/LC_MESSAGES/kzip.mo +share/locale/el/LC_MESSAGES/khexdit.mo +share/locale/fi/LC_MESSAGES/knotes.mo +share/locale/fi/LC_MESSAGES/kzip.mo +share/locale/hr/LC_MESSAGES/kedit.mo +share/locale/hr/LC_MESSAGES/khexdit.mo +share/locale/hr/LC_MESSAGES/kzip.mo +share/locale/hr/LC_MESSAGES/knotes.mo +share/locale/ro/LC_MESSAGES/khexdit.mo share/locale/de/LC_MESSAGES/kedit.mo share/locale/de/LC_MESSAGES/khexdit.mo share/locale/fr/LC_MESSAGES/khexdit.mo @@ -109,12 +152,9 @@ share/locale/pt/LC_MESSAGES/khexdit.mo share/locale/pt/LC_MESSAGES/kzip.mo share/locale/fi/LC_MESSAGES/khexdit.mo share/locale/fi/LC_MESSAGES/kedit.mo -@dirrm share/mimelnk/application -@dirrm share/mimelnk -@dirrm share/icons/mini -@dirrm share/icons @dirrm share/doc/HTML/it/khexdit @dirrm share/doc/HTML/it +@dirrm share/doc/HTML/en/kljettool @dirrm share/doc/HTML/en/kzip @dirrm share/doc/HTML/en/knotes @dirrm share/doc/HTML/en/kjots @@ -122,10 +162,10 @@ share/locale/fi/LC_MESSAGES/kedit.mo @dirrm share/doc/HTML/en/kedit @dirrm share/doc/HTML/en/kcalc @dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en @dirrm share/doc/HTML/de/kcalc @dirrm share/doc/HTML/de -@dirrm share/doc/HTML +@dirrm share/apps/kljettool/pics +@dirrm share/apps/kljettool @dirrm share/apps/knotes/pics @dirrm share/apps/knotes @dirrm share/apps/kjots/toolbar @@ -135,7 +175,3 @@ share/locale/fi/LC_MESSAGES/kedit.mo @dirrm share/apps/kedit @dirrm share/apps/kcalc/pics @dirrm share/apps/kcalc -@dirrm share/apps -@dirrm share/applnk/Utilities -@dirrm share/applnk/Applications -@dirrm share/applnk diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index b6802762f13..2a36a12888d 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,43 +1,48 @@ # New ports collection makefile for: kdenetwork -# Version required: Beta2 +# Version required: Beta3 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:46 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/21 01:54:50 tron Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # -DISTNAME= kdenetwork-Beta2-1 -PKGNAME= kdenetwork-2.1b +DISTNAME= kdenetwork-Beta3-1 +PKGNAME= kdenetwork-3.1b CATEGORIES= net 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 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ - ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm + ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= qt.1.3[0-9]:${PORTSDIR}/x11/qt \ gif.[23].:${PORTSDIR}/graphics/giflib \ jpeg.[67].:${PORTSDIR}/graphics/jpeg \ mimelib.1.:${PORTSDIR}/converters/kdesupport \ - uulib.0.:${PORTSDIR}/converters/kdesupport \ - kdecore.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kdeui.0.1[0-9]:${PORTSDIR}/x11/kdelibs \ - jscript.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - khtmlw.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - mediatool.0.[6-9]:${PORTSDIR}/x11/kdelibs + uu.1.:${PORTSDIR}/converters/uulib \ + kdecore.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kdeui.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kfm.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + mediatool.0.9[0-9]:${PORTSDIR}/x11/kdelibs +RUN_DEPENDS= kappfinder:${PORTSDIR}/x11/kdebase +USE_X11= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${PREFIX}/include -I${PREFIX}/include/giflib" \ - "--x-lib=${X11BASE}/lib -L${PREFIX}/lib" \ +CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ + "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--prefix=${PREFIX}" \ "--datadir=${PREFIX}/share/kde" \ "--with-qt-dir=${PREFIX}" \ - "--with-qt-includes=${X11BASE}/include/qt" + "--with-qt-includes=${PREFIX}/include/qt" +CONFIGURE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" WRKSRC= ${WRKDIR}/kdenetwork diff --git a/net/kdenetwork/files/md5 b/net/kdenetwork/files/md5 index 214a9c476cc..691f699b87f 100644 --- a/net/kdenetwork/files/md5 +++ b/net/kdenetwork/files/md5 @@ -1 +1 @@ -MD5 (kdenetwork-Beta2-1.src.tgz) = 23127871d2cc461c420fcb0f4f65b40e +MD5 (kdenetwork-Beta3-1.src.tar.gz) = e7979cadbf138afc2da4850e674446b6 diff --git a/net/kdenetwork/patches/patch-aa b/net/kdenetwork/patches/patch-aa index 576a1c066d0..6467a1f5983 100644 --- a/net/kdenetwork/patches/patch-aa +++ b/net/kdenetwork/patches/patch-aa @@ -1,28 +1,11 @@ -*** configure~ Sun Oct 26 01:04:56 1997 ---- configure Sat Nov 1 23:03:17 1997 -*************** -*** 913,917 **** - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' - - ---- 913,917 ---- - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555' - - -*************** -*** 2039,2043 **** - do - for ac_extension in a so sl; do -! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then - ac_x_libraries=$ac_dir - break 2 ---- 2039,2043 ---- - do - for ac_extension in a so sl; do -! if test -r $ac_dir/lib${x_direct_test_library}.*$ac_extension; then - ac_x_libraries=$ac_dir - break 2 +--- krn/kdecode.cpp.old Wed Nov 12 21:56:57 1997 ++++ krn/kdecode.cpp Fri Mar 20 23:15:21 1998 +@@ -9,7 +9,7 @@ + #include <qstrlist.h> + #include <kconfig.h> + #include <kapp.h> +-#include <uudeview.h> ++#include <uu.h> + #include <mimelib/mimepp.h> + #include "ktempfile.h" + #include <kapp.h> diff --git a/net/kdenetwork/patches/patch-ab b/net/kdenetwork/patches/patch-ab index 351b6b44883..9dc3d21a2c5 100644 --- a/net/kdenetwork/patches/patch-ab +++ b/net/kdenetwork/patches/patch-ab @@ -1,28 +1,11 @@ ---- krn/Makefile.in.orig Thu Dec 18 22:07:32 1997 -+++ krn/Makefile.in Thu Dec 18 22:19:33 1997 -@@ -46,6 +46,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - transform = @program_transform_name@ +--- krn/Makefile.in.orig Sun Feb 1 02:07:48 1998 ++++ krn/Makefile.in Fri Mar 20 23:23:43 1998 +@@ -122,7 +122,7 @@ -@@ -126,7 +127,7 @@ - ICONDIR = $(kde_icondir) - MINIDIR = $(kde_minidir) - # better would be Internet --UTILSDIR = $(kde_appsdir)/Utilities -+UTILSDIR = $(kde_appsdir)/Internet + INCLUDES = $(all_includes) - BUILTSOURCES = groupdlg.moc \ - NNTP.moc \ -@@ -434,7 +435,7 @@ - install-data: install-data-recursive - @$(NORMAL_INSTALL) +-LDADD = $(LIBCOMPAT) $(LIBSOCKET) $(all_libraries) -lkfm -lkhtmlw -ljscript -lkdeui -lkdecore $(LIBJPEG) -lgif -lqt -lXext -lX11 -lmimelib -luulib -lgdbm $(KDE_RPATH) ++LDADD = $(LIBCOMPAT) $(LIBSOCKET) $(all_libraries) -lkfm -lkhtmlw -ljscript -lkdeui -lkdecore $(LIBJPEG) -lgif -lqt -lXext -lX11 -lmimelib -luu -lgdbm $(KDE_RPATH) --install: install-recursive install-exec-am -+install: install-recursive install-exec-am install-local-data - @: - - uninstall: uninstall-recursive uninstall-am + ICONDIR = $(kde_icondir) + MINIDIR = $(kde_minidir) diff --git a/net/kdenetwork/patches/patch-ac b/net/kdenetwork/patches/patch-ac deleted file mode 100644 index 69b2fd86f3e..00000000000 --- a/net/kdenetwork/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- kmail/pics/Makefile.in.orig Sun Dec 28 19:50:59 1997 -+++ kmail/pics/Makefile.in Sun Dec 28 19:51:17 1997 -@@ -124,7 +124,8 @@ - kminsorgmsg.xpm kmmsgdel.xpm kmmsgnew.xpm kmmsgunseen.xpm \ - kmmsgold.xpm kmmsgreplied.xpm kmtrash.xpm red-bullet.xpm \ - kmfldsent.xpm closed.xpm green-bullet.xpm \ -- stopwatch.xbm stopwatchMask.xbm kdelogo.xpm -+ stopwatch.xbm stopwatchMask.xbm kdelogo.xpm \ -+ kmmsgsent.xpm kmmsgqueued.xpm - - datadir = $(prefix)/share/apps/kmail/pics - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/net/kdenetwork/pkg/PLIST b/net/kdenetwork/pkg/PLIST index 2c0ec886076..33d2353cc00 100644 --- a/net/kdenetwork/pkg/PLIST +++ b/net/kdenetwork/pkg/PLIST @@ -1,4 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 1997/12/29 03:52:16 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/03/21 01:54:51 tron Exp $ +bin/kmail +bin/knu +bin/korn +bin/krn +share/apps/kmail/pics/feather_white.xpm +share/apps/kmail/pics/pub_key_red.xpm share/apps/kmail/pics/attach.xpm share/apps/kmail/pics/filedel2.xpm share/apps/kmail/pics/filereply.xpm @@ -24,6 +30,9 @@ share/apps/kmail/pics/closed.xpm share/apps/kmail/pics/stopwatch.xbm share/apps/kmail/pics/stopwatchMask.xbm share/apps/kmail/pics/kdelogo.xpm +share/apps/krn/toolbar/find.xpm +share/apps/krn/toolbar/feather_white.xpm +share/apps/krn/toolbar/pub_key_red.xpm share/apps/krn/toolbar/black-bullet.xpm share/apps/krn/toolbar/filemail.xpm share/apps/krn/toolbar/previous.xpm @@ -59,6 +68,13 @@ share/doc/HTML/en/kmail/index-4.html share/doc/HTML/en/kmail/index-5.html share/doc/HTML/en/kmail/index-6.html share/doc/HTML/en/kmail/index-7.html +share/doc/HTML/en/kmail/logotp3.gif +share/doc/HTML/en/knu/knu-host.gif +share/doc/HTML/en/knu/knu-traceroute.gif +share/doc/HTML/en/knu/knu-config.gif +share/doc/HTML/en/knu/knu-ping.gif +share/doc/HTML/en/knu/index.html +share/doc/HTML/en/korn/index.html share/doc/HTML/en/krn/index.html share/doc/HTML/en/krn/articles.html share/doc/HTML/en/krn/groups.html @@ -67,22 +83,50 @@ share/doc/HTML/en/krn/overview.html share/applnk/Internet/KMail.kdelnk share/applnk/Internet/Krn.kdelnk share/applnk/Network/knu.kdelnk +share/applnk/Network/KOrn.kdelnk +share/icons/mini/kmail.xpm +share/icons/mini/krn.xpm +share/icons/kmail.xpm +share/icons/knu.xpm +share/icons/korn.xpm +share/icons/krn.xpm share/locale/de/LC_MESSAGES/kmail.mo +share/locale/de/LC_MESSAGES/krn.mo +share/locale/de/LC_MESSAGES/knu.mo +share/locale/de/LC_MESSAGES/kppp.mo share/locale/pt/LC_MESSAGES/kmail.mo share/locale/fr/LC_MESSAGES/kmail.mo +share/locale/fr/LC_MESSAGES/knu.mo +share/locale/fr/LC_MESSAGES/krn.mo share/locale/fi/LC_MESSAGES/kmail.mo -bin/kmail -bin/krn -@dirrm share/icons +share/locale/fi/LC_MESSAGES/knu.mo +share/locale/fi/LC_MESSAGES/kppp.mo +share/locale/fi/LC_MESSAGES/krn.mo +share/locale/cs/LC_MESSAGES/kmail.mo +share/locale/cs/LC_MESSAGES/krn.mo +share/locale/cs/LC_MESSAGES/knu.mo +share/locale/cs/LC_MESSAGES/kppp.mo +share/locale/es/LC_MESSAGES/krn.mo +share/locale/es/LC_MESSAGES/knu.mo +share/locale/es/LC_MESSAGES/kmail.mo +share/locale/es/LC_MESSAGES/kppp.mo +share/locale/hu/LC_MESSAGES/kmail.mo +share/locale/hu/LC_MESSAGES/knu.mo +share/locale/it/LC_MESSAGES/kmail.mo +share/locale/pt/LC_MESSAGES/knu.mo +share/locale/pt/LC_MESSAGES/kppp.mo +share/locale/pl/LC_MESSAGES/kppp.mo +share/locale/pl/LC_MESSAGES/kmail.mo +share/locale/pl/LC_MESSAGES/krn.mo +share/locale/pl/LC_MESSAGES/knu.mo +share/locale/cr/LC_MESSAGES/kmail.mo +share/locale/cr/LC_MESSAGES/knu.mo @dirrm share/doc/HTML/en/krn @dirrm share/doc/HTML/en/kmail -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/doc +@dirrm share/doc/HTML/en/knu +@dirrm share/doc/HTML/en/korn +@dirrm share/applnk/Network @dirrm share/apps/krn/toolbar @dirrm share/apps/krn @dirrm share/apps/kmail/pics @dirrm share/apps/kmail -@dirrm share/apps -@dirrm share/applnk/Utilities -@dirrm share/applnk diff --git a/x11/kde/Makefile b/x11/kde/Makefile index e4d2fda0f5c..5a8065951c3 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: kde -# Version required: Beta2 +# Version required: Beta3 # Date created: 4 November 1997 # Whom: Satoshi Asami <asami@freebsd.org> # -# $NetBSD: Makefile,v 1.3 1998/01/30 13:57:49 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/21 01:55:28 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp # -DISTNAME= kde-2.1b +DISTNAME= kde-3.1b CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= se@freebsd.org -LIB_DEPENDS= kdecore.0.11:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore.0.90:${PORTSDIR}/x11/kdelibs RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase \ kcalc:${PORTSDIR}/misc/kdeutils \ kmahjongg:${PORTSDIR}/games/kdegames \ diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index a53b7ff31d5..bd0f98c2643 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: kdebase -# Version required: Beta2 +# Version required: Beta3 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:46 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/21 01:54:04 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp # -DISTNAME= kdebase-Beta2-1 -PKGNAME= kdebase-2.1b +DISTNAME= kdebase-Beta3-1 +PKGNAME= kdebase-3.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 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org @@ -21,21 +21,37 @@ 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 \ - kdecore.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kdeui.0.1[0-9]:${PORTSDIR}/x11/kdelibs \ - jscript.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - khtmlw.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm.0.[1-9]:${PORTSDIR}/x11/kdelibs \ - mediatool.0.[6-9]:${PORTSDIR}/x11/kdelibs + kdecore.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kdeui.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kfm.0.9[0-9]:${PORTSDIR}/x11/kdelibs \ + mediatool.0.9[0-9]:${PORTSDIR}/x11/kdelibs +USE_X11= yes 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" \ + "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ + "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--with-qt-dir=${PREFIX}" \ - "--with-qt-includes=${X11BASE}/include/qt" -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" + "--with-qt-includes=${PREFIX}/include/qt" +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" WRKSRC= ${WRKDIR}/kdebase +PLIST_SRC= ${WRKDIR}/PLIST.tmp +PLIST_DIRS= ${PREFIX}/share/applnk \ + ${PREFIX}/share/apps/kappfinder \ + ${PREFIX}/share/mimelnk + +post-install: + @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + @find ${PLIST_DIRS} -type f | \ + ${SED} "s/${PREFIX:S/\//\\\//g}\///g" >>${PLIST_SRC} + @find ${PLIST_DIRS} -type d | sort -r | \ + ${SED} "s/${PREFIX:S/\//\\\//g}\//\@dirrm /g" >>${PLIST_SRC} + .include <bsd.port.mk> diff --git a/x11/kdebase/files/md5 b/x11/kdebase/files/md5 index 0a5b3970998..9c3e423627b 100644 --- a/x11/kdebase/files/md5 +++ b/x11/kdebase/files/md5 @@ -1 +1 @@ -MD5 (kdebase-Beta2-1.src.tgz) = a9649a5cfeef49f69fbd70fe7af644ed +MD5 (kdebase-Beta3-1.src.tar.gz) = 4afd429364c745a57d46841967bb7159 diff --git a/x11/kdebase/patches/patch-aa b/x11/kdebase/patches/patch-aa index f87bf70c896..7209132c79b 100644 --- a/x11/kdebase/patches/patch-aa +++ b/x11/kdebase/patches/patch-aa @@ -1,15 +1,10 @@ -*** configure.orig Sun Oct 26 01:02:37 1997 ---- configure Fri Oct 31 22:49:27 1997 -*************** -*** 925,929 **** - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' - - ---- 925,929 ---- - - -! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555' - - +--- kscreensaver/main.cpp.orig Sat Jan 10 01:13:31 1998 ++++ kscreensaver/main.cpp Wed Mar 18 22:19:20 1998 +@@ -288,6 +288,7 @@ + } + + initPasswd(); ++ setuid (getuid ()); + + if ( mode == MODE_INSTALL ) + { diff --git a/x11/kdebase/patches/patch-ab b/x11/kdebase/patches/patch-ab deleted file mode 100644 index c23f2183d29..00000000000 --- a/x11/kdebase/patches/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ -*** kdehelp/man.cpp~ Sat Oct 4 22:54:07 1997 ---- kdehelp/man.cpp Tue Oct 28 01:06:43 1997 -*************** -*** 11,14 **** ---- 11,15 ---- - #include <stdio.h> - #include <string.h> -+ #include <sys/types.h> - #include <dirent.h> - #include <unistd.h> -*** kdehelp/search/mansrch.cpp~ Thu Aug 7 05:02:14 1997 ---- kdehelp/search/mansrch.cpp Tue Oct 28 01:03:17 1997 -*************** -*** 7,10 **** ---- 7,11 ---- - #include <stdio.h> - #include <string.h> -+ #include <sys/types.h> - #include <dirent.h> - #include <unistd.h> diff --git a/x11/kdebase/patches/patch-ac b/x11/kdebase/patches/patch-ac deleted file mode 100644 index 7a087e41414..00000000000 --- a/x11/kdebase/patches/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ -*** kdm/Makefile.in~ Sun Nov 23 01:03:19 1997 ---- kdm/Makefile.in Wed Nov 26 23:45:08 1997 -*************** -*** 141,144 **** ---- 141,145 ---- - # Libraries: - LDADD = $(all_libraries) -lkdecore -lqt -lXext\ -+ -lrpcsvc\ - -lXau -lXdmcp -lX11 -lm $(PASSLIB) $(LIBSOCKET) $(LIBCRYPT) $(KDE_RPATH) $(LIBUCB) - diff --git a/x11/kdebase/patches/patch-ad b/x11/kdebase/patches/patch-ad deleted file mode 100644 index 1c966473d8f..00000000000 --- a/x11/kdebase/patches/patch-ad +++ /dev/null @@ -1,119 +0,0 @@ ---- kcontrol/Makefile.in.orig Sun Nov 23 01:03:11 1997 -+++ kcontrol/Makefile.in Thu Dec 18 01:17:52 1997 -@@ -307,7 +307,7 @@ - - install-data-local: - $(mkinstalldirs) $(kde_bindir) -- $(INSTALL_PROGRAM) kcontrol $(kde_bindir)/kcontrol -+ $(INSTALL_SCRIPT) kcontrol $(kde_bindir)/kcontrol - - uninstall-local: - rm -f $(kde_bindir)/kcontrol ---- kcontrol/info/memory.cpp.orig Thu Dec 18 00:43:43 1997 -+++ kcontrol/info/memory.cpp Thu Dec 18 00:47:50 1997 -@@ -81,6 +81,8 @@ - #include "memory_sgi.cpp" - #elif __FreeBSD__ - #include "memory_fbsd.cpp" -+#elif __NetBSD__ -+#include "memory_nbsd.cpp" - #else - - // Default for unsupported systems ---- kcontrol/info/processor.cpp.orig Thu Dec 18 00:56:53 1997 -+++ kcontrol/info/processor.cpp Thu Dec 18 00:58:27 1997 -@@ -13,6 +13,8 @@ - #include "processor_sgi.cpp" - #elif __FreeBSD__ - #include "processor_fbsd.cpp" -+#elif __NetBSD__ -+#include "processor_nbsd.cpp" - #else - - // Default for unsupportet systems ---- /dev/null Thu Dec 18 00:28:16 1997 -+++ kcontrol/info/memory_nbsd.cpp Thu Dec 18 00:53:11 1997 -@@ -0,0 +1,25 @@ -+#include <sys/types.h> -+#include <sys/param.h> -+#include <sys/sysctl.h> -+ -+void KMemoryWidget::update() -+{ -+ int mib[2],memory; size_t len;char blah[10]; -+ -+ mib[0]=CTL_HW;mib[1]=HW_PHYSMEM; -+ len=sizeof(memory); -+ sysctl(mib,2,&memory,&len,NULL,0); -+ -+ snprintf(blah,10,"%d",memory); -+ // Numerical values -+ totalMem->setText(format(memory)); -+ /* To: questions@freebsd.org -+ Anyone have any ideas on how to calculate this */ -+ freeMem->setText("Unknown"); -+ sharedMem->setText(("Unknown")); -+ bufferMem->setText(("Unknown")); -+ /* To count swap space, you'd need to -lkvm kcc, and make it suid root, -+ let's not do that */ -+ swapMem->setText(("Unknown")); -+ freeSwapMem->setText(("Unknown")); -+} ---- /dev/null Thu Dec 18 00:28:16 1997 -+++ kcontrol/info/processor_nbsd.cpp Thu Dec 18 01:00:48 1997 -@@ -0,0 +1,55 @@ -+#include <sys/types.h> -+#include <sys/param.h> -+#include <sys/sysctl.h> -+#include <stdlib.h> -+ -+/* stdio.h has NULL, but also a lot of extra cruft */ -+#ifndef NULL -+#define NULL 0L -+#endif -+ -+/* Again avoid the cruft in stdlib.h since malloc() isn't gonna change -+ too often */ -+/* void *malloc __P((size_t)); */ -+ -+KProcessorWidget::KProcessorWidget(QWidget *parent, const char *name) -+ : KConfigWidget(parent, name) -+{ -+ QString str; -+ -+ /* Stuff for sysctl */ -+ char *buf,*mhz,*cpustring; -+ int mib[2],machspeed; -+ size_t len; -+ /* */ -+ -+ cpustring=(char *)malloc(128); -+ lBox = new QListBox(this); -+ lBox->setGeometry(20,20,400,280); -+ lBox->setFont(QFont("Courier")); -+ -+ mib[0] = CTL_HW; -+ mib[1] = HW_MODEL; -+ sysctl(mib,2,NULL,&len,NULL,0); -+ buf=(char*)malloc(len); -+ sysctl(mib,2,buf,&len,NULL,0); -+ /* Get the CPU speed, heh, heh, undocumented sysctls rule -+ but I dunno if this works on 2.2 machines. */ -+ mib[0] = CTL_MACHDEP; mib[1] = 107; -+ len=sizeof(machspeed); -+ sysctl(mib,2,&machspeed,&len,NULL,0); -+ /* Format the integer into correct xxx.xx MHz */ -+ mhz=(char *)malloc(20); -+ snprintf(mhz,20,"%d.%02d",(machspeed+4999)/1000000, -+ ((machspeed+4999)/10000)%100); -+ if (strcmp(mhz,"0.0")==0) -+ /* We dunno how fast it's running */ -+ snprintf(cpustring,128,"%s, unknown speed",buf); -+ else -+ snprintf(cpustring,128,"%s running at %s MHz",buf,mhz); -+ /* Put everything in the listbox */ -+ lBox->insertItem(buf); -+ /* Clean up after ourselves */ -+ free(mhz); free(cpustring); -+} -+ diff --git a/x11/kdebase/patches/patch-af b/x11/kdebase/patches/patch-af deleted file mode 100644 index e6b70985ef7..00000000000 --- a/x11/kdebase/patches/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- kscreensaver/saver.cpp.orig Thu Dec 18 00:37:25 1997 -+++ kscreensaver/saver.cpp Thu Dec 18 00:37:55 1997 -@@ -104,7 +104,7 @@ - passwd *pass; - char salt[3]; - --#ifdef __FreeBSD__ -+#if defined(__FreeBSD__) || defined(__NetBSD__) - pass = getpwuid(getuid()); - - if ( !strcmp( crypt( password, pass->pw_passwd), pass->pw_passwd )) { diff --git a/x11/kdebase/pkg/PLIST b/x11/kdebase/pkg/PLIST index f919faac825..c6f40d70d77 100644 --- a/x11/kdebase/pkg/PLIST +++ b/x11/kdebase/pkg/PLIST @@ -1,4 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 1997/12/29 03:58:19 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/03/21 01:54:05 tron Exp $ +bin/kappfinder +bin/kappfinder_restart +bin/kcmkpanel +bin/kcmlocale +bin/kdmconfig bin/kfmwarn bin/kfmclient bin/kioslave @@ -10,6 +15,7 @@ bin/startkde bin/kdehelp bin/kfontmanager bin/kfind +bin/kmorph3d.kss bin/kvt bin/kwm bin/kpanel @@ -38,7 +44,6 @@ bin/kblob.kss bin/kmenuedit bin/maudio bin/kaudioserver -bin/kcmsample bin/kcmsamba bin/kcmbell bin/kcmdisplay @@ -46,6 +51,28 @@ bin/kcminput bin/kcmkwm bin/kcminfo bin/kcontrol +bin/unpack +share/apps/kcmlocale/pics/flag_de.gif +share/apps/kcmlocale/pics/flag_en.gif +share/apps/kcmlocale/pics/flag_fr.gif +share/apps/kcmlocale/pics/flag_C.gif +share/apps/kcmlocale/pics/flag_cs.gif +share/apps/kcmlocale/pics/flag_sv.gif +share/apps/kcmlocale/pics/flag_es.gif +share/apps/kcmlocale/pics/flag_ru.gif +share/apps/kcmlocale/pics/flag_nl.gif +share/apps/kcmlocale/pics/flag_hu.gif +share/apps/kcmlocale/pics/flag_da.gif +share/apps/kcmlocale/pics/flag_fi.gif +share/apps/kcmlocale/pics/flag_it.gif +share/apps/kcmlocale/pics/flag_pt.gif +share/apps/kcmlocale/pics/flag_pl.gif +share/apps/kcmlocale/pics/flag_no.gif +share/apps/kcmlocale/pics/flag_el.gif +share/apps/kcmlocale/pics/flag_hr.gif +share/apps/kfm/directory.trash +share/apps/kfm/directory.autostart +share/apps/kfm/directory.templates share/apps/kfm/pics/kmultiple.xpm share/apps/kfm/pics/info.xpm share/apps/kfm/pics/exclamation.xpm @@ -73,6 +100,7 @@ share/apps/kfind/toolbar/save.xpm share/apps/kfind/toolbar/delete.xpm share/apps/kfind/toolbar/info.xpm share/apps/kfind/toolbar/idea.xpm +share/apps/kwm/pics/fog.gif share/apps/kwm/pics/close.xpm share/apps/kwm/pics/maximize.xpm share/apps/kwm/pics/maximizedown.xpm @@ -90,8 +118,34 @@ share/apps/kpanel/pics/window_list.xpm share/apps/kdm/pics/users/default.xpm share/apps/kdm/pics/users/root.xpm share/apps/kdm/pics/kdelogo.xpm +share/apps/kdmconfig/pics/monitor.xpm share/apps/kdisplay/pics/monitor.xpm +share/apps/kcontrol/pics/kdekcc.xpm +share/icons/background.xpm +share/icons/palette.xpm +share/icons/kcontrol.xpm +share/icons/emacs.xpm +share/icons/edit.xpm +share/icons/xeyes.xpm +share/icons/gv.xpm +share/icons/xpaint.xpm +share/icons/xv.xpm +share/icons/xcalc.xpm +share/icons/pinguin.xpm +share/icons/network.xpm +share/icons/information.xpm share/icons/kfm.xpm +share/icons/mini/gv.xpm +share/icons/mini/mini-kdmconfig.xpm +share/icons/mini/kdmconfig.xpm +share/icons/mini/kdm-appear.xpm +share/icons/mini/kdm-font.xpm +share/icons/mini/kdm-backgnd.xpm +share/icons/mini/kdm-users.xpm +share/icons/mini/kdm-sessions.xpm +share/icons/mini/kcontrol.xpm +share/icons/mini/xpaint.xpm +share/icons/mini/pinguin.xpm share/icons/mini/kdehelp.xpm share/icons/mini/kfontmanager.xpm share/icons/mini/kfind.xpm @@ -187,7 +241,6 @@ share/icons/mini/mini.xlock.xpm share/icons/mini/mini.xterm.xpm share/icons/mini/mini.zircon.xpm share/icons/mini/kmenuedit.xpm -share/icons/mini/sample.xpm share/icons/mini/smbstatus.xpm share/icons/mini/bell.xpm share/icons/mini/background.xpm @@ -330,93 +383,49 @@ share/icons/www.xpm share/icons/y_src.xpm share/icons/zip_mount.xpm share/icons/zip_unmount.xpm -share/config/kfmrc share/config/desktop +share/config/kcmlocalerc share/config/kdmrc -share/mimelnk/magic -share/mimelnk/application/x-dvi.kdelnk -share/mimelnk/application/x-tex-gf.kdelnk -share/mimelnk/application/gzip.kdelnk -share/mimelnk/application/x-object.kdelnk -share/mimelnk/application/x-tex-pk.kdelnk -share/mimelnk/application/pdf.kdelnk -share/mimelnk/application/x-tar.kdelnk -share/mimelnk/application/x-trash.kdelnk -share/mimelnk/application/x-core.kdelnk -share/mimelnk/application/x-font.kdelnk -share/mimelnk/application/x-java.kdelnk -share/mimelnk/application/postscript.kdelnk -share/mimelnk/application/octet-stream.kdelnk -share/mimelnk/application/x-shellscript.kdelnk -share/mimelnk/application/x-kdelnk.kdelnk -share/mimelnk/application/x-executable.kdelnk -share/mimelnk/text/x-c++src.kdelnk -share/mimelnk/text/x-c++hdr.kdelnk -share/mimelnk/text/x-csrc.kdelnk -share/mimelnk/text/x-java.kdelnk -share/mimelnk/text/english.kdelnk -share/mimelnk/text/x-makefile.kdelnk -share/mimelnk/text/x-moc.kdelnk -share/mimelnk/text/x-pascal.kdelnk -share/mimelnk/text/x-tcl.kdelnk -share/mimelnk/text/x-tex.kdelnk -share/mimelnk/text/html.kdelnk -share/mimelnk/text/plain.kdelnk -share/mimelnk/text/x-chdr.kdelnk -share/mimelnk/audio/x-wav.kdelnk -share/mimelnk/audio/x-mod.kdelnk -share/mimelnk/audio/x-midi.kdelnk -share/mimelnk/video/mpeg.kdelnk -share/mimelnk/image/jpeg.kdelnk -share/mimelnk/image/tiff.kdelnk -share/mimelnk/image/x-xpm.kdelnk -share/mimelnk/image/x-xbm.kdelnk -share/mimelnk/image/gif.kdelnk -share/mimelnk/image/fax-g3.kdelnk -share/mimelnk/inode/block.kdelnk -share/mimelnk/inode/chardevice.kdelnk -share/mimelnk/inode/directory-locked.kdelnk -share/mimelnk/inode/directory.kdelnk -share/mimelnk/inode/fifo.kdelnk -share/mimelnk/inode/socket.kdelnk -share/applnk/System/kwmpager.kdelnk -share/applnk/System/.directory -share/applnk/System/Arrange.kdelnk -share/applnk/System/Kfontmanager.kdelnk -share/applnk/System/kfmsu.kdelnk -share/applnk/Applications/.directory -share/applnk/Games/.directory -share/applnk/Graphics/.directory -share/applnk/Internet/.directory -share/applnk/Multimedia/.directory -share/applnk/Utilities/.directory -share/applnk/Utilities/kvt.kdelnk -share/applnk/Utilities/KMenuEdit.kdelnk -share/applnk/Settings/Input_Devices/.directory -share/applnk/Settings/Input_Devices/mouse.kdelnk -share/applnk/Settings/Input_Devices/keyboard.kdelnk -share/applnk/Settings/Desktop/.directory -share/applnk/Settings/Desktop/colors.kdelnk -share/applnk/Settings/Desktop/screensaver.kdelnk -share/applnk/Settings/Desktop/style.kdelnk -share/applnk/Settings/Desktop/background.kdelnk -share/applnk/Settings/Sound/.directory -share/applnk/Settings/Sound/bell.kdelnk -share/applnk/Settings/KWM/.directory -share/applnk/Settings/KWM/buttons.kdelnk -share/applnk/Settings/KWM/windows.kdelnk -share/applnk/Settings/KWM/titlebar.kdelnk -share/applnk/Settings/Network/.directory -share/applnk/Settings/Network/smbstatus.kdelnk -share/applnk/Settings/Information/.directory -share/applnk/Settings/Information/memory.kdelnk -share/applnk/Settings/Information/processor.kdelnk -share/applnk/Settings/.directory -share/applnk/Help.kdelnk -share/applnk/Home.kdelnk -share/applnk/Kfind.kdelnk -share/applnk/Krefresh.kdelnk -share/applnk/Trash.kdelnk +share/config/kfmrc +share/config/kpanelrc +share/doc/HTML/en/kcontrol/kdmconfig/index.html +share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html +share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html +share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html +share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html +share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-1.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-2.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-3.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-4.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-5.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-6.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-7.html +share/doc/HTML/en/kcontrol/kdisplay/kdisplay-8.html +share/doc/HTML/en/kcontrol/kdisplay/logotp3.gif +share/doc/HTML/en/kcontrol/kcminput/input.html +share/doc/HTML/en/kcontrol/kcminput/input-1.html +share/doc/HTML/en/kcontrol/kcminput/input-2.html +share/doc/HTML/en/kcontrol/kcminput/logotp3.gif +share/doc/HTML/en/kcontrol/kcmkwm/kwm.html +share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html +share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html +share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html +share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif +share/doc/HTML/en/kcontrol/kcmbell/bell.html +share/doc/HTML/en/kcontrol/kcmbell/bell-1.html +share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif +share/doc/HTML/en/kcontrol/kcminfo/info.html +share/doc/HTML/en/kcontrol/kcminfo/info-1.html +share/doc/HTML/en/kcontrol/kcminfo/info-2.html +share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif +share/doc/HTML/en/kcontrol/kcmlocale/locale.html +share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html +share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif +share/doc/HTML/en/kdm/logotp3.gif +share/doc/HTML/en/kfontmanager/logotp3.gif +share/doc/HTML/en/kfind/logotp3.gif share/doc/HTML/en/kmedia/maudio.html share/doc/HTML/en/kdehelp/devel.html share/doc/HTML/en/kdehelp/index.html @@ -439,15 +448,6 @@ share/doc/HTML/en/kdehelp/quickstart-4.html share/doc/HTML/en/kdehelp/quickstart-5.html share/doc/HTML/en/kdehelp/quickstart-6.html share/doc/HTML/en/kdehelp/quickstart-7.html -share/doc/HTML/en/kdisplay/kdisplay.html -share/doc/HTML/en/kdisplay/kdisplay-1.html -share/doc/HTML/en/kdisplay/kdisplay-2.html -share/doc/HTML/en/kdisplay/kdisplay-3.html -share/doc/HTML/en/kdisplay/kdisplay-4.html -share/doc/HTML/en/kdisplay/kdisplay-5.html -share/doc/HTML/en/kdisplay/kdisplay-6.html -share/doc/HTML/en/kdisplay/kdisplay-7.html -share/doc/HTML/en/kdisplay/kdisplay-8.html share/doc/HTML/en/kfm/app.html share/doc/HTML/en/kfm/mime.html share/doc/HTML/en/kfm/app2.html @@ -535,9 +535,172 @@ share/toolbar/viewmag-.xpm share/toolbar/viewmag.xpm share/toolbar/viewzoom.xpm share/toolbar/stop.xpm +share/wallpapers/marble01.jpg share/wallpapers/ocean01.jpg share/wallpapers/paper01.jpg share/wallpapers/water01.jpg +share/locale/de/LC_MESSAGES/krootwm.mo +share/locale/de/LC_MESSAGES/kcmbell.mo +share/locale/de/LC_MESSAGES/kcminfo.mo +share/locale/de/LC_MESSAGES/kcminput.mo +share/locale/de/LC_MESSAGES/kcmkwm.mo +share/locale/de/LC_MESSAGES/kcmsamba.mo +share/locale/de/LC_MESSAGES/kcmsample.mo +share/locale/de/LC_MESSAGES/kcontrol.mo +share/locale/de/LC_MESSAGES/kmenuedit.mo +share/locale/de/LC_MESSAGES/kdmconfig.mo +share/locale/de/LC_MESSAGES/kcmkpanel.mo +share/locale/de/LC_MESSAGES/kcmlocale.mo +share/locale/fr/LC_MESSAGES/kcmkwm.mo +share/locale/fr/LC_MESSAGES/kcmsamba.mo +share/locale/fr/LC_MESSAGES/kcmkpanel.mo +share/locale/fr/LC_MESSAGES/kcmbell.mo +share/locale/fr/LC_MESSAGES/kcminfo.mo +share/locale/fr/LC_MESSAGES/kcminput.mo +share/locale/fr/LC_MESSAGES/kcontrol.mo +share/locale/fr/LC_MESSAGES/krootwm.mo +share/locale/fr/LC_MESSAGES/kcmlocale.mo +share/locale/fr/LC_MESSAGES/kcmsample.mo +share/locale/fr/LC_MESSAGES/kdmconfig.mo +share/locale/fr/LC_MESSAGES/kmenuedit.mo +share/locale/sv/LC_MESSAGES/kcontrol.mo +share/locale/sv/LC_MESSAGES/kpanel.mo +share/locale/sv/LC_MESSAGES/krootwm.mo +share/locale/sv/LC_MESSAGES/kmenuedit.mo +share/locale/sv/LC_MESSAGES/kcmbell.mo +share/locale/sv/LC_MESSAGES/kcminfo.mo +share/locale/sv/LC_MESSAGES/kcminput.mo +share/locale/sv/LC_MESSAGES/kcmkpanel.mo +share/locale/sv/LC_MESSAGES/kcmkwm.mo +share/locale/sv/LC_MESSAGES/kcmlocale.mo +share/locale/sv/LC_MESSAGES/kcmsamba.mo +share/locale/sv/LC_MESSAGES/kcmsample.mo +share/locale/sv/LC_MESSAGES/kdm.mo +share/locale/sv/LC_MESSAGES/kdmconfig.mo +share/locale/sv/LC_MESSAGES/klock.mo +share/locale/cs/LC_MESSAGES/kcmbell.mo +share/locale/cs/LC_MESSAGES/kcminfo.mo +share/locale/cs/LC_MESSAGES/kcminput.mo +share/locale/cs/LC_MESSAGES/kcmkwm.mo +share/locale/cs/LC_MESSAGES/kdmconfig.mo +share/locale/cs/LC_MESSAGES/kcmkpanel.mo +share/locale/cs/LC_MESSAGES/kcmsamba.mo +share/locale/cs/LC_MESSAGES/kcmsample.mo +share/locale/cs/LC_MESSAGES/kmenuedit.mo +share/locale/cs/LC_MESSAGES/kcontrol.mo +share/locale/cs/LC_MESSAGES/kcmlocale.mo +share/locale/es/LC_MESSAGES/kcminfo.mo +share/locale/es/LC_MESSAGES/kcmbell.mo +share/locale/es/LC_MESSAGES/kcminput.mo +share/locale/es/LC_MESSAGES/krootwm.mo +share/locale/es/LC_MESSAGES/kcmkwm.mo +share/locale/es/LC_MESSAGES/kcontrol.mo +share/locale/es/LC_MESSAGES/kdmconfig.mo +share/locale/es/LC_MESSAGES/kcmsamba.mo +share/locale/es/LC_MESSAGES/kmenuedit.mo +share/locale/es/LC_MESSAGES/kcmlocale.mo +share/locale/ru/LC_MESSAGES/kcmbell.mo +share/locale/ru/LC_MESSAGES/kcminfo.mo +share/locale/ru/LC_MESSAGES/kcminput.mo +share/locale/ru/LC_MESSAGES/kcmkpanel.mo +share/locale/ru/LC_MESSAGES/kcmkwm.mo +share/locale/ru/LC_MESSAGES/kcmlocale.mo +share/locale/ru/LC_MESSAGES/kcmsamba.mo +share/locale/ru/LC_MESSAGES/kcmsample.mo +share/locale/ru/LC_MESSAGES/kcontrol.mo +share/locale/ru/LC_MESSAGES/kdm.mo +share/locale/ru/LC_MESSAGES/kdmconfig.mo +share/locale/ru/LC_MESSAGES/krootwm.po +share/locale/hu/LC_MESSAGES/krootwm.mo +share/locale/hu/LC_MESSAGES/kcmbell.mo +share/locale/hu/LC_MESSAGES/kcminfo.mo +share/locale/hu/LC_MESSAGES/kcminput.mo +share/locale/hu/LC_MESSAGES/kcmsamba.mo +share/locale/hu/LC_MESSAGES/kcmsample.mo +share/locale/hu/LC_MESSAGES/kvt.mo +share/locale/da/LC_MESSAGES/kcmbell.mo +share/locale/da/LC_MESSAGES/kcminfo.mo +share/locale/da/LC_MESSAGES/kcminput.mo +share/locale/da/LC_MESSAGES/kcmkpanel.mo +share/locale/da/LC_MESSAGES/kcmkwm.mo +share/locale/da/LC_MESSAGES/kcmlocale.mo +share/locale/da/LC_MESSAGES/kcmsamba.mo +share/locale/da/LC_MESSAGES/kcontrol.mo +share/locale/da/LC_MESSAGES/kdehelp.mo +share/locale/da/LC_MESSAGES/kdisplay.mo +share/locale/da/LC_MESSAGES/kdmconfig.mo +share/locale/da/LC_MESSAGES/kfm.mo +share/locale/da/LC_MESSAGES/kfontmanager.mo +share/locale/da/LC_MESSAGES/klock.mo +share/locale/da/LC_MESSAGES/kmenuedit.mo +share/locale/da/LC_MESSAGES/kpanel.mo +share/locale/da/LC_MESSAGES/krootwm.mo +share/locale/da/LC_MESSAGES/kvt.mo +share/locale/da/LC_MESSAGES/kwm.mo +share/locale/pt/LC_MESSAGES/kcminfo.mo +share/locale/pt/LC_MESSAGES/kcminput.mo +share/locale/pt/LC_MESSAGES/kcmkwm.mo +share/locale/pt/LC_MESSAGES/kcmkpanel.mo +share/locale/pt/LC_MESSAGES/kcmsamba.mo +share/locale/pt/LC_MESSAGES/kcmsample.mo +share/locale/pt/LC_MESSAGES/kcontrol.mo +share/locale/pt/LC_MESSAGES/kdmconfig.mo +share/locale/pt/LC_MESSAGES/krootwm.mo +share/locale/pt/LC_MESSAGES/kcmlocale.mo +share/locale/pt/LC_MESSAGES/kmenuedit.mo +share/locale/pt/LC_MESSAGES/kcmbell.mo +share/locale/pl/LC_MESSAGES/kcmbell.mo +share/locale/pl/LC_MESSAGES/kcminfo.mo +share/locale/pl/LC_MESSAGES/kcminput.mo +share/locale/pl/LC_MESSAGES/kcmkwm.mo +share/locale/pl/LC_MESSAGES/kcmsamba.mo +share/locale/pl/LC_MESSAGES/kcmsample.mo +share/locale/pl/LC_MESSAGES/kcontrol.mo +share/locale/pl/LC_MESSAGES/kcmkpanel.mo +share/locale/pl/LC_MESSAGES/kmenuedit.mo +share/locale/pl/LC_MESSAGES/kdmconfig.mo +share/locale/pl/LC_MESSAGES/kcmlocale.mo +share/locale/el/LC_MESSAGES/kfind.mo +share/locale/el/LC_MESSAGES/kpanel.mo +share/locale/el/LC_MESSAGES/kwm.mo +share/locale/el/LC_MESSAGES/kmenuedit.mo +share/locale/fi/LC_MESSAGES/kmenuedit.mo +share/locale/fi/LC_MESSAGES/krootwm.mo +share/locale/fi/LC_MESSAGES/klock.mo +share/locale/fi/LC_MESSAGES/kdmconfig.mo +share/locale/fi/LC_MESSAGES/kfontmanager.mo +share/locale/fi/LC_MESSAGES/kcontrol.mo +share/locale/fi/LC_MESSAGES/kcmbell.mo +share/locale/fi/LC_MESSAGES/kcminfo.mo +share/locale/fi/LC_MESSAGES/kcminput.mo +share/locale/fi/LC_MESSAGES/kcmkpanel.mo +share/locale/fi/LC_MESSAGES/kcmkwm.mo +share/locale/fi/LC_MESSAGES/kcmsamba.mo +share/locale/fi/LC_MESSAGES/kcmsample.mo +share/locale/fi/LC_MESSAGES/kcmlocale.mo +share/locale/hr/LC_MESSAGES/kfind.mo +share/locale/hr/LC_MESSAGES/kdehelp.mo +share/locale/hr/LC_MESSAGES/kdisplay.mo +share/locale/hr/LC_MESSAGES/kfm.mo +share/locale/hr/LC_MESSAGES/kdm.mo +share/locale/hr/LC_MESSAGES/klock.mo +share/locale/hr/LC_MESSAGES/kvt.mo +share/locale/hr/LC_MESSAGES/kpanel.mo +share/locale/hr/LC_MESSAGES/krootwm.mo +share/locale/ro/LC_MESSAGES/kwm.mo +share/locale/ro/LC_MESSAGES/kdm.mo +share/locale/ro/LC_MESSAGES/kcmlocale.mo +share/locale/ro/LC_MESSAGES/kcontrol.mo +share/locale/ro/LC_MESSAGES/kfm.mo +share/locale/ro/LC_MESSAGES/kpanel.mo +share/locale/ro/LC_MESSAGES/krootwm.mo +share/locale/ro/LC_MESSAGES/kvt.mo +share/locale/ro/LC_MESSAGES/kdehelp.mo +share/locale/ro/LC_MESSAGES/kcmbell.mo +share/locale/ro/LC_MESSAGES/kcminfo.mo +share/locale/ro/LC_MESSAGES/kcminput.mo +share/locale/ro/LC_MESSAGES/kcmkpanel.mo +share/locale/ro/LC_MESSAGES/kfontmanager.mo share/locale/cs/LC_MESSAGES/kfind.mo share/locale/cs/LC_MESSAGES/kdehelp.mo share/locale/cs/LC_MESSAGES/kdisplay.mo @@ -646,7 +809,6 @@ share/locale/pl/LC_MESSAGES/kfm.mo share/locale/pl/LC_MESSAGES/kfontmanager.mo share/locale/pl/LC_MESSAGES/kfind.mo share/locale/pl/LC_MESSAGES/klock.mo -share/locale/pl/LC_MESSAGES/kcc.mo share/locale/pl/LC_MESSAGES/krootwm.mo share/locale/el/LC_MESSAGES/kdisplay.mo share/locale/el/LC_MESSAGES/kfm.mo @@ -654,13 +816,6 @@ cgi-bin/helpsearch cgi-bin/helpindex @dirrm share/wallpapers @dirrm share/toolbar -@dirrm share/mimelnk/video -@dirrm share/mimelnk/text -@dirrm share/mimelnk/inode -@dirrm share/mimelnk/image -@dirrm share/mimelnk/audio -@dirrm share/mimelnk/application -@dirrm share/mimelnk @dirrm share/icons/mini @dirrm share/icons @dirrm share/doc/HTML/en/kwm @@ -671,12 +826,15 @@ cgi-bin/helpindex @dirrm share/doc/HTML/en/kfm @dirrm share/doc/HTML/en/kfind @dirrm share/doc/HTML/en/kdm -@dirrm share/doc/HTML/en/kdisplay @dirrm share/doc/HTML/en/kdehelp -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/doc -@dirrm share/config +@dirrm share/doc/HTML/en/kcontrol/kdmconfig +@dirrm share/doc/HTML/en/kcontrol/kdisplay +@dirrm share/doc/HTML/en/kcontrol/kcminput +@dirrm share/doc/HTML/en/kcontrol/kcmkwm +@dirrm share/doc/HTML/en/kcontrol/kcmbell +@dirrm share/doc/HTML/en/kcontrol/kcminfo +@dirrm share/doc/HTML/en/kcontrol/kcmlocale +@dirrm share/doc/HTML/en/kcontrol @dirrm share/apps/kwm/pics @dirrm share/apps/kwm @dirrm share/apps/kpanel/pics/mini @@ -688,25 +846,15 @@ cgi-bin/helpindex @dirrm share/apps/kfm @dirrm share/apps/kfind/toolbar @dirrm share/apps/kfind +@dirrm share/apps/kdmconfig/pics +@dirrm share/apps/kdmconfig @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @dirrm share/apps/kdm @dirrm share/apps/kdisplay/pics @dirrm share/apps/kdisplay -@dirrm share/apps -@dirrm share/applnk/Utilities -@dirrm share/applnk/System -@dirrm share/applnk/Settings/Sound -@dirrm share/applnk/Settings/Network -@dirrm share/applnk/Settings/KWM -@dirrm share/applnk/Settings/Input_Devices -@dirrm share/applnk/Settings/Information -@dirrm share/applnk/Settings/Desktop -@dirrm share/applnk/Settings -@dirrm share/applnk/Multimedia -@dirrm share/applnk/Internet -@dirrm share/applnk/Graphics -@dirrm share/applnk/Games -@dirrm share/applnk/Applications -@dirrm share/applnk +@dirrm share/apps/kcontrol/pics +@dirrm share/apps/kcontrol +@dirrm share/apps/kcmlocale/pics +@dirrm share/apps/kcmlocale @dirrm cgi-bin diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 3ed877199e1..761f5dd6774 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: kdelibs -# Version required: Beta2 +# Version required: Beta3 # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:46 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/21 01:53:36 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # -DISTNAME= kdelibs-Beta2-1 -PKGNAME= kdelibs-2.1b +DISTNAME= kdelibs-Beta3-1 +PKGNAME= kdelibs-3.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 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org @@ -22,10 +22,11 @@ LIB_DEPENDS= qt.1.3[0-9]:${PORTSDIR}/x11/qt \ gif.[23].:${PORTSDIR}/graphics/giflib \ jpeg.[67].:${PORTSDIR}/graphics/jpeg +USE_X11= yes 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" \ + "--x-inc=${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ + "--x-lib=${X11BASE}/lib -L${LOCALBASE}/lib" \ "--datadir=${PREFIX}/share/kde" \ "--with-qt-dir=${PREFIX}" \ "--with-qt-includes=${X11BASE}/include/qt" diff --git a/x11/kdelibs/files/md5 b/x11/kdelibs/files/md5 index 086497eac61..847ab2ad5a0 100644 --- a/x11/kdelibs/files/md5 +++ b/x11/kdelibs/files/md5 @@ -1 +1 @@ -MD5 (kdelibs-Beta2-1.src.tgz) = 8c033f1e968cdfa25442558713ddaf46 +MD5 (kdelibs-Beta3-1.src.tar.gz) = 3d58d17af821f22427de980b31ec4b52 diff --git a/x11/kdelibs/patches/patch-aa b/x11/kdelibs/patches/patch-aa deleted file mode 100644 index f34292e9da2..00000000000 --- a/x11/kdelibs/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -*** 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/PLIST b/x11/kdelibs/pkg/PLIST index e32e71aaf84..a16dfeea59b 100644 --- a/x11/kdelibs/pkg/PLIST +++ b/x11/kdelibs/pkg/PLIST @@ -1,18 +1,21 @@ -@comment $NetBSD: PLIST,v 1.4 1998/02/02 09:00:26 hubertf Exp $ -lib/libkdecore.so.0.11 +@comment $NetBSD: PLIST,v 1.5 1998/03/21 01:53:37 tron Exp $ +lib/libkdecore.so.0.90 lib/libkdecore.la -lib/libkdeui.so.0.10 +lib/libkdeui.so.0.91 lib/libkdeui.la -lib/libjscript.so.0.1 +lib/libjscript.so.0.90 lib/libjscript.la -lib/libkhtmlw.so.0.12 +lib/libkhtmlw.so.0.91 lib/libkhtmlw.la -lib/libkfm.so.0.1 +lib/libkfm.so.0.90 lib/libkfm.la -lib/libmediatool.so.0.7 +lib/libmediatool.so.0.90 lib/libmediatool.la @exec /sbin/ldconfig || /usr/bin/true @unexec /sbin/ldconfig || /usr/bin/true +include/kcharsets.h +include/kstring.h +include/keditcl.h include/kconfig.h include/kconfigdata.h include/ksimpleconfig.h @@ -77,7 +80,6 @@ include/htmlobj.h include/htmlfont.h include/formats.h include/htmlform.h -include/ampseq.h include/htmltoken.h include/htmlframe.h include/htmlview.h @@ -94,6 +96,7 @@ 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/config/charsets.config share/locale/de/LC_MESSAGES/kde.mo share/locale/fr/LC_MESSAGES/kde.mo share/locale/sv/LC_MESSAGES/kde.mo @@ -109,12 +112,24 @@ 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/locale/hr/LC_MESSAGES/kde.mo +share/locale/ro/LC_MESSAGES/kde.mo +share/locale/de/charset +share/locale/fr/charset +share/locale/cs/charset +share/locale/ru/charset +share/locale/hu/charset +share/locale/da/charset +share/locale/pl/charset +share/locale/fi/charset +share/locale/ro/charset share/doc/HTML/en/kdelibs/kdebug.html @exec /bin/ln -sf en %D/share/doc/HTML/default @unexec /bin/rm -f %D/share/doc/HTML/default @dirrm share/doc/HTML/en/kdelibs @dirrm share/doc/HTML/en @dirrm share/doc/HTML +@dirrm share/config @dirrm share/apps/khtmlw/pics @dirrm share/apps/khtmlw @dirrm share/apps/kde/pics |