diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Greeking/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-Greeking/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Greeking/pkg-descr | 14 | ||||
-rw-r--r-- | textproc/p5-Text-Greeking/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0e40cd882b5d..1eb1517914ed 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Text-Greeking/Makefile b/textproc/p5-Text-Greeking/Makefile new file mode 100644 index 000000000000..15146c198e7e --- /dev/null +++ b/textproc/p5-Text-Greeking/Makefile @@ -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> diff --git a/textproc/p5-Text-Greeking/distinfo b/textproc/p5-Text-Greeking/distinfo new file mode 100644 index 000000000000..0da3ebf4c19b --- /dev/null +++ b/textproc/p5-Text-Greeking/distinfo @@ -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 diff --git a/textproc/p5-Text-Greeking/pkg-descr b/textproc/p5-Text-Greeking/pkg-descr new file mode 100644 index 000000000000..6112de6caf88 --- /dev/null +++ b/textproc/p5-Text-Greeking/pkg-descr @@ -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/ diff --git a/textproc/p5-Text-Greeking/pkg-plist b/textproc/p5-Text-Greeking/pkg-plist new file mode 100644 index 000000000000..3d36abc968b7 --- /dev/null +++ b/textproc/p5-Text-Greeking/pkg-plist @@ -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 |