pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
go-pkgconfig: imported in pkgsrc
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: ng0
Date: Tue Apr 28 15:34:04 2020 +0200
Changeset: 058048a07be2e390417ff155db22ca0020365160
Modified Files:
Makefile
Removed Files:
go-pkgconfig/DESCR
go-pkgconfig/Makefile
go-pkgconfig/PLIST
go-pkgconfig/buildlink3.mk
go-pkgconfig/distinfo
Log Message:
go-pkgconfig: imported in pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=058048a07be2e390417ff155db22ca0020365160
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 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 7eaa258ab3..3f14c30b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -1180,7 +1180,6 @@ 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
deleted file mode 100644
index ff39aaedd3..0000000000
--- a/go-pkgconfig/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index e5cabc1470..0000000000
--- a/go-pkgconfig/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG= cea12a0fd2454f031cbce19aec911c1e92af25da
-DISTNAME= go-pkgconfig-0.0.0.20170226
-PKGREVISION= 5
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=xlab/}
-GITHUB_PROJECT= pkgconfig
-
-MAINTAINER= ng0%NetBSD.org@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= pkgconfig-${GITHUB_TAG}
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-pkgconfig/PLIST b/go-pkgconfig/PLIST
deleted file mode 100644
index e8abfa3358..0000000000
--- a/go-pkgconfig/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@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
deleted file mode 100644
index 11498f57d1..0000000000
--- a/go-pkgconfig/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $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
deleted file mode 100644
index ce095b3a76..0000000000
--- a/go-pkgconfig/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (go-pkgconfig-0.0.0.20170226-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = b897df36b9ecee717d33ae74da0c7e3740a898e1
-RMD160 (go-pkgconfig-0.0.0.20170226-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = 9a5d416d6570650839bde3f85b81acebfc11aba5
-SHA512 (go-pkgconfig-0.0.0.20170226-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = 6e96c8480fafd3591f1d3486e39b49db59ce26e8b55443192e2a8ee756fee342797d3656b1ad3c97241258f0b7764e24ca7013c094805fb175a94cb893bdaa3a
-Size (go-pkgconfig-0.0.0.20170226-cea12a0fd2454f031cbce19aec911c1e92af25da.tar.gz) = 5711 bytes
Home |
Main Index |
Thread Index |
Old Index