From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 12 13:10:47 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 C97D116A418 for ; Mon, 12 Jun 2006 13:10:47 +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 A0F4643D66 for ; Mon, 12 Jun 2006 13:10:27 +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 k5CDAQDG010542 for ; Mon, 12 Jun 2006 13:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CDAQRj010541; Mon, 12 Jun 2006 13:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 13:10:26 GMT Resent-Message-Id: <200606121310.k5CDAQRj010541@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, liu_yinghong@yahoo.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4DAE16A46F for ; Mon, 12 Jun 2006 13:05:03 +0000 (UTC) (envelope-from hamigua@hotpop.com) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5B143D66 for ; Mon, 12 Jun 2006 13:05:01 +0000 (GMT) (envelope-from hamigua@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.105]) by smtp-out.hotpop.com (Postfix) with SMTP id 533B5342D199 for ; Mon, 12 Jun 2006 13:04:56 +0000 (UTC) Received: from www.hotpop.com (unknown [220.170.234.41]) by smtp-2.hotpop.com (Postfix) with ESMTP id 545173487068; Mon, 12 Jun 2006 13:04:53 +0000 (UTC) Received: by www.hotpop.com (sSMTP sendmail emulation); Mon, 12 Jun 2006 21:04:48 +0800 Message-Id: <20060612130454.545173487068@smtp-2.hotpop.com> Date: Mon, 12 Jun 2006 21:04:48 +0800 From: hamigua@hotpop.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Mon, 12 Jun 2006 13:43:02 +0000 Cc: jungle@soforge.com Subject: ports/98853: New port:deskutils/chmsee A viewer for Microsoft Help "CHM" files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: liu_yinghong@yahoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 13:10:47 -0000 >Number: 98853 >Category: ports >Synopsis: New port:deskutils/chmsee A viewer for Microsoft Help "CHM" files >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 Jun 12 13:10:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Liu.Yinghong >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD relaxbsd 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 7 23:03:31 CST 2006 root@relaxbsd:/usr/obj/usr/src/sys/RELAXBSD i386 >Description: A viewer for Microsoft Help "CHM" (aka Compiled HTML) files using chmlib and gtk2. >How-To-Repeat: >Fix: --- chmsee.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: # # chmsee/ # chmsee/Makefile # chmsee/distinfo # chmsee/pkg-descr # chmsee/pkg-plist # echo c - chmsee/ mkdir -p chmsee/ > /dev/null 2>&1 echo x - chmsee/Makefile sed 's/^X//' >chmsee/Makefile << 'END-of-chmsee/Makefile' X# New ports collection makefile for: chmsee X# Date created: 10 June 2006 X# Whom: Liu.Yinghong X# X# $FreeBSD$ X# X XPORTNAME= chmsee XPORTVERSION= 0.9.6 XCATEGORIES= deskutils gnome XMASTER_SITES= http://chmsee.gro.clinux.org/ X XMAINTAINER= liu_yinghong@yahoo.com.cn XCOMMENT= A viewer for Microsoft Help "CHM" files X XLIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib X XUSE_GETTEXT= yes XUSE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome gtkhtml3 XWANT_GNOME= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_BZIP2= yes X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" X X.include END-of-chmsee/Makefile echo x - chmsee/distinfo sed 's/^X//' >chmsee/distinfo << 'END-of-chmsee/distinfo' XMD5 (chmsee-0.9.6.tar.bz2) = 4d4583622b0073bf5a6ed2771c226d7f XSHA256 (chmsee-0.9.6.tar.bz2) = 631da20bc3db0063a33d4717609730840f4307999e839191cde3f2e38bf68599 XSIZE (chmsee-0.9.6.tar.bz2) = 338636 END-of-chmsee/distinfo echo x - chmsee/pkg-descr sed 's/^X//' >chmsee/pkg-descr << 'END-of-chmsee/pkg-descr' XA viewer for Microsoft Help "CHM" (aka Compiled HTML) files using chmlib and gtk2. X XWWW: http://chmsee.gro.clinux.org/ END-of-chmsee/pkg-descr echo x - chmsee/pkg-plist sed 's/^X//' >chmsee/pkg-plist << 'END-of-chmsee/pkg-plist' Xbin/chmsee Xshare/gnome/applications/chmsee.desktop Xshare/gnome/chmsee/chmsee-splash.png Xshare/gnome/chmsee/chmsee.glade Xshare/gnome/chmsee/chmsee.html Xshare/gnome/chmsee/chmsee.png Xshare/gnome/mime-info/chmsee.keys Xshare/gnome/mime-info/chmsee.mime Xshare/gnome/pixmaps/chmsee.png Xshare/locale/zh_CN/LC_MESSAGES/chmsee.mo X@dirrm share/gnome/chmsee X@dirrmtry share/gnome/applications END-of-chmsee/pkg-plist exit --- chmsee.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: