Add xdtp 1.0.0, XDTP (XML Document Transfer Program).

PR:		ports/87262
Submitted by:	Masanori OZAWA (ozawa@ongs.co.jp)
This commit is contained in:
Daichi GOTO 2005-10-12 12:36:04 +00:00
parent 65afc08340
commit 287116692e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145108
5 changed files with 112 additions and 0 deletions

View File

@ -411,6 +411,7 @@
SUBDIR += wordnet-fpw
SUBDIR += wwasw-fpw
SUBDIR += xchat
SUBDIR += xdtp
SUBDIR += xdvik
SUBDIR += xemacs-devel-canna+freewnn
SUBDIR += xemacs-devel-canna+wnn6

48
japanese/xdtp/Makefile Normal file
View File

@ -0,0 +1,48 @@
# New ports collection makefile for: XDTP (XML Document Transfer Program)
# Date created: 11 October 2005
# Whom: Masanori OZAWA (ozawa@ongs.co.jp)
#
# $FreeBSD$
#
PORTNAME= xdtp
PORTVERSION= 1.0.0
CATEGORIES= japanese
MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/
DISTNAME= xdtp-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ozawa@ongs.co.jp
COMMENT= XDTP (XML Document Transfer Program)
LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm
INSTALLS_SHLIB= yes
USE_GNOME= libxml2 libxslt pkgconfig
GNU_CONFIGURE= yes
OPTIONS= GDK "Build with Gdk-Pixbuf" on \
DEBUG "Build with debug option" off \
INCLUDE "Install with XDTP include files" on
.include <bsd.port.pre.mk>
.if defined(WITH_GDK)
USE_GNOME+= gtk20
.else
CONFIGURE_ENV+= WITHOUT_GDK="yes"
MAKE_ARGS+= -DWITHOUT_GDK
.endif
.if defined(WITH_DEBUG)
MAKE_ARGS+= -DDEBUG
.endif
.if defined(WITH_INCLUDE)
PLIST_SUB+= XDTP_INC=""
.else
MAKE_ARGS+= -DWITHOUT_INCLUDE
PLIST_SUB+= XDTP_INC="@comment "
.endif
.include <bsd.port.post.mk>

2
japanese/xdtp/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (xdtp-1.0.0.tgz) = 73cada00546cb583525b994b5204ef67
SIZE (xdtp-1.0.0.tgz) = 52050

3
japanese/xdtp/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
XDTP (Xml Document Transfer Program)
WWW: http://www.ongs.co.jp/projects/xdtp/

58
japanese/xdtp/pkg-plist Normal file
View File

@ -0,0 +1,58 @@
bin/xdtp
bin/banbun2html
bin/banbun2text
bin/banbun2xhtml
bin/glsd-doc2html
bin/glsd-doc2text
lib/libxdtp.so
lib/libxdtp.so.1
lib/libxdtp.a
libdata/pkgconfig/libxdtp.pc
share/xdtp/toHTML/BanBun.xsl
share/xdtp/toHTML/BanBunModule.xsl
share/xdtp/toHTML/DocumentModule.xsl
share/xdtp/toHTML/GLSD.xsl
share/xdtp/toHTML/GLSDocumentModule.xsl
share/xdtp/toTEXT/BanBun.xsl
share/xdtp/toTEXT/BanBunModule.xsl
share/xdtp/toTEXT/DocumentModule.xsl
share/xdtp/toTEXT/GLSD.xsl
share/xdtp/toTEXT/GLSDocumentModule.xsl
share/xdtp/toXHTML/BanBun.xsl
share/xdtp/toXHTML/BanBunModule.xsl
share/xdtp/toXHTML/DocumentModule.xsl
share/xdtp/toXHTML/GLSD.xsl
share/xdtp/toXHTML/GLSDocumentModule.xsl
@dirrm share/xdtp/toHTML
@dirrm share/xdtp/toTEXT
@dirrm share/xdtp/toXHTML
@dirrm share/xdtp
%%XDTP_INC%%include/xdtp/CSVAnalyzer.h
%%XDTP_INC%%include/xdtp/Exception.h
%%XDTP_INC%%include/xdtp/URLTool.h
%%XDTP_INC%%include/xdtp/Utilities.h
%%XDTP_INC%%include/xdtp/XDTPTransform.h
%%XDTP_INC%%include/xdtp/XMLTool.h
%%XDTP_INC%%include/xdtp/xdtptypes.h
%%XDTP_INC%%include/xdtp/xmlloader.h
%%XDTP_INC%%include/xdtp/xmlsaver.h
%%XDTP_INC%%include/xdtp/modules/GLSDBanBunModule.h
%%XDTP_INC%%include/xdtp/modules/GLSDBanBunModuleChecker.h
%%XDTP_INC%%include/xdtp/modules/GLSDDocumentModule.h
%%XDTP_INC%%include/xdtp/modules/GLSDDocumentModuleChecker.h
%%XDTP_INC%%include/xdtp/modules/GLSDModule.h
%%XDTP_INC%%include/xdtp/modules/GLSDModuleChecker.h
%%XDTP_INC%%include/xdtp/modules/XDTPChecker.h
%%XDTP_INC%%include/xdtp/modules/XDTPModule.h
%%XDTP_INC%%include/xdtp/modules/XDTPModuleLoader.h
%%XDTP_INC%%include/xdtp/modules/imports/GLSDImportModule.h
%%XDTP_INC%%include/xdtp/modules/imports/GLSDImportModuleAdapter.h
%%XDTP_INC%%include/xdtp/modules/imports/ImportImage.h
%%XDTP_INC%%include/xdtp/modules/imports/ImportTextCSV.h
%%XDTP_INC%%include/xdtp/modules/imports/ImportTextCommandPrompt.h
%%XDTP_INC%%include/xdtp/modules/imports/ImportTextPlain.h
%%XDTP_INC%%include/xdtp/modules/imports/ImportTextSourcecode.h
%%XDTP_INC%%include/xdtp/modules/imports/ImportTextXML.h
%%XDTP_INC%%@dirrm include/xdtp/modules/imports
%%XDTP_INC%%@dirrm include/xdtp/modules
%%XDTP_INC%%@dirrm include/xdtp