pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-loremipsum Import py-loremipsum-1.0.5 as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72d78c398e11
branches:  trunk
changeset: 351410:72d78c398e11
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 20 07:19:51 2016 +0000

description:
Import py-loremipsum-1.0.5 as textproc/py-loremipsum.

The purpose of this package is to generate random (plausible) text
sentences and paargraphs based on a dictionary and a sample text.
By default this package will generate Lorem Ipsum style text, but
you can customize the generator to effectively load any dictionary
and any sample text you like.

diffstat:

 textproc/py-loremipsum/DESCR    |   5 +++++
 textproc/py-loremipsum/Makefile |  14 ++++++++++++++
 textproc/py-loremipsum/PLIST    |  13 +++++++++++++
 textproc/py-loremipsum/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 5c6a07ec22e8 -r 72d78c398e11 textproc/py-loremipsum/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-loremipsum/DESCR      Sat Aug 20 07:19:51 2016 +0000
@@ -0,0 +1,5 @@
+The purpose of this package is to generate random (plausible) text
+sentences and paargraphs based on a dictionary and a sample text.
+By default this package will generate Lorem Ipsum style text, but
+you can customize the generator to effectively load any dictionary
+and any sample text you like.
diff -r 5c6a07ec22e8 -r 72d78c398e11 textproc/py-loremipsum/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-loremipsum/Makefile   Sat Aug 20 07:19:51 2016 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2016/08/20 07:19:51 wiz Exp $
+
+DISTNAME=       loremipsum-1.0.5
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/loremipsum/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/loremipsum
+COMMENT=       Lorem Ipsum text generator
+LICENSE=       gnu-gpl-v2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5c6a07ec22e8 -r 72d78c398e11 textproc/py-loremipsum/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-loremipsum/PLIST      Sat Aug 20 07:19:51 2016 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2016/08/20 07:19:51 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/loremipsum/__init__.py
+${PYSITELIB}/loremipsum/__init__.pyc
+${PYSITELIB}/loremipsum/__init__.pyo
+${PYSITELIB}/loremipsum/default/dictionary.txt
+${PYSITELIB}/loremipsum/default/sample.txt
+${PYSITELIB}/loremipsum/generator.py
+${PYSITELIB}/loremipsum/generator.pyc
+${PYSITELIB}/loremipsum/generator.pyo
diff -r 5c6a07ec22e8 -r 72d78c398e11 textproc/py-loremipsum/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-loremipsum/distinfo   Sat Aug 20 07:19:51 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/20 07:19:51 wiz Exp $
+
+SHA1 (loremipsum-1.0.5.tar.gz) = 4e7e6b9738db524f9866cfee9e76e82868b5adc8
+RMD160 (loremipsum-1.0.5.tar.gz) = 26cfde0e7d7998c323f24cc49941f4363f8908d9
+SHA512 (loremipsum-1.0.5.tar.gz) = d1960319abb19496f7898c03e7244dd9e0c8b8885cd2fa008f437a467dd555abe718210895ca869e686556cb07bc0d19baf0a68c5f6f2efc1e2afb8bfa765e97
+Size (loremipsum-1.0.5.tar.gz) = 11345 bytes



Home | Main Index | Thread Index | Old Index