mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Remove duplicate port graphics/py-PyX12
This commit is contained in:
parent
95280d7fe2
commit
f3b08a3876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497393
1
MOVED
1
MOVED
@ -12107,3 +12107,4 @@ www/xpi-xhtml-ruby-support||2019-03-29|Legacy extensions aren't supported after
|
||||
www/xpi-xmpp4moz||2019-03-29|Legacy extensions aren't supported after Firefox 57
|
||||
www/xpi-yslow||2019-03-29|Legacy extensions aren't supported after Firefox 57
|
||||
converters/py-pint|devel/py-Pint|2019-03-31|Remove duplicate port
|
||||
graphics/py-PyX12|graphics/py-PyX|2019-03-31|Duplicate port
|
||||
|
@ -802,7 +802,6 @@
|
||||
SUBDIR += py-PyOpenGL
|
||||
SUBDIR += py-PyOpenGL-accelerate
|
||||
SUBDIR += py-PyX
|
||||
SUBDIR += py-PyX12
|
||||
SUBDIR += py-actdiag
|
||||
SUBDIR += py-blockdiag
|
||||
SUBDIR += py-blockdiagcontrib-cisco
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PyX
|
||||
PORTVERSION= 0.14.1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python package for creating encapsulated PostScript figures
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= localbase python:3.3+
|
||||
USE_TEX= latex:build
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= T1CODE KPATHSEA
|
||||
OPTIONS_DEFAULT= T1CODE KPATHSEA
|
||||
T1CODE_DESC= Fast t1 font encoding/decoding
|
||||
KPATHSEA_DESC= Python wrapper around kpathsea
|
||||
KPATHSEA_USE= TEX=kpathsea
|
||||
|
||||
post-patch-KPATHSEA-on:
|
||||
@${REINPLACE_CMD} -e 's|build_pykpathsea=0|build_pykpathsea=1|' ${WRKSRC}/setup.cfg
|
||||
|
||||
post-patch-T1CODE-on:
|
||||
@${REINPLACE_CMD} -e 's|build_t1code=0|build_t1code=1|' ${WRKSRC}/setup.cfg
|
||||
|
||||
post-install-KPATHSEA-on:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyx/pykpathsea.so
|
||||
|
||||
post-install-T1CODE-on:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyx/font/_t1code.so
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1497359830
|
||||
SHA256 (PyX-0.14.1.tar.gz) = 05d1b7fc813379d2c12fcb5bd0195cab522b5aabafac88f72913f1d47becd912
|
||||
SIZE (PyX-0.14.1.tar.gz) = 2475186
|
@ -1,17 +0,0 @@
|
||||
PyX is a Python package for the creation of encapsulated PostScript figures.
|
||||
It provides both an abstraction of PostScript and a TeX/LaTeX interface.
|
||||
Complex tasks like 2d and 3d plots in publication-ready quality are built out
|
||||
of these primitives.
|
||||
|
||||
Features
|
||||
* PostScript output for device independent, free scalable figures
|
||||
* seamless TeX/LaTeX integration
|
||||
* full access to PostScript features like paths, linestyles, fill patterns,
|
||||
transformations, clipping, etc.
|
||||
* advanced geometric operations on paths like intersections, transformations,
|
||||
splitting, etc.
|
||||
* sophisticated graph generation: modular design, pluggable axes, axes
|
||||
partitioning based on rational number arithmetics, flexible graph styles,
|
||||
etc.
|
||||
|
||||
WWW: http://pyx.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user