diff options
author | vd <vd@FreeBSD.org> | 2006-10-02 12:38:35 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-10-02 12:38:35 +0000 |
commit | 0c60fe666119feef58d2bdad8f631bcb2e8ee285 (patch) | |
tree | 9bc2629e483fa7191b87f046756f550d25e4d91a /devel | |
parent | bcbcdd21e87cdeb3ec18cff2434385d6ea6979fd (diff) | |
download | FreeBSD-ports-0c60fe666119feef58d2bdad8f631bcb2e8ee285.zip FreeBSD-ports-0c60fe666119feef58d2bdad8f631bcb2e8ee285.tar.gz |
Remove expired ports:
2006-10-01 devel/rtplib
2006-09-01 emulators/linux_base
2006-09-01 emulators/linux_base-debian
2006-09-01 emulators/linux_base-8
2006-09-01 emulators/linux_base-rh-9
2006-10-01 misc/pointless
2006-10-01 www/mediawiki14
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rtplib/Makefile | 42 | ||||
-rw-r--r-- | devel/rtplib/distinfo | 1 | ||||
-rw-r--r-- | devel/rtplib/pkg-descr | 9 | ||||
-rw-r--r-- | devel/rtplib/pkg-plist | 7 |
5 files changed, 0 insertions, 60 deletions
diff --git a/devel/Makefile b/devel/Makefile index 850c990..634633b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1768,7 +1768,6 @@ SUBDIR += rpc2 SUBDIR += rpm-spec-mode.el SUBDIR += rth - SUBDIR += rtplib SUBDIR += ruby-amstd SUBDIR += ruby-aspectr SUBDIR += ruby-avl diff --git a/devel/rtplib/Makefile b/devel/rtplib/Makefile deleted file mode 100644 index 5118357..0000000 --- a/devel/rtplib/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: rtplib -# Date created: 18 Jun 2002 -# Whom: Joseph Koshy <jkoshy@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= rtplib -PORTVERSION= 1.0b2 -CATEGORIES= devel mbone -MASTER_SITES= http://www-out.bell-labs.com:80/project/RTPlib/ - -MAINTAINER= jkoshy@freebsd.org -COMMENT= A library for developing applications over RTP - -RTP_HEADERS= rtp_api.h rtp_highlevel.h rtp_lowlevel.h - -RESTRICTED= "Source recipient must acknowledge license" -DEPRECATED= Upstream codebase appears to be unmaintained -EXPIRATION_DATE= 2006-10-01 - -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -ECHO_MSG = /usr/bin/printf -IGNORE = :\n\ -Due to licensing restrictions, you must fetch the sources to "${PORTNAME}" manually.\n\ -Please place the tarball under \"${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}\".\n -.endif - -pre-install: -.for header in ${RTP_HEADERS} - ${INSTALL_DATA} ${WRKSRC}/${header} ${PREFIX}/include/${header} -.endfor -.ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/rtplib - ${INSTALL_DATA} ${WRKSRC}/rtp_api.html ${PREFIX}/share/doc/rtplib -.endif - -.include <bsd.port.post.mk> diff --git a/devel/rtplib/distinfo b/devel/rtplib/distinfo deleted file mode 100644 index 8e4d458..0000000 --- a/devel/rtplib/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rtplib-1.0b2.tar.gz) = 048024c183d59dc607c679aea31b57cc diff --git a/devel/rtplib/pkg-descr b/devel/rtplib/pkg-descr deleted file mode 100644 index a7741f2..0000000 --- a/devel/rtplib/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The RTP Library provides a high level interface for developing -applications that make use of the Real Time Transport Protocol -(RTP). This protocol was developed in the Audio/Video Working Group -of the Internet Engineering Task Force (IETF), and has been published -as RFC1889. This library is based on the most recent version of the -specification, incorporating some of the newest features, including -RTCP scalability algorithms. - -WWW: http://www-out.bell-labs.com:80/project/RTPlib/ diff --git a/devel/rtplib/pkg-plist b/devel/rtplib/pkg-plist deleted file mode 100644 index 770cca3..0000000 --- a/devel/rtplib/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/librtp.a -lib/librtpunix.a -include/rtp_api.h -include/rtp_highlevel.h -include/rtp_lowlevel.h -%%PORTDOCS%%share/doc/rtplib/rtp_api.html -%%PORTDOCS%%@dirrm share/doc/rtplib |