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)
This commit is contained in:
parent
8493e2ddcd
commit
16fca6a26a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159288
@ -97,6 +97,7 @@
|
||||
SUBDIR += mined
|
||||
SUBDIR += mlview
|
||||
SUBDIR += mode-info
|
||||
SUBDIR += morla
|
||||
SUBDIR += mp
|
||||
SUBDIR += muggy
|
||||
SUBDIR += mule
|
||||
|
34
editors/morla/Makefile
Normal file
34
editors/morla/Makefile
Normal file
@ -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>
|
3
editors/morla/distinfo
Normal file
3
editors/morla/distinfo
Normal file
@ -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
|
13
editors/morla/pkg-descr
Normal file
13
editors/morla/pkg-descr
Normal file
@ -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
|
13
editors/morla/pkg-plist
Normal file
13
editors/morla/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user