aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-12-22 19:48:43 +0800
committerrene <rene@FreeBSD.org>2013-12-22 19:48:43 +0800
commit8ad07569e2702dfa8f0d3206868e9c61c681ad26 (patch)
tree5c74afb677f6d923be988dd72e2c0627794cebcb /converters
parent096d3a3a4ca0836aaf323c1a6565b4807d2510f1 (diff)
downloadfreebsd-ports-gnome-8ad07569e2702dfa8f0d3206868e9c61c681ad26.tar.gz
freebsd-ports-gnome-8ad07569e2702dfa8f0d3206868e9c61c681ad26.tar.zst
freebsd-ports-gnome-8ad07569e2702dfa8f0d3206868e9c61c681ad26.zip
Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month 2013-12-22 devel/hs-reactive: Broken for more than 6 month 2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month 2013-12-22 graphics/xmagv: Broken for more than 6 month 2013-12-22 lang/slib-gauche: Broken for more than 6 month 2013-12-22 graphics/f-spot: Broken for more than 6 month 2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month 2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month 2013-12-22 ftp/gftp: Broken for more than 6 month 2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month 2013-12-22 converters/py-svglib: Broken for more than 6 month 2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month 2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month 2013-12-22 finance/quantlib: Broken for more than 6 month 2013-12-22 games/xkobo: Broken for more than 6 month 2013-12-22 games/quake3-rq3: Broken for more than 6 month 2013-12-22 math/fbm: No new release since 2004, new supported upstream
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile2
-rw-r--r--converters/p5-Unicode-Lite/Makefile29
-rw-r--r--converters/p5-Unicode-Lite/distinfo2
-rw-r--r--converters/p5-Unicode-Lite/pkg-descr10
-rw-r--r--converters/p5-Unicode-Lite/pkg-plist5
-rw-r--r--converters/py-svglib/Makefile28
-rw-r--r--converters/py-svglib/distinfo2
-rw-r--r--converters/py-svglib/pkg-descr9
-rw-r--r--converters/py-svglib/pkg-plist2
9 files changed, 0 insertions, 89 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 98734b9c798a..059d051c0f39 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -112,7 +112,6 @@
SUBDIR += p5-Text-Unidecode
SUBDIR += p5-URI-UTF8-Punycode
SUBDIR += p5-Unicode-IMAPUtf7
- SUBDIR += p5-Unicode-Lite
SUBDIR += p5-Unicode-Map
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-MapUTF8
@@ -144,7 +143,6 @@
SUBDIR += py-bsdconv
SUBDIR += py-iconv
SUBDIR += py-pisa
- SUBDIR += py-svglib
SUBDIR += py-unidecode
SUBDIR += py-zfec
SUBDIR += rcctools
diff --git a/converters/p5-Unicode-Lite/Makefile b/converters/p5-Unicode-Lite/Makefile
deleted file mode 100644
index d45fc12e1a2d..000000000000
--- a/converters/p5-Unicode-Lite/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Maxim Maximov (mcsi@agava.com)
-# $FreeBSD$
-
-PORTNAME= Unicode-Lite
-PORTVERSION= 0.12
-CATEGORIES= converters perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Perl module for easy conversion between encodings
-
-BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String \
- p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \
- p5-enum>=0:${PORTSDIR}/devel/p5-enum
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-BROKEN= Overwrites bin/map from converters/p5-Unicode-Map
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-12-22
-
-USES= perl5
-USE_PERL5= configure
-
-MAN3= Unicode::Lite.3
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/converters/p5-Unicode-Lite/distinfo b/converters/p5-Unicode-Lite/distinfo
deleted file mode 100644
index d3bd061344b7..000000000000
--- a/converters/p5-Unicode-Lite/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Unicode-Lite-0.12.tar.gz) = e9a47f4a601a641abff31aa4585a61087b2c645220e3e7d75a743822f2848a52
-SIZE (Unicode-Lite-0.12.tar.gz) = 8456
diff --git a/converters/p5-Unicode-Lite/pkg-descr b/converters/p5-Unicode-Lite/pkg-descr
deleted file mode 100644
index 5fa87cc35189..000000000000
--- a/converters/p5-Unicode-Lite/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This module includes string converting function from one and to another
-charset. Requires installed Unicode::String and Unicode::Map packages.
-
-Supported unicode charsets: unicode, utf16, ucs2, utf8, utf7, ucs4,
-uchr, uhex.
-
-Supported Single-Byte Charsets (SBCS): latin1 and all installed maps in
-Unicode::Map package.
-
-WWW: http://search.cpan.org/dist/Unicode-Lite/
diff --git a/converters/p5-Unicode-Lite/pkg-plist b/converters/p5-Unicode-Lite/pkg-plist
deleted file mode 100644
index 45c295b69012..000000000000
--- a/converters/p5-Unicode-Lite/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%SITE_PERL%%/Unicode/Lite.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Lite/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Lite
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
-@dirrmtry %%SITE_PERL%%/Unicode
diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile
deleted file mode 100644
index 9ebbe63cc29a..000000000000
--- a/converters/py-svglib/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Wen Heping <wenheping@wenheping.com>
-# $FreeBSD$
-
-PORTNAME= svglib
-PORTVERSION= 0.6.3
-PORTREVISION= 1
-CATEGORIES= converters python
-MASTER_SITES= CHEESESHOP \
- http://www.dinu-gherman.net/tmp/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= An Library For Reading And Converting SVG
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-12-22
-
-BROKEN= Does not fetch
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2
-
-LICENSE= LGPL3
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/converters/py-svglib/distinfo b/converters/py-svglib/distinfo
deleted file mode 100644
index 223f6f699329..000000000000
--- a/converters/py-svglib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (svglib-0.6.3.tar.gz) = 4c503c7bd0597bf0e1d1edce3556f9f2e284460e2e905147b90bb8ae9981bc95
-SIZE (svglib-0.6.3.tar.gz) = 543149
diff --git a/converters/py-svglib/pkg-descr b/converters/py-svglib/pkg-descr
deleted file mode 100644
index 794366e2fac9..000000000000
--- a/converters/py-svglib/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Svglib is an experimental library for reading SVG files and converting
-them(to a reasonable degree) to other formats using the Open Source
-ReportLab Toolkit. As a package it reads existing SVG files and returns
-them converted to ReportLab Drawing objects that can be used in a
-variety of ReportLab-related contexts, e.g. as Platypus Flowable objects
-or in RML2PDF. As a command-line tool it converts SVG files into PDF
-ones.
-
-WWW: https://pypi.python.org/pypi/svglib/
diff --git a/converters/py-svglib/pkg-plist b/converters/py-svglib/pkg-plist
deleted file mode 100644
index 483d2de61f65..000000000000
--- a/converters/py-svglib/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/svg2pdf
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%