pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/go-pkgconfig: import go-pkgconfig-0.0.0
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Tue May 21 11:47:22 2019 +0000
Changeset: d90bc619b39041df3cc0bf73b043971d1f29a52a
Modified Files:
Makefile
Added Files:
go-pkgconfig/DESCR
go-pkgconfig/Makefile
go-pkgconfig/PLIST
go-pkgconfig/buildlink3.mk
go-pkgconfig/distinfo
Log Message:
wip/go-pkgconfig: import go-pkgconfig-0.0.0
A lightweight pkg-config(1) clone written in Go,
which currently only supports a limited set of features.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d90bc619b39041df3cc0bf73b043971d1f29a52a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-pkgconfig/DESCR | 2 ++
go-pkgconfig/Makefile | 19 +++++++++++++++++++
go-pkgconfig/PLIST | 33 +++++++++++++++++++++++++++++++++
go-pkgconfig/buildlink3.mk | 15 +++++++++++++++
go-pkgconfig/distinfo | 6 ++++++
6 files changed, 76 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 90ff2dc71b..ba4cc11f10 100644
--- a/Makefile
+++ b/Makefile
@@ -1179,6 +1179,7 @@ SUBDIR+= go-madon
SUBDIR+= go-notify
SUBDIR+= go-pass
SUBDIR+= go-paths-helper
+SUBDIR+= go-pkgconfig
SUBDIR+= go-properties-map
SUBDIR+= go-pty
SUBDIR+= go-rateio
diff --git a/go-pkgconfig/DESCR b/go-pkgconfig/DESCR
new file mode 100644
index 0000000000..ff39aaedd3
--- /dev/null
+++ b/go-pkgconfig/DESCR
@@ -0,0 +1,2 @@
+A lightweight pkg-config(1) clone written in Go,
+which currently only supports a limited set of features.
diff --git a/go-pkgconfig/Makefile b/go-pkgconfig/Makefile
new file mode 100644
index 0000000000..7bd7904abb
--- /dev/null
+++ b/go-pkgconfig/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= go-pkgconfig-${GITHUB_TAG}
+PKGNAME= go-pkgconfig-0.0.0
+GITHUB_PROJECT= pkgconfig
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=xlab/}
+GITHUB_TAG= cea12a0fd2454f031cbce19aec911c1e92af25da
+
+MAINTAINER= ng0%n0.is@localhost
+HOMEPAGE= https://github.com/xlab/pkgconfig/
+COMMENT= Go clone of pkg-config(1)
+LICENSE= mit
+
+GO_SRCPATH= github.com/xlab/pkgconfig
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-pkgconfig/PLIST b/go-pkgconfig/PLIST
new file mode 100644
index 0000000000..e8abfa3358
--- /dev/null
+++ b/go-pkgconfig/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/xlab/pkgconfig/pkg.a
+gopkg/src/github.com/xlab/pkgconfig/README.md
+gopkg/src/github.com/xlab/pkgconfig/pkg/pkg.go
+gopkg/src/github.com/xlab/pkgconfig/pkg/pkg_test.go
+gopkg/src/github.com/xlab/pkgconfig/pkg/system_path.go
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/check-gtk
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/atk.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/cairo-gobject.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/cairo.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/fontconfig.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/freetype2.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gdk-3.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gdk-pixbuf-2.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gio-2.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/glib-2.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gmodule-no-export-2.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gobject-2.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gthread-2.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/gtk+-3.0.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/kbproto.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/libpng.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/libpng12.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/pango.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/pangocairo.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/pangoft2.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/pixman-1.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/renderproto.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/x11.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/xau.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/xcb.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/xproto.pc
+gopkg/src/github.com/xlab/pkgconfig/pkg/test/gtk/xrender.pc
diff --git a/go-pkgconfig/buildlink3.mk b/go-pkgconfig/buildlink3.mk
new file mode 100644
index 0000000000..fbe065f75e
--- /dev/null
+++ b/go-pkgconfig/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-pkgconfig
+
+.if !defined(GO_PKGCONFIG_BUILDLINK3_MK)
+GO_PKGCONFIG_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-pkgconfig= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-pkgconfig?= build
+
+BUILDLINK_API_DEPENDS.go-pkgconfig+= go-pkgconfig>=0.0.0
+BUILDLINK_PKGSRCDIR.go-pkgconfig?= ../../wip/go-pkgconfig
+.endif # GO_PKGCONFIG_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-pkgconfig
diff --git a/go-pkgconfig/distinfo b/go-pkgconfig/distinfo
new file mode 100644
index 0000000000..c70eaf9dcc
--- /dev/null
+++ b/go-pkgconfig/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-pkgconfig-cea12a0fd2454f031cbce19aec911c1e92af25da-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = b897df36b9ecee717d33ae74da0c7e3740a898e1
+RMD160 (go-pkgconfig-cea12a0fd2454f031cbce19aec911c1e92af25da-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = 9a5d416d6570650839bde3f85b81acebfc11aba5
+SHA512 (go-pkgconfig-cea12a0fd2454f031cbce19aec911c1e92af25da-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = 6e96c8480fafd3591f1d3486e39b49db59ce26e8b55443192e2a8ee756fee342797d3656b1ad3c97241258f0b7764e24ca7013c094805fb175a94cb893bdaa3a
+Size (go-pkgconfig-cea12a0fd2454f031cbce19aec911c1e92af25da-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = 5711 bytes
Home |
Main Index |
Thread Index |
Old Index