Add resume, XML Resume library.

PR:		ports/34986
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
Yoichi NAKAYAMA 2002-02-18 08:05:52 +00:00
parent 54c3c115c8
commit bf37c95918
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54849
6 changed files with 124 additions and 0 deletions

View File

@ -224,6 +224,7 @@
SUBDIR += raptor
SUBDIR += redland
SUBDIR += replaceit
SUBDIR += resume
SUBDIR += rman
SUBDIR += rot
SUBDIR += rotix

43
textproc/resume/Makefile Normal file
View File

@ -0,0 +1,43 @@
# New ports collection makefile for: resume
# Date created: 17 January 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= resume
PORTVERSION= 1.3.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xmlresume
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
EXTRACT_SUFX= .tgz
MAINTAINER= fuyuki@mj.0038.net
RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog
NO_BUILD= yes
PLIST_SUB= MKCATALOG=${MKCATALOG}
XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
MKCATALOG= ${LOCALBASE}/sbin/mkcatalog
do-install:
${MKDIR} ${XMLDIR}
.for i in dtd xsl
${CP} -R ${WRKSRC}/${i} ${XMLDIR}
.endfor
post-install:
${MKCATALOG} -c ${PREFIX}/share/xml/catalog -q install resume/dtd
${MKDIR} ${EXAMPLESDIR}
.for i in css examples/*
${CP} -R ${WRKSRC}/${i} ${EXAMPLESDIR}
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
textproc/resume/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (resume-1_3_2.tgz) = c70197f06d0cd7021390152dea5ae078

View File

@ -0,0 +1 @@
XML Resume library

View File

@ -0,0 +1,8 @@
The XML Resume Library is an XML Document Type Definition (DTD) and
Extensible Stylesheet Language (XSL) file set for declaration, B2B
exchange, and presentation of resumes.
WWW: http://xmlresume.sourceforge.net/
- Kimura Fuyuki
fuyuki@mj.0038.net

70
textproc/resume/pkg-plist Normal file
View File

@ -0,0 +1,70 @@
@unexec %%MKCATALOG%% -c %D/share/xml/catalog -q deinstall resume/dtd
share/xml/resume/dtd/catalog
@exec %%MKCATALOG%% -c %D/share/xml/catalog -q install resume/dtd
share/xml/resume/dtd/iso-lat1.ent
share/xml/resume/dtd/resume.dcl
share/xml/resume/dtd/resume.dtd
share/xml/resume/xsl/124-130.xsl
share/xml/resume/xsl/common/a4.xsl
share/xml/resume/xsl/common/address.xsl
share/xml/resume/xsl/common/fo.xsl
share/xml/resume/xsl/common/html.xsl
share/xml/resume/xsl/common/params.xsl
share/xml/resume/xsl/common/pubs.xsl
share/xml/resume/xsl/common/text.xsl
share/xml/resume/xsl/default.xsl
share/xml/resume/xsl/fr-a4.xsl
share/xml/resume/xsl/fr-html.xsl
share/xml/resume/xsl/fr-params.xsl
share/xml/resume/xsl/fr-text.xsl
share/xml/resume/xsl/it-a4.xsl
share/xml/resume/xsl/it-html.xsl
share/xml/resume/xsl/it-params.xsl
share/xml/resume/xsl/it-text.xsl
share/xml/resume/xsl/uk-a4.xsl
share/xml/resume/xsl/uk-html.xsl
share/xml/resume/xsl/uk-params.xsl
share/xml/resume/xsl/uk-text.xsl
share/xml/resume/xsl/us-html.xsl
share/xml/resume/xsl/us-letter.xsl
share/xml/resume/xsl/us-text.xsl
@dirrm share/xml/resume/dtd
@dirrm share/xml/resume/xsl/common
@dirrm share/xml/resume/xsl
@dirrm share/xml/resume
@unexec rmdir %D/share/xml 2>/dev/null || true
share/examples/resume/Makefile
share/examples/resume/addressing/Makefile
share/examples/resume/addressing/README
share/examples/resume/addressing/brazil.xml
share/examples/resume/addressing/canada.xml
share/examples/resume/addressing/ireland.xml
share/examples/resume/addressing/italy.xml
share/examples/resume/addressing/norway.xml
share/examples/resume/addressing/nz.xml
share/examples/resume/addressing/uk.xml
share/examples/resume/addressing/untagged.xml
share/examples/resume/addressing/usa.xml
share/examples/resume/css/resume1.css
share/examples/resume/css/resume2.css
share/examples/resume/example1.xml
share/examples/resume/example2.xml
@dirrm share/examples/resume/addressing
@dirrm share/examples/resume/css
%%PORTDOCS%%share/doc/resume/address.html
%%PORTDOCS%%share/doc/resume/authors/index.html
%%PORTDOCS%%share/doc/resume/changelog/index.html
%%PORTDOCS%%share/doc/resume/copying/index.html
%%PORTDOCS%%share/doc/resume/header.html
%%PORTDOCS%%share/doc/resume/index.html
%%PORTDOCS%%share/doc/resume/install/index.html
%%PORTDOCS%%share/doc/resume/news/index.html
%%PORTDOCS%%share/doc/resume/skills.html
%%PORTDOCS%%share/doc/resume/todo/index.html
%%PORTDOCS%%@dirrm share/doc/resume/authors
%%PORTDOCS%%@dirrm share/doc/resume/changelog
%%PORTDOCS%%@dirrm share/doc/resume/copying
%%PORTDOCS%%@dirrm share/doc/resume/install
%%PORTDOCS%%@dirrm share/doc/resume/news
%%PORTDOCS%%@dirrm share/doc/resume/todo
%%PORTDOCS%%@dirrm share/doc/resume