summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-05-10 14:42:52 +0000
committergdt <gdt@pkgsrc.org>2006-05-10 14:42:52 +0000
commitbc1c3d4d932d96308c060592f486e89533158cef (patch)
tree0aad967529f21a8d0d4047fd23103a42b4c6feec
parent4a5f2d4bf5da1dd165981be92d372174ee2b6c9d (diff)
downloadpkgsrc-bc1c3d4d932d96308c060592f486e89533158cef.tar.gz
Add xephem-license, set LICENSE, and set RESTRICTED and NO_*_ON_*.
-rw-r--r--licenses/xephem-license25
-rw-r--r--x11/xephem/Makefile11
2 files changed, 33 insertions, 3 deletions
diff --git a/licenses/xephem-license b/licenses/xephem-license
new file mode 100644
index 00000000000..34247afbfa9
--- /dev/null
+++ b/licenses/xephem-license
@@ -0,0 +1,25 @@
+XEphem Version 3.6
+Copyright (c) 2005 by Elwood Charles Downey
+
+Source code is provided only for the purposes of building XEphem on your
+system. Minor changes may be made that are transparent to the user in order to
+accommodate local system variations but functional changes are not allowed.
+Source code changes of any kind may not be further distributed. XEphem source
+code or executable binaries may not be used, in whole or in part, to build or
+augment other computer programs or systems without prior agreement. XEphem
+output products may be used without restriction as long as they are accompanied
+by the following reference:
+
+ "Created by XEphem, for more information go to http://www.xephem.com"
+
+Furthermore:
+
+ THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+ SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABIL-
+ ITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM-
+ AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TOR-
+ TIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
+ OR PERFORMANCE OF THIS SOFTWARE.
+
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 713b6bfae4a..aa989cfe88d 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/03/04 21:31:12 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2006/05/10 14:42:52 gdt Exp $
DISTNAME= xephem-3.6.4
PKGREVISION= 2
@@ -6,11 +6,16 @@ CATEGORIES= x11
MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \
ftp://iphcip1.physik.uni-mainz.de/pub/xephem/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.clearskyinstitute.com/xephem/
COMMENT= Interactive astronomical ephemeris program
-LICENSE= no-commercial-use
+LICENSE= xephem-license
+RESTRICTED= No permission to distribute distfile or binary package.
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
USE_IMAKE= yes