diff options
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r-- | comms/gammu-devel/Makefile | 26 | ||||
-rw-r--r-- | comms/gammu-devel/distinfo | 2 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-bluetooth | 64 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-cfg-Makefile.glo | 50 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-configure.in | 77 | ||||
-rw-r--r-- | comms/gammu-devel/pkg-descr | 11 | ||||
-rw-r--r-- | comms/gammu-devel/pkg-plist | 134 |
7 files changed, 0 insertions, 364 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile deleted file mode 100644 index 29d000387979..000000000000 --- a/comms/gammu-devel/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gammu -# Date created: 12 december 2003 -# Whom: Kirill Bezzubets <kirill@solaris.ru> -# -# $FreeBSD$ -# - -PORTNAME= gammu -PORTVERSION= 1.01.0 -CATEGORIES= comms -MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ - -MAINTAINER= kirill@solaris.ru -COMMENT= GNU All Mobile Management Utilities - -MAN1= gammu.1 -USE_GMAKE= yes -USE_GNOME= pkgconfig -GNU_CONFIGURE= yes -WANT_AUTOCONF_VER=259 -INSTALLS_SHLIB= yes - -CONFIGURE_ARGS= --disable-bluerfsearch -CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC" - -.include <bsd.port.mk> diff --git a/comms/gammu-devel/distinfo b/comms/gammu-devel/distinfo deleted file mode 100644 index 51c6f4098330..000000000000 --- a/comms/gammu-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gammu-1.01.0.tar.gz) = 1ae9d7d51158c9f0cb5d3b25e7e7e1e1 -SIZE (gammu-1.01.0.tar.gz) = 860546 diff --git a/comms/gammu-devel/files/patch-bluetooth b/comms/gammu-devel/files/patch-bluetooth deleted file mode 100644 index 1e698a060071..000000000000 --- a/comms/gammu-devel/files/patch-bluetooth +++ /dev/null @@ -1,64 +0,0 @@ -diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluetoth/bluez.c ---- ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c Thu Mar 10 10:35:58 2005 -+++ common/device/bluetoth/bluez.c Sat Jul 9 12:46:07 2005 -@@ -23,6 +23,8 @@ - #ifdef GSM_ENABLE_BLUETOOTHDEVICE - #ifdef GSM_ENABLE_BLUEZ - -+#define BDADDR_ANY NG_HCI_BDADDR_ANY -+ - #include <stdlib.h> - #include <stdio.h> - #include <fcntl.h> -@@ -31,10 +33,7 @@ - #include <sys/socket.h> - #include <sys/time.h> - #include <unistd.h> --#include <bluetooth/bluetooth.h> --#include <bluetooth/rfcomm.h> --#include <bluetooth/sdp.h> --#include <bluetooth/sdp_lib.h> -+#include <bluetooth.h> - - #include "../../gsmcomon.h" - #include "../devfunc.h" -@@ -43,21 +42,21 @@ - GSM_Error bluetooth_connect(GSM_StateMachine *s, int port, char *device) - { - GSM_Device_BlueToothData *d = &s->Device.Data.BlueTooth; -- struct sockaddr_rc laddr, raddr; -+ struct sockaddr_rfcomm laddr, raddr; - bdaddr_t bdaddr; - int fd; - - smprintf(s, "Connecting to RF channel %i\n",port); - -- fd = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM); -+ fd = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); - if (fd < 0) { - dbgprintf("Can't create socket\n"); - return ERR_DEVICENODRIVER; - } - -- bacpy(&laddr.rc_bdaddr, BDADDR_ANY); -- laddr.rc_family = AF_BLUETOOTH; -- laddr.rc_channel = 0; -+ bacpy(&laddr.rfcomm_bdaddr, BDADDR_ANY); -+ laddr.rfcomm_family = AF_BLUETOOTH; -+ laddr.rfcomm_channel = 0; - - if (bind(fd, (struct sockaddr *)&laddr, sizeof(laddr)) < 0) { - dbgprintf("Can't bind socket\n"); -@@ -66,9 +65,9 @@ - } - - str2ba(device, &bdaddr); -- bacpy(&raddr.rc_bdaddr, &bdaddr); -- raddr.rc_family = AF_BLUETOOTH; -- raddr.rc_channel = port; -+ bacpy(&raddr.rfcomm_bdaddr, &bdaddr); -+ raddr.rfcomm_family = AF_BLUETOOTH; -+ raddr.rfcomm_channel = port; - - if (connect(fd, (struct sockaddr *)&raddr, sizeof(raddr)) < 0) { - dbgprintf("Can't connect\n"); diff --git a/comms/gammu-devel/files/patch-cfg-Makefile.glo b/comms/gammu-devel/files/patch-cfg-Makefile.glo deleted file mode 100644 index 80567a309457..000000000000 --- a/comms/gammu-devel/files/patch-cfg-Makefile.glo +++ /dev/null @@ -1,50 +0,0 @@ ---- ../gammu-1.01.0.orig/cfg/Makefile.glo Tue Apr 12 15:26:08 2005 -+++ cfg/Makefile.glo Sat Jul 9 22:24:39 2005 -@@ -122,7 +122,7 @@ - @echo Making $< - @$(CC) -c $(CFLAGS) -I$(TOPDIR)/common/ $(CPPFLAGS) $*.c -o $*.o - --all: gammu -+all: gammu shared - - $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU) - @echo Linking gammu -@@ -136,7 +136,7 @@ - - $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON) - @echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) -+ @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) - @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR) - @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so - -@@ -230,7 +230,7 @@ - @$(INSTALL) -m 0644 $(TOPDIR)/docs/docs/english/gammu.1 $(DESTDIR)$(INSTALL_MAN_DIR) - @$(RM) $(DESTDIR)$(INSTALL_DOC_DIR)/docs/english/gammu.1 - --install: uninstall all installdocs installlocales installonly -+install: uninstall all installdocs installlocales installlibonly - - installonly: all - @echo Installing binaries to $(DESTDIR)$(INSTALL_BIN_DIR) -@@ -247,8 +247,7 @@ - - @echo Installing shared library to $(DESTDIR)$(INSTALL_LIB_DIR) - @$(INSTALL) -m 0755 -d $(DESTDIR)$(INSTALL_LIB_DIR) -- @$(INSTALL) -m 0644 $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(DESTDIR)$(INSTALL_LIB_DIR) -- @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(DESTDIR)$(INSTALL_LIB_DIR)/libGammu.so.$(SONAME_MAJOR) -+ @$(INSTALL) -m 0644 $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(DESTDIR)$(INSTALL_LIB_DIR)/libGammu.so.$(SONAME_MAJOR) - @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(DESTDIR)$(INSTALL_LIB_DIR)/libGammu.so - - @echo Installing static library to $(DESTDIR)$(INSTALL_LIB_DIR) -@@ -267,8 +266,8 @@ - @$(INSTALL) -m 0644 cfg/config.h $(DESTDIR)$(INSTALL_H_DIR)/config.h - - @echo Installing pkgconfig file -- @$(INSTALL) -m 0755 -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig -- @$(INSTALL) -m 0644 cfg/pkgconfig/gammu.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig -+ @$(INSTALL) -m 0755 -d $(prefix)/libdata/pkgconfig -+ @$(INSTALL) -m 0644 cfg/pkgconfig/gammu.pc $(prefix)/libdata/pkgconfig - - apidoc: - @if test -z "$(DOXYGEN)" ; then \ diff --git a/comms/gammu-devel/files/patch-configure.in b/comms/gammu-devel/files/patch-configure.in deleted file mode 100644 index 14989aac2ef2..000000000000 --- a/comms/gammu-devel/files/patch-configure.in +++ /dev/null @@ -1,77 +0,0 @@ ---- ../gammu-1.01.0.orig/cfg/autoconf/configure.in Tue Mar 8 19:16:22 2005 -+++ cfg/autoconf/configure.in Sat Jul 9 12:51:12 2005 -@@ -185,17 +185,17 @@ - fi - if test "$gsm_blue_stack" = unknown ; then - AC_CHECK_HEADERS(bluetooth/bluetooth.h, -- [gsm_blue_stack=Bluez -+ [gsm_blue_stack=FreeBSD - LDLIBS="$LDLIBS -lbluetooth" - AC_CHECK_LIB(sdp, sdp_list_append, LDLIBS="$LDLIBS -lsdp") - AC_DEFINE(GSM_ENABLE_BLUEZ) - ]) - fi - -- dnl Path for Bluez bluetooth library -+ dnl Path for FreeBSD bluetooth library - gsm_bt_dir="" - AC_ARG_WITH(bluedir, -- [ --with-bluedir=DIR Specifies the base libbluetooth from Bluez], -+ [ --with-bluedir=DIR Specifies the base libbluetooth from FreeBSD], - [ if test x$withval = xyes; then - AC_MSG_WARN(Usage is: --with-bluedir=DIR) - else -@@ -292,7 +292,7 @@ - [ --disable-bluefbus Disable Nokia FBUS2 over Bluetooth stack - (Nokia 6210)], - [gsm_enable_bluefbus2="no"], -- [if test $gsm_blue_stack = Bluez; then -+ [if test $gsm_blue_stack = FreeBSD; then - AC_DEFINE(GSM_ENABLE_BLUEFBUS2) - gsm_enable_bluefbus2="yes" - else -@@ -302,7 +302,7 @@ - [ --disable-bluephonet Disable Nokia PHONET FBUS over Bluetooth - stack (all new Nokias)], - [gsm_enable_bluephonet="no"], -- [if test $gsm_blue_stack = Bluez; then -+ [if test $gsm_blue_stack = FreeBSD; then - AC_DEFINE(GSM_ENABLE_BLUEPHONET) - gsm_enable_bluephonet="yes" - else -@@ -311,7 +311,7 @@ - AC_ARG_ENABLE(blueat, - [ --disable-blueat Disable AT commands over Bluetooth stack], - [gsm_enable_blueat="no"], -- [if test $gsm_blue_stack = Bluez; then -+ [if test $gsm_blue_stack = FreeBSD; then - AC_DEFINE(GSM_ENABLE_BLUEAT) - gsm_enable_blueat="yes" - else -@@ -320,7 +320,7 @@ - AC_ARG_ENABLE(blueobex, - [ --disable-blueobex Disable OBEX over Bluetooth stack], - [gsm_enable_blueobex="no"], -- [if test $gsm_blue_stack = Bluez; then -+ [if test $gsm_blue_stack = FreeBSD; then - AC_DEFINE(GSM_ENABLE_BLUEOBEX) - gsm_enable_blueobex="yes" - else -@@ -355,7 +355,7 @@ - AC_ARG_ENABLE(bluerfsearch, - [ --disable-bluerfsearch Disable searching for RF channels with Bluetooth stack], - [gsm_enable_bluerfsearch="no"], -- [if test $gsm_blue_stack = Bluez; then -+ [if test $gsm_blue_stack = FreeBSD; then - AC_DEFINE(BLUETOOTH_RF_SEARCHING) - gsm_enable_bluerfsearch="yes" - fi]) -@@ -443,7 +443,7 @@ - Binaries - $bindir - RPM making directory - $RPM_DIR - Temporary directory - $TEMP_DIR -- Bluez library path - $gsm_bt_dir -+ FreeBSD Bluetooth library path - $gsm_bt_dir - - General options - --------------- diff --git a/comms/gammu-devel/pkg-descr b/comms/gammu-devel/pkg-descr deleted file mode 100644 index 1ef0e6fb4a91..000000000000 --- a/comms/gammu-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Gammu (Gnu All Mobile Management Utilities) 0.98.0 - -Gammu allows you to manage your mobile phone directly from -your PC. It has many features, such as SMS handling, Calendar, -Java support, ringtones, pictures, and many, many other good -things. - -WWW: http://www.mwiacek.com - -- Kirill Bezzubets -<kirill@solaris.ru> diff --git a/comms/gammu-devel/pkg-plist b/comms/gammu-devel/pkg-plist deleted file mode 100644 index 7a1c85bffd02..000000000000 --- a/comms/gammu-devel/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/gammu -%%DOCSDIR%%/changelog -%%DOCSDIR%%/copying -%%DOCSDIR%%/readme.txt -%%DOCSDIR%%/docs/english/gammu.txt -%%DOCSDIR%%/docs/english/replace.txt -%%DOCSDIR%%/docs/italian/gammu.txt -%%DOCSDIR%%/docs/italian/readme.txt -%%DOCSDIR%%/docs/gammu.png -%%DOCSDIR%%/examples/config/gammurc -%%DOCSDIR%%/examples/config/smsdrc -%%DOCSDIR%%/examples/config/mysql.sql -%%DOCSDIR%%/examples/fax/faxreceive -%%DOCSDIR%%/examples/fax/faxsend -%%DOCSDIR%%/examples/ppp/data -%%DOCSDIR%%/examples/ppp/gprs -%%DOCSDIR%%/examples/ppp/startppp -%%DOCSDIR%%/examples/ppp/statsppp -%%DOCSDIR%%/examples/media/aliens.nlm -%%DOCSDIR%%/examples/media/axelf.txt -share/gammu/gammu_cs.txt -share/gammu/gammu_de.txt -share/gammu/gammu_it.txt -share/gammu/gammu_pl.txt -share/gammu/gammu_us.txt -libdata/pkgconfig/gammu.pc -lib/libGammu.a -lib/libGammu.so -lib/libGammu.so.0 -include/gammu/config.h -include/gammu/gammu.h -include/gammu/gsmcomon.h -include/gammu/gsmstate.h -include/gammu/device/devfunc.h -include/gammu/device/bluetoth/affix.h -include/gammu/device/bluetoth/blue_w32.h -include/gammu/device/bluetoth/bluetoth.h -include/gammu/device/bluetoth/bluez.h -include/gammu/device/irda/irda.h -include/gammu/device/irda/irda_unx.h -include/gammu/device/irda/irda_w32.h -include/gammu/device/serial/ser_djg.h -include/gammu/device/serial/ser_unx.h -include/gammu/device/serial/ser_w32.h -include/gammu/misc/cfg.h -include/gammu/misc/misc.h -include/gammu/misc/coding/coding.h -include/gammu/misc/coding/md5.h -include/gammu/phone/pfunc.h -include/gammu/phone/alcatel/alcatel.h -include/gammu/phone/at/atgen.h -include/gammu/phone/at/samsung.h -include/gammu/phone/at/siemens.h -include/gammu/phone/at/sonyeric.h -include/gammu/phone/nokia/ncommon.h -include/gammu/phone/nokia/nfunc.h -include/gammu/phone/nokia/nfuncold.h -include/gammu/phone/nokia/dct3/dct3comm.h -include/gammu/phone/nokia/dct3/dct3func.h -include/gammu/phone/nokia/dct3/n0650.h -include/gammu/phone/nokia/dct3/n6110.h -include/gammu/phone/nokia/dct3/n7110.h -include/gammu/phone/nokia/dct3/n9210.h -include/gammu/phone/nokia/dct4/dct4func.h -include/gammu/phone/nokia/dct4/n3320.h -include/gammu/phone/nokia/dct4/n3650.h -include/gammu/phone/nokia/dct4/6510/6510cal.h -include/gammu/phone/nokia/dct4/6510/6510file.h -include/gammu/phone/nokia/dct4/6510/n6510.h -include/gammu/phone/obex/obexgen.h -include/gammu/phone/symbian/mroutgen.h -include/gammu/protocol/protocol.h -include/gammu/protocol/alcatel/alcabus.h -include/gammu/protocol/at/at.h -include/gammu/protocol/nokia/fbus2.h -include/gammu/protocol/nokia/mbus2.h -include/gammu/protocol/nokia/phonet.h -include/gammu/protocol/obex/obex.h -include/gammu/protocol/symbian/mrouter.h -include/gammu/service/gsmcal.h -include/gammu/service/gsmcall.h -include/gammu/service/gsmdata.h -include/gammu/service/gsmlogo.h -include/gammu/service/gsmmisc.h -include/gammu/service/gsmnet.h -include/gammu/service/gsmpbk.h -include/gammu/service/gsmprof.h -include/gammu/service/gsmring.h -include/gammu/service/backup/backgen.h -include/gammu/service/backup/backics.h -include/gammu/service/backup/backldif.h -include/gammu/service/backup/backlmb.h -include/gammu/service/backup/backtext.h -include/gammu/service/backup/backvcf.h -include/gammu/service/backup/backvcs.h -include/gammu/service/backup/gsmback.h -include/gammu/service/sms/gsmems.h -include/gammu/service/sms/gsmmulti.h -include/gammu/service/sms/gsmsms.h -@dirrm include/gammu/service/sms -@dirrm include/gammu/service/backup -@dirrm include/gammu/service -@dirrm include/gammu/protocol/symbian -@dirrm include/gammu/protocol/obex -@dirrm include/gammu/protocol/nokia -@dirrm include/gammu/protocol/at -@dirrm include/gammu/protocol/alcatel -@dirrm include/gammu/protocol -@dirrm include/gammu/phone/symbian -@dirrm include/gammu/phone/obex -@dirrm include/gammu/phone/nokia/dct3 -@dirrm include/gammu/phone/nokia/dct4/6510 -@dirrm include/gammu/phone/nokia/dct4 -@dirrm include/gammu/phone/nokia -@dirrm include/gammu/phone/at -@dirrm include/gammu/phone/alcatel -@dirrm include/gammu/phone -@dirrm include/gammu/misc/coding -@dirrm include/gammu/misc -@dirrm include/gammu/device/serial -@dirrm include/gammu/device/irda -@dirrm include/gammu/device/bluetoth -@dirrm include/gammu/device -@dirrm include/gammu -@dirrm share/gammu -@dirrm %%DOCSDIR%%/docs/english -@dirrm %%DOCSDIR%%/docs/italian -@dirrm %%DOCSDIR%%/docs -@dirrm %%DOCSDIR%%/examples/config -@dirrm %%DOCSDIR%%/examples/media -@dirrm %%DOCSDIR%%/examples/ppp -@dirrm %%DOCSDIR%%/examples/fax -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% |