ports/145901: adopting an unmaintained port - MJBrune

Michael James Brune admin at mjbrune.org
Wed Apr 21 02:20:01 UTC 2010


>Number:         145901
>Category:       ports
>Synopsis:       adopting an unmaintained port - MJBrune
>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 Apr 21 02:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Michael James Brune
>Release:        8.0-RELEASE-p2
>Organization:
N/A
>Environment:
FreeBSD ports.mjbrune.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
I would like to become the maintainer of the x11-wm/jwm port.
>How-To-Repeat:
N/A
>Fix:
See attached please, thank you very much for your time.

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:
#
#	Makefile
#	distinfo
#	files
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# New ports collection makefile for:   jwm
X# Date created:        26 DEC 2005
X# Whom:                babak at farrokhi.net
X#
X# $FreeBSD: ports/x11-wm/jwm/Makefile,v 1.23 2010/03/28 06:47:41 dinoex Exp $
X#
X
XPORTNAME=	jwm
XPORTVERSION=	2.0.1
XPORTREVISION=	2
XCATEGORIES=	x11-wm
XMASTER_SITES=	SF \
X		http://joewing.net/programs/
X
X
XMAINTAINER=	admin at mjbrune.org
XCOMMENT=	Joe's Window Manager
X
XLIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png
X
XUSE_XORG=	xpm
XGNU_CONFIGURE=	yes
XUSE_BZIP2=	yes
XCFLAGS+=	-I${LOCALBASE}/include
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
X
XMAN1=		jwm.1
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
X	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/example.jwmrc
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/jwm ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/example.jwmrc ${PREFIX}/etc/system.jwmrc.sample
X	if ! [ -f ${PREFIX}/etc/system.jwmrc ]; then \
X		${INSTALL_DATA} ${WRKSRC}/example.jwmrc ${PREFIX}/etc/system.jwmrc; \
X	fi
X	${INSTALL_MAN} ${WRKSRC}/jwm.1 ${MANPREFIX}/man/man1/
X
X.include <bsd.port.post.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo
sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f'
XMD5 (jwm-2.0.1.tar.bz2) = 48f323cd78ea891172b2a61790e8c0ec
XSHA256 (jwm-2.0.1.tar.bz2) = dcd6a6bd519578dfc2f3cfde269cea1f9090c87ebf2940bff26cbcca00f0a5c7
XSIZE (jwm-2.0.1.tar.bz2) = 248607
57677d168a5ec21bdf22c9501f075a8f
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
XWM is a window manager for the X11 Window System. 
XJWM is written in C and uses only Xlib at a minimum. 
X
XWWW: http://joewing.net/programs/jwm/index.shtml
7f9555c3c1089940396b503dd37f3979
echo x - pkg-plist
sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742'
Xbin/jwm
X at unexec if cmp -s %D/etc/system.jwmrc %D/etc/system.jwmrc.sample; then rm -f %D/etc/system.jwmrc; fi
Xetc/system.jwmrc.sample
X at exec if [ ! -f %D/etc/system.jwmrc ]; then cp -p %D/etc/system.jwmrc.sample %D/etc/system.jwmrc; fi
842cde48cf18b70a11b15515ca566742
exit



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



More information about the freebsd-ports-bugs mailing list