diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /comms | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 35 | ||||
-rw-r--r-- | comms/efax-gtk/distinfo | 3 | ||||
-rw-r--r-- | comms/efax-gtk/files/patch-rc | 27 | ||||
-rw-r--r-- | comms/efax-gtk/pkg-descr | 7 | ||||
-rw-r--r-- | comms/efax-gtk/pkg-message | 8 | ||||
-rw-r--r-- | comms/efax-gtk/pkg-plist | 6 | ||||
-rw-r--r-- | comms/gmfsk/Makefile | 48 | ||||
-rw-r--r-- | comms/gmfsk/distinfo | 3 | ||||
-rw-r--r-- | comms/gmfsk/files/patch-mt63_dsp.h | 21 | ||||
-rw-r--r-- | comms/gmfsk/pkg-descr | 13 | ||||
-rw-r--r-- | comms/gmfsk/pkg-message | 25 | ||||
-rw-r--r-- | comms/gmfsk/pkg-plist | 20 |
12 files changed, 0 insertions, 216 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile deleted file mode 100644 index 8c3ff31a1..000000000 --- a/comms/efax-gtk/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: efax-gtk -# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com> -# Date Created: 2004-02-29 10:33:43 -# -# $FreeBSD$ -# - -PORTNAME= efax-gtk -PORTVERSION= 3.0.11 -PORTREVISION= 1 -CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .src.tgz - -MAINTAINER= jb.quenot@caraldi.com -COMMENT= GUI front end for the efax fax program - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv \ - gs:${PORTSDIR}/print/ghostscript-gnu - -USE_GNOME= gtk20 -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -MAN1= efax.1 efix.1 efax-gtk.1 - -post-install: - @${ECHO} - @${ECHO_CMD} "********************************************************************************" - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} "********************************************************************************" - @${ECHO} - -.include <bsd.port.mk> diff --git a/comms/efax-gtk/distinfo b/comms/efax-gtk/distinfo deleted file mode 100644 index 6b46e607d..000000000 --- a/comms/efax-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (efax-gtk-3.0.11.src.tgz) = 81b86e3f662aa8e80158560ac82c74fe -SHA256 (efax-gtk-3.0.11.src.tgz) = e4e984052ba7ee51cd649805af5ecf4b722abe1d1ae040f356d662c3a2d0f75d -SIZE (efax-gtk-3.0.11.src.tgz) = 1076781 diff --git a/comms/efax-gtk/files/patch-rc b/comms/efax-gtk/files/patch-rc deleted file mode 100644 index c6e38a77a..000000000 --- a/comms/efax-gtk/files/patch-rc +++ /dev/null @@ -1,27 +0,0 @@ ---- efax-gtkrc.orig Sun Sep 7 12:59:42 2003 -+++ efax-gtkrc Sat Mar 6 14:50:54 2004 -@@ -26,13 +26,13 @@ - # ie state it as `ttyS1' or `cua2', etc. With Linux, ttyS0 equates to - # COM 1, ttyS1 to COM 2, and so on - --DEVICE: ttyS1 -+DEVICE: cuaa0 - - - # Put the lock file directory here. If none is given or it is - # commented out, the program defaults to /var/lock. - --LOCK: /var/lock -+LOCK: /var/spool/lock - - - # With efax-0.9 you don't usually need to specify this, as efax will -@@ -128,7 +128,7 @@ - # A4' or '-media Letter' option to select correct paper size. ggv - # and kghosview do this automatically - --PS_VIEWER: gv -+PS_VIEWER: ggv - - - # This specifies whether a socket server is to be run to receive faxes diff --git a/comms/efax-gtk/pkg-descr b/comms/efax-gtk/pkg-descr deleted file mode 100644 index f018731b0..000000000 --- a/comms/efax-gtk/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This program is a Gtk+/Gtkmm front end for the efax program for receiving and -sending faxes with a fax modem. Any files to be faxed must be in postscript -format, which is the generic printer format for Unix/Linux systems. The -program will use ghostscript to convert these into the Group 3 fax format which -the fax modem will understand. - -WWW: http://www.cvine.freeserve.co.uk/efax-gtk/ diff --git a/comms/efax-gtk/pkg-message b/comms/efax-gtk/pkg-message deleted file mode 100644 index 3c4fae0d8..000000000 --- a/comms/efax-gtk/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -Before sending or receiving faxes, you will need to add users to the 'dialer' -group. - -To be able to use efax-gtk as a virtual printer, go to the CUPS administration -interface and add an entry for socket://localhost:9900/ so that all jobs sent -will be queued in efax-gtk and made available for faxing. For proper -functioning, please ensure that efax-gtk is started and is listening for -connections. diff --git a/comms/efax-gtk/pkg-plist b/comms/efax-gtk/pkg-plist deleted file mode 100644 index d8cfc3c63..000000000 --- a/comms/efax-gtk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/efax-gtk -bin/efax-0.9a -bin/efix-0.9a -etc/efax-gtkrc -share/applications/efax-gtk.desktop -@dirrmtry share/applications diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile deleted file mode 100644 index 7a1dff216..000000000 --- a/comms/gmfsk/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: gmfsk -# Date created: 29th May 2003 -# Whom: Carl Makin <carl@stagecraft.cx> -# -# $FreeBSD$ -# - -PORTNAME= gmfsk -PORTVERSION= 0.6 -PORTREVISION= 4 -CATEGORIES= comms audio hamradio -MASTER_SITES= http://gmfsk.connect.fi/ - -MAINTAINER= carl@stagecraft.cx -COMMENT= The Gnome MFSK terminal program - -LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw - -GNU_CONFIGURE= yes -# This is pure evil but it looks like autoconf 2.53 has a bug in linking the -# preprocessor include tests. The following line is a work around. -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" -USE_GMAKE= yes -USE_GNOME= libgnomeui gnomehack gnomeprefix -USE_XLIB= yes -INSTALLS_OMF= yes - -GCONF_SCHEMAS= gmfsk.schemas - -OPTIONS= HAMLIB "Enable HAMLIB Support" On - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_HAMLIB) -LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib -CONFIGURE_ARGS+= --enable-hamlib -CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]localstatedir[)]/lib/scrollkeeper|${SCROLLKEEPER_DIR}|g' \ - ${WRKSRC}/omf.make ${WRKSRC}/help/gmfsk/C/Makefile.in - -post-install: - @${CAT} pkg-message - -.include <bsd.port.post.mk> diff --git a/comms/gmfsk/distinfo b/comms/gmfsk/distinfo deleted file mode 100644 index 722d956b1..000000000 --- a/comms/gmfsk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gmfsk-0.6.tar.gz) = 184840b31b85f6c4f86cdbe27f0644c8 -SHA256 (gmfsk-0.6.tar.gz) = 74a42f32b27684eaa145db3291176d7806a8e446aebd679c6ab384cee81d0c95 -SIZE (gmfsk-0.6.tar.gz) = 540765 diff --git a/comms/gmfsk/files/patch-mt63_dsp.h b/comms/gmfsk/files/patch-mt63_dsp.h deleted file mode 100644 index 2fed48b35..000000000 --- a/comms/gmfsk/files/patch-mt63_dsp.h +++ /dev/null @@ -1,21 +0,0 @@ ---- src/mt63/dsp.h.orig Sat Sep 25 10:52:22 2004 -+++ src/mt63/dsp.h Sat Sep 25 10:58:58 2004 -@@ -555,15 +555,15 @@ - inline void LowPass2(typeInp Inp, LowPass2elem &Elem, - typeW W1, typeW W2, typeW W5) - { double Sum, Diff; -- Sum=Elem.Mid+Elem.Out; Diff=Elem.Mid-Elem.Out; Elem.Mid+=W2*Inp-W1*Sum; Out+=W5*Diff; } -+ Sum=Elem.Mid+Elem.Out; Diff=Elem.Mid-Elem.Out; Elem.Mid+=W2*Inp-W1*Sum; Elem.Out+=W5*Diff; } - - template <class typeInp> - inline void LowPass2(typeInp Inp, LowPass2elem &Elem, LowPass2weight &Weight) - { double Sum, Diff; - Sum=Elem.Mid+Elem.Out; - Diff=Elem.Mid-Elem.Out; -- Elem.Mid+=Weight.W2*Inp-Weigth.W1*Sum; -- Out+=Weight.W5*Diff; } -+ Elem.Mid+=Weight.W2*Inp-Weight.W1*Sum; -+ Elem.Out+=Weight.W5*Diff; } - - /* - inline void LowPass2(float Inp, double &Mid, double &Out, diff --git a/comms/gmfsk/pkg-descr b/comms/gmfsk/pkg-descr deleted file mode 100644 index 31db8d114..000000000 --- a/comms/gmfsk/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -gMFSK v0.5 - The Gnome MFSK terminal program -============================================ - -gMFSK is a multi-mode soundcard terminal program for HF amateur -communications. Originally the program was written for compatibility -with the IZ8BLY Stream program in MFSK16 mode. Currently the program -supports the following amateur digital communications modes: MFSK16, -MFSK8, RTTY, THROB, PSK31, PSK63, MT63 and FELDHELL. - -WWW: http://gmfsk.connect.fi/ - -- Carl -carl@stagecraft.cx diff --git a/comms/gmfsk/pkg-message b/comms/gmfsk/pkg-message deleted file mode 100644 index fec5f3bc9..000000000 --- a/comms/gmfsk/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ - -******************************************************************** -gMFSK by Tomi Manninen, OH2BNS, is now installed! - -Start it using the command "gmfsk". You may need to type "rehash" -first. - -Upon first starting it, go to Settings->Preferences and fill out -all your details. - -Under Settings->Preferences->Devices->Sound set your sound device to -/dev/dspW0 -This will use the 16bit sound device rather than /dev/dsp0 which is -the 8bit sound device. - -Then use the Gnome-volume-control or your favourite mixer program -to set your receive and transmit levels. DO NOT OVERDRIVE YOUR RIG. -I recommend you head over to -http://www.w5bbr.com/ -which has links to useful info. - -Enjoy! -Carl, VK1KCM -carl@stagecraft.cx -******************************************************************** diff --git a/comms/gmfsk/pkg-plist b/comms/gmfsk/pkg-plist deleted file mode 100644 index 4a171ebbe..000000000 --- a/comms/gmfsk/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/gmfsk -share/gnome/help/gmfsk/C/fdl-appendix.xml -share/gnome/help/gmfsk/C/figures/gmfsk_start_window.png -share/gnome/help/gmfsk/C/figures/note.png -share/gnome/help/gmfsk/C/figures/tip.png -share/gnome/help/gmfsk/C/figures/warning.png -share/gnome/help/gmfsk/C/gmfsk.xml -share/gnome/help/gmfsk/C/legal.xml -share/gnome/omf/gmfsk/gmfsk-C.omf -share/gnome/pixmaps/gmfsk/gnome-screenshot.png -share/gnome/pixmaps/gmfsk/mfsk.png -share/gnome/pixmaps/gmfsk/pause.xpm -share/gnome/pixmaps/gmfsk/rx.xpm -share/gnome/pixmaps/gmfsk/tune.xpm -share/gnome/pixmaps/gmfsk/tx.xpm -@dirrm share/gnome/pixmaps/gmfsk -@dirrm share/gnome/omf/gmfsk -@dirrm share/gnome/help/gmfsk/C/figures -@dirrm share/gnome/help/gmfsk/C -@dirrm share/gnome/help/gmfsk |