go-tocss: remove
deprecated go-package; no users in pkgsrc
This commit is contained in:
parent
442bfa2d9b
commit
79add8a5af
6 changed files with 1 additions and 66 deletions
|
@ -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-minify
|
|||
SUBDIR+= go-mux
|
||||
SUBDIR+= go-parse
|
||||
SUBDIR+= go-spritewell
|
||||
SUBDIR+= go-tocss
|
||||
SUBDIR+= goaccess
|
||||
SUBDIR+= grafana
|
||||
SUBDIR+= gtkasp2php
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
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"
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue