mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Text-Bind 0.04, a perl module to bind Perl structures to textfiles.
PR: 23922 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
b8aa60da8b
commit
b7607ef66b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36495
6 changed files with 42 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
SUBDIR += p5-Spreadsheet-ParseExcel
|
||||
SUBDIR += p5-Spreadsheet-WriteExcel
|
||||
SUBDIR += p5-Text-Autoformat
|
||||
SUBDIR += p5-Text-Bind
|
||||
SUBDIR += p5-Text-CSV_XS
|
||||
SUBDIR += p5-Text-Template
|
||||
SUBDIR += p5-XML-DOM
|
||||
|
|
23
textproc/p5-Text-Bind/Makefile
Normal file
23
textproc/p5-Text-Bind/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: textproc/p5-Text-Bind
|
||||
# Date created: 29 December 2000
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Bind
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::Bind.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Text-Bind/distinfo
Normal file
1
textproc/p5-Text-Bind/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Text-Bind-0.04.tar.gz) = 0cc04468bf01c3a5c093612093d05888
|
1
textproc/p5-Text-Bind/pkg-comment
Normal file
1
textproc/p5-Text-Bind/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Bind Perl structures to text files
|
11
textproc/p5-Text-Bind/pkg-descr
Normal file
11
textproc/p5-Text-Bind/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Text::Bind allows you to bind Perl structures (strings, routines,
|
||||
filehandles, objects, and arrays) to specific locations (called *data
|
||||
sites*) in text files.
|
||||
|
||||
The main purpose of this module is to support HTML templates for CGI
|
||||
programs. Therefore, HTML pages design can be kept separate from CGI
|
||||
code. However, the class is general enough to be used in other contexts
|
||||
than CGI application development.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
5
textproc/p5-Text-Bind/pkg-plist
Normal file
5
textproc/p5-Text-Bind/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Bind/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/Bind.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Bind
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue