diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-06-12 13:40:55 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-06-12 13:40:55 +0000 |
commit | 53cba4f8057296e276d56ae3ba78a6d8d5e1e7bf (patch) | |
tree | 0f67de94a175bfff2d4567fd6bd52267b2524bca | |
parent | e9e8f28026d08546d0d52e9f67970b98b3639938 (diff) | |
download | ports-53cba4f8057296e276d56ae3ba78a6d8d5e1e7bf.tar.gz ports-53cba4f8057296e276d56ae3ba78a6d8d5e1e7bf.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/atom/Makefile | 38 | ||||
-rw-r--r-- | textproc/atom/distinfo | 3 | ||||
-rw-r--r-- | textproc/atom/pkg-descr | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c725d9756f73..c90b329ba036 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -24,6 +24,7 @@ SUBDIR += asm2html SUBDIR += aspell SUBDIR += aspell-without-dicten + SUBDIR += atom SUBDIR += az-aspell SUBDIR += bar SUBDIR += bbe diff --git a/textproc/atom/Makefile b/textproc/atom/Makefile new file mode 100644 index 000000000000..e6d1b2568881 --- /dev/null +++ b/textproc/atom/Makefile @@ -0,0 +1,38 @@ +# New ports collection Makefile for: atom +# Date created: 3 June 2009 +# Whom: utisoft@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= atom +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= http://www.bayofrum.net/atom/ \ + http://muuz.deadbbs.com/FreeBSD/atom/ + +MAINTAINER= utisoft@gmail.com +COMMENT= Converts text files to html with special attrs + +MAN1= atom.1 +MANCOMPRESSED= no + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/atom +PORTDOCS= COPYING \ + README \ + TODO \ + testFile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for DOC in ${PORTDOCS} + ${CP} -R ${WRKSRC}/${DOC} ${DOCSDIR}/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/textproc/atom/distinfo b/textproc/atom/distinfo new file mode 100644 index 000000000000..8653d4e74697 --- /dev/null +++ b/textproc/atom/distinfo @@ -0,0 +1,3 @@ +MD5 (atom-1.0.tar.gz) = d437c8dad83173bf0001d70ca68ed4af +SHA256 (atom-1.0.tar.gz) = 852413c1051977b613d3b1796215e40698d6545c9195c395fa6fef0113818280 +SIZE (atom-1.0.tar.gz) = 103239 diff --git a/textproc/atom/pkg-descr b/textproc/atom/pkg-descr new file mode 100644 index 000000000000..f9791ada9131 --- /dev/null +++ b/textproc/atom/pkg-descr @@ -0,0 +1,4 @@ +This port takes plain text files like ASCII as input, and outputs +mark files such as HTML or (unsupported) LaTeX. + +WWW: http://www.bayofrum.net/atom/ |