Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2008 01:34:30 +0100 (CET)
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@roe.ch
Subject:   ports/128591: New port: textproc/rubygem-diff-lcm 1.1.2
Message-ID:  <200811050034.mA50YUCE042601@marvin.ustcor.roe.ch>
Resent-Message-ID: <200811050040.mA50e1O4039795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128591
>Category:       ports
>Synopsis:       New port: textproc/rubygem-diff-lcm 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 00:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 7.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD marvin.ustcor.roe.ch 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Wed Oct 1 10:10:12 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers.

WWW: http://rubyforge.org/projects/ruwiki/

Note that this port is a dependency of the new port devel/rubygem-grit,
submitted in a separate PR.
>How-To-Repeat:
>Fix:
--- rubygem-diff-lcs.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-diff-lcs
#	rubygem-diff-lcs/Makefile
#	rubygem-diff-lcs/pkg-descr
#	rubygem-diff-lcs/distinfo
#
echo c - rubygem-diff-lcs
mkdir -p rubygem-diff-lcs > /dev/null 2>&1
echo x - rubygem-diff-lcs/Makefile
sed 's/^X//' >rubygem-diff-lcs/Makefile << 'END-of-rubygem-diff-lcs/Makefile'
X# Ports collection makefile for:	rubygem-diff-lcs
X# Date created:				2008-11-05
X# Whom:					Daniel Roethlisberger <daniel@roe.ch>
X#
X# $FreeBSD$
X
XPORTNAME=	diff-lcs
XPORTVERSION=	1.1.2
XCATEGORIES=	textproc rubygems
XMASTER_SITES=	RF
XMASTER_SITE_SUBDIR=	ruwiki
X
XMAINTAINER=	daniel@roe.ch
XCOMMENT=	LCS-based diff library for ruby
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
X
Xpost-install:
X	@${ECHO} bin/ldiff >> ${TMPPLIST}
X	@${ECHO} bin/htmldiff >> ${TMPPLIST}
X	@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
X	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
X
X.include <bsd.port.mk>
END-of-rubygem-diff-lcs/Makefile
echo x - rubygem-diff-lcs/pkg-descr
sed 's/^X//' >rubygem-diff-lcs/pkg-descr << 'END-of-rubygem-diff-lcs/pkg-descr'
XDiff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
Xcommon subsequence (LCS) algorithm to compute intelligent differences between
Xtwo sequenced enumerable containers.
X
XWWW: http://rubyforge.org/projects/ruwiki/
END-of-rubygem-diff-lcs/pkg-descr
echo x - rubygem-diff-lcs/distinfo
sed 's/^X//' >rubygem-diff-lcs/distinfo << 'END-of-rubygem-diff-lcs/distinfo'
XMD5 (rubygem/diff-lcs-1.1.2.gem) = 60524d29b37f76d56ce835323e324879
XSHA256 (rubygem/diff-lcs-1.1.2.gem) = d78fc78ce54ea5ed423589b97b96cfc7f35feac4a27d2895560af2736077abc4
XSIZE (rubygem/diff-lcs-1.1.2.gem) = 27136
END-of-rubygem-diff-lcs/distinfo
exit
--- rubygem-diff-lcs.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811050034.mA50YUCE042601>