ports/189059: devel/diffconvert maintainer-update, master-sites, staged

C Hutchinson portmaster at bsdforge.com
Sun Apr 27 20:40:00 UTC 2014


>Number:         189059
>Category:       ports
>Synopsis:       devel/diffconvert maintainer-update, master-sites, staged
>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:   Sun Apr 27 20:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     C Hutchinson
>Release:        
>Organization:
>Environment:
>Description:
devel/diffconvert
A converter between context diff and unidiff formats

new-port
staged
master-sites
maintainer-update

files:
bin/cd2ud
bin/cdiffreverse
bin/ud2cd
bin/udiffreverse

>How-To-Repeat:

>Fix:
commit attached patch.


Patch attached with submission follows:

# 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:
#
#	diffconvert
#	diffconvert/Makefile
#	diffconvert/distinfo
#	diffconvert/pkg-descr
#	diffconvert/pkg-plist
#
echo c - diffconvert
mkdir -p diffconvert > /dev/null 2>&1
echo x - diffconvert/Makefile
sed 's/^X//' >diffconvert/Makefile << '545333f79d366c5bd469410cd8338184'
X# devel/ecgi/Makefile 2014-04-27 12:49:44
X# Created by: C Hutchinson <portmaster at bsdforge.com>
X#
X
XPORTNAME=	diffconvert
XPORTVERSION=	1.4
XCATEGORIES=	devel textproc
XMASTER_SITES=	http://bsdforge.com/projects/source/devel/diffconvert/
X
XMAINTAINER=	portmaster at bsdforge.com
XCOMMENT=	A converter between context diff and unidiff formats
X
XLICENSE=	GPLv2
X
XUSES= tar:xz
X
XPROGRAMS=	cd2ud cdiffreverse ud2cd udiffreverse
X
Xdo-build:
X.for P in ${PROGRAMS}
X	${CXX} ${WRKSRC}/${P}.cc -o ${WRKSRC}/${P}
X.endfor
X
Xdo-install:
X.for P in ${PROGRAMS}
X	${INSTALL_PROGRAM} ${WRKSRC}/$P ${STAGEDIR}${PREFIX}/bin
X.endfor
X
X.include <bsd.port.mk>
545333f79d366c5bd469410cd8338184
echo x - diffconvert/distinfo
sed 's/^X//' >diffconvert/distinfo << 'b63691fa401a02f254002bd5c32da91c'
XSHA256 (diffconvert-1.4.tar.xz) = b89f8884e9ab3c7532ad1db026d2f60c3bc7d24ca07b9978b6f4f339a119b402
XSIZE (diffconvert-1.4.tar.xz) = 24940
b63691fa401a02f254002bd5c32da91c
echo x - diffconvert/pkg-descr
sed 's/^X//' >diffconvert/pkg-descr << '8fad3811235bb0b3d33471a84c9a503c'
XThis package contains four programs for converting diffs. Diff files are
Xcreated by GNU diff and accepted as input by GNU patch. The two most
Xcommon forms are "context diffs" and "unidiffs".
X
X  ud2cd          converts a unidiff (input) to a context diff (output).
X  cd2ud          converts a context diff (input) to a unidiff (output).
X  cdiffreverse   reverses a context diff.
X  udiffreverse   reverses a unidiff.
X
Xcd2ud is decicated to David S. Miller "context diffs make my head spin".
X- George Reid
8fad3811235bb0b3d33471a84c9a503c
echo x - diffconvert/pkg-plist
sed 's/^X//' >diffconvert/pkg-plist << 'ac3f3648505e47f3f41a8e4cd9325eb7'
Xbin/cd2ud
Xbin/cdiffreverse
Xbin/ud2cd
Xbin/udiffreverse
ac3f3648505e47f3f41a8e4cd9325eb7
exit



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


More information about the freebsd-ports-bugs mailing list