diff --git a/textproc/Makefile b/textproc/Makefile index f3b5ffd0a2c8..c08942cb78df 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -68,6 +68,7 @@ SUBDIR += gtk-doc SUBDIR += gtkdiff SUBDIR += gutenbook + SUBDIR += gutenmark SUBDIR += gxditview SUBDIR += gxmlviewer SUBDIR += haxml diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile new file mode 100644 index 000000000000..6b6a82db8c5a --- /dev/null +++ b/textproc/gutenmark/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: GutenMark +# Date created: Jun 7, 2002 +# Whom: ijliao +# +# $FreeBSD$ + +PORTNAME= gutenmark +PORTVERSION= 20011228 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.sandroid.org/GutenMark/SoftwareSnapshots/ +DISTNAME= GutenMark_source_${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/GutenMark-source +USE_GMAKE= yes +ALL_TARGET= # empty + +post-patch: + @${PERL} -pi -e "s,cc,${CC},g ; s,-O3 -Wall,${CFLAGS},g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin + +.include diff --git a/textproc/gutenmark/distinfo b/textproc/gutenmark/distinfo new file mode 100644 index 000000000000..2548d94fa53b --- /dev/null +++ b/textproc/gutenmark/distinfo @@ -0,0 +1 @@ +MD5 (GutenMark_source_20011228.tar.gz) = 5ebce8295d54ad845778f4a9c2773723 diff --git a/textproc/gutenmark/pkg-comment b/textproc/gutenmark/pkg-comment new file mode 100644 index 000000000000..1127f7f1cb5a --- /dev/null +++ b/textproc/gutenmark/pkg-comment @@ -0,0 +1 @@ +Attractively formatting Project Gutenberg texts diff --git a/textproc/gutenmark/pkg-descr b/textproc/gutenmark/pkg-descr new file mode 100644 index 000000000000..90b611f259f8 --- /dev/null +++ b/textproc/gutenmark/pkg-descr @@ -0,0 +1,8 @@ +GutenMark is a tool for automatically creating high-quality HTML (or LaTeX) +markup from Project Gutenberg etexts. In combination with other freely- +available conversion tools, GutenMark can convert Project Gutenberg etexts +into publication-quality Postscript or PDF, for print-on-demand applications. + +This conversion is completely automatic, without manual markup or editing. + +WWW: http://www.sandroid.org/GutenMark/ diff --git a/textproc/gutenmark/pkg-plist b/textproc/gutenmark/pkg-plist new file mode 100644 index 000000000000..6a07ad4cee60 --- /dev/null +++ b/textproc/gutenmark/pkg-plist @@ -0,0 +1 @@ +bin/GutenMark