pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/bicom According to readme.txt, bicom is free...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c677f7ebe6b
branches:  trunk
changeset: 512470:8c677f7ebe6b
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed May 10 13:23:07 2006 +0000

description:
According to readme.txt, bicom is free for non-commercial use so long as
the copyright notice remains intact.  There is no formal license.
Change back to no-commercial-use and include readme.txt with copyright
notice in the package.

"
Copyright (C) 2000 Matt Timmermans
Free for non-commercial purposes as long as this notice remains intact.
To discuss commercial use, mail me at matt%timmermans.org@localhost
"

diffstat:

 archivers/bicom/Makefile |  9 ++++++---
 archivers/bicom/PLIST    |  4 +++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r a87c9256878e -r 8c677f7ebe6b archivers/bicom/Makefile
--- a/archivers/bicom/Makefile  Wed May 10 13:18:21 2006 +0000
+++ b/archivers/bicom/Makefile  Wed May 10 13:23:07 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2006/05/10 12:31:46 gdt Exp $
+# $NetBSD: Makefile,v 1.23 2006/05/10 13:23:07 ben Exp $
 #
 
 DISTNAME=              bicom101
 PKGNAME=               bicom-1.01
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            archivers
 MASTER_SITES=          http://www3.sympatico.ca/mt0000/bicom/
 EXTRACT_SUFX=          .zip
@@ -12,7 +12,7 @@
 HOMEPAGE=              http://www3.sympatico.ca/mt0000/bicom/bicom.html
 COMMENT=               Data compressor in the PPM family
 
-LICENSE=               bicom-license
+LICENSE=               no-commercial-use
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
@@ -35,5 +35,8 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bicom
+       ${INSTALL_DATA} ${WRKSRC}/README.TXT \
+               ${prefix}/share/doc/bicom/readme.txt
 
 .include "../../mk/bsd.pkg.mk"
diff -r a87c9256878e -r 8c677f7ebe6b archivers/bicom/PLIST
--- a/archivers/bicom/PLIST     Wed May 10 13:18:21 2006 +0000
+++ b/archivers/bicom/PLIST     Wed May 10 13:23:07 2006 +0000
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:15 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/05/10 13:23:07 ben Exp $
 bin/bicom
+share/doc/bicom/readme.txt
+@dirrm share/doc/bicom



Home | Main Index | Thread Index | Old Index