diff options
author | vs <vs@FreeBSD.org> | 2006-02-08 18:53:51 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-02-08 18:53:51 +0800 |
commit | d8a7d6cf1668614da809ee29030b1f4b181b78e7 (patch) | |
tree | 8bb1caefd9f0add27d2b05f3185b43993d5ad9da | |
parent | 89ec96a30cdc954fdbccc9f0f9f9154bb01f1340 (diff) | |
download | freebsd-ports-graphics-d8a7d6cf1668614da809ee29030b1f4b181b78e7.tar.gz freebsd-ports-graphics-d8a7d6cf1668614da809ee29030b1f4b181b78e7.tar.zst freebsd-ports-graphics-d8a7d6cf1668614da809ee29030b1f4b181b78e7.zip |
Remove expired port comms/qtpcr
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/qtpcr/Makefile | 54 | ||||
-rw-r--r-- | comms/qtpcr/distinfo | 3 | ||||
-rw-r--r-- | comms/qtpcr/pkg-descr | 10 |
6 files changed, 1 insertions, 69 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 1adfc579b41..b39de303a31 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -10892,7 +10892,6 @@ qtfw ports/security/qtfw qtiplot ports/math/qtiplot qtools ports/mail/qtools qtorrent ports/net-p2p/qtorrent -qtpcr ports/comms/qtpcr qtpixmap ports/x11-toolkits/qtpixmap qtpkg ports/sysutils/qtpkg qtstalker ports/finance/qtstalker @@ -2165,3 +2165,4 @@ japanese/gn-gnspool||2006-02-06|Remove expired port www/adzap2squirm||2006-02-06|Remove expired port graphics/linux-bmrt||2006-02-06|Remove dead project www/jakarta-tomcat55|www/tomcat55|2006-02-07|Renamed (no longer a Jakarta project) +comms/qtpcr||2006-02-08|Remove expired port diff --git a/comms/Makefile b/comms/Makefile index 1af1ad12a61..76a2d4a217e 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -81,7 +81,6 @@ SUBDIR += qicosi SUBDIR += qpage SUBDIR += qsstv - SUBDIR += qtpcr SUBDIR += ruby-serialport SUBDIR += ruby-termios SUBDIR += rxtx diff --git a/comms/qtpcr/Makefile b/comms/qtpcr/Makefile deleted file mode 100644 index dede3598da3..00000000000 --- a/comms/qtpcr/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: qtpcr -# Date created: 31 Jan 2003 -# Whom: Sebastian Yepes F. <esn@x123.info> -# -# $FreeBSD$ -# - -PORTNAME= qtpcr -PORTVERSION= 1.1.3 -PORTREVISION= 1 -CATEGORIES= comms -MASTER_SITES= http://www.physics.purdue.edu/~teepanis/qtpcr/ -DISTNAME= qtpcr-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Software that controls the ICOM PCR-1000 Receiver - -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - -WRKSRC= ${WRKDIR}/qtpcr-${PORTVERSION}/src - -USE_X_PREFIX= yes -ALL_TARGET= -INSTALL_TARGET= -PLIST_FILES= bin/qtpcr - -.if defined(WITH_QT23) -USE_QT_VER= 2 -MAKE_ENV= INCPATH=-I${X11BASE}/include/qt2 MOC=moc2 LIBS="-lqt2-mt -L${X11BASE}/lib ${PTHREAD_LIBS}" -.else -USE_QT_VER= 3 -MAKE_ENV= INCPATH=-I${X11BASE}/include MOC=moc LIBS="-lqt-mt -L${X11BASE}/lib ${PTHREAD_LIBS}" -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: -.if !defined(WITH_QT23) - @${ECHO_MSG} "You may specify the following on the command line:" - @${ECHO_MSG} "" - @${ECHO_MSG} "WITH_QT23=yes to use qt23, else it will use the current qt" - @${ECHO_MSG} "" -.endif - -post-install: - @${ECHO_MSG} "===> Installing qtpcr in ${X11BASE}/bin/qtpcr" - @${ECHO_MSG} "" - ${INSTALL_PROGRAM} ${WRKSRC}/qtpcr ${X11BASE}/bin - @${ECHO_MSG} "" - @${ECHO_MSG} "Remember to create a symbolic link from your com(0|1) to /dev/pcr1000" - @${ECHO_MSG} "" - -.include <bsd.port.post.mk> diff --git a/comms/qtpcr/distinfo b/comms/qtpcr/distinfo deleted file mode 100644 index 28a45381ba6..00000000000 --- a/comms/qtpcr/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qtpcr-1.1.3.tar.gz) = 65655b26b2a289d0223eb0a865612ffa -SHA256 (qtpcr-1.1.3.tar.gz) = 006fdc69fabc3b67a1a03d179369808c7febed5f90fe6df9c5a216e04640a365 -SIZE (qtpcr-1.1.3.tar.gz) = 82252 diff --git a/comms/qtpcr/pkg-descr b/comms/qtpcr/pkg-descr deleted file mode 100644 index bc2ac8b8c3f..00000000000 --- a/comms/qtpcr/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Software that controls the ICOM PCR-1000 Receiver. - -Features - - GUI Controls - - Bandscope - - Hierachy Channels Database - - Graphical Scan - - Monitor and run script files - -WWW: http://www.physics.purdue.edu/~teepanis/qtpcr/ |