From beyert@fastmail.fm  Thu Mar 22 22:35:50 2012
Return-Path: <beyert@fastmail.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B8D9D106564A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 22 Mar 2012 22:35:50 +0000 (UTC)
	(envelope-from beyert@fastmail.fm)
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25])
	by mx1.freebsd.org (Postfix) with ESMTP id 825B18FC16
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 22 Mar 2012 22:35:50 +0000 (UTC)
Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E5D9F2179B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 22 Mar 2012 18:35:49 -0400 (EDT)
Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161])
  by compute5.internal (MEProxy); Thu, 22 Mar 2012 18:35:49 -0400
Received: from aeonserv.aeonnet.fastmail.fm (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240])
	by mail.messagingengine.com (Postfix) with ESMTPSA id 18F204827A2;
	Thu, 22 Mar 2012 18:35:49 -0400 (EDT)
Message-Id: <87sjh0fem5.wl@fastmail.fm>
Date: Thu, 22 Mar 2012 15:35:46 -0700
From: Timothy Beyer <beyert@cs.ucr.edu>
To: FreeBSD GNATS Submit <FreeBSD-gnats-submit@FreeBSD.org>
Cc: Timothy Beyer <beyert@cs.ucr.edu>
Subject: new port: x11/metalock

>Number:         166326
>Category:       ports
>Synopsis:       new port: x11/metalock
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 22:40:00 UTC 2012
>Closed-Date:    Sat Apr 07 15:23:37 UTC 2012
>Last-Modified:  Sat Apr  7 15:30:01 UTC 2012
>Originator:     Timothy Beyer
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
no organization
>Environment:
System: FreeBSD aeonserv.aeonnet 9.0-RELEASE FreeBSD 9.0-RELEASE #9: Fri Mar 9 00:02:30 PST 2012 root@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386
 
>Description:

Metalock is an enhanced screen locker for the X11 windowing system.

It is designed to be used with a background screen daemon, such as xidle.

(I am the author of the program.)

>How-To-Repeat:
extract shar archive and build port

depends on problem report for devel/ultragetopt:

(see http://www.freebsd.org/cgi/query-pr.cgi?pr=166288 for more details)

>Fix:
    The included shar, and all prerequisite shar files

--- metalock.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:
#
#	metalock
#	metalock/Makefile
#	metalock/distinfo
#	metalock/pkg-descr
#	metalock/pkg-plist
#
echo c - metalock
mkdir -p metalock > /dev/null 2>&1
echo x - metalock/Makefile
sed 's/^X//' >metalock/Makefile << '0c348211a66396e982e9a0c0190bc37c'
X# New ports collection makefile for:	metalock
X# Date created:		21 March 2012
X# Whom:			Timothy Beyer <beyert@cs.ucr.edu>
X#
X# $FreeBSD: ports/x11/metalock/Makefile,v 1.00 2012/03/21 00:21:48 beyert Exp $
X#
X
XPORTNAME=	metalock
XPORTVERSION=	0.7.9
XCATEGORIES=	x11
XMASTER_SITES=	BERLIOS GOOGLE_CODE
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
X	${PORTNAME}_theme-Blue_Marble-1.3${EXTRACT_SUFX}
X
XMAINTAINER=	beyert@cs.ucr.edu
XCOMMENT=	Enhanced X11 screen locker
X
XLICENSE=	MIT
XLICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
X
XFETCH_ARGS= "-Fpr"
XUSE_BZIP2= yes
XUSE_XORG=	x11 xt xproto xext xpm
X
XOPTIONS=	IMLIB2	"Use Imlib2"		on  \
X		XFT	"Use Xft Fonts"				on  \
X		ULTRAGETOPT	"Use Ultragetopt"				on
X
X.include <bsd.port.options.mk>
X
X.if !defined(WITHOUT_ULTRAGETOPT)
XLIB_DEPENDS+=	ultragetopt.0:${PORTSDIR}/devel/ultragetopt
XBUILD_DEPENDS+= ${LOCALBASE}/include/ultragetopt.h:${PORTSDIR}/devel/ultragetopt
XRUN_DEPENDS+= ${LOCALBASE}/include/ultragetopt.h:${PORTSDIR}/devel/ultragetopt
XUSE_ULTRAGETOPT= yes
X.else
XUSE_ULTRAGETOPT= no
X.endif
X
X.if !defined(WITHOUT_IMLIB2)
XUSE_EFL=	imlib2
XUSE_IMLIB2= yes
X.else
XUSE_IMLIB2= no
X.endif
X
X.if !defined(WITHOUT_XFT)
XUSE_XORG+= xft
XUSE_XFT= yes
X.else
XUSE_XFT= no
X.endif
X
XMAKE_ARGS= PREFIX="${LOCALBASE}" DEST_PREFIX="${PREFIX}" USE_XFT="${USE_XFT}" \
X	USE_ULTRAGETOPT="${USE_ULTRAGETOPT}" USE_IMLIB2="${USE_IMLIB2}"
X
XWRKSRC= ${WRKDIR}/${DISTNAME}/src
X
Xpost-extract:
X	${MKDIR} ${WRKDIR}/${DISTNAME}/themes
X	${CP} -pR ${WRKDIR}/Blue_Marble ${WRKDIR}/${DISTNAME}/themes/
X
X.include <bsd.port.mk>
0c348211a66396e982e9a0c0190bc37c
echo x - metalock/distinfo
sed 's/^X//' >metalock/distinfo << '8a20999b848e851b787129368a80e690'
XSHA256 (metalock-0.7.9.tar.bz2) = bc712e6f8c9a8dd8fd5e9a44ac723144922beda5f5af97c5c8402599c25e2771
XSIZE (metalock-0.7.9.tar.bz2) = 11875
XSHA256 (metalock_theme-Blue_Marble-1.3.tar.bz2) = 1ae914460290b637cc505f41d9b7f9884b1a751f3831ab522d8c8089f0499983
XSIZE (metalock_theme-Blue_Marble-1.3.tar.bz2) = 390567
8a20999b848e851b787129368a80e690
echo x - metalock/pkg-descr
sed 's/^X//' >metalock/pkg-descr << '7856526bd20c0a654e37ad8391d93dd2'
XMetalock is an enhanced screen locker for the X11 windowing system.
X
XIt is designed to be used with a background screen daemon, such as xidle.
X
XCurrent features include:
X
X- Support for pixmap (image) xpm background and login box.
X
X- It gives visual feedback as you type the password (Shows username and * for
Xeach character of password typed.)
X
X- Bind arbitrary commands to key combinations (allows tasks such as
Xpause/un-pause music without unlocking the screen)
X
X- Optional XFT support for anti-aliased fonts. (This is optional in case
Xgreater security is desired)
X
X- Optional Imlib2 support for use of png or jpg formats, which are more
Xappropriate for photos or high-color images than xpm.
X
X- Portable to most UNIX-like operating systems, developed on FreeBSD.
X
XWWW: http://chiselapp.com/user/beyert/repository/metalock/
7856526bd20c0a654e37ad8391d93dd2
echo x - metalock/pkg-plist
sed 's/^X//' >metalock/pkg-plist << '7ca8a2ff7262383b9634e7a0a7d1900a'
Xbin/metalock
X%%DATADIR%%/themes/Blue_Marble/bg.xpm.gz
X%%DATADIR%%/themes/Blue_Marble/box.xpm.gz
X%%DATADIR%%/themes/Blue_Marble/metadata.mk
X@dirrmtry %%DATADIR%%/themes/Blue_Marble
X@dirrmtry %%DATADIR%%/themes
X@dirrmtry %%DATADIR%%
7ca8a2ff7262383b9634e7a0a7d1900a
exit

--- metalock.shar ends here ---
>Release-Note:
>Audit-Trail:

From: Timothy Beyer <beyert@cs.ucr.edu>
To: bug-followup@FreeBSD.org, Timothy Beyer <beyert@cs.ucr.edu>
Cc:  
Subject: Re: ports/166326: new port: x11/metalock
Date: Fri, 23 Mar 2012 21:42:35 -0700

 Hi,
 
 Here is a diff to update to version 0.8.0.  Please apply this before adding the port.
 
 (I previously sent this diff to bug-followup@FreeBSD.org without the
 tracking number in the subject, I apologize for the inconvenience)
 
 Regards,
 Tim
 
 --- metalock.diff begins here ---
 Index: x11/metalock/Makefile
 ==================================================================
 --- x11/metalock/Makefile
 +++ x11/metalock/Makefile
 @@ -4,11 +4,11 @@
  #
  # $FreeBSD: ports/x11/metalock/Makefile,v 1.00 2012/03/21 00:21:48 beyert Exp $
  #
  
  PORTNAME=	metalock
 -PORTVERSION=	0.7.9
 +PORTVERSION=	0.8.0
  CATEGORIES=	x11
  MASTER_SITES=	BERLIOS GOOGLE_CODE
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
  	${PORTNAME}_theme-Blue_Marble-1.3${EXTRACT_SUFX}
  
 
 Index: x11/metalock/distinfo
 ==================================================================
 --- x11/metalock/distinfo
 +++ x11/metalock/distinfo
 @@ -1,4 +1,4 @@
 -SHA256 (metalock-0.7.9.tar.bz2) = bc712e6f8c9a8dd8fd5e9a44ac723144922beda5f5af97c5c8402599c25e2771
 -SIZE (metalock-0.7.9.tar.bz2) = 11875
 +SHA256 (metalock-0.8.0.tar.bz2) = 5a4a36b909ce8ad29fb84885ab5d978db81b36a3b17336008c8958893838cb12
 +SIZE (metalock-0.8.0.tar.bz2) = 11919
  SHA256 (metalock_theme-Blue_Marble-1.3.tar.bz2) = 1ae914460290b637cc505f41d9b7f9884b1a751f3831ab522d8c8089f0499983
  SIZE (metalock_theme-Blue_Marble-1.3.tar.bz2) = 390567
 --- metalock.diff ends here ---
Responsible-Changed-From-To: freebsd-ports-bugs->cs 
Responsible-Changed-By: cs 
Responsible-Changed-When: Thu Mar 29 09:21:29 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166326 
State-Changed-From-To: open->closed 
State-Changed-By: cs 
State-Changed-When: Sat Apr 7 15:23:23 UTC 2012 
State-Changed-Why:  
Committed. Thank you very much. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166326 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166326: commit references a PR
Date: Sat,  7 Apr 2012 15:22:39 +0000 (UTC)

 cs          2012-04-07 15:22:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11                  Makefile 
   Added files:
     x11/metalock         Makefile distinfo pkg-descr pkg-plist 
   Log:
   Metalock is an enhanced screen locker for the X11 windowing system. It is
   designed to be used with a background screen daemon, such as xidle.
   
   Current features include:
           - Support for pixmap (image) xpm background and login box.
           - It gives visual feedback as you type the password (Shows username and
             * for each character of password typed.)
           - Bind arbitrary commands to key combinations (allows tasks such as
             pause/un-pause music without unlocking the screen)
           - Optional XFT support for anti-aliased fonts. (This is optional in case
             greater security is desired)
           - Optional Imlib2 support for use of png or jpg formats, which are more
             appropriate for photos or high-color images than xpm.
           - Portable to most UNIX-like operating systems, developed on FreeBSD.
   
   WWW: http://chiselapp.com/user/beyert/repository/metalock/
   
   PR:             ports/166326
   Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>
   Approved by:    wen@ (mentor)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.780     +1 -0      ports/x11/Makefile
   1.1       +62 -0     ports/x11/metalock/Makefile (new)
   1.1       +4 -0      ports/x11/metalock/distinfo (new)
   1.1       +16 -0     ports/x11/metalock/pkg-descr (new)
   1.1       +7 -0      ports/x11/metalock/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
