From 9f45e9bca920a3043dc707c18785e8234b5838a0 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 11 May 2008 13:29:57 +0000 Subject: This framework is a simple parser and exporter for OPML files. The main classes in this framework are OPMLDocument and OPMLOutline. OPML is a file format used to store all kinds of outlines. It's based on XML and also usually stores some meta information. This includes author and creation time information and a document title. WWW: http://www.etoile-project.org/ --- textproc/Makefile | 1 + textproc/etoile-opmlkit/Makefile | 28 ++++++++++++++++++++++++++++ textproc/etoile-opmlkit/distinfo | 3 +++ textproc/etoile-opmlkit/pkg-descr | 7 +++++++ textproc/etoile-opmlkit/pkg-plist | 22 ++++++++++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 textproc/etoile-opmlkit/Makefile create mode 100644 textproc/etoile-opmlkit/distinfo create mode 100644 textproc/etoile-opmlkit/pkg-descr create mode 100644 textproc/etoile-opmlkit/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 3e1322db88d1..bdf6467722e5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -139,6 +139,7 @@ SUBDIR += et-aspell SUBDIR += etoile-lucenekit SUBDIR += etoile-ogrekit + SUBDIR += etoile-opmlkit SUBDIR += exempi SUBDIR += exml SUBDIR += expat2 diff --git a/textproc/etoile-opmlkit/Makefile b/textproc/etoile-opmlkit/Makefile new file mode 100644 index 000000000000..dbbf00cb857b --- /dev/null +++ b/textproc/etoile-opmlkit/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: etoile-opmlkit +# Date created: 05 May 2008 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= opmlkit +PORTVERSION= 0.2 +CATEGORIES= textproc gnustep +MASTER_SITES= http://download.gna.org/etoile/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project OPMLKit framework + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} + +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} +USE_GNUSTEP_MAKE_DIRS+= Frameworks/OPMLKit + +.include diff --git a/textproc/etoile-opmlkit/distinfo b/textproc/etoile-opmlkit/distinfo new file mode 100644 index 000000000000..2ac1ee4891af --- /dev/null +++ b/textproc/etoile-opmlkit/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9 +SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c +SIZE (etoile-0.2.tar.gz) = 21373391 diff --git a/textproc/etoile-opmlkit/pkg-descr b/textproc/etoile-opmlkit/pkg-descr new file mode 100644 index 000000000000..f08678e712fd --- /dev/null +++ b/textproc/etoile-opmlkit/pkg-descr @@ -0,0 +1,7 @@ +This framework is a simple parser and exporter for OPML files. +The main classes in this framework are OPMLDocument and OPMLOutline. +OPML is a file format used to store all kinds of outlines. It's based +on XML and also usually stores some meta information. This includes +author and creation time information and a document title. + +WWW: http://www.etoile-project.org/ diff --git a/textproc/etoile-opmlkit/pkg-plist b/textproc/etoile-opmlkit/pkg-plist new file mode 100644 index 000000000000..34592610f653 --- /dev/null +++ b/textproc/etoile-opmlkit/pkg-plist @@ -0,0 +1,22 @@ +Local/Library/Frameworks/OPMLKit.framework/Headers +Local/Library/Frameworks/OPMLKit.framework/OPMLKit +Local/Library/Frameworks/OPMLKit.framework/Resources +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OPMLDocument.h +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OPMLOutline.h +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OPMLParser.h +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/OPMLKit +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/Resources/Info-gnustep.plist +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/libOPMLKit.so +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/libOPMLKit.so.%%MAJORLIBVERSION%% +Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/libOPMLKit.so.%%LIBVERSION%% +Local/Library/Frameworks/OPMLKit.framework/Versions/Current +Local/Library/Frameworks/OPMLKit.framework/libOPMLKit.so +Local/Library/Headers/OPMLKit +Local/Library/Libraries/libOPMLKit.so +Local/Library/Libraries/libOPMLKit.so.%%MAJORLIBVERSION%% +Local/Library/Libraries/libOPMLKit.so.%%LIBVERSION%% +@dirrm Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/Resources +@dirrm Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%%/Headers +@dirrm Local/Library/Frameworks/OPMLKit.framework/Versions/%%MAJORLIBVERSION%% +@dirrm Local/Library/Frameworks/OPMLKit.framework/Versions +@dirrm Local/Library/Frameworks/OPMLKit.framework -- cgit v1.2.3