diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /editors/morla | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/morla')
-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, 0 insertions, 78 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile deleted file mode 100644 index c38b8fcdd..000000000 --- a/editors/morla/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# 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 deleted file mode 100644 index a66c23e40..000000000 --- a/editors/morla/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a16309b45..000000000 --- a/editors/morla/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 371bd7099..000000000 --- a/editors/morla/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -@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%% |