diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-10 17:49:08 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-10 17:49:08 +0000 |
commit | c0e600065c84999750e802d6a27d1d4c22ec04f6 (patch) | |
tree | 809bf3d7eee9a60d76079e5d5b505c47c467d3dd /editors | |
parent | 0c103c307d79a957494b04436ae0fbca9a8111ba (diff) | |
download | FreeBSD-ports-c0e600065c84999750e802d6a27d1d4c22ec04f6.zip FreeBSD-ports-c0e600065c84999750e802d6a27d1d4c22ec04f6.tar.gz |
Add morla.
Morla is a RDF editor written in C. It is based on the libnxml and librdf
libraries. With Morla you can manage more RDF documents simultaneously,
visualize graphs and use templates for quick writing.
With Morla you can import RDFS documents and use their contents to write new
RDF triples. Templates are also RDF documents and they make Morla easily
personalizable and expandable.
You can also use Morla as a RDF navigator, wandering among the net knots of
the RDF documents present on Internet exactly as we are used to do with normal
browsers.
WWW: http://www2.autistici.org/bakunin/morla/index.php
PR: ports/95542
Submitted by: nivit@email.it (Nicola Vitale)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/morla/Makefile | 34 | ||||
-rw-r--r-- | editors/morla/distinfo | 3 | ||||
-rw-r--r-- | editors/morla/pkg-descr | 13 | ||||
-rw-r--r-- | editors/morla/pkg-plist | 13 |
5 files changed, 64 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 477acb1..b94fb51 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -97,6 +97,7 @@ SUBDIR += mined SUBDIR += mlview SUBDIR += mode-info + SUBDIR += morla SUBDIR += mp SUBDIR += muggy SUBDIR += mule diff --git a/editors/morla/Makefile b/editors/morla/Makefile new file mode 100644 index 0000000..e3d86e2 --- /dev/null +++ b/editors/morla/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: morla +# Date created: 2006-04-09 +# Whom: Nicola Vitale <nivit@email.it> +# +# $FreeBSD$ +# + +PORTNAME= morla +PORTVERSION= 0.6 +CATEGORIES= editors textproc +MASTER_SITES= http://www2.autistici.org/bakunin/morla/ \ + http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= nivit@email.it +COMMENT= A RDF editor + +LIB_DEPENDS= nxml.0:${PORTSDIR}/textproc/libnxml \ + rdf.0:${PORTSDIR}/textproc/redland +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +USE_GNOME= libgtkhtml libxslt + +DESKTOP_ENTRIES="morla" \ + "Edit RDF documents" \ + "${DATADIR}/icons/128_color.png" \ + "morla" \ + "Application;WebDevelopment;" \ + true + +.include <bsd.port.mk> diff --git a/editors/morla/distinfo b/editors/morla/distinfo new file mode 100644 index 0000000..1da67e6 --- /dev/null +++ b/editors/morla/distinfo @@ -0,0 +1,3 @@ +MD5 (morla-0.6.tar.gz) = ea7f328d20555f5f94c675e55ea7bf50 +SHA256 (morla-0.6.tar.gz) = ca60814516c12fc415686e7fc3fe558d728a85c7f9cbe6fdaa3a0d31471b4a55 +SIZE (morla-0.6.tar.gz) = 580633 diff --git a/editors/morla/pkg-descr b/editors/morla/pkg-descr new file mode 100644 index 0000000..a16309b --- /dev/null +++ b/editors/morla/pkg-descr @@ -0,0 +1,13 @@ +Morla is a RDF editor written in C. It is based on the libnxml and librdf +libraries. With Morla you can manage more RDF documents simultaneously, +visualize graphs and use templates for quick writing. + +With Morla you can import RDFS documents and use their contents to write new +RDF triples. Templates are also RDF documents and they make Morla easily +personalizable and expandable. + +You can also use Morla as a RDF navigator, wandering among the net knots of +the RDF documents present on Internet exactly as we are used to do with normal +browsers. + +WWW: http://www2.autistici.org/bakunin/morla/index.php diff --git a/editors/morla/pkg-plist b/editors/morla/pkg-plist new file mode 100644 index 0000000..4f422a9 --- /dev/null +++ b/editors/morla/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +bin/morla +share/locale/it/LC_MESSAGES/morla.mo +%%DATADIR%%/bootsplash.png +%%DATADIR%%/icons/128_BN.png +%%DATADIR%%/icons/128_color.png +%%DATADIR%%/icons/32_BN.png +%%DATADIR%%/icons/32_color.png +%%DATADIR%%/icons/64_BN.png +%%DATADIR%%/icons/64_color.png +%%DATADIR%%/icons/700_color.png +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% |