diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 03:00:50 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 03:00:50 +0800 |
commit | aa0845cfb3c57b441e18b7816d72927d0f746d41 (patch) | |
tree | d17fbf6e674fe9e1d13c48009f5d334a78cf4b4e /palm/gnome-pilot-conduits | |
parent | b8ea45796d3a4defaebca23a6fe89be05bf645e3 (diff) | |
download | marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.gz marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.bz2 marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.lz marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.xz marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.zst marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'palm/gnome-pilot-conduits')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 38 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/distinfo | 3 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/files/patch-email_email_conduit.c | 11 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/pkg-descr | 3 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/pkg-plist | 71 |
5 files changed, 126 insertions, 0 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile new file mode 100644 index 000000000..aab383fda --- /dev/null +++ b/palm/gnome-pilot-conduits/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomepilot-conduits2 +# Date created: 15 April 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnome-pilot-conduits +PORTVERSION= 2.0.15 +PORTREVISION= 2 +CATEGORIES= palm comms gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Additional conduits for gnome-pilot + +LIB_DEPENDS= gpilotd.3:${PORTSDIR}/palm/gnome-pilot + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_BISON= yes +USE_GNOME= gnomeprefix gnomehack libgnome +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pisock=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ + ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c + @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ + ${WRKSRC}/po/Makefile.in.in + +.include <bsd.port.mk> diff --git a/palm/gnome-pilot-conduits/distinfo b/palm/gnome-pilot-conduits/distinfo new file mode 100644 index 000000000..467166915 --- /dev/null +++ b/palm/gnome-pilot-conduits/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-pilot-conduits-2.0.15.tar.bz2) = 19abe4219da30479018c245ec1160d33 +SHA256 (gnome2/gnome-pilot-conduits-2.0.15.tar.bz2) = 18b57a52e38f1c0604bcfceb13ba21bdc69b02714f8e3d73578b1e01195f1ab4 +SIZE (gnome2/gnome-pilot-conduits-2.0.15.tar.bz2) = 476251 diff --git a/palm/gnome-pilot-conduits/files/patch-email_email_conduit.c b/palm/gnome-pilot-conduits/files/patch-email_email_conduit.c new file mode 100644 index 000000000..e10f9f7c1 --- /dev/null +++ b/palm/gnome-pilot-conduits/files/patch-email_email_conduit.c @@ -0,0 +1,11 @@ +--- email/email_conduit.c.orig Tue Apr 15 02:29:36 2003 ++++ email/email_conduit.c Tue Apr 15 02:30:00 2003 +@@ -47,7 +47,7 @@ + prefix = g_strdup_printf("/gnome-pilot.d/email-conduit/Pilot_%u/",pilotId); + + gnome_config_push_prefix(prefix); +- (*c)->sendmail = gnome_config_get_string( "sendmail=/usr/lib/sendmail -t -i"); ++ (*c)->sendmail = gnome_config_get_string( "sendmail=/usr/sbin/sendmail -t -i"); + (*c)->fromAddr = gnome_config_get_string( "from_address" ); + (*c)->sendAction = gnome_config_get_string( "send_action=file"); + (*c)->mhDirectory = gnome_config_get_string( "mh_directory" ); diff --git a/palm/gnome-pilot-conduits/pkg-descr b/palm/gnome-pilot-conduits/pkg-descr new file mode 100644 index 000000000..ec260c032 --- /dev/null +++ b/palm/gnome-pilot-conduits/pkg-descr @@ -0,0 +1,3 @@ +Additional conduits for gnome-pilot2. + +WWW: http://www.gnome.org/gnome-office/ diff --git a/palm/gnome-pilot-conduits/pkg-plist b/palm/gnome-pilot-conduits/pkg-plist new file mode 100644 index 000000000..7b52fa2f5 --- /dev/null +++ b/palm/gnome-pilot-conduits/pkg-plist @@ -0,0 +1,71 @@ +lib/gnome-pilot/conduits/libemail_conduit.a +lib/gnome-pilot/conduits/libemail_conduit.la +lib/gnome-pilot/conduits/libemail_conduit.so +lib/gnome-pilot/conduits/libexpense_conduit.a +lib/gnome-pilot/conduits/libexpense_conduit.la +lib/gnome-pilot/conduits/libexpense_conduit.so +lib/gnome-pilot/conduits/libmal_conduit.a +lib/gnome-pilot/conduits/libmal_conduit.la +lib/gnome-pilot/conduits/libmal_conduit.so +lib/gnome-pilot/conduits/libmemo_file_conduit.a +lib/gnome-pilot/conduits/libmemo_file_conduit.la +lib/gnome-pilot/conduits/libmemo_file_conduit.so +lib/gnome-pilot/conduits/libtime_conduit.a +lib/gnome-pilot/conduits/libtime_conduit.la +lib/gnome-pilot/conduits/libtime_conduit.so +share/gnome-pilot/conduits/expense.conduit +share/gnome-pilot/conduits/mal.conduit +share/gnome-pilot/conduits/memofile.conduit +share/gnome-pilot/conduits/sendmail.conduit +share/gnome-pilot/conduits/time.conduit +share/pixmaps/avantgo.png +share/locale/ar/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/az/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/be/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/bg/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/ca/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/cs/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/da/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/de/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/el/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/en_CA/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/en_GB/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/es/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/fi/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/fr/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/gl/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/he/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/hr/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/hu/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/it/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/ja/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/mk/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/ml/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/ms/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/nb/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/ne/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/nl/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/nn/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/pa/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/pl/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/pt/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/pt_BR/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/ru/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/rw/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/sk/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/sq/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/sr/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/sv/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/tr/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/uk/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/vi/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/wa/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/xh/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/zh_CN/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/zh_HK/LC_MESSAGES/gnome-pilot-conduits.mo +share/locale/zh_TW/LC_MESSAGES/gnome-pilot-conduits.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrm share/gnome-pilot/conduits +@dirrm lib/gnome-pilot/conduits |