# 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 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 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 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