- remove perl modules that moved into base as of openbsd 4.5
ok simon@, "sure" naddy@
This commit is contained in:
parent
91fa649909
commit
a993f02204
@ -1,25 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2008/09/29 18:32:12 simon Exp $
|
||||
|
||||
COMMENT= perl interface to tar archives
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Archive-Tar-1.38
|
||||
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-IO-Zlib->=1.01:archivers/p5-IO-Zlib \
|
||||
:p5-IO-String->=1.05:devel/p5-IO-String \
|
||||
:p5-Text-Diff-*:textproc/p5-Text-Diff
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Archive-Tar-1.38.tar.gz) = FylcIgszP8Th46FA00cb4Q==
|
||||
RMD160 (Archive-Tar-1.38.tar.gz) = kIzyliIDjMUmvMqYplUj5MtEW4w=
|
||||
SHA1 (Archive-Tar-1.38.tar.gz) = 9StJKLg50LuPd+UHpZ/0avgWc34=
|
||||
SHA256 (Archive-Tar-1.38.tar.gz) = 0QAIl56gKx/R80yTnsybI6IA66myCkBRGd1umGplQ90=
|
||||
SIZE (Archive-Tar-1.38.tar.gz) = 42452
|
@ -1,5 +0,0 @@
|
||||
A perl module for handling tar archives. Allows user to read a tar
|
||||
archive manipulate it in memory by adding or removing files and
|
||||
write it out to disk.
|
||||
|
||||
Also supports gzip/zlib compressed archives.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2006/07/04 16:56:18 steven Exp $
|
||||
bin/ptar
|
||||
bin/ptardiff
|
||||
${P5SITE}/Archive/
|
||||
${P5SITE}/Archive/Tar/
|
||||
${P5SITE}/Archive/Tar.pm
|
||||
${P5SITE}/Archive/Tar/Constant.pm
|
||||
${P5SITE}/Archive/Tar/File.pm
|
||||
@man man/man1/ptar.1
|
||||
@man man/man1/ptardiff.1
|
||||
@man man/man3p/Archive::Tar.3p
|
||||
@man man/man3p/Archive::Tar::File.3p
|
@ -1,23 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/09/29 18:32:12 simon Exp $
|
||||
|
||||
COMES_WITH= 4.5
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
MODULES= cpan
|
||||
|
||||
COMMENT= low-level interface to the zlib compression library
|
||||
|
||||
DISTNAME= Compress-Raw-Zlib-2.011
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= z
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Compress-Raw-Zlib-2.011.tar.gz) = FUVumnnoeZapt55XXVEydg==
|
||||
RMD160 (Compress-Raw-Zlib-2.011.tar.gz) = X4+hnaCeeuE5GiJ3VvmfxV4jtUY=
|
||||
SHA1 (Compress-Raw-Zlib-2.011.tar.gz) = meG6G2ycJuz/dZolIIYpzTW4KR0=
|
||||
SHA256 (Compress-Raw-Zlib-2.011.tar.gz) = lJNCDEgMBjU8E9jFrJmVUoSODfJBJBa2hQOFM7NwHrY=
|
||||
SIZE (Compress-Raw-Zlib-2.011.tar.gz) = 207842
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-config_in,v 1.1.1.1 2007/05/01 09:42:02 steven Exp $
|
||||
--- config.in.orig Wed Mar 21 21:30:22 2007
|
||||
+++ config.in Wed Mar 21 21:31:40 2007
|
||||
@@ -16,9 +16,9 @@
|
||||
# Setting the Gzip OS Code
|
||||
#
|
||||
|
||||
-BUILD_ZLIB = True
|
||||
-INCLUDE = ./zlib-src
|
||||
-LIB = ./zlib-src
|
||||
+BUILD_ZLIB = False
|
||||
+INCLUDE = /usr/include
|
||||
+LIB = /usr/lib
|
||||
|
||||
OLD_ZLIB = False
|
||||
GZIP_OS_CODE = AUTO_DETECT
|
@ -1,2 +0,0 @@
|
||||
The Compress::Raw::Zlib module provides a Perl interface to the zlib
|
||||
compression library.
|
@ -1,13 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/01 09:42:02 steven Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Compress/
|
||||
${P5ARCH}/Compress/Raw/
|
||||
${P5ARCH}/Compress/Raw/Zlib.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Compress/
|
||||
${P5ARCH}/auto/Compress/Raw/
|
||||
${P5ARCH}/auto/Compress/Raw/Zlib/
|
||||
${P5ARCH}/auto/Compress/Raw/Zlib/Zlib.bs
|
||||
${P5ARCH}/auto/Compress/Raw/Zlib/Zlib.so
|
||||
${P5ARCH}/auto/Compress/Raw/Zlib/autosplit.ix
|
||||
@man man/man3p/Compress::Raw::Zlib.3p
|
@ -1,28 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.51 2008/09/29 18:32:12 simon Exp $
|
||||
|
||||
COMMENT= perl interface to the zlib compression library
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Compress-Zlib-2.011
|
||||
CATEGORIES= archivers
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::archivers/p5-IO-Compress-Zlib
|
||||
|
||||
EXAMPLE_FILES= filtdef filtinf gzcat gzgrep gzstream
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Compress-Zlib
|
||||
@cd ${WRKSRC}/examples && perl -pi -e \
|
||||
's,/usr/local/bin/perl,/usr/bin/perl,g' ${EXAMPLE_FILES}
|
||||
@cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} ${EXAMPLE_FILES} \
|
||||
${PREFIX}/share/examples/p5-Compress-Zlib
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Compress-Zlib-2.011.tar.gz) = ZEJ7jRT+y9d7wDU8zMC8kA==
|
||||
RMD160 (Compress-Zlib-2.011.tar.gz) = guhrVDfnncoQwpZWaIcm92AZ6Ic=
|
||||
SHA1 (Compress-Zlib-2.011.tar.gz) = pbpA5Tsw4RPYZ7xsyBUX3t1Gir0=
|
||||
SHA256 (Compress-Zlib-2.011.tar.gz) = cFc0ZN09r6RZBBzSfwl0/YccmA7ZThp7ItOeigGpF4w=
|
||||
SIZE (Compress-Zlib-2.011.tar.gz) = 64137
|
@ -1,7 +0,0 @@
|
||||
The Compress::Zlib module provides a Perl interface to the zlib
|
||||
compression library (which is part of OpenBSD). Most of the
|
||||
functionality provided by zlib is available in Compress::Zlib.
|
||||
|
||||
The module can be split into two general areas of functionality,
|
||||
namely in-memory compression/decompression and read/write access
|
||||
to gzip files.
|
@ -1,14 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2007/05/12 12:26:36 steven Exp $
|
||||
${P5SITE}/Compress/
|
||||
${P5SITE}/Compress/Zlib.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/Compress/
|
||||
${P5SITE}/auto/Compress/Zlib/
|
||||
${P5SITE}/auto/Compress/Zlib/autosplit.ix
|
||||
@man man/man3p/Compress::Zlib.3p
|
||||
share/examples/p5-Compress-Zlib/
|
||||
share/examples/p5-Compress-Zlib/filtdef
|
||||
share/examples/p5-Compress-Zlib/filtinf
|
||||
share/examples/p5-Compress-Zlib/gzcat
|
||||
share/examples/p5-Compress-Zlib/gzgrep
|
||||
share/examples/p5-Compress-Zlib/gzstream
|
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/10/01 22:09:27 simon Exp $
|
||||
|
||||
COMMENT= base class for IO::Compress modules
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= IO-Compress-Base-2.011
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MAKE_ENV+= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (IO-Compress-Base-2.011.tar.gz) = UAroyF1/yTUkGDZHGMuUNg==
|
||||
RMD160 (IO-Compress-Base-2.011.tar.gz) = RpaogR9fTzLO+aYw9nN73gsR3Bs=
|
||||
SHA1 (IO-Compress-Base-2.011.tar.gz) = 0FfHHXAu16fQRO/uQz8p1lJ4xAo=
|
||||
SHA256 (IO-Compress-Base-2.011.tar.gz) = 1fNeLvvDjuHfpYMe1o4FBmXWvO0n9d1sG6VklBZQlgg=
|
||||
SIZE (IO-Compress-Base-2.011.tar.gz) = 94578
|
@ -1,2 +0,0 @@
|
||||
This module is the base class for all IO::Compress and IO::Uncompress
|
||||
modules. It is not intended for direct use in application code.
|
@ -1,15 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/01 08:33:56 steven Exp $
|
||||
${P5SITE}/File/
|
||||
${P5SITE}/File/GlobMapper.pm
|
||||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Compress/
|
||||
${P5SITE}/IO/Compress/Base/
|
||||
${P5SITE}/IO/Compress/Base.pm
|
||||
${P5SITE}/IO/Compress/Base/Common.pm
|
||||
${P5SITE}/IO/Uncompress/
|
||||
${P5SITE}/IO/Uncompress/AnyUncompress.pm
|
||||
${P5SITE}/IO/Uncompress/Base.pm
|
||||
@man man/man3p/File::GlobMapper.3p
|
||||
@man man/man3p/IO::Compress::Base.3p
|
||||
@man man/man3p/IO::Uncompress::AnyUncompress.3p
|
||||
@man man/man3p/IO::Uncompress::Base.3p
|
@ -1,26 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/10/01 22:09:27 simon Exp $
|
||||
|
||||
COMMENT= read and write gzip and zip files/buffers
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= IO-Compress-Zlib-2.011
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-IO-Compress-Zlib
|
||||
perl -pi -e 's,/usr/local/bin,/usr/bin,' ${WRKSRC}/examples/*
|
||||
cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} * \
|
||||
${PREFIX}/share/examples/p5-IO-Compress-Zlib
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (IO-Compress-Zlib-2.011.tar.gz) = UY24oqnPxTyCJg6JX4H70w==
|
||||
RMD160 (IO-Compress-Zlib-2.011.tar.gz) = 5NskWEFxKTQc+XN4pH4OAUDcJEU=
|
||||
SHA1 (IO-Compress-Zlib-2.011.tar.gz) = VW/9xjQMjAf7Og+a7CjtyvtROj0=
|
||||
SHA256 (IO-Compress-Zlib-2.011.tar.gz) = 6rD5jsFPjl8CPRdL8VO+h8d8FGoP0SfgNwU24jFzsZo=
|
||||
SIZE (IO-Compress-Zlib-2.011.tar.gz) = 140709
|
@ -1,2 +0,0 @@
|
||||
IO::Compress::Zlib provides a Perl interface to allow reading
|
||||
and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.
|
@ -1,38 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/01 19:57:17 steven Exp $
|
||||
${P5SITE}/IO/Compress/Adapter/
|
||||
${P5SITE}/IO/Compress/Adapter/Deflate.pm
|
||||
${P5SITE}/IO/Compress/Adapter/Identity.pm
|
||||
${P5SITE}/IO/Compress/Deflate.pm
|
||||
${P5SITE}/IO/Compress/Gzip/
|
||||
${P5SITE}/IO/Compress/Gzip.pm
|
||||
${P5SITE}/IO/Compress/Gzip/Constants.pm
|
||||
${P5SITE}/IO/Compress/RawDeflate.pm
|
||||
${P5SITE}/IO/Compress/Zip/
|
||||
${P5SITE}/IO/Compress/Zip.pm
|
||||
${P5SITE}/IO/Compress/Zip/Constants.pm
|
||||
${P5SITE}/IO/Compress/Zlib/
|
||||
${P5SITE}/IO/Compress/Zlib/Constants.pm
|
||||
${P5SITE}/IO/Compress/Zlib/Extra.pm
|
||||
${P5SITE}/IO/Uncompress/Adapter/
|
||||
${P5SITE}/IO/Uncompress/Adapter/Identity.pm
|
||||
${P5SITE}/IO/Uncompress/Adapter/Inflate.pm
|
||||
${P5SITE}/IO/Uncompress/AnyInflate.pm
|
||||
${P5SITE}/IO/Uncompress/Gunzip.pm
|
||||
${P5SITE}/IO/Uncompress/Inflate.pm
|
||||
${P5SITE}/IO/Uncompress/RawInflate.pm
|
||||
${P5SITE}/IO/Uncompress/Unzip.pm
|
||||
@man man/man3p/IO::Compress::Deflate.3p
|
||||
@man man/man3p/IO::Compress::Gzip.3p
|
||||
@man man/man3p/IO::Compress::RawDeflate.3p
|
||||
@man man/man3p/IO::Compress::Zip.3p
|
||||
@man man/man3p/IO::Uncompress::AnyInflate.3p
|
||||
@man man/man3p/IO::Uncompress::Gunzip.3p
|
||||
@man man/man3p/IO::Uncompress::Inflate.3p
|
||||
@man man/man3p/IO::Uncompress::RawInflate.3p
|
||||
@man man/man3p/IO::Uncompress::Unzip.3p
|
||||
share/examples/p5-IO-Compress-Zlib/
|
||||
share/examples/p5-IO-Compress-Zlib/anycat
|
||||
share/examples/p5-IO-Compress-Zlib/gzappend
|
||||
share/examples/p5-IO-Compress-Zlib/gzcat
|
||||
share/examples/p5-IO-Compress-Zlib/gzgrep
|
||||
share/examples/p5-IO-Compress-Zlib/gzstream
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/09/29 18:32:12 simon Exp $
|
||||
|
||||
COMMENT= IO:: style interface to Compress::Zlib
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= IO-Zlib-1.08
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Compress-Zlib->1.15:archivers/p5-Compress-Zlib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (IO-Zlib-1.08.tar.gz) = B1jMnaqrYog+vvro10xKXw==
|
||||
RMD160 (IO-Zlib-1.08.tar.gz) = Gg3DaUkGblv3EJnFMlp5C9dMnJo=
|
||||
SHA1 (IO-Zlib-1.08.tar.gz) = GTiUpIXkSYdLGcm1TWIxvLUUB/4=
|
||||
SHA256 (IO-Zlib-1.08.tar.gz) = VOvlyey9yCJ+PgmCdJrH4PeatX18MbNYDY6wxpudJF8=
|
||||
SIZE (IO-Zlib-1.08.tar.gz) = 9985
|
@ -1,4 +0,0 @@
|
||||
This modules provides an IO:: style interface to the Compress::Zlib
|
||||
package. The main advantage is that you can use an IO::Zlib object in much
|
||||
the same way as an IO::File object so you can have common code that
|
||||
doesn't know which sort of file it is using.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/10/24 13:25:50 sthen Exp $
|
||||
${P5SITE}/IO/Zlib.pm
|
||||
@man man/man3p/IO::Zlib.3p
|
@ -1,20 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2008/11/07 15:07:01 sthen Exp $
|
||||
|
||||
COMMENT= compile and link C code for Perl modules
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= ExtUtils-CBuilder-0.18
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (ExtUtils-CBuilder-0.18.tar.gz) = 0RnwxsEnh6jVslUgjDx0xQ==
|
||||
RMD160 (ExtUtils-CBuilder-0.18.tar.gz) = MREoLGwvh04WtrH68OnOJgKfrA8=
|
||||
SHA1 (ExtUtils-CBuilder-0.18.tar.gz) = 3VyJMsn53qa2kr4R/b+MfSuhl/o=
|
||||
SHA256 (ExtUtils-CBuilder-0.18.tar.gz) = +3B7ICbeYsHebOf7Z+n4LVhiEawJxw6BuDYx53y0f9E=
|
||||
SIZE (ExtUtils-CBuilder-0.18.tar.gz) = 17532
|
@ -1,5 +0,0 @@
|
||||
This module can build the C portions of Perl modules by invoking the
|
||||
appropriate compilers and linkers in a cross-platform manner. It was
|
||||
motivated by the "Module::Build" project, but may be useful for other
|
||||
purposes as well. However, it is not intended as a general
|
||||
cross-platform interface to all your C building needs.
|
@ -1,15 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/14 23:43:58 espie Exp $
|
||||
${P5SITE}/ExtUtils/
|
||||
${P5SITE}/ExtUtils/CBuilder/
|
||||
${P5SITE}/ExtUtils/CBuilder.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Base.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/Unix.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/VMS.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/Windows.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/aix.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/cygwin.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/darwin.pm
|
||||
${P5SITE}/ExtUtils/CBuilder/Platform/os2.pm
|
||||
@man man/man3p/ExtUtils::CBuilder.3p
|
||||
@man man/man3p/ExtUtils::CBuilder::Platform::Windows.3p
|
@ -1,24 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/11/07 15:07:01 sthen Exp $
|
||||
|
||||
COMMENT= converts Perl XS code into C code
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= ExtUtils-ParseXS-2.18
|
||||
CATEGORIES= devel
|
||||
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-ExtUtils-CBuilder
|
||||
|
||||
CONFIGURE_ARGS+= INSTALLDIRS= perl
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (ExtUtils-ParseXS-2.18.tar.gz) = RzpZqaS5iHE32rFW5TEv9w==
|
||||
RMD160 (ExtUtils-ParseXS-2.18.tar.gz) = Z67Qc724OM/l50FBeZfYtcYYNP4=
|
||||
SHA1 (ExtUtils-ParseXS-2.18.tar.gz) = 0jE2U72X4xA52l5tuKvZYu+677g=
|
||||
SHA256 (ExtUtils-ParseXS-2.18.tar.gz) = TRvSI3gUiVvpPfiLdwY4yxhQ3xItY/cGU6Bc844YWvA=
|
||||
SIZE (ExtUtils-ParseXS-2.18.tar.gz) = 25173
|
@ -1,3 +0,0 @@
|
||||
"ExtUtils::ParseXS" will compile XS code into C code by embedding the
|
||||
constructs necessary to let C functions manipulate Perl values and
|
||||
creates the glue necessary to let Perl access those functions.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/14 23:43:58 espie Exp $
|
||||
${P5SITE}/ExtUtils/ParseXS.pm
|
||||
${P5SITE}/ExtUtils/xsubpp
|
||||
@man man/man3p/ExtUtils::ParseXS.3p
|
@ -1,18 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/11/03 09:02:37 kevlo Exp $
|
||||
|
||||
COMMENT= simple interface to Locale::Maketext::Lexicon
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Locale-Maketext-Simple-0.18
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Locale-Maketext-Simple-0.18.tar.gz) = UcxtwQm/ScygY/O6os/Z5g==
|
||||
RMD160 (Locale-Maketext-Simple-0.18.tar.gz) = shdhSX7dJ7RTo0jGIltXqXKKP0Q=
|
||||
SHA1 (Locale-Maketext-Simple-0.18.tar.gz) = MFhANdZtYEGyGHJ47566o3BxWKc=
|
||||
SHA256 (Locale-Maketext-Simple-0.18.tar.gz) = LxpMNHJ4JCHb/630w3yLypAhrsxb/QySbxY73+c+fZI=
|
||||
SIZE (Locale-Maketext-Simple-0.18.tar.gz) = 16865
|
@ -1,6 +0,0 @@
|
||||
This module is a simple wrapper around Locale::Maketext::Lexicon,
|
||||
designed to alleviate the need of creating Language Classes for module
|
||||
authors.
|
||||
|
||||
If Locale::Maketext::Lexicon is not present, it implements a minimal
|
||||
localization function, so the program can function normally.
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 02:53:09 kevlo Exp $
|
||||
${P5SITE}/Locale/
|
||||
${P5SITE}/Locale/Maketext/
|
||||
${P5SITE}/Locale/Maketext/Simple.pm
|
||||
@man man/man3p/Locale::Maketext::Simple.3p
|
@ -1,30 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2008/09/29 22:54:15 simon Exp $
|
||||
|
||||
COMMENT= build and install Perl modules
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Module-Build-0.2808
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-ExtUtils-ParseXS \
|
||||
::devel/p5-YAML
|
||||
REGRESS_DEPENDS=::devel/p5-version
|
||||
|
||||
do-regress:
|
||||
@cd ${WRKSRC} && /usr/bin/perl ${MODPERL_BUILD} ${REGRESS_TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Module-Build-0.2808.tar.gz) = uORXsaS3LEa87D2bzocymw==
|
||||
RMD160 (Module-Build-0.2808.tar.gz) = 6xVq71ub75tWBoq+sp8llsM/kuw=
|
||||
SHA1 (Module-Build-0.2808.tar.gz) = zuBEUcJppvL+CfsChCO3+ClYTgU=
|
||||
SHA256 (Module-Build-0.2808.tar.gz) = G0m7Jq73jEqQvbAcDs5LAzz22sKtXpXoIRtZ8Yi7H8E=
|
||||
SIZE (Module-Build-0.2808.tar.gz) = 196525
|
@ -1,6 +0,0 @@
|
||||
"Module::Build" is a system for building, testing, and installing Perl
|
||||
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
|
||||
Developers may alter the behavior of the module through subclassing in a
|
||||
much more straightforward way than with "MakeMaker". It also does not
|
||||
require a "make" on your system, most of the "Module::Build" code is
|
||||
pure-perl and written in a very cross-platform way.
|
@ -1,59 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2006/12/21 08:11:50 espie Exp $
|
||||
bin/config_data
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Build/
|
||||
${P5SITE}/Module/Build.pm
|
||||
${P5SITE}/Module/Build/API.pod
|
||||
${P5SITE}/Module/Build/Authoring.pod
|
||||
${P5SITE}/Module/Build/Base.pm
|
||||
${P5SITE}/Module/Build/Compat.pm
|
||||
${P5SITE}/Module/Build/Config.pm
|
||||
${P5SITE}/Module/Build/ConfigData.pm
|
||||
${P5SITE}/Module/Build/Cookbook.pm
|
||||
${P5SITE}/Module/Build/ModuleInfo.pm
|
||||
${P5SITE}/Module/Build/Notes.pm
|
||||
${P5SITE}/Module/Build/PPMMaker.pm
|
||||
${P5SITE}/Module/Build/Platform/
|
||||
${P5SITE}/Module/Build/Platform/Amiga.pm
|
||||
${P5SITE}/Module/Build/Platform/Default.pm
|
||||
${P5SITE}/Module/Build/Platform/EBCDIC.pm
|
||||
${P5SITE}/Module/Build/Platform/MPEiX.pm
|
||||
${P5SITE}/Module/Build/Platform/MacOS.pm
|
||||
${P5SITE}/Module/Build/Platform/RiscOS.pm
|
||||
${P5SITE}/Module/Build/Platform/Unix.pm
|
||||
${P5SITE}/Module/Build/Platform/VMS.pm
|
||||
${P5SITE}/Module/Build/Platform/VOS.pm
|
||||
${P5SITE}/Module/Build/Platform/Windows.pm
|
||||
${P5SITE}/Module/Build/Platform/aix.pm
|
||||
${P5SITE}/Module/Build/Platform/cygwin.pm
|
||||
${P5SITE}/Module/Build/Platform/darwin.pm
|
||||
${P5SITE}/Module/Build/Platform/os2.pm
|
||||
${P5SITE}/Module/Build/PodParser.pm
|
||||
${P5SITE}/Module/Build/Version.pm
|
||||
${P5SITE}/Module/Build/YAML.pm
|
||||
@man man/man1/config_data.1
|
||||
@man man/man3p/Module::Build.3p
|
||||
@man man/man3p/Module::Build::API.3p
|
||||
@man man/man3p/Module::Build::Authoring.3p
|
||||
@man man/man3p/Module::Build::Base.3p
|
||||
@man man/man3p/Module::Build::Compat.3p
|
||||
@man man/man3p/Module::Build::ConfigData.3p
|
||||
@man man/man3p/Module::Build::Cookbook.3p
|
||||
@man man/man3p/Module::Build::ModuleInfo.3p
|
||||
@man man/man3p/Module::Build::Notes.3p
|
||||
@man man/man3p/Module::Build::PPMMaker.3p
|
||||
@man man/man3p/Module::Build::Platform::Amiga.3p
|
||||
@man man/man3p/Module::Build::Platform::Default.3p
|
||||
@man man/man3p/Module::Build::Platform::EBCDIC.3p
|
||||
@man man/man3p/Module::Build::Platform::MPEiX.3p
|
||||
@man man/man3p/Module::Build::Platform::MacOS.3p
|
||||
@man man/man3p/Module::Build::Platform::RiscOS.3p
|
||||
@man man/man3p/Module::Build::Platform::Unix.3p
|
||||
@man man/man3p/Module::Build::Platform::VMS.3p
|
||||
@man man/man3p/Module::Build::Platform::VOS.3p
|
||||
@man man/man3p/Module::Build::Platform::Windows.3p
|
||||
@man man/man3p/Module::Build::Platform::aix.3p
|
||||
@man man/man3p/Module::Build::Platform::cygwin.3p
|
||||
@man man/man3p/Module::Build::Platform::darwin.3p
|
||||
@man man/man3p/Module::Build::Platform::os2.3p
|
||||
@man man/man3p/Module::Build::YAML.3p
|
@ -1,20 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2008/09/29 22:54:15 simon Exp $
|
||||
|
||||
COMMENT= see what modules shipped with versions of Perl
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Module-CoreList-2.15
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-version
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Module-CoreList-2.15.tar.gz) = aMX1RFfz3jb67WTiYKcdTA==
|
||||
RMD160 (Module-CoreList-2.15.tar.gz) = cz1jzulWYTswGufvX6avvOc49/U=
|
||||
SHA1 (Module-CoreList-2.15.tar.gz) = FD4C9XSCEGOXjDGcine4dhlRxVQ=
|
||||
SHA256 (Module-CoreList-2.15.tar.gz) = t57vJTTCh03e2AEYHVe59NEtPnhbiIqZt6+DPx19/xM=
|
||||
SIZE (Module-CoreList-2.15.tar.gz) = 41642
|
@ -1,7 +0,0 @@
|
||||
See what modules are shipped with versions of Perl.
|
||||
|
||||
Module::CoreList contains the hash of hashes %Module::CoreList::version,
|
||||
this is keyed on Perl version as indicated in $]. The second level hash
|
||||
is module => version pairs.
|
||||
It also contains %Module::CoreList::released hash, which has ISO
|
||||
formatted versions of the release dates, as gleaned from perlhist.
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/08 18:00:30 xsa Exp $
|
||||
bin/corelist
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/CoreList.pm
|
||||
@man man/man1/corelist.1
|
||||
@man man/man3p/Module::CoreList.3p
|
@ -1,18 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/09/29 22:54:15 simon Exp $
|
||||
|
||||
COMMENT= runtime require of both modules and files
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Module-Load-0.10
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +0,0 @@
|
||||
MD5 (Module-Load-0.10.tar.gz) = 7kDrL6MFk4HkPR8U1BT+Zw==
|
||||
RMD160 (Module-Load-0.10.tar.gz) = eR+ZQsV0D9KM4Xa9KHbVrguj5As=
|
||||
SHA1 (Module-Load-0.10.tar.gz) = IOUVMG5K6wSuhf031x/nv1hGcjk=
|
||||
SHA256 (Module-Load-0.10.tar.gz) = WszF0zaQ3WlM28hfZh+qeXyV63KTXhEnNDRhg3IAjWI=
|
||||
SIZE (Module-Load-0.10.tar.gz) = 4039
|
@ -1,2 +0,0 @@
|
||||
Module::Load eliminates the need to know whether you are trying to
|
||||
require either a file or a module.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/10 15:52:51 steven Exp $
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Load.pm
|
||||
@man man/man3p/Module::Load.3p
|
@ -1,19 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/02/04 08:48:20 jasper Exp $
|
||||
|
||||
COMES_WITH= 4.5
|
||||
|
||||
COMMENT= mark modules as loaded or unloaded
|
||||
|
||||
DISTNAME= Module-Loaded-0.01
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MODULES= cpan
|
||||
CPAN_AUTHOR= KANE
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Module-Loaded-0.01.tar.gz) = vygwx1tM546+7n9e0HTqKg==
|
||||
RMD160 (Module-Loaded-0.01.tar.gz) = YDDauge2/KX8jfyKl+ln098VQEw=
|
||||
SHA1 (Module-Loaded-0.01.tar.gz) = EDzLkCJM92WsHGjWQ+dBEqyNb8Y=
|
||||
SHA256 (Module-Loaded-0.01.tar.gz) = OjtP5bcMkG/YxVIBFCOxx7+p0SMNXVPqVe80/VISZkY=
|
||||
SIZE (Module-Loaded-0.01.tar.gz) = 2848
|
@ -1,6 +0,0 @@
|
||||
When testing applications, often you find yourself needing to provide
|
||||
functionality in your test environment that would usually be provided by
|
||||
external modules. Rather than munging the %INC by hand to mark these
|
||||
external modules as loaded, so they are not attempted to be loaded by
|
||||
perl, this module offers you a very simple way to mark modules as loaded
|
||||
and/or unloaded.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/15 21:39:57 jasper Exp $
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Loaded.pm
|
||||
@man man/man3p/Module::Loaded.3p
|
@ -1,20 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/11/07 15:07:01 sthen Exp $
|
||||
|
||||
COMMENT= turn search paths into subclasses/plugins
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Module-Pluggable-3.8
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Module-Pluggable-3.8.tar.gz) = Zh4sccgkQZw3d1mYxjsPhQ==
|
||||
RMD160 (Module-Pluggable-3.8.tar.gz) = QrFovQqLj0hYw5kNkkhnEjEkgzE=
|
||||
SHA1 (Module-Pluggable-3.8.tar.gz) = tCbiTnprfr7kf8Fs+AMuwWfhSdE=
|
||||
SHA256 (Module-Pluggable-3.8.tar.gz) = mlHAXVWc+EUxZ2VfcQx5HYasiGYz2DcBJsIyVswuGSU=
|
||||
SIZE (Module-Pluggable-3.8.tar.gz) = 16889
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1 2008/09/29 18:45:13 simon Exp $
|
||||
--- Makefile.PL.orig Wed Sep 24 12:26:57 2008
|
||||
+++ Makefile.PL Wed Sep 24 12:27:04 2008
|
||||
@@ -40,7 +40,7 @@ WriteMakefile
|
||||
'Test::More' => '0.62'
|
||||
},
|
||||
'EXE_FILES' => [],
|
||||
- 'INSTALLDIRS' => ($] >= 5.008009) ? "perl" : "site",
|
||||
+ # 'INSTALLDIRS' => ($] >= 5.008009) ? "perl" : "site",
|
||||
'PL_FILES' => {},
|
||||
'realclean' => {FILES=> join ' ', @files},
|
||||
# In the core pods will be built by installman.
|
@ -1,8 +0,0 @@
|
||||
Provides a simple but, hopefully, extensible way of having 'plugins'
|
||||
for your module, by exporting a method into your namespace that
|
||||
looks through a search path for .pm files and turn those into class
|
||||
names.
|
||||
|
||||
As an option, it can instantiate those classes for you.
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 13:54:35 espie Exp $
|
||||
${P5SITE}/Devel/
|
||||
${P5SITE}/Devel/InnerPackage.pm
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Pluggable/
|
||||
${P5SITE}/Module/Pluggable.pm
|
||||
${P5SITE}/Module/Pluggable/Object.pm
|
||||
@man man/man3p/Devel::InnerPackage.3p
|
||||
@man man/man3p/Module::Pluggable.3p
|
||||
@man man/man3p/Module::Pluggable::Object.3p
|
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2008/11/07 15:07:02 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT= object oriented time interface
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Time-Piece-1.13
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Time-Piece-1.13.tar.gz) = leVkKEJ8VwDbLI9FXuZP/g==
|
||||
RMD160 (Time-Piece-1.13.tar.gz) = vyjduACY5GiCiWxQ7NLvnbxRPKk=
|
||||
SHA1 (Time-Piece-1.13.tar.gz) = LQj3QI3inP8OmEY17gx24ws05g8=
|
||||
SHA256 (Time-Piece-1.13.tar.gz) = C7OktOuRU44MwhR070+HaktD7SN3V+xhmv6k08QuUBM=
|
||||
SIZE (Time-Piece-1.13.tar.gz) = 20798
|
@ -1,4 +0,0 @@
|
||||
This module replaces the standard localtime and gmtime functions with
|
||||
implementations that return objects. It does so in a backwards compatible
|
||||
manner, so that using localtime/gmtime in the way documented in perlfunc
|
||||
will still return what you expect.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/09/14 23:44:00 espie Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Time/
|
||||
${P5ARCH}/Time/Piece.pm
|
||||
${P5ARCH}/Time/Seconds.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Time/
|
||||
${P5ARCH}/auto/Time/Piece/
|
||||
${P5ARCH}/auto/Time/Piece/Piece.bs
|
||||
${P5ARCH}/auto/Time/Piece/Piece.so
|
||||
@man man/man3p/Time::Piece.3p
|
||||
@man man/man3p/Time::Seconds.3p
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2008/09/29 22:54:15 simon Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
COMMENT= perl extension for version objects
|
||||
DISTNAME= version-0.7501
|
||||
CATEGORIES= devel
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
|
||||
|
||||
CPAN_AUTHOR= JPEACOCK
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (version-0.7501.tar.gz) = p5Vuizg89SQrCVjxr6zfxg==
|
||||
RMD160 (version-0.7501.tar.gz) = XSqdPOwBJ3nvpNXnxj2GFdQYN0A=
|
||||
SHA1 (version-0.7501.tar.gz) = vW1DjGo0no1I6nngSXzPTEKT34A=
|
||||
SHA256 (version-0.7501.tar.gz) = dj1DuH2h/akguUe2R3NNYUX4bpaKcnu49kFuDiQFZxA=
|
||||
SIZE (version-0.7501.tar.gz) = 54848
|
@ -1,3 +0,0 @@
|
||||
Overloaded version objects for all versions of Perl. This module
|
||||
implements all of the features of version objects which will be
|
||||
part of Perl 5.10.0.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/01/24 07:29:11 steven Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/version/
|
||||
${P5ARCH}/auto/version/vxs/
|
||||
${P5ARCH}/auto/version/vxs/vxs.bs
|
||||
${P5ARCH}/auto/version/vxs/vxs.so
|
||||
${P5ARCH}/version/
|
||||
${P5ARCH}/version.pm
|
||||
${P5ARCH}/version.pod
|
||||
${P5ARCH}/version/vxs.pm
|
||||
@man man/man3p/version.3p
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2008/10/01 21:54:26 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= perl extension for SHA-1/224/256/384/512
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Digest-SHA-5.47
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# Artistic/GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Pod ::devel/p5-Test-Pod-Coverage
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Digest-SHA-5.47.tar.gz) = A/+OTqc6HCxd4AXV5BYOlA==
|
||||
RMD160 (Digest-SHA-5.47.tar.gz) = /VfjWVvRlnJrD/R9350MjXKuY34=
|
||||
SHA1 (Digest-SHA-5.47.tar.gz) = 6vTTzdTzW27eTVa1Lj1bgWs+Qy4=
|
||||
SHA256 (Digest-SHA-5.47.tar.gz) = nRfYhNancAW7rFgWKNnjDLXt3nLNodzpjGU2oluDafY=
|
||||
SIZE (Digest-SHA-5.47.tar.gz) = 39864
|
@ -1,4 +0,0 @@
|
||||
Digest::SHA is a complete implementation of the NIST Secure Hash
|
||||
Standard. It gives Perl programmers a convenient way to calculate SHA-1,
|
||||
SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can
|
||||
handle all types of input, including partial-byte data.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/14 22:14:39 steven Exp $
|
||||
bin/shasum
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Digest/
|
||||
${P5ARCH}/Digest/SHA.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Digest/
|
||||
${P5ARCH}/auto/Digest/SHA/
|
||||
${P5ARCH}/auto/Digest/SHA/SHA.bs
|
||||
${P5ARCH}/auto/Digest/SHA/SHA.so
|
||||
@man man/man1/shasum.1
|
||||
@man man/man3p/Digest::SHA.3p
|
@ -1,19 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/11/05 10:06:49 kevlo Exp $
|
||||
|
||||
COMMENT= library to resolve perl Pod escape sequences
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Pod-Escapes-1.04
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Perl license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Pod-Escapes-1.04.tar.gz) = AOouDS6E7ZhRekYWcIto0w==
|
||||
RMD160 (Pod-Escapes-1.04.tar.gz) = AEP3IHw3Ci6NAEtDpZeBnpMmaFw=
|
||||
SHA1 (Pod-Escapes-1.04.tar.gz) = 70cA2YTrDNEssOu6XpjQdKraF2k=
|
||||
SHA256 (Pod-Escapes-1.04.tar.gz) = Lz7FBChZgKUKouLK8YhN8Ek4VcXmrqPe8wUdqm0rL/M=
|
||||
SIZE (Pod-Escapes-1.04.tar.gz) = 10187
|
@ -1,7 +0,0 @@
|
||||
This module provides things that are useful in decoding Pod E<...>
|
||||
sequences. It is intended to be used by Pod parsers and/or formatters.
|
||||
|
||||
By default, Pod::Escapes exports none of its symbols. But you can
|
||||
request any of them to be exported. Either request them individually,
|
||||
as with use Pod::Escapes qw(symbolname symbolname2...);, or you can
|
||||
do use Pod::Escapes qw(:ALL); to get all exportable symbols.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:44:04 espie Exp $
|
||||
${P5SITE}/Pod/
|
||||
${P5SITE}/Pod/Escapes.pm
|
||||
@man man/man3p/Pod::Escapes.3p
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/11/05 10:06:49 kevlo Exp $
|
||||
|
||||
COMMENT= framework for parsing the Perl Pod format
|
||||
COMES_WITH= 4.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Pod-Simple-3.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
RUN_DEPENDS= ::textproc/p5-Pod-Escapes
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Pod-Simple-3.07.tar.gz) = j1F0whCxyvUtLbvP5ekmMA==
|
||||
RMD160 (Pod-Simple-3.07.tar.gz) = eqAvrb7UTktHSgizoeBQymTmh2E=
|
||||
SHA1 (Pod-Simple-3.07.tar.gz) = U2Y4l1MjgwzSXyhQjp7krRV0RLU=
|
||||
SHA256 (Pod-Simple-3.07.tar.gz) = F/2zF9/JxeNkxk5pM5EWAc0u5wPunTmxmCDP1uWzico=
|
||||
SIZE (Pod-Simple-3.07.tar.gz) = 238988
|
@ -1,10 +0,0 @@
|
||||
Pod::Simple is a Perl library for parsing text in the Pod ("plain
|
||||
old documentation") markup language that is typically used for
|
||||
writing documentation for Perl and for Perl modules. The Pod format
|
||||
is explained in the perlpod man page; the most common formatter is
|
||||
called "perldoc".
|
||||
|
||||
Pod formatters can use Pod::Simple to parse Pod documents into
|
||||
produce renderings of them in plain ASCII, in HTML, or in any number
|
||||
of other formats. Typically, such formatters will be subclasses of
|
||||
Pod::Simple, and so they will inherit its methods, like parse_file.
|
@ -1,58 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/07/12 12:22:33 dhill Exp $
|
||||
${P5SITE}/Pod/Simple/
|
||||
${P5SITE}/Pod/Simple.pm
|
||||
${P5SITE}/Pod/Simple.pod
|
||||
${P5SITE}/Pod/Simple/BlackBox.pm
|
||||
${P5SITE}/Pod/Simple/Checker.pm
|
||||
${P5SITE}/Pod/Simple/Debug.pm
|
||||
${P5SITE}/Pod/Simple/DumpAsText.pm
|
||||
${P5SITE}/Pod/Simple/DumpAsXML.pm
|
||||
${P5SITE}/Pod/Simple/HTML.pm
|
||||
${P5SITE}/Pod/Simple/HTMLBatch.pm
|
||||
${P5SITE}/Pod/Simple/HTMLLegacy.pm
|
||||
${P5SITE}/Pod/Simple/LinkSection.pm
|
||||
${P5SITE}/Pod/Simple/Methody.pm
|
||||
${P5SITE}/Pod/Simple/Progress.pm
|
||||
${P5SITE}/Pod/Simple/PullParser.pm
|
||||
${P5SITE}/Pod/Simple/PullParserEndToken.pm
|
||||
${P5SITE}/Pod/Simple/PullParserStartToken.pm
|
||||
${P5SITE}/Pod/Simple/PullParserTextToken.pm
|
||||
${P5SITE}/Pod/Simple/PullParserToken.pm
|
||||
${P5SITE}/Pod/Simple/RTF.pm
|
||||
${P5SITE}/Pod/Simple/Search.pm
|
||||
${P5SITE}/Pod/Simple/SimpleTree.pm
|
||||
${P5SITE}/Pod/Simple/Subclassing.pod
|
||||
${P5SITE}/Pod/Simple/Text.pm
|
||||
${P5SITE}/Pod/Simple/TextContent.pm
|
||||
${P5SITE}/Pod/Simple/TiedOutFH.pm
|
||||
${P5SITE}/Pod/Simple/Transcode.pm
|
||||
${P5SITE}/Pod/Simple/TranscodeDumb.pm
|
||||
${P5SITE}/Pod/Simple/TranscodeSmart.pm
|
||||
${P5SITE}/Pod/Simple/XHTML.pm
|
||||
${P5SITE}/Pod/Simple/XMLOutStream.pm
|
||||
@comment ${P5SITE}/perlpod.pod
|
||||
@comment ${P5SITE}/perlpodspec.pod
|
||||
@man man/man3p/Pod::Simple.3p
|
||||
@man man/man3p/Pod::Simple::Checker.3p
|
||||
@man man/man3p/Pod::Simple::Debug.3p
|
||||
@man man/man3p/Pod::Simple::DumpAsText.3p
|
||||
@man man/man3p/Pod::Simple::DumpAsXML.3p
|
||||
@man man/man3p/Pod::Simple::HTML.3p
|
||||
@man man/man3p/Pod::Simple::HTMLBatch.3p
|
||||
@man man/man3p/Pod::Simple::LinkSection.3p
|
||||
@man man/man3p/Pod::Simple::Methody.3p
|
||||
@man man/man3p/Pod::Simple::PullParser.3p
|
||||
@man man/man3p/Pod::Simple::PullParserEndToken.3p
|
||||
@man man/man3p/Pod::Simple::PullParserStartToken.3p
|
||||
@man man/man3p/Pod::Simple::PullParserTextToken.3p
|
||||
@man man/man3p/Pod::Simple::PullParserToken.3p
|
||||
@man man/man3p/Pod::Simple::RTF.3p
|
||||
@man man/man3p/Pod::Simple::Search.3p
|
||||
@man man/man3p/Pod::Simple::SimpleTree.3p
|
||||
@man man/man3p/Pod::Simple::Subclassing.3p
|
||||
@man man/man3p/Pod::Simple::Text.3p
|
||||
@man man/man3p/Pod::Simple::TextContent.3p
|
||||
@man man/man3p/Pod::Simple::XHTML.3p
|
||||
@man man/man3p/Pod::Simple::XMLOutStream.3p
|
||||
@man man/man3p/perlpod.3p
|
||||
@man man/man3p/perlpodspec.3p
|
Loading…
Reference in New Issue
Block a user