mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Rubygem-uuid is a UUID generator for Ruby.
WWW: http://rubyforge.org/projects/reliable-msg/ PR: ports/128626 Submitted by: Wen Heping<wenheping at gmail.com>
This commit is contained in:
parent
2dfb96a62b
commit
294776a3e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222659
@ -2444,6 +2444,7 @@
|
||||
SUBDIR += rubygem-stream
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-tzinfo
|
||||
SUBDIR += rubygem-uuid
|
||||
SUBDIR += rubygem-warbler
|
||||
SUBDIR += rubygem-zentest
|
||||
SUBDIR += rudeconfig
|
||||
|
30
devel/rubygem-uuid/Makefile
Normal file
30
devel/rubygem-uuid/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: rubygem-uuid
|
||||
# Date created: 06 Nov 2008
|
||||
# Whom: Wen Heping<wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= uuid
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RF/reliable-msg
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= UUID Generator for Ruby
|
||||
|
||||
BUILD_DEPENDS= rubygem-macaddr>=1.0.0:${PORTSDIR}/net/rubygem-macaddr
|
||||
RUN_DEPENDS= rubygem-macaddr>=1.0.0:${PORTSDIR}/net/rubygem-macaddr
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
|
||||
post-install:
|
||||
@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
|
||||
@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-uuid/distinfo
Normal file
3
devel/rubygem-uuid/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/uuid-2.0.1.gem) = 2dd466c8f378ec060f7dac2501651710
|
||||
SHA256 (rubygem/uuid-2.0.1.gem) = c2ccbc2e254abcbb90c04e322c90d4ed67a73dfe0bb69b411290fc4e8be2bcef
|
||||
SIZE (rubygem/uuid-2.0.1.gem) = 10240
|
3
devel/rubygem-uuid/pkg-descr
Normal file
3
devel/rubygem-uuid/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Rubygem-uuid is a UUID generator for Ruby.
|
||||
|
||||
WWW: http://rubyforge.org/projects/reliable-msg/
|
Loading…
Reference in New Issue
Block a user