Index: head/comms/gnokii/Makefile =================================================================== --- head/comms/gnokii/Makefile (revision 148140) +++ head/comms/gnokii/Makefile (revision 148141) @@ -1,181 +1,180 @@ # New ports collection makefile for: gnokii # Date created: 15 March 1999 # Whom: staffanu # # $FreeBSD$ # PORTNAME= gnokii -PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTVERSION= 0.6.10 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ ftp://ftp.gnokii.org/pub/gnokii/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mad@madpilot.net COMMENT= Tools to talk to GSM cellular phones USE_REINPLACE= yes USE_GMAKE= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ --with-xgnokiidir=${PREFIX}/share CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fPIC" \ LIBS="-L../common -L${LOCALBASE}/lib" MAN1= gnokii.1 todologo.1 ppm2nokia.1 sendsms.1 MAN8= gnokiid.8 mgnokiidev.8 INSTALL_TARGET= install-suid PKGDEINSTALL= ${PKGINSTALL} PKGMESSAGE= ${WRKDIR}/pkg-message FIXPREFIX= Docs/man/gnokiid.8 Docs/DataCalls-QuickStart Docs/README \ common/cfgreader.c po/et.po po/sl.po WANT_GNOME= yes .include .if exists(${LOCALBASE}/lib/libical.so.0) WITH_ICAL= yes .endif .if defined(WITH_ICAL) LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical .endif .if ${OSVERSION} < 500000 LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal .endif # If smsd is enabled check if MySQL or PostgreSQL are installed and # build the modules, no switches to make this port build those, if # you want them, just install them before this port. The port will # then activate a dependency. .if !defined(WITH_SMSD) PLIST_SUB+= SMSD='@comment ' PLIST_SUB+= PGM='@comment ' PLIST_SUB+= MSM='@comment ' .else PLIST_SUB+= SMSD='' MAN8+= smsd.8 .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) USE_MYSQL= yes PLIST_SUB+= MSM='' WITH_MYSQL= yes .else PLIST_SUB+= MSM='@comment ' .endif .if exists(${LOCALBASE}/bin/psql) USE_PGSQL= yes PLIST_SUB+= PGM='' WITH_PGSQL= yes .else PLIST_SUB+= PGM='@comment ' .endif -.if defined(SMSD_WITH_GLIB2) -USE_GNOME+= glib20 -.else +.if defined(SMSD_WITH_GLIB1) USE_GNOME+= glib12 +.else +USE_GNOME+= glib20 .endif .endif .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11='@comment ' .else USE_XPM= yes -USE_GNOME+= gtk12 +USE_GNOME+= gtk20 gnomelibs PLIST_SUB+= X11='' MAN1+= xgnokii.1 .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif pre-fetch: .if !defined(WITH_SMSD) @${ECHO} @${ECHO} "If you plan using the smsd daemon for automatically receiving," @${ECHO} "managing and sending SMSes define WITH_SMSD=yes." @${ECHO} "smsd has support for normal file system operations, MySQL and" @${ECHO} "PostgreSQL. If any of these 2 database systems are installed support" @${ECHO} "will be automatically compiled in. Normal file systems support is" @${ECHO} "always compiled in." @${ECHO} .endif -.if !defined(SMSD_WITH_GLIB2) +.if !defined(SMSD_WITH_GLIB1) @${ECHO} - @${ECHO} "smsd defaults to using glib1, if you'd rather link with glib2 - @${ECHO} "define SMSD_WITH_GLIB2=yes" + @${ECHO} "smsd defaults to using glib2, if you'd rather link with glib1 + @${ECHO} "define SMSD_WITH_GLIB1=yes" @${ECHO} .endif post-patch: .for f in ${FIXPREFIX} @${REINPLACE_CMD} -e "s:/etc/gnokiirc:${PREFIX}/etc/gnokiirc:g" \ ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e "s:%%PTHREAD_LIBS%%:${PTHREAD_LIBS}:; \ s:%%PTHREAD_CFLAGS%%:${PTHREAD_CFLAGS}:" ${WRKSRC}/configure .for f in common/data/virtmodem.c utils/mgnokiidev.c @${REINPLACE_CMD} -E -e "s:^(#ifdef.*)__OpenBSD__:\1__FreeBSD__:" \ ${WRKSRC}/${f} .endfor .if ${OSVERSION} <= 500027 @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} \ -e 's|||' .endif -.if defined(SMSD_WITH_GLIB2) +.if defined(SMSD_WITH_GLIB1) @cd ${WRKSRC} && ${PATCH} -s <${PATCHDIR}/smsd-Makefile-WITH_GLIB.diff .endif post-build: .if defined(WITH_SMSD) .if defined(WITH_MYSQL) @${REINPLACE_CMD} -e 's/^DB_LIBS := libfile.la$$/DB_LIBS = libfile.la libmysql.la/' ${WRKSRC}/smsd/Makefile .endif .if defined(WITH_PGSQL) @${REINPLACE_CMD} -e 's/^DB_LIBS := libfile.la$$/DB_LIBS = libfile.la libpq.la/' -e 's/^DB_LIBS = libfile.la libmysql.la$$/DB_LIBS = libfile.la libpq.la libmysql.la' ${WRKSRC}/smsd/Makefile .endif @cd ${WRKSRC}/smsd && ${GMAKE} all .endif @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} pre-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .if !defined(NOPORTDOCS) @(cd ${WRKSRC} && ${GMAKE} install-docs) .endif ${INSTALL_DATA} ${WRKSRC}/Docs/sample/gnokiirc \ ${PREFIX}/etc/gnokiirc.sample .if defined(WITH_SMSD) @cd ${WRKSRC}/smsd && ${GMAKE} install ${MKDIR} ${PREFIX}/share/smsd ${INSTALL_SCRIPT} ${WRKSRC}/smsd/action ${PREFIX}/share/smsd/action ${INSTALL_DATA} ${WRKSRC}/smsd/README ${PREFIX}/share/smsd/README .if defined(WITH_MYSQL) ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.mysql.sql ${PREFIX}/share/smsd/sms.tables.mysql.sql .endif .if defined(WITH_PGSQL) ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.pq.sql ${PREFIX}/share/smsd/sms.tables.pq.sql .endif .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/comms/gnokii/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/comms/gnokii/distinfo =================================================================== --- head/comms/gnokii/distinfo (revision 148140) +++ head/comms/gnokii/distinfo (revision 148141) @@ -1,2 +1,3 @@ -MD5 (gnokii-0.6.8.tar.bz2) = 8109a8c3eb8ac0ee3e6ef3314bd2ce82 -SIZE (gnokii-0.6.8.tar.bz2) = 1980384 +MD5 (gnokii-0.6.10.tar.bz2) = 031007358ff9b6e6e2994d408a4fa88a +SHA256 (gnokii-0.6.10.tar.bz2) = 92659c8b02a50f7a2d40a608b81514176a13216d4a40d35689df9a49f58444f0 +SIZE (gnokii-0.6.10.tar.bz2) = 1916536 Property changes on: head/comms/gnokii/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/comms/gnokii/files/patch-gnokiirc =================================================================== --- head/comms/gnokii/files/patch-gnokiirc (revision 148140) +++ head/comms/gnokii/files/patch-gnokiirc (revision 148141) @@ -1,29 +1,29 @@ ---- Docs/sample/gnokiirc.orig Wed May 18 15:17:32 2005 -+++ Docs/sample/gnokiirc Wed May 18 15:18:17 2005 -@@ -6,7 +6,7 @@ +--- Docs/sample/gnokiirc.orig Wed Nov 9 01:11:42 2005 ++++ Docs/sample/gnokiirc Sat Nov 12 19:11:21 2005 +@@ -7,7 +7,7 @@ - # Set port to the physical serial port used to connect to your phone. + # Set port to the physical port used to connect to your phone. # Linux version is: -port = /dev/ttyS0 +port = /dev/cuaa0 # # For MacOSX you will need something like: # port = /dev/cu.USA28X1P1.1 -@@ -26,7 +26,7 @@ +@@ -45,7 +45,7 @@ # model = AT # If you can't figure out what to put here read the FAQ. # If it still doesn't help, consult gnokii-ml or #gnokii at freenode. -model = 6510 +model = 6210 + # There are few main models that should make use of the certain drivers. + # These are: 6110, 7110, 6510, 3110, 2110, 6160. - # Initlength controls the number of characters sent to the - # phone during initialisation. You can either set it to -@@ -56,7 +56,7 @@ +@@ -87,7 +87,7 @@ # port software (eg. minicom). If you have wrong permissions for the # directory, a warning will be generated. If you don't want a lockfile, set # it to 'no'. -use_locking = yes +use_locking = no # Baudrate to use on serial port connections. # Currently used only by models AT and BIP/CIMD. Defaults to 19200. Property changes on: head/comms/gnokii/files/patch-gnokiirc ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/comms/gnokii/files/smsd-Makefile-WITH_GLIB.diff =================================================================== --- head/comms/gnokii/files/smsd-Makefile-WITH_GLIB.diff (revision 148140) +++ head/comms/gnokii/files/smsd-Makefile-WITH_GLIB.diff (revision 148141) @@ -1,21 +1,21 @@ ---- smsd/Makefile.orig Wed Oct 20 17:26:17 2004 -+++ smsd/Makefile Wed Oct 20 17:26:25 2004 -@@ -6,14 +6,14 @@ - # $Id: Makefile,v 1.31 2004/08/03 09:29:09 ja Exp $ +--- smsd/Makefile.orig Sun Nov 13 16:00:45 2005 ++++ smsd/Makefile Sun Nov 13 16:00:54 2005 +@@ -7,14 +7,14 @@ + # $Id: Makefile,v 1.33 2005/08/10 07:33:43 ja Exp $ # --GLIBCFLAGS = glib-config --cflags --GLIBLDLIBS = glib-config --libs -+#GLIBCFLAGS = glib-config --cflags -+#GLIBLDLIBS = glib-config --libs +-#GLIBCFLAGS = glib-config --cflags +-#GLIBLDLIBS = glib-config --libs ++GLIBCFLAGS = glib-config --cflags ++GLIBLDLIBS = glib-config --libs # Comment out above lines and uncomment below lines if you want compile smsd # with glib2 instead of glib1. # --#GLIBCFLAGS = pkg-config --cflags glib-2.0 --#GLIBLDLIBS = pkg-config --libs glib-2.0 -+GLIBCFLAGS = pkg-config --cflags glib-2.0 -+GLIBLDLIBS = pkg-config --libs glib-2.0 +-GLIBCFLAGS = pkg-config --cflags glib-2.0 +-GLIBLDLIBS = pkg-config --libs glib-2.0 ++#GLIBCFLAGS = pkg-config --cflags glib-2.0 ++#GLIBLDLIBS = pkg-config --libs glib-2.0 TOPDIR=.. include $(TOPDIR)/Makefile.global Property changes on: head/comms/gnokii/files/smsd-Makefile-WITH_GLIB.diff ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/comms/gnokii/pkg-install =================================================================== --- head/comms/gnokii/pkg-install (revision 148140) +++ head/comms/gnokii/pkg-install (revision 148141) @@ -1,37 +1,41 @@ #!/bin/sh PATH=/bin:/usr/bin:/usr/sbin GROUP=gnokii SUIDBINS="${PKG_PREFIX}/sbin/gnokiid ${PKG_PREFIX}/sbin/mgnokiidev" -BINS="${PKG_PREFIX}/bin/gnokii ${PKG_PREFIX}/bin/xgnokii ${SUIDBINS}" +BINS="${PKG_PREFIX}/bin/gnokii ${SUIDBINS}" + +if [ -e ${PKG_PREFIX}/bin/xgnokii ]; then + BINS="$BINS ${PKG_PREFIX}/bin/xgnokii" +fi case "$2" in "PRE-INSTALL") if pw group show "${GROUP}" 2>/dev/null; then echo "You already have a group \"${GROUP}\", so I will use it." else if pw groupadd ${GROUP}; then echo "Added group \"${GROUP}\"." else echo "Adding group \"${GROUP}\" failed..." exit 1 fi fi ;; "POST-INSTALL") chgrp $GROUP $BINS chmod 750 ${BINS} chmod u+s ${SUIDBINS} ;; "DEINSTALL") if [ -z "`pw groupshow $GROUP 2>&1 | sed -E -e 's/^([^:]+:){3}(.*)$/\2/'`" ]; then echo "Removing empty group \"$GROUP\"." pw groupdel $GROUP fi ;; esac Property changes on: head/comms/gnokii/pkg-install ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/comms/gnokii/pkg-plist =================================================================== --- head/comms/gnokii/pkg-plist (revision 148140) +++ head/comms/gnokii/pkg-plist (revision 148141) @@ -1,219 +1,222 @@ bin/gnokii bin/ppm2nokia bin/sendsms bin/todologo %%X11%%bin/xgnokii etc/gnokiirc.sample include/gnokii.h include/gnokii/bitmaps.h include/gnokii/call.h include/gnokii/common.h include/gnokii/data.h include/gnokii/encoding.h include/gnokii/error.h include/gnokii/networks.h include/gnokii/ringtones.h include/gnokii/rlp-common.h include/gnokii/sms.h include/gnokii/statemachine.h include/gnokii/virtmodem.h @dirrm include/gnokii lib/libgnokii.a lib/libgnokii.la lib/libgnokii.so lib/libgnokii.so.2 libdata/pkgconfig/gnokii.pc sbin/gnokiid sbin/mgnokiidev %%SMSD%%sbin/smsd %%PORTDOCS%%%%DOCSDIR%%/Bugs %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/DataCalls-QuickStart %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-2110 %%PORTDOCS%%%%DOCSDIR%%/README-3810 %%PORTDOCS%%%%DOCSDIR%%/README-6110 %%PORTDOCS%%%%DOCSDIR%%/README-6510 %%PORTDOCS%%%%DOCSDIR%%/README-7110 %%PORTDOCS%%%%DOCSDIR%%/README-MacOSX %%PORTDOCS%%%%DOCSDIR%%/README-Symbian %%PORTDOCS%%%%DOCSDIR%%/README-WIN32 %%PORTDOCS%%%%DOCSDIR%%/README-dancall %%PORTDOCS%%%%DOCSDIR%%/README-ericsson %%PORTDOCS%%%%DOCSDIR%%/README-siemens %%PORTDOCS%%%%DOCSDIR%%/README.libsms %%PORTDOCS%%%%DOCSDIR%%/gettext-howto %%PORTDOCS%%%%DOCSDIR%%/gnapplet.sis %%PORTDOCS%%%%DOCSDIR%%/gnokii-IrDA-Linux %%PORTDOCS%%%%DOCSDIR%%/gnokii-hackers-howto %%PORTDOCS%%%%DOCSDIR%%/gnokii-ir-howto %%PORTDOCS%%%%DOCSDIR%%/gnokii.nol %%PORTDOCS%%%%DOCSDIR%%/logos.txt %%PORTDOCS%%%%DOCSDIR%%/packaging-howto %%PORTDOCS%%%%DOCSDIR%%/ringtones.txt %%PORTDOCS%%%%DOCSDIR%%/sample/gnokiirc %%PORTDOCS%%%%DOCSDIR%%/sample/logo/bronto.xpm %%PORTDOCS%%%%DOCSDIR%%/sample/logo/gnokii.xpm %%PORTDOCS%%%%DOCSDIR%%/sample/logo/gnokiiop.xpm %%PORTDOCS%%%%DOCSDIR%%/sample/logo/horse.xpm %%PORTDOCS%%%%DOCSDIR%%/sample/logo/horse2.xpm %%PORTDOCS%%%%DOCSDIR%%/sample/logo/pacman.xpm %%PORTDOCS%%%%DOCSDIR%%/sample/magic %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/cimd-connect %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/options %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/pap-secrets %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-6210-modem %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-FILES %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-gnokii %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-hscsd %%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-on %%PORTDOCS%%%%DOCSDIR%%/sample/ringtone/star.imelody %%PORTDOCS%%%%DOCSDIR%%/sample/ringtone/star.rtttl %%PORTDOCS%%%%DOCSDIR%%/sample/vCalendar/test.vcs %%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/logo %%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/ringtone %%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/vCalendar %%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/vCard %%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/ppp %%PORTDOCS%%@dirrm %%DOCSDIR%%/sample %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@exec mkdir -m 755 %D/%%DOCSDIR%%/sample/vCard %%NLS%%share/locale/cs/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/de/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/et/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/fi/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/fr/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/it/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/nl/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/pl/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/sk/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/sl/LC_MESSAGES/gnokii.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gnokii.mo %%SMSD%%share/smsd/README %%SMSD%%share/smsd/action %%SMSD%%lib/smsd/libfile.a %%SMSD%%lib/smsd/libfile.la %%SMSD%%lib/smsd/libfile.so %%MSM%%lib/smsd/libmysql.a %%MSM%%lib/smsd/libmysql.la %%MSM%%lib/smsd/libmysql.so %%MSM%%share/smsd/sms.tables.mysql.sql %%PGM%%lib/smsd/libpq.a %%PGM%%lib/smsd/libpq.la %%PGM%%lib/smsd/libpq.so %%PGM%%share/smsd/sms.tables.pq.sql %%SMSD%%@dirrm lib/smsd %%SMSD%%@dirrm share/smsd %%X11%%share/xgnokii/help/C %%X11%%share/xgnokii/help/POSIX %%X11%%share/xgnokii/help/en_US/COPYING %%X11%%share/xgnokii/help/en_US/CREDITS %%X11%%share/xgnokii/help/en_US/faq.html %%X11%%share/xgnokii/help/en_US/firmware/firmware.html %%X11%%share/xgnokii/help/en_US/index.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net0.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net1.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net2.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net3.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net4.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net5.html %%X11%%share/xgnokii/help/en_US/netmon/faq_net6.html %%X11%%share/xgnokii/help/en_US/netmon/net_mon1.png %%X11%%share/xgnokii/help/en_US/netmon/net_mon2.png %%X11%%share/xgnokii/help/en_US/netmon/net_mon3.png %%X11%%share/xgnokii/help/en_US/netmon/nm2_5110.png %%X11%%share/xgnokii/help/en_US/netmon/nm_3210.png %%X11%%share/xgnokii/help/en_US/netmon/nm_5110.png %%X11%%share/xgnokii/help/en_US/netmon/nm_9110.png %%X11%%share/xgnokii/help/en_US/netmon/tip.png %%X11%%share/xgnokii/help/en_US/sample/gnokiirc %%X11%%share/xgnokii/help/en_US/styl.css %%X11%%share/xgnokii/help/pl_PL/calendar.html %%X11%%share/xgnokii/help/pl_PL/contacts.html %%X11%%share/xgnokii/help/pl_PL/dtmf.html %%X11%%share/xgnokii/help/pl_PL/index.html %%X11%%share/xgnokii/help/pl_PL/netmon.html %%X11%%share/xgnokii/help/pl_PL/netmon/dir0.png %%X11%%share/xgnokii/help/pl_PL/netmon/dir1.png %%X11%%share/xgnokii/help/pl_PL/netmon/glowna.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/f2mbus.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/f2mbus2.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_loga.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net0.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net1.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net2.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net3.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net4.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net5.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faq_net6.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/faqkable.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/firmware.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/index.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/net_mon1.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/net_mon2.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/net_mon3.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/net_spis.htm %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/nm2_5110.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/nm_3210.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/nm_5110.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/nm_9110.png %%X11%%share/xgnokii/help/pl_PL/netmon/gsm/tip.png %%X11%%share/xgnokii/help/pl_PL/netmon/htm.png %%X11%%share/xgnokii/help/pl_PL/netmon/index.htm %%X11%%share/xgnokii/help/pl_PL/netmon/konw.js %%X11%%share/xgnokii/help/pl_PL/netmon/spis.htm %%X11%%share/xgnokii/help/pl_PL/netmon/spis_d.htm %%X11%%share/xgnokii/help/pl_PL/netmon/spis_d2.htm %%X11%%share/xgnokii/help/pl_PL/netmon/spis_g.htm %%X11%%share/xgnokii/help/pl_PL/netmon/styl.css %%X11%%share/xgnokii/help/pl_PL/sms.html %%X11%%share/xgnokii/help/pl_PL/speeddial.html %%X11%%share/xgnokii/help/pl_PL/xkeyb.html %%X11%%share/xgnokii/xpm/5110.xpm %%X11%%share/xgnokii/xpm/6110.xpm %%X11%%share/xgnokii/xpm/6150.xpm %%X11%%share/xgnokii/xpm/Preview_3210.xpm %%X11%%share/xgnokii/xpm/Preview_3310.xpm %%X11%%share/xgnokii/xpm/Preview_5110.xpm %%X11%%share/xgnokii/xpm/Preview_6110.xpm %%X11%%share/xgnokii/xpm/Preview_6150.xpm %%X11%%share/xgnokii/xpm/Preview_6210.xpm %%X11%%share/xgnokii/xpm/Preview_6250.xpm %%X11%%share/xgnokii/xpm/Preview_7110.xpm +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/calendar +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/contacts +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/dtmf +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/main +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/netmon/gsm +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/sms +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/speeddial +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/xkeyb +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/cables +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/irda +%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows %%X11%%@dirrm share/xgnokii/help/en_US/cables %%X11%%@dirrm share/xgnokii/help/en_US/calendar %%X11%%@dirrm share/xgnokii/help/en_US/contacts %%X11%%@dirrm share/xgnokii/help/en_US/dtmf %%X11%%@dirrm share/xgnokii/help/en_US/firmware %%X11%%@dirrm share/xgnokii/help/en_US/irda %%X11%%@dirrm share/xgnokii/help/en_US/main %%X11%%@dirrm share/xgnokii/help/en_US/netmon/gsm %%X11%%@dirrm share/xgnokii/help/en_US/netmon %%X11%%@dirrm share/xgnokii/help/en_US/sms %%X11%%@dirrm share/xgnokii/help/en_US/speeddial %%X11%%@dirrm share/xgnokii/help/en_US/windows/calendar %%X11%%@dirrm share/xgnokii/help/en_US/windows/contacts %%X11%%@dirrm share/xgnokii/help/en_US/windows/dtmf %%X11%%@dirrm share/xgnokii/help/en_US/windows/main %%X11%%@dirrm share/xgnokii/help/en_US/windows/netmon %%X11%%@dirrm share/xgnokii/help/en_US/windows/sms %%X11%%@dirrm share/xgnokii/help/en_US/windows/speeddial %%X11%%@dirrm share/xgnokii/help/en_US/windows/xkeyb %%X11%%@dirrm share/xgnokii/help/en_US/windows %%X11%%@dirrm share/xgnokii/help/en_US/xkeyb %%X11%%@dirrm share/xgnokii/help/en_US/sample %%X11%%@dirrm share/xgnokii/help/en_US %%X11%%@dirrm share/xgnokii/help/pl_PL/netmon/gsm %%X11%%@dirrm share/xgnokii/help/pl_PL/netmon %%X11%%@dirrm share/xgnokii/help/pl_PL %%X11%%@dirrm share/xgnokii/help %%X11%%@dirrm share/xgnokii/xpm %%X11%%@dirrm share/xgnokii -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/calendar -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/contacts -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/dtmf -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/main -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/netmon/gsm -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/sms -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/speeddial -%%X11%%@exec mkdir -m 755 %D/share/xgnokii/help/en_US/xkeyb Property changes on: head/comms/gnokii/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property