pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www go-tocss: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e977c2b4f34c
branches:  trunk
changeset: 455505:e977c2b4f34c
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 05 14:27:29 2021 +0000

description:
go-tocss: remove

deprecated go-package; no users in pkgsrc

diffstat:

 www/Makefile               |   3 +--
 www/go-tocss/DESCR         |   8 --------
 www/go-tocss/Makefile      |  22 ----------------------
 www/go-tocss/PLIST         |  12 ------------
 www/go-tocss/buildlink3.mk |  16 ----------------
 www/go-tocss/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 66 deletions(-)

diffs (101 lines):

diff -r 37c68cb2e38e -r e977c2b4f34c www/Makefile
--- a/www/Makefile      Mon Jul 05 14:26:25 2021 +0000
+++ b/www/Makefile      Mon Jul 05 14:27:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1560 2021/07/03 09:35:09 nia Exp $
+# $NetBSD: Makefile,v 1.1561 2021/07/05 14:27:29 nia Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -133,7 +133,6 @@
 SUBDIR+=       go-mux
 SUBDIR+=       go-parse
 SUBDIR+=       go-spritewell
-SUBDIR+=       go-tocss
 SUBDIR+=       goaccess
 SUBDIR+=       grafana
 SUBDIR+=       gtkasp2php
diff -r 37c68cb2e38e -r e977c2b4f34c www/go-tocss/DESCR
--- a/www/go-tocss/DESCR        Mon Jul 05 14:26:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-This is currently a, hopefully, simple to use LibSass Go API. It
-uses the C bindings in https://github.com/wellington/go-libsass/libs
-to do the heavy lifting.
-
-The primary motivation for this project is to add SCSS support to
-Hugo. It is has some generic tocss package names hoping that there
-will be a solid native Go implementation that can replace LibSass
-in the near future.
diff -r 37c68cb2e38e -r e977c2b4f34c www/go-tocss/Makefile
--- a/www/go-tocss/Makefile     Mon Jul 05 14:26:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 12:19:03 bsiegert Exp $
-
-DISTNAME=      go-tocss-0.5.0
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=bep/}
-PKGREVISION=   25
-CATEGORIES=    www
-GITHUB_PROJECT=        go-tocss
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/bep/go-tocss
-COMMENT=       Simple to use Go API for LibSass. Uses CGO
-LICENSE=       mit
-
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/bep/go-tocss
-
-USE_LANGUAGES= c c++
-
-.include "../../www/go-libsass/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 37c68cb2e38e -r e977c2b4f34c www/go-tocss/PLIST
--- a/www/go-tocss/PLIST        Mon Jul 05 14:26:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:48:11 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/bep/go-tocss/scss.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bep/go-tocss/scss/libsass.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bep/go-tocss/tocss.a
-gopkg/src/github.com/bep/go-tocss/LICENSE
-gopkg/src/github.com/bep/go-tocss/README.md
-gopkg/src/github.com/bep/go-tocss/appveyor.yml
-gopkg/src/github.com/bep/go-tocss/scss/common.go
-gopkg/src/github.com/bep/go-tocss/scss/common_test.go
-gopkg/src/github.com/bep/go-tocss/scss/libsass/transpiler.go
-gopkg/src/github.com/bep/go-tocss/scss/libsass/transpiler_test.go
-gopkg/src/github.com/bep/go-tocss/tocss/transpiler.go
diff -r 37c68cb2e38e -r e977c2b4f34c www/go-tocss/buildlink3.mk
--- a/www/go-tocss/buildlink3.mk        Mon Jul 05 14:26:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:48:11 ryoon Exp $
-
-BUILDLINK_TREE+=       go-tocss
-
-.if !defined(GO_TOCSS_BUILDLINK3_MK)
-GO_TOCSS_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-tocss=    ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-tocss?=         build
-
-BUILDLINK_API_DEPENDS.go-tocss+=       go-tocss>=0.5.0
-BUILDLINK_PKGSRCDIR.go-tocss?=         ../../www/go-tocss
-
-.endif # GO_TOCSS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-tocss
diff -r 37c68cb2e38e -r e977c2b4f34c www/go-tocss/distinfo
--- a/www/go-tocss/distinfo     Mon Jul 05 14:26:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/11/18 08:48:11 ryoon Exp $
-
-SHA1 (go-tocss-0.5.0.tar.gz) = e7d3eabd9f2edac48506c6580927b29a0ad28c26
-RMD160 (go-tocss-0.5.0.tar.gz) = aade891d5961bdbcdbb77e7ec6663ad4e3a2532a
-SHA512 (go-tocss-0.5.0.tar.gz) = df9c08241a0223bbb6b37b5da576a186152554ddc442cd0568a2f9bf7898e668587fe393c03f41e2b1cc994a3cd19d54c39fcf0e69e168451aff690883f42376
-Size (go-tocss-0.5.0.tar.gz) = 5370 bytes



Home | Main Index | Thread Index | Old Index