From 673d69c62c45b644a0ca994e8fb7c7bc8f462955 Mon Sep 17 00:00:00 2001 From: jolan Date: Sat, 24 May 2003 02:55:16 +0000 Subject: [PATCH] p5-Compress-LZO # GNU GPL -> GPL p5-Archive-Tar p5-Archive-Zip p5-Compress-Zlib p5-IO-Zlib ---------------- All these use the same license: "This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself." Perl is GPL, so I am marking these # GPL --- archivers/p5-Archive-Tar/Makefile | 3 ++- archivers/p5-Archive-Zip/Makefile | 3 ++- archivers/p5-Compress-LZO/Makefile | 4 ++-- archivers/p5-Compress-Zlib/Makefile | 3 ++- archivers/p5-IO-Zlib/Makefile | 3 ++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 4f290b60b7b..56aafb370df 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2003/05/11 21:00:03 wilfried Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/24 02:55:16 jolan Exp $ COMMENT= "perl interface to tar archives" VERSION= 0.22 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= Peter Galbavy +# GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 714ed9f7831..5f93664513a 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/11/21 16:51:22 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/24 02:55:16 jolan Exp $ COMMENT= "perl interface to ZIP files" DISTNAME= Archive-Zip-1.05 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= Peter Galbavy +# GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile index b4bdb43e45a..fda9a384984 100644 --- a/archivers/p5-Compress-LZO/Makefile +++ b/archivers/p5-Compress-LZO/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2002/09/12 14:41:37 danh Exp $ +# $OpenBSD: Makefile,v 1.16 2003/05/24 02:55:16 jolan Exp $ COMMENT= "interface to lzo compression library" @@ -13,7 +13,7 @@ LIB_DEPENDS= lzo.1::archivers/lzo MAINTAINER= Dan Harnett -# GNU GPL +# GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 392d43aef7e..59db53a681a 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2002/11/21 00:57:37 naddy Exp $ +# $OpenBSD: Makefile,v 1.31 2003/05/24 02:55:16 jolan Exp $ COMMENT= "perl interface to the zlib compression library" DISTNAME= Compress-Zlib-1.19 @@ -7,6 +7,7 @@ CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} +# GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile index 359705fac3f..e805876f6ad 100644 --- a/archivers/p5-IO-Zlib/Makefile +++ b/archivers/p5-IO-Zlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/08/02 20:44:50 jakob Exp $ +# $OpenBSD: Makefile,v 1.2 2003/05/24 02:55:16 jolan Exp $ COMMENT= "IO:: style interface to Compress::Zlib" @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= Jakob Schlyter +# GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes