1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Removed expired ports

This commit is contained in:
Baptiste Daroussin 2013-10-02 21:52:17 +00:00
parent bb2736bde4
commit 60b40712af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329112
9 changed files with 2 additions and 1309 deletions

2
MOVED
View File

@ -4972,3 +4972,5 @@ ftp/ncftp2|ftp/ncftp3|2013-10-02|Outdated, consider using a newer version
irc/keitairc|irc/keitairc2|2013-10-02|Outdated, consider using a newer version
java/netbeans55|java/netbeans|2013-10-02|Outdated, consider using a newer version
java/netbeans61|java/netbeans|2013-10-02|Outdated, consider using a newer version
devel/ppl||2013-10-02|expired: fails to build
devel/py-importlib||2013-10-02|expired: Python 2.6 port will reach it's EoL upstream soon

View File

@ -3348,7 +3348,6 @@
SUBDIR += poco-ssl
SUBDIR += popt
SUBDIR += poslib
SUBDIR += ppl
SUBDIR += premake
SUBDIR += premake4
SUBDIR += preps-gui
@ -3577,7 +3576,6 @@
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-icu
SUBDIR += py-importlib
SUBDIR += py-iniparse
SUBDIR += py-initgroups
SUBDIR += py-instant

View File

@ -1,61 +0,0 @@
# Created by: ijliao
# $FreeBSD$
PORTNAME= ppl
PORTVERSION= 0.11.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \
http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Parma Polyhedra Library
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
BROKEN= fails to build
DEPRECATED= obsolete version; fails to build
EXPIRATION_DATE= 2013-09-21
PWL_DOC_PREFIX= share/doc/pwl
USES= perl5
USE_GMAKE= yes
USE_PERL5= build
USE_AUTOTOOLS= libtool
LIBTOOLFILES= configure Watchdog/configure
USE_GCC= 4.2+
# Only enable C and C++ interfaces. Checks for java, prolog and ocaml
# have to be added.
INTERFACES= c,cxx
CONFIGURE_ARGS= --prefix=${PREFIX} \
--disable-debugging \
--enable-optimization \
--with-cflags="${CFLAGS}" \
--with-cxxflags="${CXXFLAGS}" \
--with-gmp-prefix="${LOCALBASE}" \
--enable-interfaces="${INTERFACES}"
USE_LDCONFIG= yes
MAN1= ppl-config.1 ppl_lcdd.1 ppl_pips.1
MAN3= libppl.3 libppl_c.3
.if defined(NOPORTDOCS)
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||g' \
${WRKSRC}/doc/Makefile.in ${WRKSRC}/Watchdog/doc/Makefile.in
.endif
PLIST_SUB+= PWL_DOC_PREFIX=${PWL_DOC_PREFIX}
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not compile on sparc64-9: complains about fpu-sparc.inlines.hh
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ppl-0.11.2.tar.gz) = 666542b853beeb5793cd327fff8f231a8317e162654e817f441427fe1f85b835
SIZE (ppl-0.11.2.tar.gz) = 13741905

View File

@ -1,19 +0,0 @@
The Parma Polyhedra Library (PPL) is a modern C++ library for the manipulation
of convex polyhedra. To be more precise, the PPL can handle all the convex
polyhedra that can be defined as the intersection of a finite number of closed
hyperspaces, each described by an equality or a non-strict inequality with
rational coefficients. (More details are available on the PPL's internal
mechanisms.) The Parma Polyhedra Library is:
- user friendly: you write x + 2*y + 5*z <= 7 when you mean it;
- fully dynamic: available virtual memory is the only limitation to the
dimension of anything;
- written in standard C++: meant to be portable;
- exception-safe: never leaks resources or leaves invalid object fragments
around;
- rather efficient: and we hope to make it even more so;
- thoroughly documented: perhaps not literate programming but close enough;
- free software: distributed under the terms of the GNU General Public
License.
WWW: http://www.cs.unipr.it/ppl/

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +0,0 @@
# Created by: Alexandros Kosiaris <akosiaris+ports@gmail.com>
# $FreeBSD$
PORTNAME= importlib
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= akosiaris+ports@gmail.com
COMMENT= Backport of importlib.import_module() from Python 2.7
DEPRECATED= Python 2.6 port will reach it's EoL upstream soon
EXPIRATION_DATE=2013-10-01
USE_PYTHON= 2.6
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/importlib/__init__.py \
%%PYTHON_SITELIBDIR%%/importlib/__init__.pyc \
%%PYTHON_SITELIBDIR%%/importlib/__init__.pyo
PLIST_DIRS= %%PYTHON_SITELIBDIR%%/importlib
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (importlib-1.0.2.tar.gz) = 24d0966aa76859b288485803f310076512f87377e6c9afe9c28c52a8ccdd328c
SIZE (importlib-1.0.2.tar.gz) = 1724

View File

@ -1,10 +0,0 @@
This package contains the code from importlib as found in Python 2.7.
It is provided so that people who wish to use importlib.import_module()
with a version of Python prior to 2.7 or in 3.0 have the function readily
available. The code in no way deviates from what can be found in the 2.7
trunk.
For documentation, see the importlib docs for Python 2.7.
WWW: http://pypi.python.org/pypi/importlib