mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Duplicate of textproc/pootle
textproc/py-Pootle
This commit is contained in:
parent
814025b653
commit
ae6044e2f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261222
1
MOVED
1
MOVED
@ -4582,3 +4582,4 @@ www/xpi-vimeoonwooztalk||2010-09-14|Has expired: wooztalk website not responding
|
||||
www/xpi-youtubeonwooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731
|
||||
x11/chameleon||2010-09-14|Has expired: No longer under development, master site disappeared years ago
|
||||
net/csup||2010-09-14|Has expired: is already included in base system of all supported releases
|
||||
textproc/py-Pootle||2010-09-15|Removed
|
||||
|
@ -981,7 +981,6 @@
|
||||
SUBDIR += py-4suite-xml
|
||||
SUBDIR += py-HyperText
|
||||
SUBDIR += py-MarkupSafe
|
||||
SUBDIR += py-Pootle
|
||||
SUBDIR += py-Tempita
|
||||
SUBDIR += py-asv
|
||||
SUBDIR += py-chardet
|
||||
|
@ -1,51 +0,0 @@
|
||||
# Ports collection makefile for: py-Pootle
|
||||
# Date created: Sept 3, 2010
|
||||
# Whom: jpaetzel
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Pootle
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= translate/${PORTNAME}/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jpaetzel@FreeBSD.org
|
||||
COMMENT= Python Translation Suite
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= ${PORTNAME}
|
||||
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/South-0.7.1-py2.6.egg:${PORTSDIR}/databases/py-south \
|
||||
${PYTHON_SITELIBDIR}/translate:${PORTSDIR}/textproc/translate-toolkit \
|
||||
${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
||||
|
||||
OPTIONS= MYSQL "MYSQL support" on \
|
||||
SUBVERSION "SVN support" on \
|
||||
LUCENE "py-lucene for faster searching" on \
|
||||
MEMCACHED "Enable memcached support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SUBVERSION)
|
||||
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LUCENE)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/lucene/_lucene.so:${PORTSDIR}/textproc/py-lucene
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MEMCACHED)
|
||||
LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/python_memcached-1.45-py2.6.egg:${PORTSDIR}/databases/py-memcached
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (Pootle-2.1.1.tar.bz2) = 3ff7db20e629c1abfb6c6d05621cb21f
|
||||
SHA256 (Pootle-2.1.1.tar.bz2) = 48991ff54644a93bef2eb7693c588d46a4e2fef438a59531b9d5357e79a80736
|
||||
SIZE (Pootle-2.1.1.tar.bz2) = 2723640
|
@ -1,11 +0,0 @@
|
||||
--- setup.py.orig 2010-09-07 16:54:40.000000000 -0500
|
||||
+++ setup.py 2010-09-07 16:54:53.000000000 -0500
|
||||
@@ -54,7 +54,7 @@
|
||||
It uses the Translate Toolkit to get access to translation files and therefore
|
||||
can edit a variety of files (including PO and XLIFF files)."""
|
||||
|
||||
-INSTALL_CONFIG_DIR = '/etc/pootle'
|
||||
+INSTALL_CONFIG_DIR = 'etc/pootle'
|
||||
INSTALL_DATA_DIR = 'share/pootle'
|
||||
INSTALL_DOC_DIR = 'share/doc/pootle'
|
||||
INSTALL_WORKING_DIR = '/var/lib/pootle'
|
@ -1,5 +0,0 @@
|
||||
Pootle is used to create program translations.
|
||||
It uses the Translate Toolkit to get access to translation files and
|
||||
therefore can edit a variety of files (including PO and XLIFF files).
|
||||
|
||||
WWW: http://translate.sourceforge.net/wiki/pootle/index
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user