summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-03-21 17:59:52 +0000
committerAde Lovett <ade@FreeBSD.org>2000-03-21 17:59:52 +0000
commitb1b8bba31a1fc1d4217d4602e5c94c1fbe303f45 (patch)
tree20ad6de9f5e4dfdd85dc9ed9a11294953d28576a /palm
parentUpdate to 0.1.49 (diff)
Add gnomepilot-conduits which will provide additional
conduits for the base gnomepilot port.
Notes
Notes: svn path=/head/; revision=26922
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/gnome-pilot-conduits/Makefile32
-rw-r--r--palm/gnome-pilot-conduits/distinfo1
-rw-r--r--palm/gnome-pilot-conduits/files/patch-aa17
-rw-r--r--palm/gnome-pilot-conduits/pkg-comment1
-rw-r--r--palm/gnome-pilot-conduits/pkg-descr3
-rw-r--r--palm/gnome-pilot-conduits/pkg-plist6
-rw-r--r--palm/gnomepilot-conduits/Makefile32
-rw-r--r--palm/gnomepilot-conduits/distinfo1
-rw-r--r--palm/gnomepilot-conduits/files/patch-aa17
-rw-r--r--palm/gnomepilot-conduits/pkg-comment1
-rw-r--r--palm/gnomepilot-conduits/pkg-descr3
-rw-r--r--palm/gnomepilot-conduits/pkg-plist6
-rw-r--r--palm/gnomepilot-conduits2/Makefile32
-rw-r--r--palm/gnomepilot-conduits2/distinfo1
-rw-r--r--palm/gnomepilot-conduits2/files/patch-aa17
-rw-r--r--palm/gnomepilot-conduits2/pkg-comment1
-rw-r--r--palm/gnomepilot-conduits2/pkg-descr3
-rw-r--r--palm/gnomepilot-conduits2/pkg-plist6
19 files changed, 181 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 2ef9831c8184..2903230cae6c 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -3,6 +3,7 @@
SUBDIR += coldsync
SUBDIR += gnomepilot
+ SUBDIR += gnomepilot-conduits
SUBDIR += imgvtopgm
SUBDIR += isilo
SUBDIR += jpilot
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile
new file mode 100644
index 000000000000..2615364c2030
--- /dev/null
+++ b/palm/gnome-pilot-conduits/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomepilot-conduits
+# Version required: 0.1
+# Date created: 16th March 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+
+DISTNAME= gnome-pilot-conduits-0.1
+PKGNAME= gnomepilot-conduits-0.1
+CATEGORIES= palm comms gnome
+MASTER_SITES= http://www.gnome.org/gnome-pilot/download/
+
+MAINTAINER= ade@FreeBSD.org
+
+BUILD_DEPENDS= gnome-pilot-config:${PORTSDIR}/palm/gnomepilot
+LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
+ capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure mal-conduit/configure
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
+ LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
+
+.include <bsd.port.mk>
diff --git a/palm/gnome-pilot-conduits/distinfo b/palm/gnome-pilot-conduits/distinfo
new file mode 100644
index 000000000000..6c2dbef4bc0e
--- /dev/null
+++ b/palm/gnome-pilot-conduits/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-pilot-conduits-0.1.tar.gz) = ba4634d7d518b532ef0c89dd2c8c3c1b
diff --git a/palm/gnome-pilot-conduits/files/patch-aa b/palm/gnome-pilot-conduits/files/patch-aa
new file mode 100644
index 000000000000..a4e3be47b8d6
--- /dev/null
+++ b/palm/gnome-pilot-conduits/files/patch-aa
@@ -0,0 +1,17 @@
+--- configure.orig Thu Mar 16 10:47:51 2000
++++ configure Thu Mar 16 10:51:10 2000
+@@ -1181,10 +1181,10 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++# case "$ac_given_INSTALL" in
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/palm/gnome-pilot-conduits/pkg-comment b/palm/gnome-pilot-conduits/pkg-comment
new file mode 100644
index 000000000000..5c4d80df47e0
--- /dev/null
+++ b/palm/gnome-pilot-conduits/pkg-comment
@@ -0,0 +1 @@
+Additional conduits for gnome-pilot
diff --git a/palm/gnome-pilot-conduits/pkg-descr b/palm/gnome-pilot-conduits/pkg-descr
new file mode 100644
index 000000000000..ea9bb0b0229b
--- /dev/null
+++ b/palm/gnome-pilot-conduits/pkg-descr
@@ -0,0 +1,3 @@
+Additional conduits for gnome-pilot
+
+WWW: http://www.gnome.org/gnome-pilot/
diff --git a/palm/gnome-pilot-conduits/pkg-plist b/palm/gnome-pilot-conduits/pkg-plist
new file mode 100644
index 000000000000..6d1fbf9a338a
--- /dev/null
+++ b/palm/gnome-pilot-conduits/pkg-plist
@@ -0,0 +1,6 @@
+bin/mal-conduit-control-applet
+lib/gnome-pilot/conduits/libmal_conduit.a
+lib/gnome-pilot/conduits/libmal_conduit.so
+lib/gnome-pilot/conduits/libmal_conduit.so.0
+share/gnome/control-center/Peripherals/PalmPilot/Conduits/mal-conduit-control-applet.desktop
+share/gnome/gnome-pilot/conduits/mal.conduit
diff --git a/palm/gnomepilot-conduits/Makefile b/palm/gnomepilot-conduits/Makefile
new file mode 100644
index 000000000000..2615364c2030
--- /dev/null
+++ b/palm/gnomepilot-conduits/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomepilot-conduits
+# Version required: 0.1
+# Date created: 16th March 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+
+DISTNAME= gnome-pilot-conduits-0.1
+PKGNAME= gnomepilot-conduits-0.1
+CATEGORIES= palm comms gnome
+MASTER_SITES= http://www.gnome.org/gnome-pilot/download/
+
+MAINTAINER= ade@FreeBSD.org
+
+BUILD_DEPENDS= gnome-pilot-config:${PORTSDIR}/palm/gnomepilot
+LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
+ capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure mal-conduit/configure
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
+ LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
+
+.include <bsd.port.mk>
diff --git a/palm/gnomepilot-conduits/distinfo b/palm/gnomepilot-conduits/distinfo
new file mode 100644
index 000000000000..6c2dbef4bc0e
--- /dev/null
+++ b/palm/gnomepilot-conduits/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-pilot-conduits-0.1.tar.gz) = ba4634d7d518b532ef0c89dd2c8c3c1b
diff --git a/palm/gnomepilot-conduits/files/patch-aa b/palm/gnomepilot-conduits/files/patch-aa
new file mode 100644
index 000000000000..a4e3be47b8d6
--- /dev/null
+++ b/palm/gnomepilot-conduits/files/patch-aa
@@ -0,0 +1,17 @@
+--- configure.orig Thu Mar 16 10:47:51 2000
++++ configure Thu Mar 16 10:51:10 2000
+@@ -1181,10 +1181,10 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++# case "$ac_given_INSTALL" in
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/palm/gnomepilot-conduits/pkg-comment b/palm/gnomepilot-conduits/pkg-comment
new file mode 100644
index 000000000000..5c4d80df47e0
--- /dev/null
+++ b/palm/gnomepilot-conduits/pkg-comment
@@ -0,0 +1 @@
+Additional conduits for gnome-pilot
diff --git a/palm/gnomepilot-conduits/pkg-descr b/palm/gnomepilot-conduits/pkg-descr
new file mode 100644
index 000000000000..ea9bb0b0229b
--- /dev/null
+++ b/palm/gnomepilot-conduits/pkg-descr
@@ -0,0 +1,3 @@
+Additional conduits for gnome-pilot
+
+WWW: http://www.gnome.org/gnome-pilot/
diff --git a/palm/gnomepilot-conduits/pkg-plist b/palm/gnomepilot-conduits/pkg-plist
new file mode 100644
index 000000000000..6d1fbf9a338a
--- /dev/null
+++ b/palm/gnomepilot-conduits/pkg-plist
@@ -0,0 +1,6 @@
+bin/mal-conduit-control-applet
+lib/gnome-pilot/conduits/libmal_conduit.a
+lib/gnome-pilot/conduits/libmal_conduit.so
+lib/gnome-pilot/conduits/libmal_conduit.so.0
+share/gnome/control-center/Peripherals/PalmPilot/Conduits/mal-conduit-control-applet.desktop
+share/gnome/gnome-pilot/conduits/mal.conduit
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile
new file mode 100644
index 000000000000..2615364c2030
--- /dev/null
+++ b/palm/gnomepilot-conduits2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomepilot-conduits
+# Version required: 0.1
+# Date created: 16th March 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+
+DISTNAME= gnome-pilot-conduits-0.1
+PKGNAME= gnomepilot-conduits-0.1
+CATEGORIES= palm comms gnome
+MASTER_SITES= http://www.gnome.org/gnome-pilot/download/
+
+MAINTAINER= ade@FreeBSD.org
+
+BUILD_DEPENDS= gnome-pilot-config:${PORTSDIR}/palm/gnomepilot
+LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
+ capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure mal-conduit/configure
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
+ LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
+
+.include <bsd.port.mk>
diff --git a/palm/gnomepilot-conduits2/distinfo b/palm/gnomepilot-conduits2/distinfo
new file mode 100644
index 000000000000..6c2dbef4bc0e
--- /dev/null
+++ b/palm/gnomepilot-conduits2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-pilot-conduits-0.1.tar.gz) = ba4634d7d518b532ef0c89dd2c8c3c1b
diff --git a/palm/gnomepilot-conduits2/files/patch-aa b/palm/gnomepilot-conduits2/files/patch-aa
new file mode 100644
index 000000000000..a4e3be47b8d6
--- /dev/null
+++ b/palm/gnomepilot-conduits2/files/patch-aa
@@ -0,0 +1,17 @@
+--- configure.orig Thu Mar 16 10:47:51 2000
++++ configure Thu Mar 16 10:51:10 2000
+@@ -1181,10 +1181,10 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++# case "$ac_given_INSTALL" in
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/palm/gnomepilot-conduits2/pkg-comment b/palm/gnomepilot-conduits2/pkg-comment
new file mode 100644
index 000000000000..5c4d80df47e0
--- /dev/null
+++ b/palm/gnomepilot-conduits2/pkg-comment
@@ -0,0 +1 @@
+Additional conduits for gnome-pilot
diff --git a/palm/gnomepilot-conduits2/pkg-descr b/palm/gnomepilot-conduits2/pkg-descr
new file mode 100644
index 000000000000..ea9bb0b0229b
--- /dev/null
+++ b/palm/gnomepilot-conduits2/pkg-descr
@@ -0,0 +1,3 @@
+Additional conduits for gnome-pilot
+
+WWW: http://www.gnome.org/gnome-pilot/
diff --git a/palm/gnomepilot-conduits2/pkg-plist b/palm/gnomepilot-conduits2/pkg-plist
new file mode 100644
index 000000000000..6d1fbf9a338a
--- /dev/null
+++ b/palm/gnomepilot-conduits2/pkg-plist
@@ -0,0 +1,6 @@
+bin/mal-conduit-control-applet
+lib/gnome-pilot/conduits/libmal_conduit.a
+lib/gnome-pilot/conduits/libmal_conduit.so
+lib/gnome-pilot/conduits/libmal_conduit.so.0
+share/gnome/control-center/Peripherals/PalmPilot/Conduits/mal-conduit-control-applet.desktop
+share/gnome/gnome-pilot/conduits/mal.conduit