mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
New port: invitation_to_ruby
A very introductory view of Ruby, for someone who's not used it before. Since there was no license on the web pages, I got explicit permission via email from the author to include it in ports.
This commit is contained in:
parent
c875bd2ca9
commit
d6b758dc0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65208
@ -241,6 +241,7 @@
|
||||
SUBDIR += imake
|
||||
SUBDIR += imake-4
|
||||
SUBDIR += inilib
|
||||
SUBDIR += invitation_to_ruby
|
||||
SUBDIR += ixlib
|
||||
SUBDIR += jakarta-ant
|
||||
SUBDIR += jam
|
||||
|
53
devel/invitation_to_ruby/Makefile
Normal file
53
devel/invitation_to_ruby/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# ex:ts=8
|
||||
#
|
||||
# New ports collection makefile for: invitation_to_ruby
|
||||
# Date created: 2002/08/28
|
||||
# Whom: Alan Eldridge <ports@geeksrus.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= invitation_to_ruby
|
||||
PORTVERSION= 1.0.0
|
||||
#PORTEPOCH=
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://w3.one.net/~jweirich/development/talks/
|
||||
#MASTER_SITE_SUBDIR=
|
||||
#PKGNAMEPREFIX=
|
||||
#PKGNAMESUFFIX=
|
||||
DISTNAME= invitationtoruby
|
||||
EXTRACT_SUFX= .tgz
|
||||
#DISTFILES=
|
||||
#DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
#EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= ports@geeksrus.net
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST= ${WRKDIR}/plist
|
||||
|
||||
CPIO?= /usr/bin/cpio
|
||||
SORT?= /usr/bin/sort
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
${RM} -f ${PLIST}
|
||||
${ECHO_CMD} "@comment files" >> ${PLIST}
|
||||
cd ${WRKSRC}; ${FIND} . -type f | cut -c2- \
|
||||
| ${SED} 's|^|${DOCSDIR:S,${PREFIX}/,,}|' \
|
||||
| ${SORT} >> ${PLIST}
|
||||
${ECHO_CMD} "@comment directories" >> ${PLIST}
|
||||
cd ${WRKSRC}; ${FIND} . -type d | cut -c2- \
|
||||
| ${SED} 's|^|@dirrm ${DOCSDIR:S,${PREFIX}/,,}|' \
|
||||
| ${SORT} -r >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
${RM} -fr ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}; find . | ${CPIO} -pdmv -R ${DOCOWN}:${DOCGRP} ${DOCSDIR}
|
||||
${CHMOD} -R ugo-w,ugo+rX ${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
#EOF
|
1
devel/invitation_to_ruby/distinfo
Normal file
1
devel/invitation_to_ruby/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (invitationtoruby.tgz) = 2e44bef705ebccdd97de49a76875e0da
|
1
devel/invitation_to_ruby/pkg-comment
Normal file
1
devel/invitation_to_ruby/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A talk given by Jim Weirich, a brief introduction to Ruby
|
1
devel/invitation_to_ruby/pkg-descr
Normal file
1
devel/invitation_to_ruby/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A talk given by Jim Weirich, a brief introduction to Ruby.
|
1
devel/invitation_to_ruby/pkg-plist
Normal file
1
devel/invitation_to_ruby/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment The package list is generated by the Makefile.
|
Loading…
Reference in New Issue
Block a user