From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 28 13:00:44 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C451A16A4DA for ; Mon, 28 Aug 2006 13:00:44 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804C843D53 for ; Mon, 28 Aug 2006 13:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7SD0YoP010570 for ; Mon, 28 Aug 2006 13:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7SD0Y8G010563; Mon, 28 Aug 2006 13:00:34 GMT (envelope-from gnats) Resent-Date: Mon, 28 Aug 2006 13:00:34 GMT Resent-Message-Id: <200608281300.k7SD0Y8G010563@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, Gürkan Sengün Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4595816A4DE for ; Mon, 28 Aug 2006 12:53:58 +0000 (UTC) (envelope-from ehaupt@milkyway.critical.ch) Received: from mx.critical.ch (milkyway.critical.ch [62.2.45.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A762143D7B for ; Mon, 28 Aug 2006 12:53:52 +0000 (GMT) (envelope-from ehaupt@milkyway.critical.ch) Received: from milkyway.critical.ch (localhost.critical.ch [127.0.0.1]) by mx.critical.ch (8.13.6/8.13.6/critical-1.0) with ESMTP id k7SCroGT008070 for ; Mon, 28 Aug 2006 14:53:50 +0200 (CEST) (envelope-from ehaupt@milkyway.critical.ch) Received: (from ehaupt@localhost) by milkyway.critical.ch (8.13.6/8.13.6/Submit) id k7SCro1i008069; Mon, 28 Aug 2006 14:53:50 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200608281253.k7SCro1i008069@milkyway.critical.ch> Date: Mon, 28 Aug 2006 14:53:50 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102604: new port: x11-fonts/junicode - a Unicode font for medievalists (Latin, IPA and Runic) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gürkan Sengün List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 13:00:44 -0000 >Number: 102604 >Category: ports >Synopsis: new port: x11-fonts/junicode - a Unicode font for medievalists (Latin, IPA and Runic) >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 Aug 28 13:00:33 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gürkan Sengün >Release: FreeBSD 6.1-RELEASE sparc64 >Organization: linuks.mine.nu >Environment: System: FreeBSD florida.ethz.ch 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 15:56:53 UTC 2006 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: Junicode is a TrueType Unicode font targetted at medievalists, but including the full range of characters for languages written in the Latin script, International Phonetic Alphabet, Uralic Phonetic Alphabet and Runic. It has regular, italic, bold and bold-italic fonts. >How-To-Repeat: >Fix: --- 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: # # . # ./Makefile # ./distinfo # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: junicode X# Date created: 28 August 2006 X# Whom: Gürkan Sengün X# X# $FreeBSD$ X# X XPORTNAME= junicode XDISTVERSION= 0-6-11 XCATEGORIES= x11-fonts XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Unicode font for medievalists (Latin, IPA and Runic) X XBUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR} XUSE_X_PREFIX= yes XUSE_ZIP= yes XNO_BUILD= yes X XPORTDOCS= ${PORTNAME}-${DISTVERSION}.pdf XPLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" X XFONTNAME= ${PORTNAME} XFONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} X Xdo-install: X ${MKDIR} ${FONTSDIR} X ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X Xpost-install: X @${ECHO_MSG} "===> Running fc-cache" X -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} X @${ECHO_MSG} X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (junicode-0-6-11.zip) = b416981aadf83faa574ac9179ea454fc XSHA256 (junicode-0-6-11.zip) = 98dce8c3a09eb6e16130e36f3eb77ea7c91fb244de50be9b84cfac32eee9dc54 XSIZE (junicode-0-6-11.zip) = 728675 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XJunicode is a TrueType Unicode font targetted at medievalists, but including Xthe full range of characters for languages written in the Latin script, XInternational Phonetic Alphabet, Uralic Phonetic Alphabet and Runic. It has Xregular, italic, bold and bold-italic fonts. X XWWW: http://junicode.sourceforge.net/ END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' X%%FONTSDIR%%/Junicode-Bold.ttf X%%FONTSDIR%%/Junicode-BoldItalic.ttf X%%FONTSDIR%%/Junicode-Italic.ttf X%%FONTSDIR%%/Junicode-Regular.ttf X@exec %%X11BASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true X@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true X@dirrm %%FONTSDIR%% END-of-./pkg-plist exit --- shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: