diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-29 03:28:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-29 03:28:25 +0000 |
commit | 466e0fb947463f26effc281d1b481e67e6f46801 (patch) | |
tree | 289c88d840b4001536895dae6d54be8634a315e5 /misc | |
parent | 221ab4998e0cc9639a2dae8926adc2eeb90c5298 (diff) | |
download | pkgsrc-466e0fb947463f26effc281d1b481e67e6f46801.tar.gz |
Utilities for the KDE integrated X11 desktop
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils/Makefile | 37 | ||||
-rw-r--r-- | misc/kdeutils/files/md5 | 1 | ||||
-rw-r--r-- | misc/kdeutils/patches/patch-a0 | 15 | ||||
-rw-r--r-- | misc/kdeutils/patches/patch-aa | 41 | ||||
-rw-r--r-- | misc/kdeutils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/kdeutils/pkg/DESCR | 1 | ||||
-rw-r--r-- | misc/kdeutils/pkg/PLIST | 165 |
7 files changed, 261 insertions, 0 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile new file mode 100644 index 00000000000..0ce9b7cbf87 --- /dev/null +++ b/misc/kdeutils/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: kdeutils +# Version required: Beta2 +# Date created: 28 October 1997 +# Whom: Stefan Eßer <se@freebsd.org> +# +# $Id: Makefile,v 1.1.1.1 1997/12/29 03:28:25 hubertf Exp $ +# + +DISTNAME= kdeutils-Beta2-1 +PKGNAME= kdeutils-2.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 + +MAINTAINER= se@freebsd.org + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ + gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ + jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ + 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 + +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" + +WRKSRC= ${WRKDIR}/kdeutils + +.include <bsd.port.mk> diff --git a/misc/kdeutils/files/md5 b/misc/kdeutils/files/md5 new file mode 100644 index 00000000000..3fea4807ac4 --- /dev/null +++ b/misc/kdeutils/files/md5 @@ -0,0 +1 @@ +MD5 (kdeutils-Beta2-1.src.tgz) = 1a56688809ac05fb41eba3388a2cda2c diff --git a/misc/kdeutils/patches/patch-a0 b/misc/kdeutils/patches/patch-a0 new file mode 100644 index 00000000000..8e561d0eb86 --- /dev/null +++ b/misc/kdeutils/patches/patch-a0 @@ -0,0 +1,15 @@ +*** ltconfig~ Fri Oct 10 01:06:48 1997 +--- ltconfig Sat Nov 1 23:02:29 1997 +*************** +*** 982,986 **** + freebsd2* | freebsd3*) + version_type=sunos +! library_names_spec='$libname.so.$versuffix $libname.so' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH +--- 982,986 ---- + freebsd2* | freebsd3*) + version_type=sunos +! library_names_spec='$libname.so.$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH diff --git a/misc/kdeutils/patches/patch-aa b/misc/kdeutils/patches/patch-aa new file mode 100644 index 00000000000..7c5da082d7d --- /dev/null +++ b/misc/kdeutils/patches/patch-aa @@ -0,0 +1,41 @@ +*** 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 diff --git a/misc/kdeutils/pkg/COMMENT b/misc/kdeutils/pkg/COMMENT new file mode 100644 index 00000000000..186230f9287 --- /dev/null +++ b/misc/kdeutils/pkg/COMMENT @@ -0,0 +1 @@ +Utilities for the KDE integrated X11 desktop diff --git a/misc/kdeutils/pkg/DESCR b/misc/kdeutils/pkg/DESCR new file mode 100644 index 00000000000..90ae45773be --- /dev/null +++ b/misc/kdeutils/pkg/DESCR @@ -0,0 +1 @@ +KDE provides an integrated X11 based environment, much like CDE. diff --git a/misc/kdeutils/pkg/PLIST b/misc/kdeutils/pkg/PLIST new file mode 100644 index 00000000000..a50f464df49 --- /dev/null +++ b/misc/kdeutils/pkg/PLIST @@ -0,0 +1,165 @@ +bin/kcalc +bin/kedit +bin/khexdit +bin/karm +bin/kjots +bin/knotes +bin/kzip +share/doc/HTML/de/kcalc/index-1.html +share/doc/HTML/de/kcalc/index-2.html +share/doc/HTML/de/kcalc/index-3.html +share/doc/HTML/de/kcalc/index-4.html +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.html +share/doc/HTML/en/kcalc/index-1.html +share/doc/HTML/en/kcalc/index-2.html +share/doc/HTML/en/kcalc/index-3.html +share/doc/HTML/en/kcalc/index-4.html +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.html +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 +share/doc/HTML/en/kedit/index-1.html +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/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/kjots/index.html +share/doc/HTML/en/knotes/index.html +share/doc/HTML/en/knotes/index-1.html +share/doc/HTML/en/knotes/index-2.html +share/doc/HTML/en/knotes/index-3.html +share/doc/HTML/en/knotes/index-4.html +share/doc/HTML/en/knotes/index-5.html +share/doc/HTML/en/kzip/index.html +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/it/khexdit/index.html +share/apps/kcalc/pics/kcalclogo.xpm +share/apps/kedit/toolbar/filenew2.xpm +share/apps/kedit/toolbar/send.xpm +share/apps/kedit/pics/keditlogo.xpm +share/apps/kjots/toolbar/OpenBook.xpm +share/apps/kjots/toolbar/filedel.xpm +share/apps/knotes/pics/knoteslogo.xpm +share/apps/knotes/pics/knotesclose.xpm +share/icons/kcalc.xpm +share/icons/mini/kcalc.xpm +share/icons/mini/kedit.xpm +share/icons/mini/khexdit.xpm +share/icons/mini/kzip.xpm +share/icons/kedit.xpm +share/icons/khexdit.xpm +share/icons/kjots.xpm +share/icons/knotes.xpm +share/icons/kzip.xpm +share/applnk/Utilities/kcalc.kdelnk +share/applnk/Utilities/khexdit.kdelnk +share/applnk/Utilities/KArm.kdelnk +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/kedit.mo +share/locale/de/LC_MESSAGES/khexdit.mo +share/locale/fr/LC_MESSAGES/khexdit.mo +share/locale/fr/LC_MESSAGES/kedit.mo +share/locale/fr/LC_MESSAGES/knotes.mo +share/locale/cs/LC_MESSAGES/khexdit.mo +share/locale/cs/LC_MESSAGES/kedit.mo +share/locale/nl/LC_MESSAGES/kedit.mo +share/locale/nl/LC_MESSAGES/khexdit.mo +share/locale/sv/LC_MESSAGES/kedit.mo +share/locale/sv/LC_MESSAGES/khexdit.mo +share/locale/es/LC_MESSAGES/khexdit.mo +share/locale/es/LC_MESSAGES/kedit.mo +share/locale/ru/LC_MESSAGES/khexdit.mo +share/locale/ru/LC_MESSAGES/knotes.mo +share/locale/ru/LC_MESSAGES/kzip.mo +share/locale/hu/LC_MESSAGES/kedit.mo +share/locale/hu/LC_MESSAGES/khexdit.mo +share/locale/it/LC_MESSAGES/khexdit.mo +share/locale/it/LC_MESSAGES/kedit.mo +share/locale/pl/LC_MESSAGES/khexdit.mo +share/locale/pl/LC_MESSAGES/kedit.mo +share/locale/pt/LC_MESSAGES/kedit.mo +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/locale/sv/LC_MESSAGES +@dirrm share/locale/sv +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/ru +@dirrm share/locale/pt/LC_MESSAGES +@dirrm share/locale/pt +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pl +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/nl +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/it +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/hu +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fr +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/fi +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/es +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/de +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/cs +@dirrm share/locale +@dirrm share/icons/mini +@dirrm share/icons +@dirrm share/doc/HTML/it/khexdit +@dirrm share/doc/HTML/it +@dirrm share/doc/HTML/en/kzip +@dirrm share/doc/HTML/en/knotes +@dirrm share/doc/HTML/en/kjots +@dirrm share/doc/HTML/en/khexdit +@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/knotes/pics +@dirrm share/apps/knotes +@dirrm share/apps/kjots/toolbar +@dirrm share/apps/kjots +@dirrm share/apps/kedit/toolbar +@dirrm share/apps/kedit/pics +@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 |