diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-03-07 15:31:55 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-03-07 15:31:55 +0000 |
commit | b2b244214553b2bfa18849fc17881f429f57d242 (patch) | |
tree | 37b70e3fc99c5926b0187d72b0fd278d1e8f8c9e /palm/kpilot | |
parent | unbroke (diff) |
Port of KPilot, the KDE style frontend to your 3Com PalmPilot.
This port contains a recent version of libtool/ltmain.sh in "files",
since I spent to many hours trying to make the "ltconfig" that comes
with the kpilot sources DTRT under FreeBSD ...
This port compiles cleanly, but has not been actually tested with
a PalmPilot. If you want me to test it send one :)
Notes
Notes:
svn path=/head/; revision=10062
Diffstat (limited to 'palm/kpilot')
-rw-r--r-- | palm/kpilot/Makefile | 37 | ||||
-rw-r--r-- | palm/kpilot/distinfo | 1 | ||||
-rw-r--r-- | palm/kpilot/files/patch-aa | 41 | ||||
-rw-r--r-- | palm/kpilot/files/patch-ab | 17 | ||||
-rw-r--r-- | palm/kpilot/pkg-comment | 1 | ||||
-rw-r--r-- | palm/kpilot/pkg-descr | 1 | ||||
-rw-r--r-- | palm/kpilot/pkg-plist | 20 |
7 files changed, 118 insertions, 0 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile new file mode 100644 index 000000000000..3f48a36bbeaa --- /dev/null +++ b/palm/kpilot/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: kpilot +# Version required: 2.0 +# Date created: 09 April 1998 +# Whom: Stefan Eßer <se@freebsd.org> +# +# $Id:$ +# + +DISTNAME= kpilot-2.0 +CATEGORIES= x11 kde +MASTER_SITES= http://www.slac.com/pilone/kpilot_home/download/ + +MAINTAINER= se@freebsd.org + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ + gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ + jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ + kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ + kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ + jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ + kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ + mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ + "--with-extra-includes=$(PREFIX)/include/giflib" +USE_GMAKE= yes + +CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ + INSTALL_SCRIPT="install -c -m 555" + +pre-configure: + ${CP} ${FILESDIR}/libtool ${FILESDIR}/ltmain.sh $(WRKSRC)/kpilot/libpilot + +.include <bsd.port.mk> diff --git a/palm/kpilot/distinfo b/palm/kpilot/distinfo new file mode 100644 index 000000000000..e1186658f7db --- /dev/null +++ b/palm/kpilot/distinfo @@ -0,0 +1 @@ +MD5 (kpilot-2.0.tar.gz) = 932028c492705599a26a36b003ff3662 diff --git a/palm/kpilot/files/patch-aa b/palm/kpilot/files/patch-aa new file mode 100644 index 000000000000..741a3985f166 --- /dev/null +++ b/palm/kpilot/files/patch-aa @@ -0,0 +1,41 @@ +*** 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 +*************** +*** 2214,2218 **** + for i in $qt_libdirs; + do +! for j in libqt.so libqt.so.1.30 libqt.so.1 libqt.a libqt.sl; + do + if test -r "$i/$j"; then +--- 2214,2218 ---- + for i in $qt_libdirs; + do +! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1 libqt.a libqt.sl; + do + if test -r "$i/$j"; then diff --git a/palm/kpilot/files/patch-ab b/palm/kpilot/files/patch-ab new file mode 100644 index 000000000000..ed0ecf6b3b34 --- /dev/null +++ b/palm/kpilot/files/patch-ab @@ -0,0 +1,17 @@ +*** kpilot/Makefile.in~ Sat Mar 7 14:21:14 1998 +--- kpilot/Makefile.in Sat Mar 7 14:21:25 1998 +*************** +*** 144,149 **** + + # the library search path +! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/_libs +! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/_libs + + # the libraries to link against. Be aware of the order. First the libraries, +--- 144,149 ---- + + # the library search path +! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/.libs +! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/.libs + + # the libraries to link against. Be aware of the order. First the libraries, diff --git a/palm/kpilot/pkg-comment b/palm/kpilot/pkg-comment new file mode 100644 index 000000000000..dc89f0f34d96 --- /dev/null +++ b/palm/kpilot/pkg-comment @@ -0,0 +1 @@ +3Com PalmPilot interface for the KDE integrated X11 desktop diff --git a/palm/kpilot/pkg-descr b/palm/kpilot/pkg-descr new file mode 100644 index 000000000000..90ae45773bea --- /dev/null +++ b/palm/kpilot/pkg-descr @@ -0,0 +1 @@ +KDE provides an integrated X11 based environment, much like CDE. diff --git a/palm/kpilot/pkg-plist b/palm/kpilot/pkg-plist new file mode 100644 index 000000000000..d274ae584d92 --- /dev/null +++ b/palm/kpilot/pkg-plist @@ -0,0 +1,20 @@ +bin/kpilot +bin/kpilotDaemon +bin/pilotListener +lib/libpisock.a +lib/libpisock.la +lib/libpisock.so.2.0 +share/applnk/Utilities/KPilotDaemon.kdelnk +share/applnk/Utilities/kpilot.kdelnk +share/doc/HTML/de/kpilot/index.html +share/doc/HTML/de/kpilot/using-kpilot.html +share/doc/HTML/en/kpilot/index.html +share/doc/HTML/en/kpilot/using-kpilot.html +share/icons/kpilot.xpm +share/icons/mini/kpilot.xpm +share/locale/en/LC_MESSAGES/kpilot.mo +@dirrm share/doc/HTML/en/kpilot +@dirrm share/doc/HTML/en +@dirrm share/doc/HTML/de/kpilot +@dirrm share/doc/HTML/de +@dirrm share/applnk/Utilities |