Date: Tue, 11 Oct 2005 16:25:35 GMT From: Masanori OZAWA <ozawa@ongs.co.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/87262: [New port] japanese/xdtp Xml Document Transfer Program Message-ID: <200510111625.j9BGPZRm009287@www.freebsd.org> Resent-Message-ID: <200510111630.j9BGUHYd021064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510111625.j9BGPZRm009287>