pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov 21 11:25:00 UTC 2018

Modified Files:
        pkgsrc/lang: Makefile
Added Files:
        pkgsrc/lang/go: DESCR Makefile

Log Message:
lang: Re-enable lang/go as a meta package.

This allows users to simply install a "go" package and pull in the latest
version available for their host operating system without having to figure
out the name for the correct suffixed package.


To generate a diff of this commit:
cvs rdiff -u -r1.499 -r1.500 pkgsrc/lang/Makefile
cvs rdiff -u -r0 -r1.3 pkgsrc/lang/go/DESCR
cvs rdiff -u -r0 -r1.69 pkgsrc/lang/go/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.499 pkgsrc/lang/Makefile:1.500
--- pkgsrc/lang/Makefile:1.499  Wed Oct 24 08:37:00 2018
+++ pkgsrc/lang/Makefile        Wed Nov 21 11:25:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.499 2018/10/24 08:37:00 leot Exp $
+# $NetBSD: Makefile,v 1.500 2018/11/21 11:25:00 jperkin Exp $
 #
 
 COMMENT=       Programming languages
@@ -89,7 +89,7 @@ SUBDIR+=      ghc-bootstrap
 SUBDIR+=       ghc7
 SUBDIR+=       gnat_util
 SUBDIR+=       gnucobol
-#SUBDIR+=      go              # only contains Makefile fragments
+SUBDIR+=       go
 SUBDIR+=       go-hcl
 SUBDIR+=       go110
 SUBDIR+=       go111

Added files:

Index: pkgsrc/lang/go/DESCR
diff -u /dev/null pkgsrc/lang/go/DESCR:1.3
--- /dev/null   Wed Nov 21 11:25:00 2018
+++ pkgsrc/lang/go/DESCR        Wed Nov 21 11:25:00 2018
@@ -0,0 +1,8 @@
+This is a meta package providing the latest release of the Go
+programming language that is available for the host system.
+
+The actual Go programming language is provided by packages such as
+lang/go111, lang/go110, etc.  This package merely allows users to
+install "go" instead of having to figure out the exact package name.
+
+No package should depend on this package directly.

Index: pkgsrc/lang/go/Makefile
diff -u /dev/null pkgsrc/lang/go/Makefile:1.69
--- /dev/null   Wed Nov 21 11:25:00 2018
+++ pkgsrc/lang/go/Makefile     Wed Nov 21 11:25:00 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.69 2018/11/21 11:25:00 jperkin Exp $
+
+DISTNAME=      # empty
+PKGNAME=       go-${GO${GOVERSSUFFIX}_VERSION}
+CATEGORIES=    lang
+MASTER_SITES=  # empty
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://golang.org/
+COMMENT=       Meta package providing the current release of the Go language
+LICENSE=       modified-bsd
+
+META_PACKAGE=  yes
+
+DEPENDS+=      ${GO_PACKAGE_DEP}
+
+.include "../../lang/go/version.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index