From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 20 18:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B5310656A1 for ; Mon, 20 Oct 2008 18:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ACD8C8FC1D for ; Mon, 20 Oct 2008 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9KIU2tP022268 for ; Mon, 20 Oct 2008 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9KIU2lS022265; Mon, 20 Oct 2008 18:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 20 Oct 2008 18:30:02 GMT Resent-Message-Id: <200810201830.m9KIU2lS022265@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dennis Herrmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3C8D106567D for ; Mon, 20 Oct 2008 18:20:09 +0000 (UTC) (envelope-from adox@mcx2.org) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.187]) by mx1.freebsd.org (Postfix) with ESMTP id 00A348FC14 for ; Mon, 20 Oct 2008 18:20:07 +0000 (UTC) (envelope-from adox@mcx2.org) Received: by gv-out-0910.google.com with SMTP id n8so316687gve.39 for ; Mon, 20 Oct 2008 11:20:06 -0700 (PDT) Received: by 10.103.5.14 with SMTP id h14mr1317719mui.132.1224526804654; Mon, 20 Oct 2008 11:20:04 -0700 (PDT) Received: from localhost (p5090F237.dip.t-dialin.net [80.144.242.55]) by mx.google.com with ESMTPS id e8sm27140795muf.6.2008.10.20.11.20.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Oct 2008 11:20:03 -0700 (PDT) Message-Id: <48fccbd3.08b6660a.49ed.ffffc012@mx.google.com> Date: Mon, 20 Oct 2008 11:20:03 -0700 (PDT) From: Dennis Herrmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128249: [NEW PORT] x11-fonts/montecarlo_fonts - A monospace font X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2008 18:30:03 -0000 >Number: 128249 >Category: ports >Synopsis: [NEW PORT] x11-fonts/montecarlo_fonts - A monospace font >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: Mon Oct 20 18:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Oct 9 22:49:46 CEST 2008 root@dhn.homeunix.com:/usr/obj/usr/src/sys/PARANOIA i386 >Description: MonteCarlo is a bitmap font suitable for code editors. All the characters have the same width, which is ideal for alignment. It is loosely derived from the look of the Monaco screen font that was available on the old MacOS systems. Some changes have been made to make it easier to differentiate certain symbols. >How-To-Repeat: >Fix: --- montecarlo_fonts.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: # # montecarlo_fonts # montecarlo_fonts/Makefile # montecarlo_fonts/distinfo # montecarlo_fonts/pkg-descr # echo c - montecarlo_fonts mkdir -p montecarlo_fonts > /dev/null 2>&1 echo x - montecarlo_fonts/Makefile sed 's/^X//' >montecarlo_fonts/Makefile << '1e933824d71dad5094299c85a7e6cf01' X# New ports collection makefile for: montecarlo_fonts X# Date Created: 20 Okt 2008 X# Whom: Dennis Herrmann X# X# $FreeBSD:$ X# X XPORTNAME= montecarlo_fonts XPORTVERSION= 1.0 XCATEGORIES= x11-fonts XMASTER_SITES= http://bok.net/MonteCarlo/downloads/ XDISTNAME= MonteCarlo-PCF XEXTRACT_SUFX= .tgz X XMAINTAINER= adox@mcx2.org XCOMMENT= A monospace font X XRUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir X XUSE_XORG= x11 XNO_BUILD= yes XFONTDIR= ${PREFIX}/lib/X11/fonts/montecarlo X XPLIST_FILES= lib/X11/fonts/montecarlo/fonts.dir \ X lib/X11/fonts/montecarlo//MonteCarloBold.pcf \ X lib/X11/fonts/montecarlo//MonteCarloMedium.pcf XPLIST_DIRS= lib/X11/fonts/montecarlo X Xdo-install: X @${MKDIR} ${FONTDIR} X @${INSTALL_DATA} ${WRKSRC}/*.pcf ${FONTDIR} X @(cd ${FONTDIR}; mkfontdir) X X.include 1e933824d71dad5094299c85a7e6cf01 echo x - montecarlo_fonts/distinfo sed 's/^X//' >montecarlo_fonts/distinfo << '7dcbc09fb4dc6ba047a3b0b88333dbfd' XMD5 (MonteCarlo-PCF.tgz) = 503ecb321266fdd2b2baa0a052d8543c XSHA256 (MonteCarlo-PCF.tgz) = dc0380aad8dc72f4a98d2ae7dc110311f61f484eda748e16a942ccbb4486063a XSIZE (MonteCarlo-PCF.tgz) = 5749 7dcbc09fb4dc6ba047a3b0b88333dbfd echo x - montecarlo_fonts/pkg-descr sed 's/^X//' >montecarlo_fonts/pkg-descr << 'b40c8f625dc8c7ab4fe1846d591de581' XMonteCarlo is a bitmap font suitable for code editors. All the characters Xhave the same width, which is ideal for alignment. It is loosely derived Xfrom the look of the Monaco screen font that was available on the old MacOS Xsystems. Some changes have been made to make it easier to differentiate Xcertain symbols. X XWWW: http://bok.net/MonteCarlo/ b40c8f625dc8c7ab4fe1846d591de581 exit --- montecarlo_fonts.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: