pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-loremipsum



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 20 07:19:51 UTC 2016

Added Files:
        pkgsrc/textproc/py-loremipsum: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-loremipsum/DESCR \
    pkgsrc/textproc/py-loremipsum/Makefile \
    pkgsrc/textproc/py-loremipsum/PLIST \
    pkgsrc/textproc/py-loremipsum/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-loremipsum/DESCR
diff -u /dev/null pkgsrc/textproc/py-loremipsum/DESCR:1.1
--- /dev/null   Sat Aug 20 07:19:51 2016
+++ pkgsrc/textproc/py-loremipsum/DESCR Sat Aug 20 07:19:51 2016
@@ -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.
Index: pkgsrc/textproc/py-loremipsum/Makefile
diff -u /dev/null pkgsrc/textproc/py-loremipsum/Makefile:1.1
--- /dev/null   Sat Aug 20 07:19:51 2016
+++ pkgsrc/textproc/py-loremipsum/Makefile      Sat Aug 20 07:19:51 2016
@@ -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"
Index: pkgsrc/textproc/py-loremipsum/PLIST
diff -u /dev/null pkgsrc/textproc/py-loremipsum/PLIST:1.1
--- /dev/null   Sat Aug 20 07:19:51 2016
+++ pkgsrc/textproc/py-loremipsum/PLIST Sat Aug 20 07:19:51 2016
@@ -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
Index: pkgsrc/textproc/py-loremipsum/distinfo
diff -u /dev/null pkgsrc/textproc/py-loremipsum/distinfo:1.1
--- /dev/null   Sat Aug 20 07:19:51 2016
+++ pkgsrc/textproc/py-loremipsum/distinfo      Sat Aug 20 07:19:51 2016
@@ -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