summaryrefslogtreecommitdiff
path: root/editors/conglomerate
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-29 20:07:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-29 20:07:30 +0000
commit852412b77ca632360cdd321e6487452f62f7b440 (patch)
tree6e869aeaafc3c3fd7f43feb3e096e286c039f68a /editors/conglomerate
parentUpdate to 0.3.7 (diff)
Add congolmerate, a GNOME 2 XML editor geared toward DocBook editing.
PR: 53755 Submitted by: Pav Lucistnik <pav@oook.cz>
Notes
Notes: svn path=/head/; revision=83856
Diffstat (limited to 'editors/conglomerate')
-rw-r--r--editors/conglomerate/Makefile23
-rw-r--r--editors/conglomerate/distinfo1
-rw-r--r--editors/conglomerate/files/patch-configure10
-rw-r--r--editors/conglomerate/files/patch-src-cong-menus.c22
-rw-r--r--editors/conglomerate/pkg-descr10
-rw-r--r--editors/conglomerate/pkg-plist47
6 files changed, 113 insertions, 0 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile
new file mode 100644
index 000000000000..407af43126a2
--- /dev/null
+++ b/editors/conglomerate/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: conglomerate
+# Date created: Jun 26, 2003
+# Whom: Pav Lucistnik <pav@oook.cz>
+#
+# $FreeBSD$
+
+PORTNAME= conglomerate
+PORTVERSION= 0.5.4
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= pav@oook.cz
+COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= libgnomeui gnomeprefix gnomehack
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/editors/conglomerate/distinfo b/editors/conglomerate/distinfo
new file mode 100644
index 000000000000..836f34ba6b3a
--- /dev/null
+++ b/editors/conglomerate/distinfo
@@ -0,0 +1 @@
+MD5 (conglomerate-0.5.4.tar.gz) = 43e9a1c29fc4a096a03a0496db25a0c6
diff --git a/editors/conglomerate/files/patch-configure b/editors/conglomerate/files/patch-configure
new file mode 100644
index 000000000000..f195f07b43c6
--- /dev/null
+++ b/editors/conglomerate/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Dec 11 18:31:51 2002
++++ configure Thu Dec 12 12:07:17 2002
+@@ -7414,6 +7414,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/editors/conglomerate/files/patch-src-cong-menus.c b/editors/conglomerate/files/patch-src-cong-menus.c
new file mode 100644
index 000000000000..d46e8cc7888e
--- /dev/null
+++ b/editors/conglomerate/files/patch-src-cong-menus.c
@@ -0,0 +1,22 @@
+--- src/cong-menus.c.orig Tue Jun 24 19:33:54 2003
++++ src/cong-menus.c Thu Jun 26 10:37:40 2003
+@@ -261,6 +261,9 @@
+ CongDialogCategory *dtd_category;
+ gchar *filename, *path;
+
++ struct _xmlDtd *extSubset; /* the document external subset */
++ struct _xmlDtd *intSubset; /* the document internal subset */
++
+ g_return_val_if_fail(doc, NULL);
+
+ xml_doc = cong_document_get_xml(doc);
+@@ -327,9 +330,6 @@
+ if (xml_doc->intSubset) {
+ } else {
+ }
+-
+- struct _xmlDtd *extSubset; /* the document external subset */
+- struct _xmlDtd *intSubset; /* the document internal subset */
+
+ #if 1
+ notebook = GTK_NOTEBOOK(gtk_notebook_new());
diff --git a/editors/conglomerate/pkg-descr b/editors/conglomerate/pkg-descr
new file mode 100644
index 000000000000..c74074d00268
--- /dev/null
+++ b/editors/conglomerate/pkg-descr
@@ -0,0 +1,10 @@
+Conglomerate is a free, user-friendly XML editor, aimed at providing
+a comfortable DocBook editor for the masses that's nicely integrated
+into GNOME.
+
+Conglomerate is still fairly unstable when doing editing work,
+and will crash from time to time. However, it is becoming usable
+for viewing DocBook and other XML formats, for creating new documents,
+and making simple changes to existing documents.
+
+WWW: http://www.conglomerate.org/
diff --git a/editors/conglomerate/pkg-plist b/editors/conglomerate/pkg-plist
new file mode 100644
index 000000000000..8fac78571f0b
--- /dev/null
+++ b/editors/conglomerate/pkg-plist
@@ -0,0 +1,47 @@
+bin/conglomerate
+share/gnome/applications/conglomerate.desktop
+share/gnome/conglomerate/dispspecs/cnxml.xds
+share/gnome/conglomerate/dispspecs/docbook.xds
+share/gnome/conglomerate/dispspecs/readme.xds
+share/gnome/conglomerate/dispspecs/website-layout.xds
+share/gnome/conglomerate/dispspecs/website-webpage.xds
+share/gnome/conglomerate/dispspecs/xsl.xds
+share/gnome/conglomerate/examples/cnxml.xml
+share/gnome/conglomerate/examples/readme.xml
+share/gnome/conglomerate/examples/test-docbook.xml
+share/gnome/conglomerate/glade/docbook-common-properties.glade
+share/gnome/pixmaps/ChangeLog
+share/gnome/pixmaps/cong-address-16.png
+share/gnome/pixmaps/cong-answer-16.png
+share/gnome/pixmaps/cong-author-16.png
+share/gnome/pixmaps/cong-bibliography-16.png
+share/gnome/pixmaps/cong-bulleted-list-16.png
+share/gnome/pixmaps/cong-code-fragment-16.png
+share/gnome/pixmaps/cong-definition-list-16.png
+share/gnome/pixmaps/cong-docbook-article-16.png
+share/gnome/pixmaps/cong-docbook-book-16.png
+share/gnome/pixmaps/cong-docbook-set-16.png
+share/gnome/pixmaps/cong-editor-16.png
+share/gnome/pixmaps/cong-entry-16.png
+share/gnome/pixmaps/cong-faq-16.png
+share/gnome/pixmaps/cong-footnote-16.png
+share/gnome/pixmaps/cong-history-16.png
+share/gnome/pixmaps/cong-indexterm-16.png
+share/gnome/pixmaps/cong-list-16.png
+share/gnome/pixmaps/cong-list-item-16.png
+share/gnome/pixmaps/cong-metadata-16.png
+share/gnome/pixmaps/cong-name-16.png
+share/gnome/pixmaps/cong-numbered-list-16.png
+share/gnome/pixmaps/cong-paragraph-16.png
+share/gnome/pixmaps/cong-publisher-16.png
+share/gnome/pixmaps/cong-question-16.png
+share/gnome/pixmaps/cong-subsection-16.png
+share/gnome/pixmaps/cong-summary-16.png
+share/gnome/pixmaps/cong-title-16.png
+share/gnome/pixmaps/cong-wrapper-16.png
+share/locale/es/LC_MESSAGES/conglomerate.mo
+share/locale/ru/LC_MESSAGES/conglomerate.mo
+@dirrm share/gnome/conglomerate/dispspecs
+@dirrm share/gnome/conglomerate/examples
+@dirrm share/gnome/conglomerate/glade
+@dirrm share/gnome/conglomerate