1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Remove expired ports:

2020-11-15 archivers/py-pyliblzma: Uses deprecated version of python
2020-11-15 databases/postgis23: Upstream no longer maintained
2020-11-15 databases/py-htsql: Uses deprecated version of python
2020-11-15 devel/bzr-fastimport: Uses deprecated version of python
2020-11-15 devel/py-ToscaWidgets: Uses deprecated version of python
2020-11-15 devel/py-calendar: Uses deprecated version of python
2020-11-15 devel/py-distorm: Uses deprecated version of python
2020-11-15 devel/py-fabric1: Uses deprecated version of python
2020-11-15 devel/py-rcsparse: Uses deprecated version of python
2020-11-15 devel/pyrex: Uses deprecated version of python
2020-11-15 japanese/py-tegaki: Uses deprecated version of python
2020-11-15 math/py-networkx1: Obsolete, please use math/py-networkx instead
2020-11-15 misc/py-progressbar231: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-imlib2: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-metadata: Uses deprecated version of python
2020-11-15 net-im/libtelepathy: Uses deprecated version of python
2020-11-15 security/py-mcrypt: Uses deprecated version of python
2020-11-15 www/py-beautifulsoup32: Uses deprecated version of python
2020-11-15 www/py-evernote: Uses deprecated version of python
2020-04-01 www/py-meld3: EOLed upstream
2020-11-15 www/py-requestbuilder: Uses deprecated version of python
2020-11-15 x11-toolkits/py-SquareMap: Uses deprecated version of python
This commit is contained in:
Rene Ladan 2020-11-15 18:37:28 +00:00
parent 4a9b50d958
commit a1d58205a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555416
89 changed files with 22 additions and 1608 deletions

22
MOVED
View File

@ -15685,3 +15685,25 @@ databases/py-python-rrdtool||2020-11-10|Has expired: Uses deprecated version of
net/spideroak||2020-11-10|Has expired: Uses deprecated version of python
emulators/playonbsd||2020-11-10|Has expired: Uses deprecated version of python
net/xorp||2020-11-10|Has expired: Uses deprecated version of python
archivers/py-pyliblzma||2020-11-15|Has expired: Uses deprecated version of python
databases/postgis23|databases/postgis24|2020-11-15|Has expired: Upstream no longer maintained
databases/py-htsql||2020-11-15|Has expired: Uses deprecated version of python
devel/bzr-fastimport||2020-11-15|Has expired: Uses deprecated version of python
devel/py-ToscaWidgets||2020-11-15|Has expired: Uses deprecated version of python
devel/py-calendar||2020-11-15|Has expired: Uses deprecated version of python
devel/py-distorm||2020-11-15|Has expired: Uses deprecated version of python
devel/py-fabric1|devel/py-fabric|2020-11-15|Has expired: Uses deprecated version of python
devel/py-rcsparse||2020-11-15|Has expired: Uses deprecated version of python
devel/pyrex||2020-11-15|Has expired: Uses deprecated version of python
japanese/py-tegaki||2020-11-15|Has expired: Uses deprecated version of python
math/py-networkx1|math/py-networkx|2020-11-15|Has expired: Obsolete, please use math/py-networkx instead
misc/py-progressbar231|misc/py-progressbar|2020-11-15|Has expired: Uses deprecated version of python
multimedia/py-kaa-imlib2||2020-11-15|Has expired: Uses deprecated version of python
multimedia/py-kaa-metadata||2020-11-15|Has expired: Uses deprecated version of python
net-im/libtelepathy||2020-11-15|Has expired: Uses deprecated version of python
security/py-mcrypt||2020-11-15|Has expired: Uses deprecated version of python
www/py-beautifulsoup32|www/py-beautifulsoup|2020-11-15|Has expired: Uses deprecated version of python
www/py-evernote||2020-11-15|Has expired: Uses deprecated version of python
www/py-meld3||2020-11-15|Has expired: EOLed upstream
www/py-requestbuilder||2020-11-15|Has expired: Uses deprecated version of python
x11-toolkits/py-SquareMap||2020-11-15|Has expired: Uses deprecated version of python

View File

@ -181,7 +181,6 @@
SUBDIR += py-lz4
SUBDIR += py-lzma
SUBDIR += py-lzstring
SUBDIR += py-pyliblzma
SUBDIR += py-python-lhafile
SUBDIR += py-python-lzo
SUBDIR += py-python-snappy

View File

@ -1,29 +0,0 @@
# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= pyliblzma
PORTVERSION= 0.5.3
PORTREVISION= 6
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python binding for the LZMA compression library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USES= pkgconfig python:2.7 tar:bzip2
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lzma.so
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (pyliblzma-0.5.3.tar.bz2) = 08d762f36d5e59fb9bb0e22e000c300b21f97e35b713321ee504cfb442667957
SIZE (pyliblzma-0.5.3.tar.bz2) = 43498

View File

@ -1,53 +0,0 @@
# allow building without pkg-config
# https://bugs.launchpad.net/pyliblzma/+bug/613837
# https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494
--- setup.py.orig 2010-04-13 21:06:43 UTC
+++ setup.py
@@ -24,6 +24,7 @@
import sys, os, subprocess
from warnings import warn
from setuptools import setup, Extension
+from distutils.ccompiler import get_default_compiler
descr = "Python bindings for liblzma"
long_descr = """PylibLZMA provides a python interface for the liblzma library
@@ -41,21 +42,26 @@ for i in xrange(len(c_files)):
c_files[i] = os.path.join('src', c_files[i])
compile_args = []
-warnflags = ['-Wall', '-Wextra', '-pedantic', '-Wswitch-enum', '-Wswitch-default']
-compile_args.extend(warnflags)
link_args = []
-if not subprocess.Popen('touch gnu99-test.c; gcc -std=gnu99 -E gnu99-test.c > /dev/null; rm -f gnu99-test.c',
- shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True).stdout.read():
- compile_args.append('-std=gnu99')
+libraries = ['lzma']
-pc_cflags = subprocess.Popen("pkg-config --cflags liblzma", shell=True, stdout=subprocess.PIPE, close_fds=True).stdout.readline().strip()
-if(pc_cflags):
- compile_args.extend(pc_cflags.split(' '))
-pc_libs = subprocess.Popen("pkg-config --libs liblzma", shell=True, stdout=subprocess.PIPE, close_fds=True).stdout.readline().strip()
-if(pc_libs):
- link_args.extend(pc_libs.split(' '))
+if get_default_compiler() in ('cygwin', 'emx', 'mingw32', 'unix'):
+ warnflags = ['-Wall', '-Wextra', '-pedantic', '-Wswitch-enum', '-Wswitch-default']
+ compile_args.extend(warnflags)
-extens=[Extension('lzma', c_files, extra_compile_args=compile_args, extra_link_args=link_args, define_macros=version_define)]
+ if not subprocess.Popen('touch gnu99-test.c; gcc -std=gnu99 -E gnu99-test.c > /dev/null; rm -f gnu99-test.c',
+ shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True).stdout.read():
+ compile_args.append('-std=gnu99')
+
+ pc_cflags = subprocess.Popen("pkg-config --cflags liblzma", shell=True, stdout=subprocess.PIPE, close_fds=True).stdout.readline().strip()
+ if(pc_cflags):
+ compile_args.extend(pc_cflags.split(' '))
+
+ pc_libs = subprocess.Popen("pkg-config --libs liblzma", shell=True, stdout=subprocess.PIPE, close_fds=True).stdout.readline().strip()
+ if(pc_libs):
+ link_args.extend(pc_libs.split(b' '))
+
+extens=[Extension('lzma', c_files, extra_compile_args=compile_args, libraries=libraries, extra_link_args=link_args, define_macros=version_define)]
setup(
name = "pyliblzma",

View File

@ -1,16 +0,0 @@
--- src/liblzma.h.orig 2010-02-20 23:07:31 UTC
+++ src/liblzma.h
@@ -8,13 +8,6 @@
#include <Python.h>
#include <stdio.h>
#include <stdlib.h>
-#if defined (__APPLE__) || defined(__FreeBSD__) || \
- defined(__OpenBSD__) || defined(__NetBSD__) || \
- defined (__sun) || defined (__svr4__)
-#include <stdlib.h>
-#else
-#include <malloc.h>
-#endif
#include <string.h>
#include <inttypes.h>
#if !defined(linux) && !defined(__sun) && !defined(__svr4__)

View File

@ -1,7 +0,0 @@
Python module implementing LZMA Utils' liblzma API
PylibLZMA provides a python interface for the liblzma
library to read and write data that has been compressed
or can be decompressed by Lasse Collin's LZMA Utils.
WWW: https://launchpad.net/pyliblzma

View File

@ -655,7 +655,6 @@
SUBDIR += plpgsql_check
SUBDIR += pointcloud
SUBDIR += postgis-jdbc
SUBDIR += postgis23
SUBDIR += postgis24
SUBDIR += postgis25
SUBDIR += postgis30
@ -765,7 +764,6 @@
SUBDIR += py-gdbm
SUBDIR += py-geoalchemy2
SUBDIR += py-hiredis
SUBDIR += py-htsql
SUBDIR += py-influxdb
SUBDIR += py-kyotocabinet
SUBDIR += py-leveldb

View File

@ -1,69 +0,0 @@
# Created by: Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
# $FreeBSD$
PORTNAME= postgis
PORTVERSION= 2.3.11
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 23
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Geographic objects support for PostgreSQL databases
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= Does not build with graphics/gdal default (pgsql conflicts)
DEPRECATED= Upstream no longer maintained
EXPIRATION_DATE= 2020-11-15
LIB_DEPENDS= libproj.so:graphics/proj \
libgeos.so:graphics/geos \
libjson-c.so:devel/json-c \
libgdal.so:graphics/gdal
USES= alias gettext gmake gnome iconv:wchar_t libtool:keepla \
localbase perl5 pkgconfig pgsql:9.5-10 shebangfix
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} NUMERICFLAGS=${PORTVERSION}
SHEBANG_FILES= extensions/address_standardizer/*.pl raster/test/regress/*.pl \
raster/test/regress/loader/*.pl regress/run_test.pl \
utils/postgis_restore.pl.in utils/*.pl
WANT_PGSQL= server
OPTIONS_DEFINE= ADDRSTD LOADERGUI SFCGAL TOPOLOGY
OPTIONS_DEFAULT=ADDRSTD SFCGAL TOPOLOGY
OPTIONS_SUB= yes
LOADERGUI_DESC= Enable shp2pgsql-gui
TOPOLOGY_DESC= Topology support
SFCGAL_DESC= Enable sfcgal
ADDRSTD_DESC= Enable address standardizer
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis24 postgis25 postgis30
LOADERGUI_CONFIGURE_WITH= gui
LOADERGUI_USE= GNOME=gtk20
TOPOLOGY_CONFIGURE_WITH= topology
SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal
SFCGAL_CONFIGURE_WITH= sfcgal=${LOCALBASE}/bin/sfcgal-config
ADDRSTD_CONFIGURE_WITH= address-standardizer
ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre
ADDRSTD_VARS= WANT_PGSQL+=contrib
PLIST_SUB= PORTVERSION=${PORTVERSION}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblwgeom-2.3.so.0.0.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/*.so
${MKDIR} ${STAGEDIR}${DATADIR}/tiger_geocoder
(cd ${WRKSRC}/extras/tiger_geocoder && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tiger_geocoder/ "! ( -name *\.orig -o -name *\.bak )" )
${MKDIR} ${STAGEDIR}${DATADIR}/utils
(cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak -o -name Makefile -o -name *\.in -o -name uninstall_script )" )
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1595929781
SHA256 (postgis-2.3.11.tar.gz) = 598b1de0ab7de9215b1f772d43afe5c027297480a273fb537e1ddee815961334
SIZE (postgis-2.3.11.tar.gz) = 11569976

View File

@ -1,15 +0,0 @@
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.
PostGIS development was started by Refractions Research as a project
in open source spatial database technology. PostGIS is released
under the GNU General Public License. PostGIS continues to be
developed by a group of contributors led by a Project Steering
Committee and new features continue to be added.
WWW: https://postgis.net/

View File

@ -1,317 +0,0 @@
bin/pgsql2shp
bin/raster2pgsql
bin/shp2pgsql
%%LOADERGUI%%bin/shp2pgsql-gui
include/liblwgeom.h
include/liblwgeom_topo.h
lib/liblwgeom-2.3.so.0
lib/liblwgeom-2.3.so.0.0.0
lib/liblwgeom.a
lib/liblwgeom.la
lib/liblwgeom.so
%%ADDRSTD%%lib/postgresql/address_standardizer-2.3.so
lib/postgresql/postgis-2.3.so
%%TOPOLOGY%%lib/postgresql/postgis_topology-2.3.so
lib/postgresql/rtpostgis-2.3.so
%%ADDRSTD%%share/doc/postgresql/extension/README.address_standardizer
%%DATADIR%%/tiger_geocoder/README
%%DATADIR%%/tiger_geocoder/create_geocode.bat
%%DATADIR%%/tiger_geocoder/create_geocode.sh
%%DATADIR%%/tiger_geocoder/create_geocode.sql
%%DATADIR%%/tiger_geocoder/geocode/census_tracts_functions.sql
%%DATADIR%%/tiger_geocoder/geocode/geocode.sql
%%DATADIR%%/tiger_geocoder/geocode/geocode_address.sql
%%DATADIR%%/tiger_geocoder/geocode/geocode_intersection.sql
%%DATADIR%%/tiger_geocoder/geocode/geocode_location.sql
%%DATADIR%%/tiger_geocoder/geocode/includes_address.sql
%%DATADIR%%/tiger_geocoder/geocode/interpolate_from_address.sql
%%DATADIR%%/tiger_geocoder/geocode/other_helper_functions.sql
%%DATADIR%%/tiger_geocoder/geocode/rate_attributes.sql
%%DATADIR%%/tiger_geocoder/geocode/reverse_geocode.sql
%%DATADIR%%/tiger_geocoder/geocode_settings.sql
%%DATADIR%%/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh
%%DATADIR%%/tiger_geocoder/normalize/count_words.sql
%%DATADIR%%/tiger_geocoder/normalize/end_soundex.sql
%%DATADIR%%/tiger_geocoder/normalize/get_last_words.sql
%%DATADIR%%/tiger_geocoder/normalize/location_extract.sql
%%DATADIR%%/tiger_geocoder/normalize/location_extract_countysub_exact.sql
%%DATADIR%%/tiger_geocoder/normalize/location_extract_countysub_fuzzy.sql
%%DATADIR%%/tiger_geocoder/normalize/location_extract_place_exact.sql
%%DATADIR%%/tiger_geocoder/normalize/location_extract_place_fuzzy.sql
%%DATADIR%%/tiger_geocoder/normalize/normalize_address.sql
%%DATADIR%%/tiger_geocoder/normalize/pprint_addy.sql
%%DATADIR%%/tiger_geocoder/normalize/state_extract.sql
%%DATADIR%%/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql
%%DATADIR%%/tiger_geocoder/pagc_normalize/pagc_tables.sql
%%DATADIR%%/tiger_geocoder/regress/geocode_regress
%%DATADIR%%/tiger_geocoder/regress/geocode_regress.sql
%%DATADIR%%/tiger_geocoder/regress/normalize_address_desired_regress
%%DATADIR%%/tiger_geocoder/regress/normalize_address_regress
%%DATADIR%%/tiger_geocoder/regress/normalize_address_regress.sql
%%DATADIR%%/tiger_geocoder/regress/pagc_normalize_address_desired_regress
%%DATADIR%%/tiger_geocoder/regress/pagc_normalize_address_regress
%%DATADIR%%/tiger_geocoder/regress/pagc_normalize_address_regress.sql
%%DATADIR%%/tiger_geocoder/regress/regress.sql
%%DATADIR%%/tiger_geocoder/regress/reverse_geocode_regress
%%DATADIR%%/tiger_geocoder/regress/reverse_geocode_regress.sql
%%DATADIR%%/tiger_geocoder/tables/lookup_tables_2011.sql
%%DATADIR%%/tiger_geocoder/tiger_loader_2011.sql
%%DATADIR%%/tiger_geocoder/tiger_loader_2012.sql
%%DATADIR%%/tiger_geocoder/tiger_loader_2013.sql
%%DATADIR%%/tiger_geocoder/tiger_loader_2014.sql
%%DATADIR%%/tiger_geocoder/tiger_loader_2015.sql
%%DATADIR%%/tiger_geocoder/tiger_loader_2016.sql
%%DATADIR%%/tiger_geocoder/topology/README
%%DATADIR%%/tiger_geocoder/topology/tiger_topology_loader.sql
%%DATADIR%%/tiger_geocoder/upgrade_geocode.sql
%%DATADIR%%/tiger_geocoder/upgrade_geocoder.bat
%%DATADIR%%/tiger_geocoder/upgrade_geocoder.sh
%%DATADIR%%/tiger_geocoder/utility/cull_null.sql
%%DATADIR%%/tiger_geocoder/utility/levenshtein_ignore_case.sql
%%DATADIR%%/tiger_geocoder/utility/nullable_levenshtein.sql
%%DATADIR%%/tiger_geocoder/utility/set_search_path.sql
%%DATADIR%%/tiger_geocoder/utility/standardize_tiger_data.sql
%%DATADIR%%/tiger_geocoder/utility/utmzone.sql
%%DATADIR%%/utils/README
%%DATADIR%%/utils/check_all_upgrades.sh
%%DATADIR%%/utils/create_spatial_ref_sys_config_dump.pl
%%DATADIR%%/utils/create_undef.pl
%%DATADIR%%/utils/create_unpackaged.pl
%%DATADIR%%/utils/postgis_proc_set_search_path.pl
%%DATADIR%%/utils/postgis_proc_upgrade.pl
%%DATADIR%%/utils/postgis_restore.pl
%%DATADIR%%/utils/profile_intersects.pl
%%DATADIR%%/utils/read_scripts_version.pl
%%DATADIR%%/utils/svn_repo_revision.pl
%%DATADIR%%/utils/test_estimation.pl
%%DATADIR%%/utils/test_geography_estimation.pl
%%DATADIR%%/utils/test_geography_joinestimation.pl
%%DATADIR%%/utils/test_joinestimation.pl
%%LOADERGUI%%share/postgresql/applications/shp2pgsql-gui.desktop
share/postgresql/contrib/postgis-2.3/legacy.sql
share/postgresql/contrib/postgis-2.3/legacy_gist.sql
share/postgresql/contrib/postgis-2.3/legacy_minimal.sql
share/postgresql/contrib/postgis-2.3/postgis.sql
share/postgresql/contrib/postgis-2.3/postgis_comments.sql
share/postgresql/contrib/postgis-2.3/postgis_for_extension.sql
share/postgresql/contrib/postgis-2.3/postgis_proc_set_search_path.sql
share/postgresql/contrib/postgis-2.3/postgis_restore.pl
share/postgresql/contrib/postgis-2.3/postgis_upgrade.sql
share/postgresql/contrib/postgis-2.3/postgis_upgrade_for_extension.sql
share/postgresql/contrib/postgis-2.3/raster_comments.sql
share/postgresql/contrib/postgis-2.3/rtpostgis.sql
share/postgresql/contrib/postgis-2.3/rtpostgis_for_extension.sql
share/postgresql/contrib/postgis-2.3/rtpostgis_legacy.sql
share/postgresql/contrib/postgis-2.3/rtpostgis_proc_set_search_path.sql
share/postgresql/contrib/postgis-2.3/rtpostgis_upgrade.sql
share/postgresql/contrib/postgis-2.3/rtpostgis_upgrade_for_extension.sql
%%SFCGAL%%share/postgresql/contrib/postgis-2.3/sfcgal.sql
%%SFCGAL%%share/postgresql/contrib/postgis-2.3/sfcgal_comments.sql
%%SFCGAL%%share/postgresql/contrib/postgis-2.3/sfcgal_upgrade.sql
share/postgresql/contrib/postgis-2.3/spatial_ref_sys.sql
%%TOPOLOGY%%share/postgresql/contrib/postgis-2.3/topology.sql
%%TOPOLOGY%%share/postgresql/contrib/postgis-2.3/topology_comments.sql
%%TOPOLOGY%%share/postgresql/contrib/postgis-2.3/topology_upgrade.sql
share/postgresql/contrib/postgis-2.3/uninstall_legacy.sql
share/postgresql/contrib/postgis-2.3/uninstall_postgis.sql
share/postgresql/contrib/postgis-2.3/uninstall_rtpostgis.sql
%%SFCGAL%%share/postgresql/contrib/postgis-2.3/uninstall_sfcgal.sql
%%TOPOLOGY%%share/postgresql/contrib/postgis-2.3/uninstall_topology.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--1.0--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer.control
%%ADDRSTD%%share/postgresql/extension/address_standardizer.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us.control
%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us.sql
share/postgresql/extension/postgis--2.0.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.0.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.1.9--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.2.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.9--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.3.10--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql
share/postgresql/extension/postgis.control
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.0--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.3--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.5--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.6--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.7--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.0--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.3--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.5--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.6--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.7--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.8--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.9--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.0--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.3--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.5--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.6--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.7--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.8--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.0--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.3--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.5--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.6--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.7--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.8--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.9--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.10--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--unpackaged--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal.control
share/postgresql/extension/postgis_tiger_geocoder--2.0.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.0.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.1.9--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.2.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.5--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.6--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.7--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.9--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.3.10--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--unpackaged--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder.control
share/postgresql/extension/postgis_tiger_geocoder.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.0--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.3--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.5--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.6--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.7--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.0--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.3--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.5--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.6--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.7--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.8--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.9--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.0--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.3--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.5--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.6--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.7--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.8--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.0--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.3--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.5--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.6--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.7--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.8--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.9--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.10--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology.control
%%LOADERGUI%%share/postgresql/icons/hicolor/16x16/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/22x22/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/24x24/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/32x32/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/36x36/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/40x40/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/42x42/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/48x48/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/64x64/apps/shp2pgsql-gui.png
%%LOADERGUI%%share/postgresql/icons/hicolor/8x8/apps/shp2pgsql-gui.png

View File

@ -1,26 +0,0 @@
# Created by: jpaetzel
# $FreeBSD$
PORTNAME= htsql
PORTVERSION= 2.3.3
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Database Query Language (Core & SQLite Backend)
LICENSE= AGPLv3
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USES= python:2.7
USE_PYTHON= distutils autoplist
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (HTSQL-2.3.3.tar.gz) = c44ee992f59d40d252ba833ee1c2a1d980901ae47348a7a0a4be320f31a547f2
SIZE (HTSQL-2.3.3.tar.gz) = 1117577

View File

@ -1,6 +0,0 @@
HTSQL ("Hyper Text Structured Query Language") is a high-level query
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.
WWW: http://htsql.org/

View File

@ -1,10 +0,0 @@
[
{ type: install
message: <<EOM
Additional backends to HTSQL are available in the following ports:
PostgreSQL: databases/py-htsql-pgsql
MySQL: databases/py-htsql-mysql
EOM
}
]

View File

@ -262,7 +262,6 @@
SUBDIR += byacc
SUBDIR += byaccj
SUBDIR += bzr
SUBDIR += bzr-fastimport
SUBDIR += c2mdoc
SUBDIR += caf
SUBDIR += calibrator
@ -4009,7 +4008,6 @@
SUBDIR += py-QtPy
SUBDIR += py-RPyC
SUBDIR += py-SymbolType
SUBDIR += py-ToscaWidgets
SUBDIR += py-XStatic
SUBDIR += py-XStatic-Angular
SUBDIR += py-XStatic-Angular-Bootstrap
@ -4224,7 +4222,6 @@
SUBDIR += py-cachetools
SUBDIR += py-cachetools3
SUBDIR += py-cachy
SUBDIR += py-calendar
SUBDIR += py-canonicaljson
SUBDIR += py-capstone
SUBDIR += py-castellan
@ -4348,7 +4345,6 @@
SUBDIR += py-dirspec
SUBDIR += py-dis3
SUBDIR += py-distlib
SUBDIR += py-distorm
SUBDIR += py-distributed
SUBDIR += py-dj31-django-rq
SUBDIR += py-django-rq
@ -4382,7 +4378,6 @@
SUBDIR += py-extras
SUBDIR += py-extremes
SUBDIR += py-fabric
SUBDIR += py-fabric1
SUBDIR += py-fabric3
SUBDIR += py-factory-boy
SUBDIR += py-fam
@ -5005,7 +5000,6 @@
SUBDIR += py-rauth
SUBDIR += py-raven
SUBDIR += py-rchitect
SUBDIR += py-rcsparse
SUBDIR += py-readme_renderer
SUBDIR += py-rebulk
SUBDIR += py-rednose
@ -5299,7 +5293,6 @@
SUBDIR += pylint1
SUBDIR += pyobfuscate
SUBDIR += pyotherside-qt5
SUBDIR += pyrex
SUBDIR += pyside2
SUBDIR += pyside2-tools
SUBDIR += pystring

View File

@ -1,31 +0,0 @@
# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-fastimport
PORTVERSION= 0.13.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}+bzr361
EXTRACT_SUFX= .orig.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Provide fast loading of revision control data into bzr
LICENSE= GPLv2
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
BUILD_DEPENDS= bzr:devel/bzr
RUN_DEPENDS= bzr:devel/bzr \
${PYTHON_SITELIBDIR}/fastimport/__init__.py:devel/py-fastimport@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
PATCH_STRIP= -p1
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1532446385
SHA256 (bzr-fastimport_0.13.0+bzr361.orig.tar.gz) = 7d9467175279dd2f7a92638aaeeba9874098db6d6bda2fa127722f449f80326d
SIZE (bzr-fastimport_0.13.0+bzr361.orig.tar.gz) = 81499

View File

@ -1,66 +0,0 @@
Description: Fix a case where deleteion of an entry in a renamed directory is not reproduced
correctly in fast-export. Thanks to Harry Hirsch, Nuno Araujo, and Andrew Huff for the patch.
Bugs: https://launchpad.net/bugs/430347 https://launchpad.net/bugs/1167690 https://launchpad.net/bugs/1014291
=== modified file 'exporter.py'
--- a/exporter.py 2014-05-15 09:26:03 +0000
+++ b/exporter.py 2015-05-04 13:08:57 +0000
@@ -514,6 +514,7 @@
#
# 1) bzr rm a; bzr mv b a; bzr commit
# 2) bzr mv x/y z; bzr rm x; commmit
+ # 3) bzr mv x y; bzr rm y/z; bzr commit
#
# The first must come out with the delete first like this:
#
@@ -525,6 +526,11 @@
# R x/y z
# D x
#
+ # The third case must come out with delete first like this:
+ #
+ # D x/z
+ # R x y
+ #
# So outputting all deletes first or all renames first won't work.
# Instead, we need to make multiple passes over the various lists to
# get the ordering right.
@@ -532,6 +538,7 @@
must_be_renamed = {}
old_to_new = {}
deleted_paths = set([p for p, _, _ in deletes])
+ deleted_child_paths = set()
for (oldpath, newpath, id_, kind,
text_modified, meta_modified) in renames:
emit = kind != 'directory' or not self.plain_format
@@ -543,6 +550,20 @@
self.note("Skipping empty dir %s in rev %s" % (oldpath,
revision_id))
continue
+
+ if kind == 'directory':
+ # handling deleted children in renamed directory (case 3 above)
+ for p, e in tree_old.inventory.iter_entries_by_dir(from_dir=id_):
+ if e.kind == 'directory' or not self.plain_format:
+ continue
+ old_child_path = osutils.pathjoin(oldpath, p)
+ new_child_path = osutils.pathjoin(newpath, p)
+ if old_child_path in deleted_paths:
+ file_cmds.append(commands.FileDeleteCommand(old_child_path.encode("utf-8")))
+ deleted_paths.remove(old_child_path)
+ deleted_child_paths.add(old_child_path)
+
+
#oldpath = self._adjust_path_for_renames(oldpath, renamed,
# revision_id)
renamed.append([oldpath, newpath])
@@ -561,6 +582,8 @@
continue
old_child_path = osutils.pathjoin(oldpath, p)
new_child_path = osutils.pathjoin(newpath, p)
+ if old_child_path in deleted_child_paths:
+ continue
must_be_renamed[old_child_path] = new_child_path
# Add children not already renamed

View File

@ -1,19 +0,0 @@
Description: Disable know graph feature.
repo.get_known_graph_ancestry() can't be called while in the middle of a write
group. Otherwise bzr will crash with: 'BTreeBuilder' object has no attribute
'_find_ancestors'.
Author: Felipe Contreras <felipe.contreras@gmail.com>
Bug: https://launchpad.net/bugs/541626
Bug-Ubuntu: https://launchpad.net/bugs/541626
--- a/revision_store.py
+++ b/revision_store.py
@@ -170,7 +170,7 @@
"""
self.repo = repo
self._graph = None
- self._use_known_graph = True
+ self._use_known_graph = False
self._supports_chks = getattr(repo._format, 'supports_chks', False)
def expects_rich_root(self):

View File

@ -1,9 +0,0 @@
Bazaar Fast Import is a plugin providing fast loading of revision control data
into Bazaar. It is designed to be used in combination with front-end programs
that generate a command/data stream for it to process. Front-ends are available
for a wide range of foreign VCS tools including Subversion, CVS, Git,
Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever
programming language you prefer, making Bazaar Fast Import useful for teams
needing a custom migration solution.
WWW: https://launchpad.net/bzr-fastimport

View File

@ -1,24 +0,0 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= ToscaWidgets
PORTVERSION= 0.9.12
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Python framework for building reusable web components
LICENSE= MIT
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0:www/py-webob@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ToscaWidgets-0.9.12.tar.gz) = fddabaf24a55677ef91231cb393851d10a8b2418ba6f75a26c618440b3918483
SIZE (ToscaWidgets-0.9.12.tar.gz) = 59605

View File

@ -1,6 +0,0 @@
ToscaWidgets is a framework for building reusable web components.
The system allows a web developer to use a complex widget in their
application with ease - the internal complexity of the widget is
hidden. This helps rapidly develop compelling web applications.
WWW: http://toscawidgets.org

View File

@ -1,25 +0,0 @@
# $FreeBSD$
PORTNAME= calendar
PORTVERSION= 2.1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= axel.rau@chaos1.de
COMMENT= Library for iCalendar/vCard data
LICENSE= APACHE20
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USE_GITHUB= yes
GH_ACCOUNT= apple
GH_PROJECT= ccs-pycalendar
GH_TAGNAME= b0118d4
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH=yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1477429562
SHA256 (apple-ccs-pycalendar-2.1-b0118d4_GH0.tar.gz) = 5ed94c904321af65059994589c6f42a383b0ae4a1ae2cca220910f7a76a21ce4
SIZE (apple-ccs-pycalendar-2.1-b0118d4_GH0.tar.gz) = 129055

View File

@ -1,5 +0,0 @@
calendar is a python library for parsing and generating iCalendar data.
See RFC 5545 and 6350.
http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk
WWW: http://trac.calendarserver.org/wiki/twext

View File

@ -1,15 +0,0 @@
# Created by: Lutz Boehne <lboehne@damogran.de>
# $FreeBSD$
PORTNAME= distorm
COMMENT= Python interface for fast x86 and x86-64 disassembler library
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
PORTREVISION= 1
PYTHON_SLAVEPORT= yes
MASTERDIR= ${.CURDIR}/../distorm
.include "${MASTERDIR}/Makefile"

View File

@ -1,38 +0,0 @@
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= fabric
PORTVERSION= 1.14.1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
DISTNAME= Fabric-${DISTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= High level SSH command execution
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko@${PY_FLAVOR} # <3.0
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils concurrent autoplist
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fabric
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v \
--exclude=test_nested_execution_with_explicit_ports
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1554010618
SHA256 (Fabric-1.14.1.tar.gz) = 66097883bb3e5beecacae92b82b2bd489d10a8fd4f06ce1cb27019de2e6d76a8
SIZE (Fabric-1.14.1.tar.gz) = 220463

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2016-05-08 21:11:49 UTC
+++ setup.py
@@ -45,7 +45,7 @@ setup(
url='http://fabfile.org',
packages=find_packages(),
test_suite='nose.collector',
- tests_require=['nose<2.0', 'fudge<1.0', 'jinja2<3.0'],
+ tests_require=['nose', 'fudge', 'jinja2'],
install_requires=install_requires,
entry_points={
'console_scripts': [

View File

@ -1,8 +0,0 @@
Fabric is a high level Python library designed to execute shell commands
remotely over SSH, yielding useful Python objects in return.
It builds on top of Invoke (subprocess command execution and command-line
features) and Paramiko (SSH protocol implementation), extending their APIs
to complement one another and provide additional functionality.
WWW: https://www.fabfile.org

View File

@ -1,28 +0,0 @@
# Created by: mp39590@gmail.com
# $FreeBSD$
PORTNAME= rcsparse
PORTVERSION= 0.0.0.20151027
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mp39590@gmail.com
COMMENT= RCS file parsing library
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USE_GITHUB= yes
GH_ACCOUNT= corecode
GH_TAGNAME= 206bca
USES= python:2.7
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}.so
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (corecode-rcsparse-0.0.0.20151027-206bca_GH0.tar.gz) = 67004c1fde370b099bd277025c75dc77d0ecb48472d15e39e2ebe71929fe4c76
SIZE (corecode-rcsparse-0.0.0.20151027-206bca_GH0.tar.gz) = 141508

View File

@ -1,3 +0,0 @@
A fast RCS file parsing library (needed for fromcvs)
WWW: https://github.com/corecode/rcsparse/

View File

@ -1,37 +0,0 @@
# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= pyrex
PORTVERSION= 0.9.9
PORTREVISION= 1
CATEGORIES= devel lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyrex-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Programming Language for writing Python extension modules
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USES= python:2.7
USE_PYTHON= autoplist distutils
PORTDOCS= *
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/Demos && ${MAKE} clean && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (Pyrex-0.9.9.tar.gz) = 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
SIZE (Pyrex-0.9.9.tar.gz) = 255272

View File

@ -1,5 +0,0 @@
Pyrex is a language specially designed for writing Python extension modules.
It's designed to bridge the gap between the nice, high-level, easy-to-use world
of Python and the messy, low-level world of C.
WWW: https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

View File

@ -213,7 +213,6 @@
SUBDIR += plan
SUBDIR += prn
SUBDIR += py-jaconv
SUBDIR += py-tegaki
SUBDIR += py-zinnia
SUBDIR += qkc
SUBDIR += quit

View File

@ -1,26 +0,0 @@
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= tegaki
PORTVERSION= 0.3.1
CATEGORIES= japanese python
MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Open-source Chinese and Japanese handwriting recognition
LICENSE= GPLv2
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
LIB_DEPENDS= libzinnia.so:japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:japanese/py-zinnia@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (tegaki-python-0.3.1.tar.gz) = f74cb5b1d4b7c1bf3f98251202b825c98d2d4fbd28df931af700dac4ef992375
SIZE (tegaki-python-0.3.1.tar.gz) = 74691

View File

@ -1,9 +0,0 @@
Tegaki Pythonlib:
* is free and open-source
* is multi-plaform
* focuses on Chinese (simplified and traditional) and Japanese characters
* supports 2 different recognition engines
* aspires to work on both desktop-PCs and mobile devices
WWW: http://www.tegaki.org/

View File

@ -1,33 +0,0 @@
%%PYTHON_SITELIBDIR%%/tegaki/__init__.py
%%PYTHON_SITELIBDIR%%/tegaki/__init__.pyc
%%PYTHON_SITELIBDIR%%/tegaki/__init__.pyo
%%PYTHON_SITELIBDIR%%/tegaki/arrayutils.py
%%PYTHON_SITELIBDIR%%/tegaki/arrayutils.pyc
%%PYTHON_SITELIBDIR%%/tegaki/arrayutils.pyo
%%PYTHON_SITELIBDIR%%/tegaki/character.py
%%PYTHON_SITELIBDIR%%/tegaki/character.pyc
%%PYTHON_SITELIBDIR%%/tegaki/character.pyo
%%PYTHON_SITELIBDIR%%/tegaki/charcol.py
%%PYTHON_SITELIBDIR%%/tegaki/charcol.pyc
%%PYTHON_SITELIBDIR%%/tegaki/charcol.pyo
%%PYTHON_SITELIBDIR%%/tegaki/dictutils.py
%%PYTHON_SITELIBDIR%%/tegaki/dictutils.pyc
%%PYTHON_SITELIBDIR%%/tegaki/dictutils.pyo
%%PYTHON_SITELIBDIR%%/tegaki/engine.py
%%PYTHON_SITELIBDIR%%/tegaki/engine.pyc
%%PYTHON_SITELIBDIR%%/tegaki/engine.pyo
%%PYTHON_SITELIBDIR%%/tegaki/engines/__init__.py
%%PYTHON_SITELIBDIR%%/tegaki/engines/__init__.pyc
%%PYTHON_SITELIBDIR%%/tegaki/engines/__init__.pyo
%%PYTHON_SITELIBDIR%%/tegaki/engines/tegakizinnia.py
%%PYTHON_SITELIBDIR%%/tegaki/engines/tegakizinnia.pyc
%%PYTHON_SITELIBDIR%%/tegaki/engines/tegakizinnia.pyo
%%PYTHON_SITELIBDIR%%/tegaki/mathutils.py
%%PYTHON_SITELIBDIR%%/tegaki/mathutils.pyc
%%PYTHON_SITELIBDIR%%/tegaki/mathutils.pyo
%%PYTHON_SITELIBDIR%%/tegaki/recognizer.py
%%PYTHON_SITELIBDIR%%/tegaki/recognizer.pyc
%%PYTHON_SITELIBDIR%%/tegaki/recognizer.pyo
%%PYTHON_SITELIBDIR%%/tegaki/trainer.py
%%PYTHON_SITELIBDIR%%/tegaki/trainer.pyc
%%PYTHON_SITELIBDIR%%/tegaki/trainer.pyo

View File

@ -787,7 +787,6 @@
SUBDIR += py-munkres
SUBDIR += py-munkres10
SUBDIR += py-networkx
SUBDIR += py-networkx1
SUBDIR += py-nevergrad
SUBDIR += py-numeric
SUBDIR += py-numexpr

View File

@ -1,61 +0,0 @@
# Created by: dikshie
# $FreeBSD$
PORTNAME= networkx
PORTVERSION= 1.11
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= kai@FreeBSD.org
COMMENT= Tools for complex networks / Backported version
LICENSE= BSD3CLAUSE
DEPRECATED= Obsolete, please use math/py-networkx instead
EXPIRATION_DATE= 2020-11-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR}
USES= python:3.6+ shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= limit:^1\.
PORTEXAMPLES= *
SHEBANG_FILES= examples/graph/atlas.py \
examples/multigraph/chess_masters.py \
networkx/generators/tests/test_random_graphs.py
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}py-networkx
OPTIONS_DEFINE= EXAMPLES YAML
OPTIONS_GROUP= MATRIX RENDER
OPTIONS_GROUP_MATRIX= NUMPY SCIPY
OPTIONS_GROUP_RENDER= GRAPHVIZ MPL
OPTIONS_DEFAULT= GRAPHVIZ MPL NUMPY SCIPY YAML
GRAPHVIZ_DESC= Additional graph layout and rendering algorithms
GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraphviz@${PY_FLAVOR}
MPL_DESC= Flexible graph rendering
MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:math/py-matplotlib@${PY_FLAVOR}
NUMPY_DESC= Matrix representation of graphs
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR}
SCIPY_DESC= Sparse matrix representation of graphs
SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-sparse>=0.2:science/py-scikit-sparse@${PY_FLAVOR}
YAML_DESC= Reading and writing YAML files
YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1539454780
SHA256 (networkx-1.11.tar.gz) = 0d0e70e10dfb47601cbb3425a00e03e2a2e97477be6f80638fef91d54dd1e4b8
SIZE (networkx-1.11.tar.gz) = 1315737

View File

@ -1,38 +0,0 @@
--- setup.py.orig 2015-12-26 17:06:48 UTC
+++ setup.py
@@ -59,27 +59,6 @@ packages=["networkx",
"networkx.testing",
"networkx.utils"]
-docdirbase = 'share/doc/networkx-%s' % version
-# add basic documentation
-data = [(docdirbase, glob("*.txt"))]
-# add examples
-for d in ['advanced',
- 'algorithms',
- 'basic',
- '3d_drawing',
- 'drawing',
- 'graph',
- 'multigraph',
- 'pygraphviz',
- 'readwrite']:
- dd = os.path.join(docdirbase,'examples', d)
- pp = os.path.join('examples', d)
- data.append((dd, glob(os.path.join(pp ,"*.py"))))
- data.append((dd, glob(os.path.join(pp ,"*.bz2"))))
- data.append((dd, glob(os.path.join(pp ,"*.gz"))))
- data.append((dd, glob(os.path.join(pp ,"*.mbox"))))
- data.append((dd, glob(os.path.join(pp ,"*.edgelist"))))
-
# add the tests
package_data = {
'networkx': ['tests/*.py'],
@@ -131,7 +110,6 @@ if __name__ == "__main__":
download_url = release.download_url,
classifiers = release.classifiers,
packages = packages,
- data_files = data,
package_data = package_data,
install_requires = install_requires,
test_suite = 'nose.collector',

View File

@ -1,23 +0,0 @@
NetworkX (NX) is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
Features:
* Includes standard graph-theoretic and statistical physics functions
* Easy exchange of network algorithms between applications, disciplines,
and platforms
* Includes many classic graphs and synthetic networks
* Nodes and edges can be "anything" (e.g. time-series, text, images,
XML records)
* Exploits existing code from high-quality legacy software in C, C++,
Fortran, etc.
* Open source (encourages community input)
* Unit-tested
Additional benefits due to Python:
* Allows fast prototyping of new algorithms
* Easy to teach
* Multi-platform
* Allows easy access to almost any database
Note: This is a backported version of the 1.x branch.
WWW: https://networkx.github.io/

View File

@ -396,7 +396,6 @@
SUBDIR += py-powerline-status
SUBDIR += py-progressbar
SUBDIR += py-progressbar2
SUBDIR += py-progressbar231
SUBDIR += py-pyfiglet
SUBDIR += py-pykml
SUBDIR += py-pyprind

View File

@ -1,23 +0,0 @@
# $FreeBSD$
PORTNAME= progressbar231
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Text progressbar library for python
LICENSE= BSD3CLAUSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USE_PYTHON= autoplist distutils
USES= python:2.7
CONFLICTS= py*-progressbar
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (progressbar231-2.3.1.tar.gz) = 55b5e5c6b0077b21d14cf2166f3ee74758f89ec75175a6fce4e3f78366771148
SIZE (progressbar231-2.3.1.tar.gz) = 10402

View File

@ -1,16 +0,0 @@
This library provides a text mode progressbar. This is typically
used to display the progress of a long running operation, providing
a visual clue that processing is underway.
The ProgressBar class manages the progress, and the format of the
line is given by a number of widgets. A widget is an object that
may display diferently depending on the state of the progress.
There are three types of widget:
- a string, which always shows itself;
- a ProgressBarWidget, which may return a diferent value every time
it's update method is called; and
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
it expands to fill the remaining width of the line.
WWW: https://pypi.org/project/progressbar231/

View File

@ -335,8 +335,6 @@
SUBDIR += py-gstreamer1
SUBDIR += py-guessit
SUBDIR += py-kaa-base
SUBDIR += py-kaa-imlib2
SUBDIR += py-kaa-metadata
SUBDIR += py-librtmp
SUBDIR += py-mido
SUBDIR += py-mlt

View File

@ -1,24 +0,0 @@
# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= kaa-imlib2
PORTVERSION= 0.2.3
PORTREVISION= 14
CATEGORIES= multimedia python
MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fbsd@opal.com
COMMENT= Kaa Media Repository - imlib2 wrapper for python
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/kaa/__init__.py:multimedia/py-kaa-base@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (kaa-imlib2-0.2.3.tar.gz) = 44eec202450edadfdac91a44be191b7fbba6225e90a6595443c422d1928f39c6
SIZE (kaa-imlib2-0.2.3.tar.gz) = 30671

View File

@ -1,10 +0,0 @@
--- src/rawformats.c.orig 2008-01-08 16:52:56 UTC
+++ src/rawformats.c
@@ -31,6 +31,7 @@
*/
#define X_DISPLAY_MISSING
+#include <sys/types.h>
#include <Imlib2.h>
#include <string.h>
#include <stdlib.h>

View File

@ -1,23 +0,0 @@
The Kaa Media Repository is a set of python modules related to
media.
Kaa modules are based on parts from Freevo and modules created for
MeBox. Kaa exists to encourage code sharing between these projects,
and to serve as an umbrella for several previously disparate
media-related modules in order to make them available from one
(unique) namespace.
Kaa provides a base module that implements the common features
needed for application development, such as mainloop management,
timers, signals, callbacks, file descriptor monitors, etc. Kaa's
other modules provide specific media-related functionality, such
as retrieving metadata on arbitrary media files (kaa.metadata,
previously called mmpython), Python wrappers for Imlib2, Xine, and
Evas, and many other high level APIs for easily creating applications
that deal with video and audio.
Kaa is named after the python character in the Jungle Book by Rudyard
Kipling.
WWW: http://www.freevo.org/
WWW: https://sourceforge.net/projects/freevo/

View File

@ -1,28 +0,0 @@
# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= kaa-metadata
PORTVERSION= 0.7.7
PORTREVISION= 19
CATEGORIES= multimedia python
MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fbsd@opal.com
COMMENT= Kaa Media Repository - media file metadata parser
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread \
libexiv2.so:graphics/exiv2
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kaa-base>0:multimedia/py-kaa-base@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2.7
USE_PYTHON= distutils autoplist
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (kaa-metadata-0.7.7.tar.gz) = 7466058f1f69e40a9e26c8e6219c13c3a4f1b5228effc88035d9f4fe287cf450
SIZE (kaa-metadata-0.7.7.tar.gz) = 257513

View File

@ -1,20 +0,0 @@
--- src/image/exiv2.cpp.orig 2009-01-30 21:18:25 UTC
+++ src/image/exiv2.cpp
@@ -1,6 +1,5 @@
#include <Python.h>
-#include <exiv2/image.hpp>
-#include <exiv2/exif.hpp>
+#include <exiv2/exiv2.hpp>
PyObject *parse(PyObject *self, PyObject *args)
{
@@ -47,7 +46,8 @@ PyObject *parse(PyObject *self, PyObject *args)
Py_DECREF(entry);
}
- Exiv2::DataBuf databuf = exifData.copyThumbnail();
+ Exiv2::ExifThumbC ExifThumb(exifData);
+ Exiv2::DataBuf databuf = ExifThumb.copy();
if (databuf.pData_) {
entry = PyBuffer_New(databuf.size_);
PyObject_AsWriteBuffer(entry, (void **)&data, &len);

View File

@ -1,23 +0,0 @@
The Kaa Media Repository is a set of python modules related to
media.
Kaa modules are based on parts from Freevo and modules created for
MeBox. Kaa exists to encourage code sharing between these projects,
and to serve as an umbrella for several previously disparate
media-related modules in order to make them available from one
(unique) namespace.
Kaa provides a base module that implements the common features
needed for application development, such as mainloop management,
timers, signals, callbacks, file descriptor monitors, etc. Kaa's
other modules provide specific media-related functionality, such
as retrieving metadata on arbitrary media files (kaa.metadata,
previously called mmpython), Python wrappers for Imlib2, Xine, and
Evas, and many other high level APIs for easily creating applications
that deal with video and audio.
Kaa is named after the python character in the Jungle Book by Rudyard
Kipling.
WWW: http://www.freevo.org/
WWW: https://sourceforge.net/projects/freevo/

View File

@ -61,7 +61,6 @@
SUBDIR += libqtelegram-ae
SUBDIR += libsignon-glib
SUBDIR += libstrophe
SUBDIR += libtelepathy
SUBDIR += licq
SUBDIR += licq-icq
SUBDIR += licq-jabber

View File

@ -1,28 +0,0 @@
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
# $MCom: ports/trunk/net-im/libtelepathy/Makefile 19913 2014-09-25 22:29:26Z kwm $
PORTNAME= libtelepathy
PORTVERSION= 0.3.3
PORTREVISION= 3
CATEGORIES= net-im devel
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Flexible Communications Framework
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \
libdbus-glib-1.so:devel/dbus-glib
USES= gmake gnome libtool pathfix pkgconfig python:2.7,build
USE_LDCONFIG= yes
USE_GNOME= glib20 libxslt:build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lglib-2.0 `pkg-config --libs telepathy-glib`
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (libtelepathy-0.3.3.tar.gz) = e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878
SIZE (libtelepathy-0.3.3.tar.gz) = 439764

View File

@ -1,7 +0,0 @@
The Telepathy project aims to provide a unified framework for all forms
of real time conversations, including instant messaging, IRC, voice
calls and video calls. It uses the DBus messaging system to provide a
simple interface for client applications, allowing them to quickly
benefit from Telepathy's functionality.
WWW: http://telepathy.freedesktop.org/

View File

@ -1,51 +0,0 @@
include/telepathy-1.0/libtelepathy/_gen-tp-constants-deprecated-aliases.h
include/telepathy-1.0/libtelepathy/_gen-tp-constants-deprecated.h
include/telepathy-1.0/libtelepathy/_gen-tp-constants-whitelist-aliases.h
include/telepathy-1.0/libtelepathy/_gen-tp-interfaces-deprecated-aliases.h
include/telepathy-1.0/libtelepathy/_gen-tp-interfaces-deprecated.h
include/telepathy-1.0/libtelepathy/_gen-tp-interfaces-whitelist-aliases.h
include/telepathy-1.0/libtelepathy/tp-ch-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-chat-state-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-dtmf-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-group-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-hold-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-media-signalling-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-password-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-iface-transfer-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-ifaces-signal-setters.h
include/telepathy-1.0/libtelepathy/tp-chan-signals-marshal.h
include/telepathy-1.0/libtelepathy/tp-chan-type-contact-list-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-type-room-list-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-type-streamed-media-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-type-text-gen.h
include/telepathy-1.0/libtelepathy/tp-chan-type-tubes-gen.h
include/telepathy-1.0/libtelepathy/tp-chan.h
include/telepathy-1.0/libtelepathy/tp-conn-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-aliasing-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-avatars-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-capabilities-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-contact-info-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-forwarding-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-presence-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-privacy-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-iface-renaming-gen.h
include/telepathy-1.0/libtelepathy/tp-conn-ifaces-signal-setters.h
include/telepathy-1.0/libtelepathy/tp-conn-signals-marshal.h
include/telepathy-1.0/libtelepathy/tp-conn.h
include/telepathy-1.0/libtelepathy/tp-connmgr-gen.h
include/telepathy-1.0/libtelepathy/tp-connmgr-signals-marshal.h
include/telepathy-1.0/libtelepathy/tp-connmgr.h
include/telepathy-1.0/libtelepathy/tp-constants.h
include/telepathy-1.0/libtelepathy/tp-helpers.h
include/telepathy-1.0/libtelepathy/tp-ifaces-signals-marshal.h
include/telepathy-1.0/libtelepathy/tp-interfaces.h
include/telepathy-1.0/libtelepathy/tp-media-session-handler-gen.h
include/telepathy-1.0/libtelepathy/tp-media-stream-handler-gen.h
include/telepathy-1.0/libtelepathy/tp-props-iface-gen.h
include/telepathy-1.0/libtelepathy/tp-props-iface.h
lib/libtelepathy.a
lib/libtelepathy.so
lib/libtelepathy.so.2
lib/libtelepathy.so.2.7.1
libdata/pkgconfig/libtelepathy.pc

View File

@ -915,7 +915,6 @@
SUBDIR += py-libnacl
SUBDIR += py-m2crypto
SUBDIR += py-maec
SUBDIR += py-mcrypt
SUBDIR += py-merkletools
SUBDIR += py-mixbox
SUBDIR += py-mnemonic

View File

@ -1,36 +0,0 @@
# Created by: ijliao
# $FreeBSD$
PORTNAME= mcrypt
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= SF/python-${PORTNAME}/OldFiles
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-mcrypt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Comprehensive Python interface to the mcrypt library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
LIB_DEPENDS= libmcrypt.so:security/libmcrypt
USES= python:2.7
USE_PYTHON= distutils autoplist
PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib
PYDISTUTILS_BUILD_TARGET= build_ext
CFLAGS+= -I${LOCALBASE}/include
pre-patch:
# put a missed terminating quote
${REINPLACE_CMD} -e '1136s,$$,\\,g' -e '1678s,$$,\\,g' ${WRKSRC}/mcrypt.c
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mcrypt.so
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (python-mcrypt-1.1.tar.gz) = 6439d2aec5d4f90f79c26b15393960957e760772f5fcff84739b41c8bd4bbaa6
SIZE (python-mcrypt-1.1.tar.gz) = 22708

View File

@ -1,4 +0,0 @@
Python-mcrypt is a comprehensive Python interface to the mcrypt library,
which provides a uniform interface to several symmetric encryption algorithms.
WWW: https://sourceforge.net/projects/python-mcrypt/

View File

@ -1423,7 +1423,6 @@
SUBDIR += py-azure-storage
SUBDIR += py-beaker
SUBDIR += py-beautifulsoup
SUBDIR += py-beautifulsoup32
SUBDIR += py-beautifulsoup448
SUBDIR += py-betamax
SUBDIR += py-biscuits
@ -1575,7 +1574,6 @@
SUBDIR += py-draftjs_exporter
SUBDIR += py-drf-yasg
SUBDIR += py-dtflickr
SUBDIR += py-evernote
SUBDIR += py-fake-useragent
SUBDIR += py-falcon
SUBDIR += py-feedgenerator
@ -1670,7 +1668,6 @@
SUBDIR += py-livereload
SUBDIR += py-mechanicalsoup
SUBDIR += py-mechanize
SUBDIR += py-meld3
SUBDIR += py-multidict
SUBDIR += py-mwoauth
SUBDIR += py-nevow
@ -1709,7 +1706,6 @@
SUBDIR += py-qt5-websockets
SUBDIR += py-rackspace-monitoring
SUBDIR += py-recaptcha
SUBDIR += py-requestbuilder
SUBDIR += py-requests
SUBDIR += py-requests-aws4auth
SUBDIR += py-requests-cache

View File

@ -1,27 +0,0 @@
# Created by: Mike Meyer <mwm@mired.org>
# $FreeBSD$
PORTNAME= beautifulsoup
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 32
DISTNAME= BeautifulSoup-${PORTVERSION}
MAINTAINER= mwm@mired.org
COMMENT= HTML/XML Parser for Python
LICENSE= BSD3CLAUSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db
SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224

View File

@ -1,12 +0,0 @@
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.
A well-formed XML/HTML document will yield a well-formed data
structure. An ill-formed XML/HTML document will yield a
correspondingly ill-formed data structure. If your document is only
locally well-formed, you can use this library to find and process the
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.
WWW: https://www.crummy.com/software/BeautifulSoup/

View File

@ -1,24 +0,0 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= evernote
PORTVERSION= 1.25.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Evernote SDK for Python
LICENSE= BSD2CLAUSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2>0:net/py-oauth2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1556169487
SHA256 (evernote-1.25.3.tar.gz) = 796847e0b7517e729041c5187fa1665c3f6fc0491cb4d71fb95a62c4f22e64eb
SIZE (evernote-1.25.3.tar.gz) = 141196

View File

@ -1,20 +0,0 @@
# Unbundle thrift and add it to requirements
# TODO: Upstream
--- ./setup.py.orig 2013-06-13 05:14:17.000000000 +1000
+++ ./setup.py 2014-07-24 20:19:10.032661190 +1000
@@ -18,7 +18,7 @@
url='http://dev.evernote.com',
description='Evernote SDK for Python',
long_description=read('README.md'),
- packages=find_packages('lib'),
+ packages=find_packages('lib',exclude=["*.thrift", "*,thrift.*", "thrift.*", "thrift"]),
package_dir={'': 'lib'},
classifiers=[
'Development Status :: 5 - Production/Stable',
@@ -29,5 +29,6 @@
license='BSD',
install_requires=[
'oauth2',
+ 'thrift',
],
)

View File

@ -1,3 +0,0 @@
This SDK contains wrapper code used to call the Evernote Cloud API from Python.
WWW: https://dev.evernote.com

View File

@ -1,21 +0,0 @@
# Created by: Kirill P. Spitsin <tn@0x746e.org.ua>
# $FreeBSD$
PORTNAME= meld3
PORTVERSION= 2.0.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tn@0x746e.org.ua
COMMENT= HTML/XML templating system for Python
LICENSE= BSD2CLAUSE
DEPRECATED= EOLed upstream
EXPIRATION_DATE= 2020-04-01
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1599671700
SHA256 (meld3-2.0.1.tar.gz) = 3ea266994f1aa83507679a67b493b852c232a7905e29440a6b868558cad5e775
SIZE (meld3-2.0.1.tar.gz) = 36097

View File

@ -1,10 +0,0 @@
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template
markup and dynamic rendering logic separate from one another.
meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML or
XML/XHTML.
meld3 is a variation of Paul Winkler's Meld2, which is itself a variation of
Richie Hindle's PyMeld.
WWW: https://github.com/Supervisor/meld3

View File

@ -1,27 +0,0 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= requestbuilder
PORTVERSION= 0.7.1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Command line-driven HTTP request builder
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1555760784
SHA256 (requestbuilder-0.7.1.tar.gz) = 84ed99ab55e6a549686af32328b2b15a1f5416800ee23b65346edd7a84706089
SIZE (requestbuilder-0.7.1.tar.gz) = 33534

View File

@ -1,3 +0,0 @@
Command line-driven HTTP request builder.
WWW: https://github.com/boto/requestbuilder

View File

@ -161,7 +161,6 @@
SUBDIR += plib
SUBDIR += py-AnyQt
SUBDIR += py-Pmw
SUBDIR += py-SquareMap
SUBDIR += py-easygui
SUBDIR += py-fltk
SUBDIR += py-guietta

View File

@ -1,24 +0,0 @@
# Created by: Sofian Brabez <sbz@FreeBSD.org>
# $FreeBSD$
PORTNAME= SquareMap
PORTVERSION= 1.0.4
PORTREVISION= 5
CATEGORIES= x11-toolkits python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Hierarchic visualization control for wxPython
LICENSE= BSD2CLAUSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-11-15
USES= python:2.7
USE_PYTHON= distutils autoplist
USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (SquareMap-1.0.4.tar.gz) = feab6cb3b222993df68440e34825d8a16de2c74fdb290ae3974c86b1d5f3eef8
SIZE (SquareMap-1.0.4.tar.gz) = 7439

View File

@ -1,4 +0,0 @@
Hierarchic data visualization control intended for use with structures where
"parents" hold collections of weighted children.
WWW: https://pypi.org/project/SquareMap/