From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 11 16:30:18 2005 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 36D6316A420 for ; Tue, 11 Oct 2005 16:30:18 +0000 (GMT) (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 4F15643D6D for ; Tue, 11 Oct 2005 16:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9BGUHAe021065 for ; Tue, 11 Oct 2005 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9BGUHYd021064; Tue, 11 Oct 2005 16:30:17 GMT (envelope-from gnats) Resent-Date: Tue, 11 Oct 2005 16:30:17 GMT Resent-Message-Id: <200510111630.j9BGUHYd021064@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, Masanori OZAWA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A04AF16A41F for ; Tue, 11 Oct 2005 16:25:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402DA43D4C for ; Tue, 11 Oct 2005 16:25:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9BGPZOQ009288 for ; Tue, 11 Oct 2005 16:25:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9BGPZRm009287; Tue, 11 Oct 2005 16:25:35 GMT (envelope-from nobody) Message-Id: <200510111625.j9BGPZRm009287@www.freebsd.org> Date: Tue, 11 Oct 2005 16:25:35 GMT From: Masanori OZAWA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/87262: [New port] japanese/xdtp Xml Document Transfer Program 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: Tue, 11 Oct 2005 16:30:18 -0000 >Number: 87262 >Category: ports >Synopsis: [New port] japanese/xdtp Xml Document Transfer Program >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 11 16:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Masanori OZAWA >Release: FreeBSD 5.4-RELEASE-p6 >Organization: ONGS Inc. >Environment: FreeBSD mithos.ongs.co.jp 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:44:26 JST 2005 root@mithos.ongs.co.jp:/usr/obj/usr/src/sys/MITHOS i386 >Description: New port: japanese/xdtp Xml Document Transfer Program >How-To-Repeat: >Fix: # 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: # # japanese # japanese/xdtp # japanese/xdtp/Makefile # japanese/xdtp/distinfo # japanese/xdtp/pkg-descr # japanese/xdtp/pkg-plist # echo c - japanese mkdir -p japanese > /dev/null 2>&1 echo c - japanese/xdtp mkdir -p japanese/xdtp > /dev/null 2>&1 echo x - japanese/xdtp/Makefile sed 's/^X//' >japanese/xdtp/Makefile << 'END-of-japanese/xdtp/Makefile' X# New ports collection makefile for: XDTP (XML Document Transfer Program) X# Date created: 11 October 2005 X# Whom: Masanori OZAWA (ozawa@ongs.co.jp) X# X# $FreeBSD$ X# X XPORTNAME= xdtp XPORTVERSION= 1.0.0 XCATEGORIES= japanese XMASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/ XDISTNAME= xdtp-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= ozawa@ongs.co.jp XCOMMENT= XDTP (XML Document Transfer Program) X XLIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm X XINSTALLS_SHLIB= yes XUSE_GNOME= libxml2 libxslt pkgconfig XGNU_CONFIGURE= yes X XOPTIONS= GDK "Build with Gdk-Pixbuf" on \ X DEBUG "Build with debug option" off \ X INCLUDE "Install with XDTP include files" on X X.include X X.if defined(WITH_GDK) XUSE_GNOME+= gtk20 X.else XCONFIGURE_ENV+= WITHOUT_GDK="yes" XMAKE_ARGS+= -DWITHOUT_GDK X.endif X X.if defined(WITH_DEBUG) XMAKE_ARGS+= -DDEBUG X.endif X X.if defined(WITH_INCLUDE) XPLIST_SUB+= XDTP_INC="" X.else XMAKE_ARGS+= -DWITHOUT_INCLUDE XPLIST_SUB+= XDTP_INC="@comment " X.endif X X.include END-of-japanese/xdtp/Makefile echo x - japanese/xdtp/distinfo sed 's/^X//' >japanese/xdtp/distinfo << 'END-of-japanese/xdtp/distinfo' XMD5 (xdtp-1.0.0.tgz) = 73cada00546cb583525b994b5204ef67 XSIZE (xdtp-1.0.0.tgz) = 52050 END-of-japanese/xdtp/distinfo echo x - japanese/xdtp/pkg-descr sed 's/^X//' >japanese/xdtp/pkg-descr << 'END-of-japanese/xdtp/pkg-descr' XXDTP (Xml Document Transfer Program) X XWWW: http://www.ongs.co.jp/projects/xdtp/ END-of-japanese/xdtp/pkg-descr echo x - japanese/xdtp/pkg-plist sed 's/^X//' >japanese/xdtp/pkg-plist << 'END-of-japanese/xdtp/pkg-plist' Xbin/xdtp Xbin/banbun2html Xbin/banbun2text Xbin/banbun2xhtml Xbin/glsd-doc2html Xbin/glsd-doc2text Xlib/libxdtp.so Xlib/libxdtp.so.1 Xlib/libxdtp.a Xlibdata/pkgconfig/libxdtp.pc Xshare/xdtp/toHTML/BanBun.xsl Xshare/xdtp/toHTML/BanBunModule.xsl Xshare/xdtp/toHTML/DocumentModule.xsl Xshare/xdtp/toHTML/GLSD.xsl Xshare/xdtp/toHTML/GLSDocumentModule.xsl Xshare/xdtp/toTEXT/BanBun.xsl Xshare/xdtp/toTEXT/BanBunModule.xsl Xshare/xdtp/toTEXT/DocumentModule.xsl Xshare/xdtp/toTEXT/GLSD.xsl Xshare/xdtp/toTEXT/GLSDocumentModule.xsl Xshare/xdtp/toXHTML/BanBun.xsl Xshare/xdtp/toXHTML/BanBunModule.xsl Xshare/xdtp/toXHTML/DocumentModule.xsl Xshare/xdtp/toXHTML/GLSD.xsl Xshare/xdtp/toXHTML/GLSDocumentModule.xsl X@dirrm share/xdtp/toHTML X@dirrm share/xdtp/toTEXT X@dirrm share/xdtp/toXHTML X@dirrm share/xdtp X%%XDTP_INC%%include/xdtp/CSVAnalyzer.h X%%XDTP_INC%%include/xdtp/Exception.h X%%XDTP_INC%%include/xdtp/URLTool.h X%%XDTP_INC%%include/xdtp/Utilities.h X%%XDTP_INC%%include/xdtp/XDTPTransform.h X%%XDTP_INC%%include/xdtp/XMLTool.h X%%XDTP_INC%%include/xdtp/xdtptypes.h X%%XDTP_INC%%include/xdtp/xmlloader.h X%%XDTP_INC%%include/xdtp/xmlsaver.h X%%XDTP_INC%%include/xdtp/modules/GLSDBanBunModule.h X%%XDTP_INC%%include/xdtp/modules/GLSDBanBunModuleChecker.h X%%XDTP_INC%%include/xdtp/modules/GLSDDocumentModule.h X%%XDTP_INC%%include/xdtp/modules/GLSDDocumentModuleChecker.h X%%XDTP_INC%%include/xdtp/modules/GLSDModule.h X%%XDTP_INC%%include/xdtp/modules/GLSDModuleChecker.h X%%XDTP_INC%%include/xdtp/modules/XDTPChecker.h X%%XDTP_INC%%include/xdtp/modules/XDTPModule.h X%%XDTP_INC%%include/xdtp/modules/XDTPModuleLoader.h X%%XDTP_INC%%include/xdtp/modules/imports/GLSDImportModule.h X%%XDTP_INC%%include/xdtp/modules/imports/GLSDImportModuleAdapter.h X%%XDTP_INC%%include/xdtp/modules/imports/ImportImage.h X%%XDTP_INC%%include/xdtp/modules/imports/ImportTextCSV.h X%%XDTP_INC%%include/xdtp/modules/imports/ImportTextCommandPrompt.h X%%XDTP_INC%%include/xdtp/modules/imports/ImportTextPlain.h X%%XDTP_INC%%include/xdtp/modules/imports/ImportTextSourcecode.h X%%XDTP_INC%%include/xdtp/modules/imports/ImportTextXML.h X%%XDTP_INC%%@dirrm include/xdtp/modules/imports X%%XDTP_INC%%@dirrm include/xdtp/modules X%%XDTP_INC%%@dirrm include/xdtp END-of-japanese/xdtp/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: