lzo -- # GPL

lzop    -- # GNU GPL -> # GPL
macutil -- sync w/# None style
nulib   -- # Restrictive
rar     -- # Restrictive
ucl     -- # GPL
unace   -- # Copyrighted but freely distributable.
             That's all the author states.  Is this acceptable as a
             license?
        -- Drop MAINTAINER per his request
unarj   -- # Restrictive
           PERMIT_*_CDROM=No
             "If you wish to distribute a modified version of UNARJ
              you MUST indicate that it is a modified version both in
              the program and source code."
unrar  --  # Restrictive
unzip  --  # Conditional
             It is freely re-distributable with conditions which we meet.
             This could use another pair of eyes to confirm.
zip    --  # Conditional
             Same thing as unzip.
zoo    --  # Conditional
             Different author/license but same idea as zip/unzip.
This commit is contained in:
jolan 2003-05-24 02:40:42 +00:00
parent 4156720cd4
commit aed7b6d5b0
12 changed files with 33 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2002/10/09 14:14:40 brad Exp $
# $OpenBSD: Makefile,v 1.30 2003/05/24 02:40:42 jolan Exp $
COMMENT= "portable speedy lossless data compression library"
@ -10,6 +10,7 @@ HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
MAINTAINER= Brad Smith <brad@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2002/09/23 14:44:41 danh Exp $
# $OpenBSD: Makefile,v 1.14 2003/05/24 02:40:42 jolan Exp $
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
COMMENT= "fast file compressor similar to gzip"
@ -13,7 +13,7 @@ LIB_DEPENDS= lzo.1::archivers/lzo
MAINTAINER= Dan Harnett <danh@openbsd.org>
# GNU GPL
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/25 21:45:02 naddy Exp $
# $OpenBSD: Makefile,v 1.2 2003/05/24 02:40:42 jolan Exp $
COMMENT= "several programs to handle macintosh files and archives"
DISTNAME= macutil2.0b3
@ -7,11 +7,11 @@ CATEGORIES= archivers
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
# very unclear blather
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= "no license"
# None
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
MASTER_SITES= ftp://ftp.cwi.nl/pub/dik/
EXTRACT_SUFX= .shar.Z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2002/12/23 00:37:49 pvalchev Exp $
# $OpenBSD: Makefile,v 1.21 2003/05/24 02:40:42 jolan Exp $
COMMENT= "NuFX archiver"
@ -8,6 +8,7 @@ CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~jseger/
EXTRACT_SUFX= .tar.Z
# Restrictive
PERMIT_PACKAGE_CDROM= "May not sell"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "May not sell"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2002/12/29 15:15:18 fgsch Exp $
# $OpenBSD: Makefile,v 1.36 2003/05/24 02:40:42 jolan Exp $
ONLY_FOR_ARCHS= i386 sparc
@ -27,8 +27,9 @@ MASTER_SITES= ${HOMEPAGE}/rar/ \
EXTRACT_CASES= *.sfx) ${SUDO} chmod a+x ${FULLDISTDIR}/$$archive && \
${FULLDISTDIR}/$$archive;;
HOMEPAGE= http://www.rarsoft.com
HOMEPAGE= http://www.rarsoft.com/
# Restrictive
PERMIT_PACKAGE_CDROM= "Shareware. Requires registration."
PERMIT_PACKAGE_FTP= "Shareware. Requires registration."
PERMIT_DISTFILES_CDROM= "Shareware. Requires registration."

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2003/05/11 21:00:03 wilfried Exp $
# $OpenBSD: Makefile,v 1.4 2003/05/24 02:40:42 jolan Exp $
COMMENT= "portable lossless data compression library"
@ -9,6 +9,7 @@ HOMEPAGE= http://www.oberhumer.com/opensource/ucl
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2002/12/29 15:15:18 fgsch Exp $
# $OpenBSD: Makefile,v 1.24 2003/05/24 02:40:42 jolan Exp $
COMMENT= "extract, view & test ACE archives"
@ -6,8 +6,7 @@ DISTNAME= unace-1.2b
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/}
MAINTAINER= Brad Smith <brad@openbsd.org>
# Copyrighted but freely distributable.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2002/12/29 15:15:18 fgsch Exp $
# $OpenBSD: Makefile,v 1.17 2003/05/24 02:40:42 jolan Exp $
# $FreeBSD: Makefile,v 1.12 1999/02/17 22:25:36 ache Exp $
COMMENT= "extract files from ARJ archives"
@ -8,10 +8,11 @@ CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tgz
PERMIT_PACKAGE_CDROM= "May not charge"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "May not charge"
PERMIT_DISTFILES_FTP= Yes
# Restrictive
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2003/04/16 20:59:17 sturm Exp $
# $OpenBSD: Makefile,v 1.20 2003/05/24 02:40:42 jolan Exp $
COMMENT= "extract, list, and test RAR archives"
@ -8,6 +8,7 @@ CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/
# Restrictive
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= "may not modify"
PERMIT_DISTFILES_CDROM= "no fee"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2002/07/05 01:07:26 brad Exp $
# $OpenBSD: Makefile,v 1.30 2003/05/24 02:40:42 jolan Exp $
COMMENT= "extract, list & test files in a ZIP archive"
@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \
HOMEPAGE= http://www.ctan.org/tex-archive/tools/zip/info-zip/UnZip.html
# Conditional
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2002/12/29 15:15:18 fgsch Exp $
# $OpenBSD: Makefile,v 1.30 2003/05/24 02:40:42 jolan Exp $
# $FreeBSD: Makefile,v 1.11 1997/11/25 20:45:45 ache Exp $
COMMENT= "create/update ZIP files compatible with PKZip(tm)"
@ -13,6 +13,7 @@ DISTFILES= zip23.tar.gz zcrypt29.zip
HOMEPAGE= http://www.ctan.org/tex-archive/tools/zip/info-zip/Zip.html
# Conditional
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2002/12/23 00:37:49 pvalchev Exp $
# $OpenBSD: Makefile,v 1.16 2003/05/24 02:40:42 jolan Exp $
COMMENT= "handle the old .ZOO archive format"
@ -7,6 +7,7 @@ PKGNAME= zoo-2.10.1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
# Conditional
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes