mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 20120419
PR: ports/167344 Approved by: wen (maintainer)
This commit is contained in:
parent
b990fcd821
commit
7dca9e3dd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296619
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= webgo
|
||||
PORTVERSION= 0.1.0.${SVNVERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= LOCAL/jlaffaye
|
||||
DISTNAME= ${PORTNAME}-${SVNVERSION}
|
||||
@ -15,10 +14,18 @@ DISTNAME= ${PORTNAME}-${SVNVERSION}
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Simplest way to write web applications in the Go programming language
|
||||
|
||||
SVNVERSION= 20110915
|
||||
PLIST_FILES= ${GO_LIBDIR}/web.a
|
||||
SVNVERSION= 20120419
|
||||
|
||||
USE_GO= yes
|
||||
GO_PKGNAME= ${SUBLIBDIR}/web
|
||||
|
||||
SUBLIBDIR= github.com/hoisie
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
|
||||
${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/web.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
|
||||
${MKDIR} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME}
|
||||
(cd ${GO_WRKSRC}/ && ${COPYTREE_SHARE} \* ${GO_LOCAL_SRCDIR}/${GO_PKGNAME})
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (webgo-20110915.tar.gz) = 2dcb0092401501b54e8001f102af9a8103a97935e3bc3da683a70f8d3a1df45f
|
||||
SIZE (webgo-20110915.tar.gz) = 20612
|
||||
SHA256 (webgo-20120419.tar.gz) = f31a68c7142fe1e64bdb07151482b371fd3da5d61dc0c35e046aec6c3a6a92d2
|
||||
SIZE (webgo-20120419.tar.gz) = 15237
|
||||
|
@ -14,4 +14,4 @@ Some features include:
|
||||
execution and page render speed
|
||||
* Serving static files
|
||||
|
||||
WWW: https://github.com/hoisie/web.go
|
||||
WWW: https://github.com/hoisie/web
|
||||
|
23
www/webgo/pkg-plist
Normal file
23
www/webgo/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
||||
%%GO_LIBDIR%%/github.com/hoisie/web.a
|
||||
go/src/pkg/%%GO_PKGNAME%%/LICENSE
|
||||
go/src/pkg/%%GO_PKGNAME%%/Makefile
|
||||
go/src/pkg/%%GO_PKGNAME%%/Readme.md
|
||||
go/src/pkg/%%GO_PKGNAME%%/fcgi.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/scgi.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/status.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/web.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/web_test.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/Makefile
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/arcchallenge.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/hello.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/logger.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/methodhandler.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/multipart.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/multiserver.go
|
||||
go/src/pkg/%%GO_PKGNAME%%/examples/params.go
|
||||
@dirrm go/src/pkg/%%GO_PKGNAME%%/examples
|
||||
@dirrm go/src/pkg/%%GO_PKGNAME%%
|
||||
@dirrmtry go/src/pkg/github.com/hoisie
|
||||
@dirrmtry go/src/pkg/github.com/
|
||||
@dirrmtry %%GO_LIBDIR%%/github.com/hoisie
|
||||
@dirrmtry %%GO_LIBDIR%%/github.com
|
Loading…
Reference in New Issue
Block a user