diff options
author | seb <seb@pkgsrc.org> | 2004-11-12 01:41:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-12 01:41:28 +0000 |
commit | 64c9b3a8361713d7c527364996fed8ecac258544 (patch) | |
tree | f33de743d2e8bcc7d9237ef3afe410938ed4f6b8 /www | |
parent | 257e910a2d8903df4935eb27ce902721ff98457d (diff) | |
download | pkgsrc-64c9b3a8361713d7c527364996fed8ecac258544.tar.gz |
Remove p5-ExtUtils-XSBuilder from www/ as it was reimported in devel/.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/p5-ExtUtils-XSBuilder/DESCR | 7 | ||||
-rw-r--r-- | www/p5-ExtUtils-XSBuilder/Makefile | 22 | ||||
-rw-r--r-- | www/p5-ExtUtils-XSBuilder/PLIST | 1 | ||||
-rw-r--r-- | www/p5-ExtUtils-XSBuilder/distinfo | 4 |
5 files changed, 1 insertions, 36 deletions
diff --git a/www/Makefile b/www/Makefile index 05d86e7f10b..e7c6675a3d5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.356 2004/11/06 01:37:07 he Exp $ +# $NetBSD: Makefile,v 1.357 2004/11/12 01:41:28 seb Exp $ # COMMENT= Packages related to the World Wide Web @@ -174,7 +174,6 @@ SUBDIR+= p5-CGI-Kwiki SUBDIR+= p5-CGI-Minimal SUBDIR+= p5-CGI-Session SUBDIR+= p5-CGI_Lite -SUBDIR+= p5-ExtUtils-XSBuilder SUBDIR+= p5-FCGI SUBDIR+= p5-HTML-Clean SUBDIR+= p5-HTML-FillInForm diff --git a/www/p5-ExtUtils-XSBuilder/DESCR b/www/p5-ExtUtils-XSBuilder/DESCR deleted file mode 100644 index a3d2c63fb9d..00000000000 --- a/www/p5-ExtUtils-XSBuilder/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -ExtUtils::XSBuilder is a set modules to parse C header files and create XS -glue code and documentation out of it. Idealy this allows to "write" an -interface to a C library without coding a line. Since no C-API is ideal, -some adjuments are necessary most of the time. So to use this module you -must still be familar with C and XS programming, but it removes a lot of -stupid work and copy&paste from you. Also when the C API changes, most -of the time you only have to rerun XSBuilder to get your new Perl API. diff --git a/www/p5-ExtUtils-XSBuilder/Makefile b/www/p5-ExtUtils-XSBuilder/Makefile deleted file mode 100644 index 2efa86d6be1..00000000000 --- a/www/p5-ExtUtils-XSBuilder/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2004/04/16 04:44:37 kim Exp $ - -DISTNAME= ExtUtils-XSBuilder-0.25 -PKGNAME= p5-${DISTNAME} -SVR4_PKGNAME= p5exs -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} - -MAINTAINER= tech-pkg@NetBSD.org -COMMENT= Perl5 module for automatic XS glue code generation - -DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent -DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -USE_BUILDLINK3= yes -USE_LANGUAGES= # empty -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/XSBuilder/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-ExtUtils-XSBuilder/PLIST b/www/p5-ExtUtils-XSBuilder/PLIST deleted file mode 100644 index 01435999fdf..00000000000 --- a/www/p5-ExtUtils-XSBuilder/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/12 18:16:14 kim Exp $ diff --git a/www/p5-ExtUtils-XSBuilder/distinfo b/www/p5-ExtUtils-XSBuilder/distinfo deleted file mode 100644 index c30f69130ae..00000000000 --- a/www/p5-ExtUtils-XSBuilder/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/12 18:16:15 kim Exp $ - -SHA1 (ExtUtils-XSBuilder-0.25.tar.gz) = 38ff62a8f6d91ef2f579ba7e9a0a43995a703896 -Size (ExtUtils-XSBuilder-0.25.tar.gz) = 39135 bytes |