diff options
author | rene <rene@FreeBSD.org> | 2013-12-15 22:32:28 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-15 22:32:28 +0800 |
commit | 54c131f421b5fb5440eca80dcbf5def478f75703 (patch) | |
tree | 0dcaedb518ebc1200a3025f072a639227cc4d003 /net-p2p | |
parent | 86425536110e9415878675c06b39efbdd900d984 (diff) | |
download | freebsd-ports-graphics-54c131f421b5fb5440eca80dcbf5def478f75703.tar.gz freebsd-ports-graphics-54c131f421b5fb5440eca80dcbf5def478f75703.tar.zst freebsd-ports-graphics-54c131f421b5fb5440eca80dcbf5def478f75703.zip |
Remove expired ports:
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15-python/Makefile | 43 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15-python/pkg-plist | 1 |
3 files changed, 0 insertions, 45 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 39732f5b758..ee2bc32e6da 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -47,7 +47,6 @@ SUBDIR += libtorrent-devel SUBDIR += libtorrent-rasterbar SUBDIR += libtorrent-rasterbar-15 - SUBDIR += libtorrent-rasterbar-15-python SUBDIR += libtorrent-rasterbar-python SUBDIR += linux-jigdo SUBDIR += linuxdcpp diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile deleted file mode 100644 index 40341e49079..00000000000 --- a/net-p2p/libtorrent-rasterbar-15-python/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $FreeBSD$ - -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PORTREVISION= 2 - -COMMENT= Python bindings for libtorrent-rasterbar-15 -CATEGORIES= net-p2p python - -DEPRECATED= Unusable, development ceased -EXPIRATION_DATE=2013-12-13 - -USE_PYTHON= yes - -LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libtorrent-rasterbar.so.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 - -BUILD_WRKSRC= ${WRKSRC}/bindings/python -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -INSTALLS_EGGINFO= yes -PYDISTUTILS_PKGNAME= python_libtorrent - -NOPORTDOCS= yes - -NO_STAGE= yes -slave-post-patch: - @${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/bindings/python/setup.py.in - -slave-post-install: -# fix installation permissions - @${CHMOD} ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/libtorrent.so - -MASTERDIR= ${.CURDIR}/../libtorrent-rasterbar-15 -.include "${MASTERDIR}/Makefile" - -## -# information available after <bsd.port.pre.mk> -## -# insure python paths are correctly identified -CONFIGURE_ENV+= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ - PYTHON_VERSION="${PYTHON_VERSION}" diff --git a/net-p2p/libtorrent-rasterbar-15-python/pkg-plist b/net-p2p/libtorrent-rasterbar-15-python/pkg-plist deleted file mode 100644 index 128a4b8d481..00000000000 --- a/net-p2p/libtorrent-rasterbar-15-python/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/libtorrent.so |