pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel go-afero: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/e028181ed7ca
branches: trunk
changeset: 452807:e028181ed7ca
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sun May 16 16:38:44 2021 +0000
description:
go-afero: remove
Obsolete Go library, no longer has any dependencies.
diffstat:
devel/Makefile | 3 +--
devel/go-afero/DESCR | 17 -----------------
devel/go-afero/Makefile | 25 -------------------------
devel/go-afero/PLIST | 42 ------------------------------------------
devel/go-afero/buildlink3.mk | 21 ---------------------
devel/go-afero/distinfo | 6 ------
6 files changed, 1 insertions(+), 113 deletions(-)
diffs (148 lines):
diff -r bae1bc584d62 -r e028181ed7ca devel/Makefile
--- a/devel/Makefile Sun May 16 15:29:35 2021 +0000
+++ b/devel/Makefile Sun May 16 16:38:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3391 2021/05/15 17:41:43 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3392 2021/05/16 16:38:44 bsiegert Exp $
#
COMMENT= Development utilities
@@ -402,7 +402,6 @@
SUBDIR+= gnustep-make
SUBDIR+= gnustep-objc
SUBDIR+= gnustep-objc-lf2
-SUBDIR+= go-afero
SUBDIR+= go-amber
SUBDIR+= go-argv
SUBDIR+= go-assert
diff -r bae1bc584d62 -r e028181ed7ca devel/go-afero/DESCR
--- a/devel/go-afero/DESCR Sun May 16 15:29:35 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-Afero is an filesystem framework providing a simple, uniform and universal API
-interacting with any filesystem, as an abstraction layer providing interfaces,
-types and methods. Afero has an exceptionally clean interface and simple design
-without needless constructors or initialization methods.
-
-Afero is also a library providing a base set of interoperable backend
-filesystems that make it easy to work with afero while retaining all the power
-and benefit of the os and ioutil packages.
-
-Afero provides significant improvements over using the os package alone, most
-notably the ability to create mock and testing filesystems without relying on
-the disk.
-
-It is suitable for use in a any situation where you would consider using the OS
-package as it provides an additional abstraction that makes it easy to use a
-memory backed file system during testing. It also adds support for the http
-filesystem for full interoperability.
diff -r bae1bc584d62 -r e028181ed7ca devel/go-afero/Makefile
--- a/devel/go-afero/Makefile Sun May 16 15:29:35 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2021/05/08 15:02:46 bsiegert Exp $
-
-DISTNAME= afero-1.1.1
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 25
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=spf13/}
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/spf13/afero
-COMMENT= FileSystem Abstraction System for Go
-LICENSE= apache-2.0
-
-GO_DIST_BASE= ${DISTNAME}
-GO_SRCPATH= github.com/spf13/afero
-
-.include "../../textproc/go-text/buildlink3.mk"
-.include "../../security/go-sftp/buildlink3.mk"
-.include "../../devel/go-fs/buildlink3.mk"
-.include "../../devel/go-errors/buildlink3.mk"
-.include "../../security/go-crypto/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r bae1bc584d62 -r e028181ed7ca devel/go-afero/PLIST
--- a/devel/go-afero/PLIST Sun May 16 15:29:35 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/09/04 03:07:47 minskim Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/afero.a
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/afero/mem.a
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/afero/sftpfs.a
-gopkg/src/github.com/spf13/afero/LICENSE.txt
-gopkg/src/github.com/spf13/afero/README.md
-gopkg/src/github.com/spf13/afero/afero.go
-gopkg/src/github.com/spf13/afero/afero_test.go
-gopkg/src/github.com/spf13/afero/appveyor.yml
-gopkg/src/github.com/spf13/afero/basepath.go
-gopkg/src/github.com/spf13/afero/basepath_test.go
-gopkg/src/github.com/spf13/afero/cacheOnReadFs.go
-gopkg/src/github.com/spf13/afero/composite_test.go
-gopkg/src/github.com/spf13/afero/const_bsds.go
-gopkg/src/github.com/spf13/afero/const_win_unix.go
-gopkg/src/github.com/spf13/afero/copyOnWriteFs.go
-gopkg/src/github.com/spf13/afero/copyOnWriteFs_test.go
-gopkg/src/github.com/spf13/afero/httpFs.go
-gopkg/src/github.com/spf13/afero/ioutil.go
-gopkg/src/github.com/spf13/afero/ioutil_test.go
-gopkg/src/github.com/spf13/afero/lstater.go
-gopkg/src/github.com/spf13/afero/lstater_test.go
-gopkg/src/github.com/spf13/afero/match.go
-gopkg/src/github.com/spf13/afero/match_test.go
-gopkg/src/github.com/spf13/afero/mem/dir.go
-gopkg/src/github.com/spf13/afero/mem/dirmap.go
-gopkg/src/github.com/spf13/afero/mem/file.go
-gopkg/src/github.com/spf13/afero/mem/file_test.go
-gopkg/src/github.com/spf13/afero/memmap.go
-gopkg/src/github.com/spf13/afero/memmap_test.go
-gopkg/src/github.com/spf13/afero/os.go
-gopkg/src/github.com/spf13/afero/path.go
-gopkg/src/github.com/spf13/afero/path_test.go
-gopkg/src/github.com/spf13/afero/readonlyfs.go
-gopkg/src/github.com/spf13/afero/regexpfs.go
-gopkg/src/github.com/spf13/afero/ro_regexp_test.go
-gopkg/src/github.com/spf13/afero/sftpfs/file.go
-gopkg/src/github.com/spf13/afero/sftpfs/sftp.go
-gopkg/src/github.com/spf13/afero/sftpfs/sftp_test_go
-gopkg/src/github.com/spf13/afero/unionFile.go
-gopkg/src/github.com/spf13/afero/util.go
-gopkg/src/github.com/spf13/afero/util_test.go
diff -r bae1bc584d62 -r e028181ed7ca devel/go-afero/buildlink3.mk
--- a/devel/go-afero/buildlink3.mk Sun May 16 15:29:35 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/09/04 03:07:47 minskim Exp $
-
-BUILDLINK_TREE+= go-afero
-
-.if !defined(GO_AFERO_BUILDLINK3_MK)
-GO_AFERO_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-afero= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-afero?= build
-
-BUILDLINK_API_DEPENDS.go-afero+= go-afero>=1.1.1
-BUILDLINK_PKGSRCDIR.go-afero?= ../../devel/go-afero
-
-.include "../../textproc/go-text/buildlink3.mk"
-.include "../../security/go-sftp/buildlink3.mk"
-.include "../../devel/go-fs/buildlink3.mk"
-.include "../../devel/go-errors/buildlink3.mk"
-.include "../../security/go-crypto/buildlink3.mk"
-.endif # GO_AFERO_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-afero
diff -r bae1bc584d62 -r e028181ed7ca devel/go-afero/distinfo
--- a/devel/go-afero/distinfo Sun May 16 15:29:35 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/09/04 03:07:47 minskim Exp $
-
-SHA1 (afero-1.1.1.tar.gz) = 23de9f1ca387d88cacbc748cd6ae947e4c537a2a
-RMD160 (afero-1.1.1.tar.gz) = 0c7ab5a6d6bb1e0e700631f8cc128617fe08722f
-SHA512 (afero-1.1.1.tar.gz) = 95b39158b74629738efe0a72cc625bab99ede931d464d0569311e7e8d970b093d6033f922a6b5c899c47dfb274f2b4a9f54639e0d8ed9f55322f193a379ba23e
-Size (afero-1.1.1.tar.gz) = 45250 bytes
Home |
Main Index |
Thread Index |
Old Index