mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Adding port textproc/p5-Games-Dissociate, A Dissociated Press algorithm
and filter. Approved by: tobez (implicit)
This commit is contained in:
parent
66969b0a32
commit
05ec2ba8f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166010
@ -319,6 +319,7 @@
|
||||
SUBDIR += p5-Filter-Simple
|
||||
SUBDIR += p5-FormValidator-Simple
|
||||
SUBDIR += p5-FreeBSD-Ports
|
||||
SUBDIR += p5-Games-Dissociate
|
||||
SUBDIR += p5-HTML-Entities-Numbered
|
||||
SUBDIR += p5-HTML-EscapeEvil
|
||||
SUBDIR += p5-HTML-Format
|
||||
|
34
textproc/p5-Games-Dissociate/Makefile
Normal file
34
textproc/p5-Games-Dissociate/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: p5-Games-Dissociate
|
||||
# Date created: 21 Jun 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Games-Dissociate
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= textproc games perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/A/AV/AVIF
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= A Dissociated Press algorithm and filter
|
||||
|
||||
MAN3= Games::Dissociate.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
#IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
#post-patch:
|
||||
# @${PERL} -pi -e 's/our ([^ ]+)/use vars qw($$1); $$1/g;' \
|
||||
# -e '$$_ = "" if /use warnings/;' \
|
||||
# ${WRKSRC}/lib/GraphViz/Traverse.pm \
|
||||
# ${WRKSRC}/t/*.t \
|
||||
# ${WRKSRC}/Makefile.PL
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/p5-Games-Dissociate/distinfo
Normal file
3
textproc/p5-Games-Dissociate/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Games-Dissociate-0.17.tar.gz) = eb2570e26d4314633d9440cb7da3c04c
|
||||
SHA256 (Games-Dissociate-0.17.tar.gz) = 94024659d6a809634c3b034447227eaf47e41db5b6f665c454b5043a7beda8be
|
||||
SIZE (Games-Dissociate-0.17.tar.gz) = 12743
|
7
textproc/p5-Games-Dissociate/pkg-descr
Normal file
7
textproc/p5-Games-Dissociate/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module provides the function dissociate, which implements a
|
||||
Dissociated Press algorithm, well known to Emacs users as "meta-x
|
||||
dissociate". The algorithm here is by no means a straight port of Emacs's
|
||||
dissociate.el, but is instead merely inspired by it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Games-Dissociate
|
||||
Author: Avi Finkel <avi@finkel.org>
|
5
textproc/p5-Games-Dissociate/pkg-plist
Normal file
5
textproc/p5-Games-Dissociate/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Games/Dissociate.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dissociate/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dissociate
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
Loading…
Reference in New Issue
Block a user