summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-21 15:03:46 +0000
committerwiz <wiz@pkgsrc.org>2000-12-21 15:03:46 +0000
commitce2eeec55f14a3633fb11d255ec8205eb17001f5 (patch)
tree8765e45151bd72b2fdb09db28592f8b0c33a096c
parent310bb4432754931cbef1218b29007429ca389232 (diff)
downloadpkgsrc-ce2eeec55f14a3633fb11d255ec8205eb17001f5.tar.gz
Move x11/korganizer and x11/kworldwatch to category time.
-rw-r--r--time/korganizer/Makefile27
-rw-r--r--time/korganizer/files/md52
-rw-r--r--time/korganizer/files/patch-sum4
-rw-r--r--time/korganizer/patches/patch-aa13
-rw-r--r--time/korganizer/patches/patch-ab17
-rw-r--r--time/korganizer/pkg/COMMENT1
-rw-r--r--time/korganizer/pkg/DESCR5
-rw-r--r--time/korganizer/pkg/PLIST117
-rw-r--r--time/kworldwatch/Makefile31
-rw-r--r--time/kworldwatch/files/md53
-rw-r--r--time/kworldwatch/files/patch-sum4
-rw-r--r--time/kworldwatch/patches/patch-aa54
-rw-r--r--time/kworldwatch/patches/patch-ab13
-rw-r--r--time/kworldwatch/pkg/COMMENT1
-rw-r--r--time/kworldwatch/pkg/DESCR7
-rw-r--r--time/kworldwatch/pkg/PLIST14
16 files changed, 313 insertions, 0 deletions
diff --git a/time/korganizer/Makefile b/time/korganizer/Makefile
new file mode 100644
index 00000000000..4bdc9696ffb
--- /dev/null
+++ b/time/korganizer/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+
+DISTNAME= korganizer-1.1.2
+CATEGORIES= kde time
+MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \
+ ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= drochner@netbsd.org
+HOMEPAGE= http://www.kde.org/
+
+DEPENDS+= kdebase-1.1.2:../../x11/kdebase
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
+CONFIGURE_ARGS= "--datadir=${KDEBASEDIR}/share/kde" \
+ "--with-qt-dir=${QT1DIR}/qt1"
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \
+ QTDIR=${QT1DIR}/qt1 \
+ CXXFLAGS="${CFLAGS}" \
+ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/korganizer/files/md5 b/time/korganizer/files/md5
new file mode 100644
index 00000000000..288307ca400
--- /dev/null
+++ b/time/korganizer/files/md5
@@ -0,0 +1,2 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+MD5 (korganizer-1.1.2.tar.bz2) = 65221311c4c61da4de9ff99b06667578
diff --git a/time/korganizer/files/patch-sum b/time/korganizer/files/patch-sum
new file mode 100644
index 00000000000..f3ff52f08f8
--- /dev/null
+++ b/time/korganizer/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+
+MD5 (patch-aa) = 10a6fa8e5714d32bc01431103904cde4
+MD5 (patch-ab) = 08d70cec96c811651b9a3b5f73398a7e
diff --git a/time/korganizer/patches/patch-aa b/time/korganizer/patches/patch-aa
new file mode 100644
index 00000000000..a0ee6707686
--- /dev/null
+++ b/time/korganizer/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+--- src/versit/Makefile.in.orig Tue Sep 7 17:25:43 1999
++++ src/versit/Makefile.in Sat Oct 2 00:01:34 1999
+@@ -375,7 +375,8 @@
+
+
+ $(srcdir)/vcc.c: vcc.y
+- bison $(srcdir)/vcc.y -o $(srcdir)/vcc.c
++ $(YACC) $(srcdir)/vcc.y
++ mv $(srcdir)/y.tab.c $(srcdir)/vcc.c
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/time/korganizer/patches/patch-ab b/time/korganizer/patches/patch-ab
new file mode 100644
index 00000000000..b0703b62b0e
--- /dev/null
+++ b/time/korganizer/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+--- src/Makefile.in.orig Sat Oct 2 00:08:28 1999
++++ src/Makefile.in Sat Oct 2 00:12:50 1999
+@@ -628,10 +628,11 @@
+ mv messages.po ../po/korganizer.pot
+
+ $(srcdir)/parseholiday.c: parseholiday.y
+- cd $(srcdir) && bison -d -o parseholiday.c parseholiday.y
++ cd $(srcdir) && $(YACC) -d parseholiday.y && \
++ mv y.tab.c parseholiday.c
+
+ $(srcdir)/scanholiday.c: scanholiday.lex parseholiday.h
+- cd $(srcdir) && flex -B -oscanholiday.c scanholiday.lex
++ cd $(srcdir) && $(LEX) -B -oscanholiday.c scanholiday.lex
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/time/korganizer/pkg/COMMENT b/time/korganizer/pkg/COMMENT
new file mode 100644
index 00000000000..20d294d3f39
--- /dev/null
+++ b/time/korganizer/pkg/COMMENT
@@ -0,0 +1 @@
+Organizer application for the KDE integrated X11 desktop
diff --git a/time/korganizer/pkg/DESCR b/time/korganizer/pkg/DESCR
new file mode 100644
index 00000000000..ad30b6fb29f
--- /dev/null
+++ b/time/korganizer/pkg/DESCR
@@ -0,0 +1,5 @@
+Calendar tool for the K desktop environment.
+
+KOrganizer is an easy to use personal information manager (PIM).
+You can schedule appointments, events, and to-do tasks. KOrganizer
+will remind you about pending tasks, and help you keep your schedule.
diff --git a/time/korganizer/pkg/PLIST b/time/korganizer/pkg/PLIST
new file mode 100644
index 00000000000..8e60c674649
--- /dev/null
+++ b/time/korganizer/pkg/PLIST
@@ -0,0 +1,117 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+bin/korganizer
+bin/alarmd
+share/doc/kde/HTML/en/korganizer/korganizer.html
+share/doc/kde/HTML/en/korganizer/korganizer-1.html
+share/doc/kde/HTML/en/korganizer/korganizer-2.html
+share/doc/kde/HTML/en/korganizer/korganizer-3.html
+share/doc/kde/HTML/en/korganizer/korganizer-4.html
+share/doc/kde/HTML/en/korganizer/korganizer-5.html
+share/doc/kde/HTML/en/korganizer/korganizer-6.html
+share/doc/kde/HTML/en/korganizer/korganizer-7.html
+share/doc/kde/HTML/en/korganizer/korganizer-8.html
+share/doc/kde/HTML/en/korganizer/korganizer-9.html
+share/doc/kde/HTML/en/korganizer/korganizer-10.html
+share/doc/kde/HTML/en/korganizer/alarmd-panel.gif
+share/doc/kde/HTML/en/korganizer/kagenda-appointment.gif
+share/doc/kde/HTML/en/korganizer/datenavigator.gif
+share/doc/kde/HTML/en/korganizer/logotp3.gif
+share/doc/kde/HTML/en/korganizer/index.html
+share/kde/config/korganizerrc
+share/kde/apps/korganizer/pics/smallcal.xpm
+share/kde/apps/korganizer/pics/1downarrow.xpm
+share/kde/apps/korganizer/pics/1leftarrow.xpm
+share/kde/apps/korganizer/pics/1rightarrow.xpm
+share/kde/apps/korganizer/pics/1uparrow.xpm
+share/kde/apps/korganizer/pics/2downarrow.xpm
+share/kde/apps/korganizer/pics/2leftarrow.xpm
+share/kde/apps/korganizer/pics/2rightarrow.xpm
+share/kde/apps/korganizer/pics/2uparrow.xpm
+share/kde/apps/korganizer/pics/3downarrow.xpm
+share/kde/apps/korganizer/pics/3leftarrow.xpm
+share/kde/apps/korganizer/pics/3rightarrow.xpm
+share/kde/apps/korganizer/pics/3uparrow.xpm
+share/kde/apps/korganizer/pics/checkmark.xpm
+share/kde/apps/korganizer/pics/checkedbox-mask.xpm
+share/kde/apps/korganizer/pics/checkedbox.xpm
+share/kde/apps/korganizer/pics/emptybox-mask.xpm
+share/kde/apps/korganizer/pics/emptybox.xpm
+share/kde/apps/korganizer/pics/bell.xpm
+share/kde/apps/korganizer/pics/recur.xpm
+share/kde/apps/korganizer/pics/runprog.xpm
+share/kde/apps/korganizer/pics/playsound.xpm
+share/kde/apps/korganizer/pics/knlogo1.gif
+share/kde/apps/korganizer/pics/smallclock.xpm
+share/kde/apps/korganizer/pics/mailappt.xpm
+share/kde/apps/korganizer/pics/nomailappt.xpm
+share/kde/apps/korganizer/pics/readonlyevent.xpm
+share/kde/apps/korganizer/toolbar/listicon.xpm
+share/kde/apps/korganizer/toolbar/5dayicon.xpm
+share/kde/apps/korganizer/toolbar/dayicon.xpm
+share/kde/apps/korganizer/toolbar/agenda.xpm
+share/kde/apps/korganizer/toolbar/weekicon.xpm
+share/kde/apps/korganizer/toolbar/todayicon.xpm
+share/kde/apps/korganizer/toolbar/newevent.xpm
+share/kde/apps/korganizer/toolbar/newrecurevent.xpm
+share/kde/apps/korganizer/toolbar/delete.xpm
+share/kde/apps/korganizer/toolbar/monthicon.xpm
+share/kde/apps/korganizer/toolbar/search.xpm
+share/kde/apps/korganizer/toolbar/checkedclipboard.xpm
+share/kde/apps/korganizer/toolbar/send.xpm
+share/kde/apps/korganizer/toolbar/findf.xpm
+share/kde/apps/korganizer/toolbar/todolist.xpm
+share/kde/apps/korganizer/holiday_dutch
+share/kde/apps/korganizer/holiday_japan
+share/kde/apps/korganizer/holiday_finnish
+share/kde/apps/korganizer/holiday_norway
+share/kde/apps/korganizer/holiday_australia
+share/kde/apps/korganizer/holiday_french
+share/kde/apps/korganizer/holiday_quebec
+share/kde/apps/korganizer/holiday_austria
+share/kde/apps/korganizer/holiday_frswiss
+share/kde/apps/korganizer/holiday_spain
+share/kde/apps/korganizer/holiday_bavarian
+share/kde/apps/korganizer/holiday_german
+share/kde/apps/korganizer/holiday_swedish
+share/kde/apps/korganizer/holiday_belgium
+share/kde/apps/korganizer/holiday_uk
+share/kde/apps/korganizer/holiday_canada
+share/kde/apps/korganizer/holiday_hungary
+share/kde/apps/korganizer/holiday_us
+share/kde/apps/korganizer/holiday_denmark
+share/kde/apps/korganizer/holiday_italy
+share/kde/apps/korganizer/holiday_portugal
+share/kde/apps/korganizer/holiday_thailand
+share/kde/apps/korganizer/holiday_czechia
+share/kde/apps/korganizer/holiday_iceland
+share/kde/apps/korganizer/holiday_poland
+share/kde/apps/korganizer/holiday_catalan
+share/kde/apps/korganizer/sounds/alert.wav
+share/kde/apps/korganizer/sounds/icemag.wav
+share/kde/apps/korganizer/sounds/lightmag.wav
+share/kde/apps/korganizer/sounds/onscreen.wav
+share/kde/apps/korganizer/sounds/spinout.wav
+share/kde/apps/korganizer/ical2vcal
+share/kde/locale/de/LC_MESSAGES/korganizer.mo
+share/kde/locale/fr/LC_MESSAGES/korganizer.mo
+share/kde/locale/cs/LC_MESSAGES/korganizer.mo
+share/kde/locale/es/LC_MESSAGES/korganizer.mo
+share/kde/locale/da/LC_MESSAGES/korganizer.mo
+share/kde/locale/no/LC_MESSAGES/korganizer.mo
+share/kde/locale/pl/LC_MESSAGES/korganizer.mo
+share/kde/locale/fi/LC_MESSAGES/korganizer.mo
+share/kde/locale/pt_BR/LC_MESSAGES/korganizer.mo
+share/kde/locale/is/LC_MESSAGES/korganizer.mo
+share/kde/locale/ja/LC_MESSAGES/korganizer.mo
+share/kde/icons/mini/korganizer.xpm
+share/kde/icons/mini/alarmd.xpm
+share/kde/icons/mini/alarmd-disabled.xpm
+share/kde/icons/large/korganizer.xpm
+share/kde/icons/korganizer.xpm
+share/kde/mimelnk/text/x-vcalendar.kdelnk
+share/kde/applnk/Applications/korganizer.kdelnk
+@dirrm share/doc/kde/HTML/en/korganizer
+@dirrm share/kde/apps/korganizer/pics
+@dirrm share/kde/apps/korganizer/toolbar
+@dirrm share/kde/apps/korganizer/sounds
+@dirrm share/kde/apps/korganizer
diff --git a/time/kworldwatch/Makefile b/time/kworldwatch/Makefile
new file mode 100644
index 00000000000..f4387cf48ea
--- /dev/null
+++ b/time/kworldwatch/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+#
+
+DISTNAME= kworldwatch-0.6
+CATEGORIES= x11 kde time
+MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/apps/utils/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hubertf@netbsd.org
+
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+DEPENDS+= kdebase-1.1.2:../../x11/kdebase
+
+CONFLICTS+= kdetoys-*
+
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+
+EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
+CONFIGURE_ARGS+=--datadir=${KDEBASEDIR}/share/kde \
+ --with-qt-dir=${QT1DIR}/qt1 \
+ --with-qt-libraries='${QT1DIR}/qt1/lib -L${LOCALBASE}/lib' \
+ --enable-path-check
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \
+ MOC=${QT1DIR}/qt1/bin/moc \
+ QTDIR=${QT1DIR}/qt1 \
+ CXXFLAGS="${CFLAGS}" \
+ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/kworldwatch/files/md5 b/time/kworldwatch/files/md5
new file mode 100644
index 00000000000..42244bd8665
--- /dev/null
+++ b/time/kworldwatch/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+
+MD5 (kworldwatch-0.6.tgz) = a7cba8e147dd9e6b25c50f6c4b997289
diff --git a/time/kworldwatch/files/patch-sum b/time/kworldwatch/files/patch-sum
new file mode 100644
index 00000000000..f4ff2345d9c
--- /dev/null
+++ b/time/kworldwatch/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+
+MD5 (patch-aa) = a67c8a46d9e482cc8dc6a21d23bf3b96
+MD5 (patch-ab) = 31d4204057f387ac8b355a4087389746
diff --git a/time/kworldwatch/patches/patch-aa b/time/kworldwatch/patches/patch-aa
new file mode 100644
index 00000000000..f81feaf870e
--- /dev/null
+++ b/time/kworldwatch/patches/patch-aa
@@ -0,0 +1,54 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+
+--- configure.orig Sun May 10 15:13:36 1998
++++ configure Sun Oct 24 15:13:43 1999
+@@ -503,9 +503,9 @@
+ # Prefer explicitly selected file to automatically selected ones.
+ if test -z "$CONFIG_SITE"; then
+ if test "x$prefix" != xNONE; then
+- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
++ CONFIG_SITE="$prefix/share/kde/config.site $prefix/etc/config.site"
+ else
+- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
++ CONFIG_SITE="$ac_default_prefix/share/kde/config.site $ac_default_prefix/etc/config.site"
+ fi
+ fi
+ for ac_site_file in $CONFIG_SITE; do
+@@ -2533,27 +2533,27 @@
+
+
+
+-kde_htmldir="\$(prefix)/share/doc/HTML"
++kde_htmldir="\$(prefix)/share/kde/doc/HTML"
+
+-kde_appsdir="\$(prefix)/share/applnk"
++kde_appsdir="\$(prefix)/share/kde/applnk"
+
+-kde_icondir="\$(prefix)/share/icons"
++kde_icondir="\$(prefix)/share/kde/icons"
+
+-kde_minidir="\$(prefix)/share/icons/mini"
++kde_minidir="\$(prefix)/share/kde/icons/mini"
+
+-kde_datadir="\$(prefix)/share/apps"
++kde_datadir="\$(prefix)/share/kde/apps"
+
+-kde_locale="\$(prefix)/share/locale"
++kde_locale="\$(prefix)/share/kde/locale"
+
+ kde_cgidir="\$(exec_prefix)/cgi-bin"
+
+-kde_confdir="\$(prefix)/share/config"
++kde_confdir="\$(prefix)/share/kde/config"
+
+-kde_mimedir="\$(prefix)/share/mimelnk"
++kde_mimedir="\$(prefix)/share/kde/mimelnk"
+
+-kde_toolbardir="\$(prefix)/share/toolbar"
++kde_toolbardir="\$(prefix)/share/kde/toolbar"
+
+-kde_wallpaperdir="\$(prefix)/share/wallpapers"
++kde_wallpaperdir="\$(prefix)/share/kde/wallpapers"
+
+ kde_kccmodules="\$(prefix)/lib/kcc/modules"
+
diff --git a/time/kworldwatch/patches/patch-ab b/time/kworldwatch/patches/patch-ab
new file mode 100644
index 00000000000..a365ceb11f1
--- /dev/null
+++ b/time/kworldwatch/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+
+--- kworldwatch/Makefile.in.orig Sun Jul 4 02:14:40 1999
++++ kworldwatch/Makefile.in Sun Jul 4 02:14:48 1999
+@@ -120,7 +120,7 @@
+
+ CLEANFILES = $(BUILT_SOURCES)
+ bin_PROGRAMS = kworldwatch
+-LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext $(LIBSOCKET) $(KDE_RPATH)
++LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET) $(KDE_RPATH)
+
+ ICONSDIR=$(kde_icondir)
+
diff --git a/time/kworldwatch/pkg/COMMENT b/time/kworldwatch/pkg/COMMENT
new file mode 100644
index 00000000000..2d534d6c262
--- /dev/null
+++ b/time/kworldwatch/pkg/COMMENT
@@ -0,0 +1 @@
+Revolving world map indicating the time in each part of the world
diff --git a/time/kworldwatch/pkg/DESCR b/time/kworldwatch/pkg/DESCR
new file mode 100644
index 00000000000..40504ea2e26
--- /dev/null
+++ b/time/kworldwatch/pkg/DESCR
@@ -0,0 +1,7 @@
+This simple tool shows a revolving world map, indicating the time in each
+part of the world.
+
+You can set little flags to mark points of interest.
+
+As newest gimmick, KWorldWatch is able to display the distribution of
+daylight around the world.
diff --git a/time/kworldwatch/pkg/PLIST b/time/kworldwatch/pkg/PLIST
new file mode 100644
index 00000000000..2d1aa58a538
--- /dev/null
+++ b/time/kworldwatch/pkg/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/21 15:03:47 wiz Exp $
+bin/kworldwatch
+share/kde/apps/kworldwatch/pics/flag-blue.xpm
+share/kde/apps/kworldwatch/pics/flag-green.xpm
+share/kde/apps/kworldwatch/pics/flag-yellow.xpm
+share/kde/apps/kworldwatch/pics/flag-red.xpm
+share/kde/apps/kworldwatch/pics/world.gif
+share/kde/apps/kworldwatch/pics/world2.gif
+share/kde/apps/kworldwatch/pics/world_dark.gif
+@dirrm share/kde/apps/kworldwatch/pics
+@dirrm share/kde/apps/kworldwatch
+share/kde/applnk/Utilities/KWorldWatch.kdelnk
+share/kde/icons/mini/kworldwatch.xpm
+share/kde/icons/kworldwatch.xpm