diff options
-rw-r--r-- | editors/morla/Makefile | 43 | ||||
-rw-r--r-- | editors/morla/distinfo | 3 | ||||
-rw-r--r-- | editors/morla/pkg-descr | 13 | ||||
-rw-r--r-- | editors/morla/pkg-plist | 19 |
4 files changed, 78 insertions, 0 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile new file mode 100644 index 000000000..c38b8fcdd --- /dev/null +++ b/editors/morla/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: morla +# Date created: 2006-04-09 +# Whom: Nicola Vitale <nivit@email.it> +# +# $FreeBSD$ +# + +PORTNAME= morla +PORTVERSION= 0.13 +CATEGORIES= editors textproc +MASTER_SITES= http://www.morlardf.net/src/ \ + http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= nivit@FreeBSD.org +COMMENT= A RDF editor + +LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \ + rdf.0:${PORTSDIR}/textproc/redland \ + curl.4:${PORTSDIR}/ftp/curl +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_GETTEXT= yes +USE_GNOME= libgtkhtml libxslt +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} + +MAN1= morla.1 + +DESKTOP_ENTRIES="morla" \ + "Edit RDF documents" \ + "${DATADIR}/icons/128_color.png" \ + "morla" \ + "Application;WebDevelopment;" \ + true + +post-patch: + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/editors/morla/distinfo b/editors/morla/distinfo new file mode 100644 index 000000000..a66c23e40 --- /dev/null +++ b/editors/morla/distinfo @@ -0,0 +1,3 @@ +MD5 (morla-0.13.tar.gz) = 91b61aadde34343077d068b116e4e463 +SHA256 (morla-0.13.tar.gz) = a2f5525d89c96613517d291706b443df3cfb2ee8f24a6b7893f5710bac4a2efb +SIZE (morla-0.13.tar.gz) = 692632 diff --git a/editors/morla/pkg-descr b/editors/morla/pkg-descr new file mode 100644 index 000000000..a16309b45 --- /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 000000000..371bd7099 --- /dev/null +++ b/editors/morla/pkg-plist @@ -0,0 +1,19 @@ +@comment $FreeBSD: ports/editors/morla/pkg-plist,v 1.2 2007/08/24 13:20:02 nivit Exp $ +bin/morla +include/morla-module.h +lib/morla/index.xml +lib/morla/libmorla_test.a +lib/morla/libmorla_test.la +lib/morla/libmorla_test.so +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 lib/morla +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% |