diff options
-rw-r--r-- | devel/p5-Data-HexDump/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Inline-ASM/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Inline-ASM/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Inline-Filters/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Inline-Filters/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Encoding/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Encoding/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-XML-LibRSVG/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-LibRSVG/pkg-descr | 2 |
10 files changed, 10 insertions, 16 deletions
diff --git a/devel/p5-Data-HexDump/Makefile b/devel/p5-Data-HexDump/Makefile index 26a9b439f5da..de7804646b51 100644 --- a/devel/p5-Data-HexDump/Makefile +++ b/devel/p5-Data-HexDump/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= A simple hexadecimal dumper PERL_CONFIGURE= yes diff --git a/devel/p5-Data-HexDump/pkg-descr b/devel/p5-Data-HexDump/pkg-descr index 46febfb28bcd..7c18bbd8cb8b 100644 --- a/devel/p5-Data-HexDump/pkg-descr +++ b/devel/p5-Data-HexDump/pkg-descr @@ -6,4 +6,4 @@ source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots). -WWW: http://search.cpan.org/search?dist=Data-HexDump +WWW: http://search.cpan.org/dist/Data-HexDump/ diff --git a/devel/p5-Inline-ASM/Makefile b/devel/p5-Inline-ASM/Makefile index 50dde8bd5286..47fd88ea60c3 100644 --- a/devel/p5-Inline-ASM/Makefile +++ b/devel/p5-Inline-ASM/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Inline PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= Write Perl Subroutines in assembler BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline diff --git a/devel/p5-Inline-ASM/pkg-descr b/devel/p5-Inline-ASM/pkg-descr index 259fcf1d0f22..a80fa897b0b1 100644 --- a/devel/p5-Inline-ASM/pkg-descr +++ b/devel/p5-Inline-ASM/pkg-descr @@ -4,7 +4,4 @@ code, so this module does not provide any new functionality. It does, however, provide a feature most C compilers don't: you can mix different assembler syntaxes in the same file! -WWW: http://search.cpan.org/search?dist=Inline-ASM - --- Sergey Skvortsov -skv@protey.ru +WWW: http://search.cpan.org/dist/Inline-ASM/ diff --git a/devel/p5-Inline-Filters/Makefile b/devel/p5-Inline-Filters/Makefile index 6e89748717c3..827c096c8b58 100644 --- a/devel/p5-Inline-Filters/Makefile +++ b/devel/p5-Inline-Filters/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Inline PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= Common source code filters for Inline Modules BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline diff --git a/devel/p5-Inline-Filters/pkg-descr b/devel/p5-Inline-Filters/pkg-descr index 35fe43880aef..1c45f5f5fa67 100644 --- a/devel/p5-Inline-Filters/pkg-descr +++ b/devel/p5-Inline-Filters/pkg-descr @@ -1,7 +1,4 @@ Inline::Filters provides common source code filters to Inline Language Modules. -WWW: http://search.cpan.org/search?dist=Inline-Filters - --- Sergey Skvortsov -skv@protey.ru +WWW: http://search.cpan.org/dist/Inline-Filters/ diff --git a/textproc/p5-XML-Encoding/Makefile b/textproc/p5-XML-Encoding/Makefile index 21d0772d813c..da85792f647b 100644 --- a/textproc/p5-XML-Encoding/Makefile +++ b/textproc/p5-XML-Encoding/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= A perl module for parsing XML encoding maps BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser diff --git a/textproc/p5-XML-Encoding/pkg-descr b/textproc/p5-XML-Encoding/pkg-descr index ed17dccd6297..dbdf8f6e7e6c 100644 --- a/textproc/p5-XML-Encoding/pkg-descr +++ b/textproc/p5-XML-Encoding/pkg-descr @@ -1,4 +1,4 @@ This module, which is built as a subclass of XML::Parser, provides a parser for encoding map files, which are XML files. -WWW: http://search.cpan.org/search?dist=XML-Encoding +WWW: http://search.cpan.org/dist/XML-Encoding/ diff --git a/textproc/p5-XML-LibRSVG/Makefile b/textproc/p5-XML-LibRSVG/Makefile index 4da507c43e28..733dd2720e66 100644 --- a/textproc/p5-XML-LibRSVG/Makefile +++ b/textproc/p5-XML-LibRSVG/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= Interface to GNOME's librsvg LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg \ diff --git a/textproc/p5-XML-LibRSVG/pkg-descr b/textproc/p5-XML-LibRSVG/pkg-descr index bcfc2f7e8452..1c96c4e86855 100644 --- a/textproc/p5-XML-LibRSVG/pkg-descr +++ b/textproc/p5-XML-LibRSVG/pkg-descr @@ -1,3 +1,3 @@ This module allows you to do is convert SVG's to PNG's in various ways. -WWW: http://search.cpan.org/search?dist=XML-LibRSVG +WWW: http://search.cpan.org/dist/XML-LibRSVG/ |