add p5-Text-Greeking 0.11
Generate meaningless text that creates the illusion of the document
This commit is contained in:
parent
8b568d51af
commit
fc702030d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196783
@ -547,6 +547,7 @@
|
||||
SUBDIR += p5-Text-German
|
||||
SUBDIR += p5-Text-Glob
|
||||
SUBDIR += p5-Text-Graphics
|
||||
SUBDIR += p5-Text-Greeking
|
||||
SUBDIR += p5-Text-Hatena
|
||||
SUBDIR += p5-Text-Language-Guess
|
||||
SUBDIR += p5-Text-Markdown
|
||||
|
22
textproc/p5-Text-Greeking/Makefile
Normal file
22
textproc/p5-Text-Greeking/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: Text::Greeking
|
||||
# Date created: Jul 31, 2007
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Greeking
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
COMMENT= Generate meaningless text that creates the illusion of the document
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::Greeking.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-Greeking/distinfo
Normal file
3
textproc/p5-Text-Greeking/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Text-Greeking-0.11.tar.gz) = ccdff943945c708a396ac431f14c8bc0
|
||||
SHA256 (Text-Greeking-0.11.tar.gz) = 7b6e07815945c5b0dfd74e15c8662fca759697fac620c471aec943a0a1ac9d7a
|
||||
SIZE (Text-Greeking-0.11.tar.gz) = 3686
|
14
textproc/p5-Text-Greeking/pkg-descr
Normal file
14
textproc/p5-Text-Greeking/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Greeking is the use of random letters or marks to show the overall appearance
|
||||
of a printed page without showing the actual text. Greeking is used to make
|
||||
it easy to judge the overall appearance of a document without being distracted
|
||||
by the meaning of the text.
|
||||
|
||||
This is a module is for quickly generating varying meaningless text from any
|
||||
source to create this illusion of the content in systems.
|
||||
|
||||
This module was created to quickly give developers simulated content to fill
|
||||
systems with simulated content. Instead of static Lorem Ipsum text, by using
|
||||
randomly generated text and optionally varying word sources, repetitive and
|
||||
monotonous patterns that do not represent real system usage is avoided.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Greeking/
|
5
textproc/p5-Text-Greeking/pkg-plist
Normal file
5
textproc/p5-Text-Greeking/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Text/Greeking.pm
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Greeking/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Greeking
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
Loading…
Reference in New Issue
Block a user