diff options
author | rene <rene@FreeBSD.org> | 2013-07-01 00:26:32 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-01 00:26:32 +0800 |
commit | 747da8817b06a176432d770b9253a452884b81fa (patch) | |
tree | e2b60e26b266c933e295c37175d11fca0b7e0463 /comms | |
parent | f8f14e28fb134794d11dc7449918ff0c7d80d85c (diff) | |
download | freebsd-ports-gnome-747da8817b06a176432d770b9253a452884b81fa.tar.gz freebsd-ports-gnome-747da8817b06a176432d770b9253a452884b81fa.tar.zst freebsd-ports-gnome-747da8817b06a176432d770b9253a452884b81fa.zip |
Remove expired ports:
2013-06-30 www/siteatschool: Unmaintained upstream
2013-06-30 textproc/romdict: Upstream the project seems dead for years
2013-06-30 www/dillo-i18n: dillo1 is no longer actively maintained. Please consider using www/dillo2 which has full UTF-8 support
2013-06-30 www/dillo: dillo1 is no longer actively maintained. Please consider using www/dillo2 instead
2013-06-30 comms/qfaxreader: No activity upstream since 2006; uses QT3
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/qfaxreader/Makefile | 45 | ||||
-rw-r--r-- | comms/qfaxreader/distinfo | 2 | ||||
-rw-r--r-- | comms/qfaxreader/pkg-descr | 22 | ||||
-rw-r--r-- | comms/qfaxreader/pkg-plist | 7 |
5 files changed, 0 insertions, 77 deletions
diff --git a/comms/Makefile b/comms/Makefile index 3c42f2e582a9..938562a3d53b 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -129,7 +129,6 @@ SUBDIR += py-lirc SUBDIR += py-serial SUBDIR += pyla - SUBDIR += qfaxreader SUBDIR += qico SUBDIR += qpage SUBDIR += qrq diff --git a/comms/qfaxreader/Makefile b/comms/qfaxreader/Makefile deleted file mode 100644 index 6d9c3d246fc1..000000000000 --- a/comms/qfaxreader/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: qfaxreader -# Date created: 2005-11-18 -# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -# -# $FreeBSD$ -# -# $Tecnik: ports/comms/qfaxreader/Makefile,v 1.4 2005/12/28 22:39:36 itetcu Exp $ -# - -PORTNAME= qfaxreader -DISTVERSION= 0.3.1 -PORTREVISION= 7 -CATEGORIES= comms graphics print -MASTER_SITES= SF - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= Mono/color multipage tiff/fax files visualisation/printing utility - -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_QT_VER= 3 -CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS= --with-docdir=${DOCSDIR} -MAKE_JOBS_UNSAFE= yes - -MAN1= qfaxreader.1 -MANCOMPRESSED= yes - -OPTIONS_DEFINE= GDBM -GDBM_DESC= For sender-id look-up (recomended) -OPTIONS_DEFAULT=GDBM - -DEPRECATED= No activity upstream since 2006; uses QT3 -EXPIRATION_DATE= 2013-06-30 - -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MGDBM} || exists(${LOCALBASE}/include/gdbm.h) -LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm -.endif - -.include <bsd.port.post.mk> diff --git a/comms/qfaxreader/distinfo b/comms/qfaxreader/distinfo deleted file mode 100644 index d5b6080734d3..000000000000 --- a/comms/qfaxreader/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qfaxreader-0.3.1.tar.bz2) = f90f7c3725f44879886c997010081f8f89ce2bacdba857bc1d1e76fe4b596f00 -SIZE (qfaxreader-0.3.1.tar.bz2) = 294573 diff --git a/comms/qfaxreader/pkg-descr b/comms/qfaxreader/pkg-descr deleted file mode 100644 index 70a2ebfa892e..000000000000 --- a/comms/qfaxreader/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION -QFaxReader is a monochrome/color multipage tiff/fax files visualisation -utility. Is designed for the users who receive faxes using computers. - -FEATURES - * Handle multi page tiff/fax files (even color) - * Correctly display fax images in any resolution - * Fullscreen mode - * Printing fax files (multiple pages per sheet) - * Autodetect printing system (CUPS, lpr-bsd, lpr-ng) - * Image transformation (rotate left, rotate right, vertical flip) - * Arbitrary zoom fax images - * Sidebar with easy navigation through directories - * AutoRefresh + notification for new facsimiles - * Aliases database for replacing faxes id's with real name - If you don't have gdbm or db library installed, this feature is disabled. - * Export in all formats which your QT have support - WARNING! This feature overwrite files without any notification! - * Experimental internationalization support - * CID support - -WWW: http://qfaxreader.sourceforge.net/ diff --git a/comms/qfaxreader/pkg-plist b/comms/qfaxreader/pkg-plist deleted file mode 100644 index 866961ed8523..000000000000 --- a/comms/qfaxreader/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/qfaxreader -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README -%%DOCSDIR%%/TODO -@dirrm %%DOCSDIR%% |