diff --git a/comms/Makefile b/comms/Makefile index e1dfc1395096..8cbf64d2b831 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,155 +1,156 @@ # $FreeBSD$ # COMMENT = Communication utilities SUBDIR += acfax SUBDIR += aldo SUBDIR += aprsd SUBDIR += asmodem SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce SUBDIR += bforce-kst SUBDIR += birda SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ SUBDIR += cdr_read SUBDIR += chu SUBDIR += comserv SUBDIR += conserver SUBDIR += conserver-com SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += echolinux SUBDIR += efax SUBDIR += efax-gtk SUBDIR += fldigi SUBDIR += gammu SUBDIR += garmin-utils SUBDIR += geoid SUBDIR += gfax SUBDIR += ghfaxviewer SUBDIR += gkermit SUBDIR += gmfsk + SUBDIR += gnocky SUBDIR += gnokii SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gpsk31 SUBDIR += grig SUBDIR += gscmxx SUBDIR += gsmlib SUBDIR += hamfax SUBDIR += hamlib SUBDIR += hcfmdm SUBDIR += hcidump SUBDIR += hf SUBDIR += hso-kmod SUBDIR += hylafax SUBDIR += ib-kmod SUBDIR += java-commapi SUBDIR += java-commapi-freebsd SUBDIR += jerm SUBDIR += kallers SUBDIR += kb SUBDIR += kermit SUBDIR += klog SUBDIR += kmobiletools SUBDIR += kpsk SUBDIR += ktrack SUBDIR += libfec SUBDIR += libirman SUBDIR += libsyncml SUBDIR += libticables SUBDIR += libticables2 SUBDIR += libticalcs2 SUBDIR += linpsk SUBDIR += linrad SUBDIR += lirc SUBDIR += locator SUBDIR += lrzsz SUBDIR += ltmdm SUBDIR += mgetty+sendfax SUBDIR += minicom SUBDIR += mlan SUBDIR += mlan3 SUBDIR += mserver SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c SUBDIR += nokryptia SUBDIR += o2sms SUBDIR += obexapp SUBDIR += openobex SUBDIR += p5-Device-Gsm SUBDIR += p5-Device-Modem SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-SMS-Send SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-ShareSMS SUBDIR += p5-SMS-Send-TW-emome SUBDIR += plp SUBDIR += pr SUBDIR += predict SUBDIR += py-bulksms SUBDIR += py-lirc SUBDIR += py-serial SUBDIR += pyla SUBDIR += qfaxreader SUBDIR += qico SUBDIR += qicosi SUBDIR += qpage SUBDIR += qrq SUBDIR += qsstv SUBDIR += ruby-serialport SUBDIR += ruby-termios SUBDIR += rxtx SUBDIR += scmxx SUBDIR += scud SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += seyon SUBDIR += sms_client SUBDIR += smstools SUBDIR += smstools3 SUBDIR += snooper SUBDIR += soundmodem SUBDIR += spandsp SUBDIR += spandsp-devel SUBDIR += splat SUBDIR += sredird SUBDIR += syncterm SUBDIR += thebridge SUBDIR += tilp2 SUBDIR += tits SUBDIR += tkhylafax SUBDIR += tkscanfax SUBDIR += tlf SUBDIR += trustedqsl SUBDIR += twpsk SUBDIR += uird SUBDIR += unixcw SUBDIR += uticom SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjt SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir SUBDIR += xcept SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse SUBDIR += xnecview SUBDIR += xwota SUBDIR += yagiuda SUBDIR += yaps SUBDIR += yawmppp SUBDIR += yfklog SUBDIR += zmtx-zmrx SUBDIR += zssh .include diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile new file mode 100644 index 000000000000..d7b3ee22346a --- /dev/null +++ b/comms/gnocky/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: Gnocky +# Date created: 16 Jul 2008 +# Whom: Alexey Dokuchaev +# +# $FreeBSD$ +# + +PORTNAME= gnocky +PORTVERSION= 0.0.6 +CATEGORIES= comms +MASTER_SITES= http://www.gnokii.org/download/gnocky/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= A graphical (GTK+2) frontend for gnokii + +LIB_DEPENDS= gnokii.12:${PORTSDIR}/comms/gnokii \ + usb-0.1.8:${PORTSDIR}/devel/libusb + +USE_GNOME= gtk20 libglade2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +OPTIONS= NLS "Build with Native Language Support" on + +.include + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include diff --git a/comms/gnocky/distinfo b/comms/gnocky/distinfo new file mode 100644 index 000000000000..bb412c9a70ec --- /dev/null +++ b/comms/gnocky/distinfo @@ -0,0 +1,3 @@ +MD5 (gnocky-0.0.6.tar.gz) = f877fef3a16163a162de360d7965ff61 +SHA256 (gnocky-0.0.6.tar.gz) = d7e96ac7eac00064bbc5dfa880823ed5cbf357db9f8e9f6e2a6304ea903a5fa7 +SIZE (gnocky-0.0.6.tar.gz) = 593416 diff --git a/comms/gnocky/pkg-descr b/comms/gnocky/pkg-descr new file mode 100644 index 000000000000..a8b3ea92caf2 --- /dev/null +++ b/comms/gnocky/pkg-descr @@ -0,0 +1,5 @@ +Gnocky is an application for managing your mobile phone. It supports +setting logos, SMS and address book management, and uses the user-space +mobile driver provided by the gnokii project. + +WWW: http://wiki.gnokii.org/index.php/Gnocky diff --git a/comms/gnocky/pkg-plist b/comms/gnocky/pkg-plist new file mode 100644 index 000000000000..0916acc27c54 --- /dev/null +++ b/comms/gnocky/pkg-plist @@ -0,0 +1,52 @@ +bin/gnocky +share/applications/gnocky.desktop +share/gnocky/glade/caller-id.png +share/gnocky/glade/cellphone.png +share/gnocky/glade/ellipse-filled.png +share/gnocky/glade/ellipse.png +share/gnocky/glade/fill.png +share/gnocky/glade/gnocky-addressbook-list-dialog.glade +share/gnocky/glade/gnocky-edit-phonebook.glade +share/gnocky/glade/gnocky-logos-view.glade +share/gnocky/glade/gnocky-new-sms.glade +share/gnocky/glade/gnocky-phone-view.glade +share/gnocky/glade/gnocky-phonebook-list-dialog.glade +share/gnocky/glade/gnocky-phonebook-view.glade +share/gnocky/glade/gnocky-preferences.glade +share/gnocky/glade/gnocky-sms-view.glade +share/gnocky/glade/gnocky.glade +share/gnocky/glade/line.png +share/gnocky/glade/logos.png +share/gnocky/glade/operator-logo.png +share/gnocky/glade/pencil.png +share/gnocky/glade/phonebook.png +share/gnocky/glade/phonebook24x24.png +share/gnocky/glade/picture-message.png +share/gnocky/glade/read-from-phone.png +share/gnocky/glade/rect-filled.png +share/gnocky/glade/rect.png +share/gnocky/glade/sms.png +share/gnocky/glade/startup-logo.png +share/gnocky/glade/tasks.png +share/gnocky/glade/write-to-phone.png +@dirrm share/gnocky/glade +share/gnocky/pixmaps/phones/3210.png +share/gnocky/pixmaps/phones/3310.png +share/gnocky/pixmaps/phones/3510i.png +share/gnocky/pixmaps/phones/6210.png +share/gnocky/pixmaps/phones/6310.png +share/gnocky/pixmaps/phones/6310i.png +share/gnocky/pixmaps/phones/7110.png +share/gnocky/pixmaps/phones/c55.png +share/gnocky/pixmaps/phones/m55.png +share/gnocky/pixmaps/phones/s55.png +share/gnocky/pixmaps/phones/unknown.png +@dirrm share/gnocky/pixmaps/phones +share/gnocky/pixmaps/me.png +share/gnocky/pixmaps/sm.png +@dirrm share/gnocky/pixmaps +@dirrm share/gnocky +%%NLS%%share/locale/de/LC_MESSAGES/gnocky.mo +%%NLS%%share/locale/it/LC_MESSAGES/gnocky.mo +%%NLS%%share/locale/pl/LC_MESSAGES/gnocky.mo +%%NLS%%share/locale/sv/LC_MESSAGES/gnocky.mo