aboutsummaryrefslogtreecommitdiff
path: root/comms/qicosi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
commit2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18 (patch)
tree8e6c4f2cceeabf768a42f84d0f1914bd45cb93f4 /comms/qicosi
parenta9b270272208e547b68d58c91c57682977be8a1a (diff)
Notes
Diffstat (limited to 'comms/qicosi')
-rw-r--r--comms/qicosi/Makefile51
-rw-r--r--comms/qicosi/distinfo2
-rw-r--r--comms/qicosi/files/patch-config.h.in11
-rw-r--r--comms/qicosi/files/patch-modem.c11
-rw-r--r--comms/qicosi/files/patch-tty.c11
-rw-r--r--comms/qicosi/pkg-descr3
-rw-r--r--comms/qicosi/pkg-plist21
7 files changed, 0 insertions, 110 deletions
diff --git a/comms/qicosi/Makefile b/comms/qicosi/Makefile
deleted file mode 100644
index 29dd9a353e26..000000000000
--- a/comms/qicosi/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: qicosi
-# Date created: 26 May 2004
-# Whom: Andrey Slusar <anray@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qicosi
-PORTVERSION= 0.57.1
-CATEGORIES= comms
-MASTER_SITES= http://193.232.248.13:8080/qicoxe/
-DISTNAME= qico-${PORTVERSION}xe
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ip/modem fido compatible mailer
-
-DEPRECATED= Looks like an abandonware, no more public distfile
-EXPIRATION_DATE= 2011-08-01
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-
-CONFDIR?= ${PREFIX}/etc/fido/qico
-
-.if defined(WITH_OPENLOCK)
-CONFIGURE_ARGS+= --with-lock-style=open
-.endif
-CONFIGURE_ARGS+= --with-config=${CONFDIR}/qico.conf \
- --with-default-speed=115200
-
-DOCS= Changes FAQ README
-EXAMPLES= koi8r_866.cp onchat qhistory qico.xpm qlinks sfreq \
- stat.run synctime test.pl tossing
-
-MAN8= qcc.8 qctl.8 qico.8
-
-post-install:
- ${MKDIR} ${CONFDIR}
- ${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${CONFDIR}/qico.conf.sample
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}.ru
-.endfor
- ${MKDIR} ${EXAMPLESDIR}
-.for i in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/stuff/${i} ${EXAMPLESDIR}/${i}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/comms/qicosi/distinfo b/comms/qicosi/distinfo
deleted file mode 100644
index 6a5f1e2be52e..000000000000
--- a/comms/qicosi/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qico-0.57.1xe.tar.bz2) = 5b6bac4aace0af3109fbe2970d4b6a23d168c4688ddbf18747e5252d2619410b
-SIZE (qico-0.57.1xe.tar.bz2) = 367625
diff --git a/comms/qicosi/files/patch-config.h.in b/comms/qicosi/files/patch-config.h.in
deleted file mode 100644
index ffefeb014819..000000000000
--- a/comms/qicosi/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.in.orig Tue Jul 3 20:40:57 2007
-+++ config.h.in Tue Jul 3 20:41:07 2007
-@@ -475,7 +475,7 @@
- #undef size_t
-
- /* Define to `unsigned int' if <sys/types.h> does not define it */
--#undef socklen_t
-+/* #undef socklen_t */
-
- /* Define as `fork' if `vfork' does not work. */
- #undef vfork
diff --git a/comms/qicosi/files/patch-modem.c b/comms/qicosi/files/patch-modem.c
deleted file mode 100644
index 7cd40780f2f0..000000000000
--- a/comms/qicosi/files/patch-modem.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modem.c.orig Sat Apr 1 01:23:35 2006
-+++ src/modem.c Sat Apr 1 01:24:39 2006
-@@ -314,7 +314,7 @@
-
- static int modem_get_str(char *buf, size_t nbytes, int timeout)
- {
-- timer_t tout = timer_set( timeout );
-+ time_t tout = timer_set( timeout );
- int rc = ERROR, ch = 0, ptr = 0;
-
- buf[0] = '\0';
diff --git a/comms/qicosi/files/patch-tty.c b/comms/qicosi/files/patch-tty.c
deleted file mode 100644
index b78ca1d522ae..000000000000
--- a/comms/qicosi/files/patch-tty.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/tty.c.orig Tue Apr 25 10:18:46 2006
-+++ src/tty.c Tue Apr 25 10:18:57 2006
-@@ -629,7 +629,7 @@
- int rc = OK, restsize = TX_BUF_SIZE - tty_tx_free - tty_tx_ptr;
- boolean wd;
- struct timeval tv;
-- timer_t tm;
-+ time_t tm;
-
- tm = timer_set( tsec );
- while( TX_BUF_SIZE != tty_tx_free ) {
diff --git a/comms/qicosi/pkg-descr b/comms/qicosi/pkg-descr
deleted file mode 100644
index dff180d58f8d..000000000000
--- a/comms/qicosi/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Qicosi is a simple ifcico like FTN mailer. It can works via
-TCP/IP as well as on modem links. Look at sample configs for more
-information.
diff --git a/comms/qicosi/pkg-plist b/comms/qicosi/pkg-plist
deleted file mode 100644
index 6a12fd6c5441..000000000000
--- a/comms/qicosi/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/qcc
-bin/qctl
-sbin/qico
-etc/fido/qico/qico.conf.sample
-%%PORTDOCS%%%%DOCSDIR%%/FAQ.ru
-%%PORTDOCS%%%%DOCSDIR%%/README.ru
-%%PORTDOCS%%%%DOCSDIR%%/Changes.ru
-%%PORTDOCS%%%%EXAMPLESDIR%%/koi8r_866.cp
-%%PORTDOCS%%%%EXAMPLESDIR%%/onchat
-%%PORTDOCS%%%%EXAMPLESDIR%%/qhistory
-%%PORTDOCS%%%%EXAMPLESDIR%%/qico.xpm
-%%PORTDOCS%%%%EXAMPLESDIR%%/qlinks
-%%PORTDOCS%%%%EXAMPLESDIR%%/sfreq
-%%PORTDOCS%%%%EXAMPLESDIR%%/stat.run
-%%PORTDOCS%%%%EXAMPLESDIR%%/synctime
-%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/tossing
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm etc/fido/qico
-@dirrm etc/fido