diff options
author | ade <ade@FreeBSD.org> | 2000-03-21 17:59:52 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-03-21 17:59:52 +0000 |
commit | 27ae9dd880efe654ff32860f0e4947b15593a229 (patch) | |
tree | c4ccd31f80ac17e44e1f9f484e6b542aad126c48 /palm | |
parent | d62eb6efcf637e6f827a2709a80bba882ce39977 (diff) | |
download | FreeBSD-ports-27ae9dd880efe654ff32860f0e4947b15593a229.zip FreeBSD-ports-27ae9dd880efe654ff32860f0e4947b15593a229.tar.gz |
Add gnomepilot-conduits which will provide additional
conduits for the base gnomepilot port.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 32 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/distinfo | 1 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/files/patch-aa | 17 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/pkg-comment | 1 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/pkg-descr | 3 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/pkg-plist | 6 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/Makefile | 32 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/distinfo | 1 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/files/patch-aa | 17 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/pkg-comment | 1 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/pkg-descr | 3 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/pkg-plist | 6 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 32 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/distinfo | 1 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/files/patch-aa | 17 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/pkg-comment | 1 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/pkg-descr | 3 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/pkg-plist | 6 |
19 files changed, 181 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index 2ef9831c..2903230 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 0000000..2615364 --- /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 0000000..6c2dbef --- /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 0000000..a4e3be4 --- /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 0000000..5c4d80d --- /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 0000000..ea9bb0b --- /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 0000000..6d1fbf9 --- /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 0000000..2615364 --- /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 0000000..6c2dbef --- /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 0000000..a4e3be4 --- /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 0000000..5c4d80d --- /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 0000000..ea9bb0b --- /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 0000000..6d1fbf9 --- /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 0000000..2615364 --- /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 0000000..6c2dbef --- /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 0000000..a4e3be4 --- /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 0000000..5c4d80d --- /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 0000000..ea9bb0b --- /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 0000000..6d1fbf9 --- /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 |