aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-12-31 16:36:45 +0800
committerpav <pav@FreeBSD.org>2005-12-31 16:36:45 +0800
commit7684ae8009f6951406741a8943cb9a117ba17042 (patch)
tree85796d8781d74777ea5d70965b28dbb0d9dd5f56 /devel
parentf8db352a0522a8913233b9a736fea533239919e2 (diff)
downloadfreebsd-ports-gnome-7684ae8009f6951406741a8943cb9a117ba17042.tar.gz
freebsd-ports-gnome-7684ae8009f6951406741a8943cb9a117ba17042.tar.zst
freebsd-ports-gnome-7684ae8009f6951406741a8943cb9a117ba17042.zip
- Remove expired ports
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/py-ansistyle/Makefile29
-rw-r--r--devel/py-ansistyle/distinfo2
-rw-r--r--devel/py-ansistyle/pkg-descr3
-rw-r--r--devel/py-ansistyle/pkg-plist4
-rw-r--r--devel/py-ll-url/Makefile27
-rw-r--r--devel/py-ll-url/distinfo2
-rw-r--r--devel/py-ll-url/pkg-descr5
-rw-r--r--devel/py-ll-url/pkg-plist5
9 files changed, 0 insertions, 79 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 939dd0d93487..5088e6466ba9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1376,7 +1376,6 @@
SUBDIR += publib
SUBDIR += pwlib
SUBDIR += py-anonfunc
- SUBDIR += py-ansistyle
SUBDIR += py-bison
SUBDIR += py-cheetah
SUBDIR += py-ciphon
@@ -1403,7 +1402,6 @@
SUBDIR += py-kjbuckets
SUBDIR += py-kqueue
SUBDIR += py-ll-core
- SUBDIR += py-ll-url
SUBDIR += py-log4py
SUBDIR += py-logging
SUBDIR += py-logilab-common
diff --git a/devel/py-ansistyle/Makefile b/devel/py-ansistyle/Makefile
deleted file mode 100644
index 037f5056c52b..000000000000
--- a/devel/py-ansistyle/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: py-ansistyle
-# Date created: Nov 2, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= ansistyle
-PORTVERSION= 0.6.1
-CATEGORIES= devel python
-MASTER_SITES= http://ftp.livinglogic.de/ansistyle/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ll-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= whitekid@gmail.com
-COMMENT= Add ANSI color capability to output streams
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core
-
-DEPRECATED= this ports was deprecated. please use devel/py-ll-core
-BROKEN= "${DEPRECATED}"
-EXPIRATION_DATE= 2005-12-29
-
-USE_PYTHON= 2.4+
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-ansistyle/distinfo b/devel/py-ansistyle/distinfo
deleted file mode 100644
index 930752180574..000000000000
--- a/devel/py-ansistyle/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ll-ansistyle-0.6.1.tar.gz) = e2423851a7c74094fecf4df24a217c2e
-SIZE (ll-ansistyle-0.6.1.tar.gz) = 8646
diff --git a/devel/py-ansistyle/pkg-descr b/devel/py-ansistyle/pkg-descr
deleted file mode 100644
index d105c35de9ec..000000000000
--- a/devel/py-ansistyle/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-ANSIStyle is a module that adds ANSI color capability to an output stream.
-
-WWW: http://www.livinglogic.de/Python/ansistyle/
diff --git a/devel/py-ansistyle/pkg-plist b/devel/py-ansistyle/pkg-plist
deleted file mode 100644
index 7d07aa002b7e..000000000000
--- a/devel/py-ansistyle/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%PYTHON_SITELIBDIR%%/ll/_ansistyle.so
-%%PYTHON_SITELIBDIR%%/ll/ansistyle.py
-%%PYTHON_SITELIBDIR%%/ll/ansistyle.pyc
-%%PYTHON_SITELIBDIR%%/ll/ansistyle.pyo
diff --git a/devel/py-ll-url/Makefile b/devel/py-ll-url/Makefile
deleted file mode 100644
index 0753499e5290..000000000000
--- a/devel/py-ll-url/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: ll-url
-# Date created: 2005-06-23
-# Whom: Choe, Cheng-Dae
-#
-# $FreeBSD$
-#
-
-PORTNAME= ll-url
-PORTVERSION= 0.15.1
-CATEGORIES= devel python
-MASTER_SITES= http://ftp.livinglogic.de/url/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= whitekid@gmail.com
-COMMENT= RFC2396 implementation of URLs and file like classes for URLs
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core
-
-DEPRECATED= this ports was deprecated. please use devel/py-ll-core
-BROKEN= "${DEPRECATED}"
-EXPIRATION_DATE= 2005-12-29
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS= yes
-USE_BZIP2= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-ll-url/distinfo b/devel/py-ll-url/distinfo
deleted file mode 100644
index 196baa9659c7..000000000000
--- a/devel/py-ll-url/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ll-url-0.15.1.tar.bz2) = ffa18a0ba9512b0d32c3331241c9e751
-SIZE (ll-url-0.15.1.tar.bz2) = 27099
diff --git a/devel/py-ll-url/pkg-descr b/devel/py-ll-url/pkg-descr
deleted file mode 100644
index 98e3c067a2bf..000000000000
--- a/devel/py-ll-url/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This module contains an RFC2396 compliant implementation of URLs (see the class
-URL) and file like classes for reading data from URLs and writing data to URLs
-(see the classes Resource, ReadResource and WriteResource).
-
-WWW: http://www.livinglogic.de/Python/url/
diff --git a/devel/py-ll-url/pkg-plist b/devel/py-ll-url/pkg-plist
deleted file mode 100644
index d45f7ffe8b4c..000000000000
--- a/devel/py-ll-url/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $FreeBSD$
-%%PYTHON_SITELIBDIR%%/ll/url.py
-%%PYTHON_SITELIBDIR%%/ll/_url.so
-%%PYTHON_SITELIBDIR%%/ll/url.pyc
-%%PYTHON_SITELIBDIR%%/ll/url.pyo