mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Rubygem-macaddr is a cross platform mac address determination
for ruby. WWW: http://codeforpeople.com/lib/ruby PR: ports/128625 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
b527b77010
commit
6c249d26a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222656
@ -821,6 +821,7 @@
|
||||
SUBDIR += ruby-spread
|
||||
SUBDIR += ruby-tcpsocketpipe
|
||||
SUBDIR += ruby-tserver
|
||||
SUBDIR += rubygem-macaddr
|
||||
SUBDIR += rubygem-net-netrc
|
||||
SUBDIR += rubygem-openid
|
||||
SUBDIR += rubygem-rightaws
|
||||
|
27
net/rubygem-macaddr/Makefile
Normal file
27
net/rubygem-macaddr/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: rubygem-macaddr
|
||||
# Date created: 05 Nov 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= macaddr
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RF/codeforpeople
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Cross Platform Mac Address Determination for Ruby
|
||||
|
||||
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
net/rubygem-macaddr/distinfo
Normal file
3
net/rubygem-macaddr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/macaddr-1.0.0.gem) = 29aec4bb915f39c99204c467fde37ee9
|
||||
SHA256 (rubygem/macaddr-1.0.0.gem) = c3c9dac7852ed1a5997a7a37f225d675318cc1c828d53dfb2bddbd522b09affd
|
||||
SIZE (rubygem/macaddr-1.0.0.gem) = 6144
|
4
net/rubygem-macaddr/pkg-descr
Normal file
4
net/rubygem-macaddr/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Rubygem-macaddr is a cross platform mac address determination
|
||||
for ruby.
|
||||
|
||||
WWW: http://codeforpeople.com/lib/ruby
|
Loading…
Reference in New Issue
Block a user