diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-01 20:03:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-01 20:03:09 +0800 |
commit | df9c6f0d9fcd2f05bb9e1962e9e4286eaa639aaa (patch) | |
tree | 14d1a12d3ae8a4e88dac5faa1cd7189b981a4c80 /comms | |
parent | 59836193b55d2248d9a39a11d5b994f770a46d9e (diff) | |
download | freebsd-ports-gnome-df9c6f0d9fcd2f05bb9e1962e9e4286eaa639aaa.tar.gz freebsd-ports-gnome-df9c6f0d9fcd2f05bb9e1962e9e4286eaa639aaa.tar.zst freebsd-ports-gnome-df9c6f0d9fcd2f05bb9e1962e9e4286eaa639aaa.zip |
Remove non staged ports without pending PR from c*
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/gammu-devel/Makefile | 54 | ||||
-rw-r--r-- | comms/gammu-devel/distinfo | 2 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-bluetooth | 66 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-common.device.devfunc.c | 11 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-common.service.gsmmisc.c | 10 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-contrib.sqlreply.c.Makefile | 14 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-docs.man.CMakeLists.txt | 28 | ||||
-rw-r--r-- | comms/gammu-devel/pkg-descr | 8 | ||||
-rw-r--r-- | comms/gammu-devel/pkg-plist | 131 |
11 files changed, 0 insertions, 336 deletions
diff --git a/comms/Makefile b/comms/Makefile index bc925bfff29d..fe30e605e7f9 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -46,7 +46,6 @@ SUBDIR += flrig SUBDIR += flwrap SUBDIR += gammu - SUBDIR += gammu-devel SUBDIR += ge-x2212 SUBDIR += geoid SUBDIR += gkermit diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile deleted file mode 100644 index 0e778f568a1d..000000000000 --- a/comms/gammu-devel/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gammu -PORTVERSION= 1.31.90 -CATEGORIES= comms -MASTER_SITES= http://dl.cihar.com/gammu/releases/ \ - http://dl.cihar.com.nyud.net/gammu/releases/ -PKGNAMESUFFIX= -devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU All Mobile Management Utilities - Development version - -LICENSE= GPLv2 - -RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog - -CONFLICTS= gammu-[1-9]* gammu-python-[1-9]* - -CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata - -USES= cmake gettext pkgconfig tar:bzip2 -USE_PYTHON= yes -USE_GNOME= glib20 -USE_LDCONFIG= yes - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -CMAKE_ARGS+= -DINSTALL_DOC=OFF -DINSTALL_PHP_EXAMPLES=OFF -DINSTALL_MEDIA=OFF -.else -MAN1= gammu.1 gammu-config.1 jadmaker.1 gammu-smsd.1 gammu-smsd-inject.1 \ - gammu-smsd-monitor.1 gammu-detect.1 -MAN5= gammu-backup.5 gammu-smsbackup.5 gammu-smsdrc.5 gammurc.5 -MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \ - gammu-smsd-dbi.7 gammu-smsd-tables.7 gammu-smsd-null.7 \ - gammu-smsd-run.7 gammu-smsd-odbc.7 gammu-smsd-sql.7 - -.endif - -NO_STAGE= yes -post-install: -.for opt in -Qold -O - ${PYTHON_CMD} ${opt} -m compileall -l ${PYTHONPREFIX_SITELIBDIR}/gammu -.endfor - -post-patch: - @${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config - -.include <bsd.port.mk> diff --git a/comms/gammu-devel/distinfo b/comms/gammu-devel/distinfo deleted file mode 100644 index 7f15c35d425f..000000000000 --- a/comms/gammu-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gammu-1.31.90.tar.bz2) = 086135cbce9a0ae29913df4b4e6da2410ef4db8ed93f22a7e03219db58ba27a4 -SIZE (gammu-1.31.90.tar.bz2) = 6292651 diff --git a/comms/gammu-devel/files/patch-CMakeLists.txt b/comms/gammu-devel/files/patch-CMakeLists.txt deleted file mode 100644 index 65f4890aea4d..000000000000 --- a/comms/gammu-devel/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2011-03-15 13:15:29.000000000 -0300 -+++ CMakeLists.txt 2011-05-19 10:21:23.000000000 -0300 -@@ -640,7 +640,7 @@ - set (INSTALL_DOC_DIR "share/doc/gammu" CACHE STRING "Path for documentation installation") - mark_as_advanced (INSTALL_DOC_DIR) - --set (INSTALL_MAN_DIR "share/man" CACHE STRING "Path for man pages installation") -+set (INSTALL_MAN_DIR "man" CACHE STRING "Path for man pages installation") - mark_as_advanced (INSTALL_MAN_DIR) - - # Phone and protocol configuration diff --git a/comms/gammu-devel/files/patch-bluetooth b/comms/gammu-devel/files/patch-bluetooth deleted file mode 100644 index 9ba26499c15a..000000000000 --- a/comms/gammu-devel/files/patch-bluetooth +++ /dev/null @@ -1,66 +0,0 @@ ---- libgammu/device/bluetoth/bluez.c.orig 2011-12-21 17:25:37.000000000 +0400 -+++ libgammu/device/bluetoth/bluez.c 2011-12-23 15:05:14.498122134 +0400 -@@ -23,6 +23,8 @@ - #ifdef GSM_ENABLE_BLUETOOTHDEVICE - #ifdef BLUEZ_FOUND - -+#define BDADDR_ANY NG_HCI_BDADDR_ANY -+ - #include <stdlib.h> - #include <stdio.h> - #include <fcntl.h> -@@ -31,11 +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/hci_lib.h> -+#include <bluetooth.h> - - #include "../../gsmcomon.h" - #include "../devfunc.h" -@@ -48,7 +46,7 @@ GSM_Error bluetooth_connect(GSM_StateMac - /* Some phones need time till they are accessible after SDP browsing */ - for (tries = 0; tries < 5; tries++) { - GSM_Device_BlueToothData *d = &s->Device.Data.BlueTooth; -- struct sockaddr_rc laddr, raddr; -+ struct sockaddr_rfcomm laddr, raddr; - bdaddr_t bdaddr; - int fd; - -@@ -61,15 +59,15 @@ GSM_Error bluetooth_connect(GSM_StateMac - - 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) { - smprintf(s, "Can't create socket\n"); - continue; - } - -- 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) { - smprintf(s, "Can't bind socket (%d, %s)\n", errno, strerror(errno)); -@@ -78,9 +76,9 @@ GSM_Error bluetooth_connect(GSM_StateMac - } - - 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) { - smprintf(s, "Can't connect (%d, %s)\n", errno, strerror(errno)); diff --git a/comms/gammu-devel/files/patch-common.device.devfunc.c b/comms/gammu-devel/files/patch-common.device.devfunc.c deleted file mode 100644 index 9de9b4827fe5..000000000000 --- a/comms/gammu-devel/files/patch-common.device.devfunc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgammu/device/devfunc.c.orig 2010-07-12 15:51:05.000000000 +0400 -+++ libgammu/device/devfunc.c 2011-01-28 13:21:17.938543134 +0300 -@@ -15,6 +15,8 @@ - #include <string.h> - #include <fcntl.h> - #include <stdlib.h> -+#include <sys/stat.h> -+#include <sys/socket.h> - #ifdef WIN32 - # include <winsock2.h> - # include <io.h> diff --git a/comms/gammu-devel/files/patch-common.service.gsmmisc.c b/comms/gammu-devel/files/patch-common.service.gsmmisc.c deleted file mode 100644 index 2654e3a8ba91..000000000000 --- a/comms/gammu-devel/files/patch-common.service.gsmmisc.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgammu/service/gsmmisc.c.orig 2010-07-12 15:51:05.000000000 +0400 -+++ libgammu/service/gsmmisc.c 2011-01-28 13:21:17.940543932 +0300 -@@ -5,6 +5,7 @@ - #include <string.h> - #include <stdlib.h> - #include <sys/stat.h> -+#include <sys/socket.h> - - #include <gammu-keys.h> - #include <gammu-debug.h> diff --git a/comms/gammu-devel/files/patch-contrib.sqlreply.c.Makefile b/comms/gammu-devel/files/patch-contrib.sqlreply.c.Makefile deleted file mode 100644 index 5b156ee6c7e9..000000000000 --- a/comms/gammu-devel/files/patch-contrib.sqlreply.c.Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- contrib/sqlreply/c/Makefile.orig 2011-05-19 14:38:18.000000000 -0300 -+++ contrib/sqlreply/c/Makefile 2011-05-19 14:38:31.000000000 -0300 -@@ -7,8 +7,8 @@ - - michal: michal.o - @echo Linking -- @$(CC) michal.o -L/usr/lib/mysql -lmysqlclient -lz -o michal -+ @$(CC) michal.o -L/usr/local/lib/mysql -lmysqlclient -lz -o michal - - clean: - @rm michal michal.o -- -\ No newline at end of file -+ diff --git a/comms/gammu-devel/files/patch-docs.man.CMakeLists.txt b/comms/gammu-devel/files/patch-docs.man.CMakeLists.txt deleted file mode 100644 index d5daea3ee851..000000000000 --- a/comms/gammu-devel/files/patch-docs.man.CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ ---- docs/man/CMakeLists.txt.orig 2011-05-19 14:16:17.000000000 -0300 -+++ docs/man/CMakeLists.txt 2011-05-19 14:16:48.000000000 -0300 -@@ -16,10 +16,10 @@ - COMPONENT "manpages" - ) - --file(GLOB MAN5_PAGES "*.7") -+file(GLOB MAN7_PAGES "*.7") - - install ( -- FILES ${MAN5_PAGES} -+ FILES ${MAN7_PAGES} - DESTINATION "${INSTALL_MAN_DIR}/man7" - COMPONENT "manpages" - ) -@@ -43,10 +43,10 @@ - COMPONENT "manpages" - ) - -- file(GLOB MAN5_PAGES "${LANG}/*.7") -+ file(GLOB MAN7_PAGES "${LANG}/*.7") - - install ( -- FILES ${MAN5_PAGES} -+ FILES ${MAN7_PAGES} - DESTINATION "${INSTALL_MAN_DIR}/${LANG}/man7" - COMPONENT "manpages" - ) diff --git a/comms/gammu-devel/pkg-descr b/comms/gammu-devel/pkg-descr deleted file mode 100644 index de111bc31d17..000000000000 --- a/comms/gammu-devel/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Gammu (Gnu All Mobile Management Utilities) (development release) - -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://wammy.eu/ diff --git a/comms/gammu-devel/pkg-plist b/comms/gammu-devel/pkg-plist deleted file mode 100644 index cbdcdb329650..000000000000 --- a/comms/gammu-devel/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -bin/gammu -bin/gammu-config -bin/gammu-smsd -bin/gammu-smsd-inject -bin/gammu-smsd-monitor -bin/jadmaker -include/gammu/gammu-backup.h -include/gammu/gammu-bitmap.h -include/gammu/gammu-calendar.h -include/gammu/gammu-call.h -include/gammu/gammu-callback.h -include/gammu/gammu-category.h -include/gammu/gammu-config.h -include/gammu/gammu-datetime.h -include/gammu/gammu-debug.h -include/gammu/gammu-error.h -include/gammu/gammu-file.h -include/gammu/gammu-info.h -include/gammu/gammu-inifile.h -include/gammu/gammu-keys.h -include/gammu/gammu-limits.h -include/gammu/gammu-memory.h -include/gammu/gammu-message.h -include/gammu/gammu-misc.h -include/gammu/gammu-nokia.h -include/gammu/gammu-ringtone.h -include/gammu/gammu-security.h -include/gammu/gammu-settings.h -include/gammu/gammu-smsd.h -include/gammu/gammu-statemachine.h -include/gammu/gammu-types.h -include/gammu/gammu-unicode.h -include/gammu/gammu-wap.h -include/gammu/gammu.h -lib/libGammu.so -lib/libGammu.so.7 -lib/libGammu.so.7.1.31.90 -lib/libgsmsd.so -lib/libgsmsd.so.7 -lib/libgsmsd.so.7.1.31.90 -libdata/pkgconfig/gammu.pc -libdata/pkgconfig/gammu-smsd.pc -share/gammu/gammu-s60-remote.sis -share/locale/af/LC_MESSAGES/gammu.mo -share/locale/af/LC_MESSAGES/libgammu.mo -share/locale/ar/LC_MESSAGES/gammu.mo -share/locale/ar/LC_MESSAGES/libgammu.mo -share/locale/bg/LC_MESSAGES/gammu.mo -share/locale/bg/LC_MESSAGES/libgammu.mo -share/locale/ca/LC_MESSAGES/gammu.mo -share/locale/ca/LC_MESSAGES/libgammu.mo -share/locale/cs/LC_MESSAGES/gammu.mo -share/locale/cs/LC_MESSAGES/libgammu.mo -share/locale/da/LC_MESSAGES/gammu.mo -share/locale/da/LC_MESSAGES/libgammu.mo -share/locale/de/LC_MESSAGES/gammu.mo -share/locale/de/LC_MESSAGES/libgammu.mo -share/locale/el/LC_MESSAGES/gammu.mo -share/locale/el/LC_MESSAGES/libgammu.mo -share/locale/en_GB/LC_MESSAGES/gammu.mo -share/locale/en_GB/LC_MESSAGES/libgammu.mo -share/locale/es/LC_MESSAGES/gammu.mo -share/locale/es/LC_MESSAGES/libgammu.mo -share/locale/et/LC_MESSAGES/gammu.mo -share/locale/et/LC_MESSAGES/libgammu.mo -share/locale/fi/LC_MESSAGES/gammu.mo -share/locale/fi/LC_MESSAGES/libgammu.mo -share/locale/fr/LC_MESSAGES/gammu.mo -share/locale/fr/LC_MESSAGES/libgammu.mo -share/locale/gl/LC_MESSAGES/gammu.mo -share/locale/gl/LC_MESSAGES/libgammu.mo -share/locale/he/LC_MESSAGES/gammu.mo -share/locale/he/LC_MESSAGES/libgammu.mo -share/locale/hu/LC_MESSAGES/gammu.mo -share/locale/hu/LC_MESSAGES/libgammu.mo -share/locale/id/LC_MESSAGES/gammu.mo -share/locale/id/LC_MESSAGES/libgammu.mo -share/locale/it/LC_MESSAGES/gammu.mo -share/locale/it/LC_MESSAGES/libgammu.mo -share/locale/ko/LC_MESSAGES/gammu.mo -share/locale/ko/LC_MESSAGES/libgammu.mo -share/locale/nl/LC_MESSAGES/gammu.mo -share/locale/nl/LC_MESSAGES/libgammu.mo -share/locale/pl/LC_MESSAGES/gammu.mo -share/locale/pl/LC_MESSAGES/libgammu.mo -share/locale/pt_BR/LC_MESSAGES/gammu.mo -share/locale/pt_BR/LC_MESSAGES/libgammu.mo -share/locale/ru/LC_MESSAGES/gammu.mo -share/locale/ru/LC_MESSAGES/libgammu.mo -share/locale/sk/LC_MESSAGES/gammu.mo -share/locale/sk/LC_MESSAGES/libgammu.mo -share/locale/sv/LC_MESSAGES/gammu.mo -share/locale/sv/LC_MESSAGES/libgammu.mo -share/locale/sw/LC_MESSAGES/gammu.mo -share/locale/sw/LC_MESSAGES/libgammu.mo -share/locale/tr/LC_MESSAGES/gammu.mo -share/locale/tr/LC_MESSAGES/libgammu.mo -share/locale/zh_CN/LC_MESSAGES/gammu.mo -share/locale/zh_CN/LC_MESSAGES/libgammu.mo -share/locale/zh_TW/LC_MESSAGES/gammu.mo -share/locale/zh_TW/LC_MESSAGES/libgammu.mo -%%DATADIR%%/gnapplet.ini -%%DATADIR%%/gnapplet.sis -%%PYTHON_SITELIBDIR%%/gammu/__init__.py -%%PYTHON_SITELIBDIR%%/gammu/__init__.pyc -%%PYTHON_SITELIBDIR%%/gammu/__init__.pyo -%%PYTHON_SITELIBDIR%%/gammu/_gammu.so -%%PYTHON_SITELIBDIR%%/gammu/Data.py -%%PYTHON_SITELIBDIR%%/gammu/Data.pyc -%%PYTHON_SITELIBDIR%%/gammu/Data.pyo -%%PYTHON_SITELIBDIR%%/gammu/Worker.py -%%PYTHON_SITELIBDIR%%/gammu/Worker.pyc -%%PYTHON_SITELIBDIR%%/gammu/Worker.pyo -%%PYTHON_SITELIBDIR%%/gammu/data.py -%%PYTHON_SITELIBDIR%%/gammu/data.pyc -%%PYTHON_SITELIBDIR%%/gammu/data.pyo -%%PYTHON_SITELIBDIR%%/gammu/exception.py -%%PYTHON_SITELIBDIR%%/gammu/exception.pyc -%%PYTHON_SITELIBDIR%%/gammu/exception.pyo -%%PYTHON_SITELIBDIR%%/gammu/smsd.py -%%PYTHON_SITELIBDIR%%/gammu/smsd.pyc -%%PYTHON_SITELIBDIR%%/gammu/smsd.pyo -%%PYTHON_SITELIBDIR%%/gammu/worker.py -%%PYTHON_SITELIBDIR%%/gammu/worker.pyc -%%PYTHON_SITELIBDIR%%/gammu/worker.pyo -@dirrmtry share/locale/sw/LC_MESSAGES -@dirrmtry share/locale/sw -@dirrmtry share/gammu -@dirrm include/gammu -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gammu |