Index: head/converters/Makefile =================================================================== --- head/converters/Makefile (revision 270725) +++ head/converters/Makefile (revision 270726) @@ -1,153 +1,154 @@ # $FreeBSD$ # COMMENT = Character code converters SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview SUBDIR += cl-babel SUBDIR += cl-babel-clisp SUBDIR += cl-babel-sbcl SUBDIR += cmios9 SUBDIR += cocot SUBDIR += convmv SUBDIR += dosunix SUBDIR += drg2sbg SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += fconv SUBDIR += fix-mime-charset SUBDIR += fondu SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase SUBDIR += hs-dataenc SUBDIR += hs-json SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html SUBDIR += iconv SUBDIR += iconv-extra SUBDIR += iconv-rfc1345 SUBDIR += igbinary SUBDIR += ish SUBDIR += konwert SUBDIR += ktextdecode SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 SUBDIR += lua-iconv SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack SUBDIR += mule-ucs SUBDIR += nomyso SUBDIR += o3read SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASCII-Armour SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Bencode SUBDIR += p5-Convert-Bencode_XS SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-PEM SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-TNEF SUBDIR += p5-Convert-UU SUBDIR += p5-Convert-UUlib SUBDIR += p5-Cstools SUBDIR += p5-Data-AMF SUBDIR += p5-Encode SUBDIR += p5-Encode-Detect SUBDIR += p5-Encode-DoubleEncodedUTF8 SUBDIR += p5-Encode-IMAPUTF7 SUBDIR += p5-Encode-JIS2K SUBDIR += p5-Encode-Locale SUBDIR += p5-Encode-Punycode SUBDIR += p5-Encode-compat SUBDIR += p5-Encoding-FixLatin SUBDIR += p5-Format-Human-Bytes SUBDIR += p5-JSON SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-PP SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 SUBDIR += p5-MIME-Base32 SUBDIR += p5-MIME-Base64 SUBDIR += p5-MIME-Base64-URLSafe SUBDIR += p5-Net-IDN-Nameprep SUBDIR += p5-Number-Nary SUBDIR += p5-Number-RecordLocator + SUBDIR += p5-PerlIO-via-Unidecode SUBDIR += p5-Storable-AMF SUBDIR += p5-String-Multibyte SUBDIR += p5-String-SetUTF8 SUBDIR += p5-Text-Bidi SUBDIR += p5-Text-Iconv SUBDIR += p5-Text-Unidecode SUBDIR += p5-URI-UTF8-Punycode SUBDIR += p5-Unicode-IMAPUtf7 SUBDIR += p5-Unicode-Lite SUBDIR += p5-Unicode-Map SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-MapUTF8 SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String SUBDIR += p5-Unicode-Stringprep SUBDIR += p5-Unicode-UTF8simple SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML SUBDIR += p5-bsdconv SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-fribidi SUBDIR += php4-iconv SUBDIR += php4-mbstring SUBDIR += php4-recode SUBDIR += php5-bsdconv SUBDIR += php5-iconv SUBDIR += php5-mbstring SUBDIR += php5-recode SUBDIR += php52-iconv SUBDIR += php52-mbstring SUBDIR += php52-recode SUBDIR += psiconv SUBDIR += py-bsdconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv SUBDIR += py-iconvcodec SUBDIR += py-pisa SUBDIR += py-svglib SUBDIR += py-unidecode SUBDIR += rcctools SUBDIR += recode SUBDIR += ruby-dump.rb SUBDIR += ruby-iconv SUBDIR += ruby-lv SUBDIR += shftool SUBDIR += showkey SUBDIR += siconv SUBDIR += ta2as SUBDIR += tnef SUBDIR += trans SUBDIR += tuc SUBDIR += unix2dos SUBDIR += utf8conv SUBDIR += uudeview SUBDIR += uudx SUBDIR += uulib SUBDIR += vda2fbd SUBDIR += xdeview SUBDIR += ytnef SUBDIR += zbase32 .include Property changes on: head/converters/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.187 \ No newline at end of property +1.188 \ No newline at end of property Index: head/converters/p5-PerlIO-via-Unidecode/Makefile =================================================================== --- head/converters/p5-PerlIO-via-Unidecode/Makefile (nonexistent) +++ head/converters/p5-PerlIO-via-Unidecode/Makefile (revision 270726) @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-PerlIO-via-Unidecode +# Date created: 12 Mar 2011 +# Whom: Dmitry Marakasov +# +# $FreeBSD$ +# + +PORTNAME= PerlIO-via-Unidecode +PORTVERSION= 1.01 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= A perlio layer for Unidecode + +BUILD_DEPENDS= ${SITE_PERL}/Text/Unidecode.pm:${PORTSDIR}/converters/p5-Text-Unidecode +RUN_DEPENDS= ${SITE_PERL}/Text/Unidecode.pm:${PORTSDIR}/converters/p5-Text-Unidecode + +PERL_CONFIGURE= yes + +MAN3= PerlIO::via::Unidecode.3 + +.include Property changes on: head/converters/p5-PerlIO-via-Unidecode/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/converters/p5-PerlIO-via-Unidecode/distinfo =================================================================== --- head/converters/p5-PerlIO-via-Unidecode/distinfo (nonexistent) +++ head/converters/p5-PerlIO-via-Unidecode/distinfo (revision 270726) @@ -0,0 +1,2 @@ +SHA256 (PerlIO-via-Unidecode-1.01.tar.gz) = e8cc3a204487ed29b25eda933fc4dcb99c74d3b6b61897126a0cecc25b3f958c +SIZE (PerlIO-via-Unidecode-1.01.tar.gz) = 12589 Property changes on: head/converters/p5-PerlIO-via-Unidecode/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/converters/p5-PerlIO-via-Unidecode/pkg-descr =================================================================== --- head/converters/p5-PerlIO-via-Unidecode/pkg-descr (nonexistent) +++ head/converters/p5-PerlIO-via-Unidecode/pkg-descr (revision 270726) @@ -0,0 +1,4 @@ +PerlIO::via::Unidecode implements a PerlIO::via layer that applies +Unidecode (Text::Unidecode) to data passed through it. + +WWW: http://search.cpan.org/dist/PerlIO-via-Unidecode/ Property changes on: head/converters/p5-PerlIO-via-Unidecode/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/converters/p5-PerlIO-via-Unidecode/pkg-plist =================================================================== --- head/converters/p5-PerlIO-via-Unidecode/pkg-plist (nonexistent) +++ head/converters/p5-PerlIO-via-Unidecode/pkg-plist (revision 270726) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/PerlIO/via/Unidecode.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/via/Unidecode/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/via/Unidecode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/via +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO +@dirrmtry %%SITE_PERL%%/PerlIO/via +@dirrmtry %%SITE_PERL%%/PerlIO Property changes on: head/converters/p5-PerlIO-via-Unidecode/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property