summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 07:45:21 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 07:45:21 +0800
commitf586e4202eb5092e514232492578be786d7afccb (patch)
tree6b6a81bdfcf2d78316484d037555ba8e37cf7ae6 /misc
parentca0ca400d3bb6e434c31a2bf4064d79cfb5ea303 (diff)
downloadmarcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.tar
marcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.tar.gz
marcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.tar.bz2
marcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.tar.lz
marcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.tar.xz
marcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.tar.zst
marcuscom-ports-f586e4202eb5092e514232492578be786d7afccb.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9270 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r--misc/gtktalog/pkg-plist2
-rw-r--r--misc/pybliographer/Makefile48
-rw-r--r--misc/pybliographer/distinfo3
-rw-r--r--misc/pybliographer/files/patch-bibtex::reverse.c11
-rw-r--r--misc/pybliographer/files/patch-configure11
-rw-r--r--misc/pybliographer/pkg-descr18
-rw-r--r--misc/pybliographer/pkg-plist345
-rw-r--r--misc/terraform/Makefile44
-rw-r--r--misc/terraform/distinfo3
-rw-r--r--misc/terraform/files/patch-desktop-links::Makefile.in15
-rw-r--r--misc/terraform/files/patch-docs::Makefile.in11
-rw-r--r--misc/terraform/pkg-descr12
-rw-r--r--misc/terraform/pkg-plist98
-rw-r--r--misc/uf-view/Makefile29
-rw-r--r--misc/uf-view/distinfo3
-rw-r--r--misc/uf-view/pkg-descr8
-rw-r--r--misc/uf-view/pkg-plist38
17 files changed, 698 insertions, 1 deletions
diff --git a/misc/gtktalog/pkg-plist b/misc/gtktalog/pkg-plist
index 1584fd139..a98d60ed9 100644
--- a/misc/gtktalog/pkg-plist
+++ b/misc/gtktalog/pkg-plist
@@ -152,7 +152,7 @@ share/gnome/help/gtktalog/fr/x779.html
share/gnome/help/gtktalog/fr/x835.html
share/gnome/help/gtktalog/fr/x846.html
share/gnome/help/gtktalog/fr/x947.html
-share/gnome/pixmaps/gtktalog.png
+share/pixmaps/gtktalog.png
%%NLS%%share/locale/ca/LC_MESSAGES/gtktalog.mo
%%NLS%%share/locale/cs/LC_MESSAGES/gtktalog.mo
%%NLS%%share/locale/de/LC_MESSAGES/gtktalog.mo
diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile
new file mode 100644
index 000000000..c6fe2098c
--- /dev/null
+++ b/misc/pybliographer/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: pybliographer
+# Date created: 7 December 2000
+# Whom: Johann Visagie <johann@egenetics.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pybliographer
+PORTVERSION= 1.0.11
+PORTREVISION= 5
+CATEGORIES= misc python gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pybliographer/1.0
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= GUI and command-line tools for editing and searching bibliographic databases
+
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
+ recode:${PORTSDIR}/converters/recode
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
+ recode:${PORTSDIR}/converters/recode
+
+USE_GNOME= glib12 gnomehack gnomeprefix
+USE_PYTHON= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ Python="${PYTHON_CMD}"
+CONFIGURE_ARGS= --with-recode-prefix="${LOCALBASE}"
+
+.include <bsd.port.pre.mk>
+
+pre-patch:
+ @${REINPLACE_CMD} -e 's|glib-config|${GLIB_CONFIG}|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+.if ${PYTHON_REL} >= 230
+ @${REINPLACE_CMD} 's|@DEFS@||g' ${WRKSRC}/compiled/Makefile.pre.in
+.endif
+
+post-install:
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
+ ${PREFIX}/share/${PORTNAME}
+ @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
+ ${PREFIX}/share/${PORTNAME}
+
+.include <bsd.port.post.mk>
diff --git a/misc/pybliographer/distinfo b/misc/pybliographer/distinfo
new file mode 100644
index 000000000..46b5c2f3e
--- /dev/null
+++ b/misc/pybliographer/distinfo
@@ -0,0 +1,3 @@
+MD5 (pybliographer-1.0.11.tar.gz) = a777fd404a5040622b73011d6c9218f4
+SHA256 (pybliographer-1.0.11.tar.gz) = f9bf10121313a99ee29501b17798e23669f5d6f67d1a52afc9ce67bfc7f36ee0
+SIZE (pybliographer-1.0.11.tar.gz) = 707407
diff --git a/misc/pybliographer/files/patch-bibtex::reverse.c b/misc/pybliographer/files/patch-bibtex::reverse.c
new file mode 100644
index 000000000..000ad15e9
--- /dev/null
+++ b/misc/pybliographer/files/patch-bibtex::reverse.c
@@ -0,0 +1,11 @@
+--- bibtex/reverse.c.dist Tue Apr 1 19:22:52 2003
++++ bibtex/reverse.c Tue Apr 1 19:22:09 2003
+@@ -26,7 +26,7 @@
+ #endif
+
+ #include <string.h>
+-#include <regex.h>
++#include <gnuregex.h>
+
+ #ifdef HAVE_STDBOOL_H
+ #include <stdbool.h>
diff --git a/misc/pybliographer/files/patch-configure b/misc/pybliographer/files/patch-configure
new file mode 100644
index 000000000..a993e6e05
--- /dev/null
+++ b/misc/pybliographer/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sun Apr 6 21:29:36 2003
++++ configure Sun Apr 6 21:30:43 2003
+@@ -4316,7 +4316,7 @@
+
+ version=`${RECODE} --version | head -n 1 | cut -f 3 -d' '`
+
+-if test ${version} != "3.5" ; then
++if test ${version} >= "3.5" ; then
+ { echo "configure: error: Please check that your version of GNU Recode is 3.5" 1>&2; exit 1; }
+ fi
+
diff --git a/misc/pybliographer/pkg-descr b/misc/pybliographer/pkg-descr
new file mode 100644
index 000000000..27f0e1d8e
--- /dev/null
+++ b/misc/pybliographer/pkg-descr
@@ -0,0 +1,18 @@
+Pybliographer is a tool for handling databases of bibliographic references.
+It provides an homogeneous interface (with powerful editing and searching
+features) for several bibliographic database formats - currently supported
+are BibTeX, Medline, Ovid and Refer. In addition, it can export references
+directly to LyX.
+
+Both a scriptable command-line interface ("pybliographer") and a GNOME-
+compliant GUI ("pybliographic") are installed by the port.
+
+Pybliographer is written in Python, and some Python knowledge would be
+helpful in making the most of the command-line environment and when doing
+advanced searches. The GUI version, on the other hand, is extremely novice-
+friendly.
+
+Author: Frederic Gobry <gobry@users.sourceforge.net>
+WWW: http://www.pybliographer.org/
+
+-- Johann Visagie <johann@egenetics.com>
diff --git a/misc/pybliographer/pkg-plist b/misc/pybliographer/pkg-plist
new file mode 100644
index 000000000..84c993490
--- /dev/null
+++ b/misc/pybliographer/pkg-plist
@@ -0,0 +1,345 @@
+bin/pybcheck
+bin/pybcompact
+bin/pybconvert
+bin/pybformat
+bin/pybliographer
+bin/pybliographic
+bin/pybtex
+include/bibtex.h
+lib/libbibtex.a
+lib/libbibtex.la
+lib/libbibtex.so
+lib/libbibtex.so.1
+lib/pybliographer/_bibtexmodule.so
+lib/pybliographer/_recodemodule.so
+share/gnome/apps/Applications/pybliographic.desktop
+share/gnome/help/pybliographic/C/book1.html
+share/gnome/help/pybliographic/C/c194.html
+share/gnome/help/pybliographic/C/c289.html
+share/gnome/help/pybliographic/C/c310.html
+share/gnome/help/pybliographic/C/c9.html
+share/gnome/help/pybliographic/C/class-database.html
+share/gnome/help/pybliographic/C/class-entry.html
+share/gnome/help/pybliographic/C/class-iterator.html
+share/gnome/help/pybliographic/C/class-key.html
+share/gnome/help/pybliographic/C/class-selection.html
+share/gnome/help/pybliographic/C/class-sort.html
+share/gnome/help/pybliographic/C/class-tester.html
+share/gnome/help/pybliographic/C/class-url.html
+share/gnome/help/pybliographic/C/docbook.css
+share/gnome/help/pybliographic/C/edit.png
+share/gnome/help/pybliographic/C/gui-edit.html
+share/gnome/help/pybliographic/C/gui-navigate.html
+share/gnome/help/pybliographic/C/main.png
+share/gnome/help/pybliographic/C/open.png
+share/gnome/help/pybliographic/C/reference.html
+share/gnome/help/pybliographic/C/search.png
+share/gnome/help/pybliographic/C/stylesheet-images/caution.gif
+share/gnome/help/pybliographic/C/stylesheet-images/home.gif
+share/gnome/help/pybliographic/C/stylesheet-images/important.gif
+share/gnome/help/pybliographic/C/stylesheet-images/next.gif
+share/gnome/help/pybliographic/C/stylesheet-images/note.gif
+share/gnome/help/pybliographic/C/stylesheet-images/prev.gif
+share/gnome/help/pybliographic/C/stylesheet-images/tip.gif
+share/gnome/help/pybliographic/C/stylesheet-images/toc-blank.gif
+share/gnome/help/pybliographic/C/stylesheet-images/toc-minus.gif
+share/gnome/help/pybliographic/C/stylesheet-images/toc-plus.gif
+share/gnome/help/pybliographic/C/stylesheet-images/up.gif
+share/gnome/help/pybliographic/C/stylesheet-images/warning.gif
+share/gnome/help/pybliographic/C/topic.dat
+share/gnome/help/pybliographic/C/x115.html
+share/gnome/help/pybliographic/C/x180.html
+share/gnome/help/pybliographic/C/x22.html
+share/gnome/help/pybliographic/C/x264.html
+share/gnome/help/pybliographic/C/x305.html
+share/gnome/help/pybliographic/C/x329.html
+share/gnome/help/pybliographic/C/x369.html
+share/gnome/help/pybliographic/C/x55.html
+share/gnome/help/pybliographic/it/book1.html
+share/gnome/help/pybliographic/it/c194.html
+share/gnome/help/pybliographic/it/c289.html
+share/gnome/help/pybliographic/it/c310.html
+share/gnome/help/pybliographic/it/c9.html
+share/gnome/help/pybliographic/it/class-database.html
+share/gnome/help/pybliographic/it/class-entry.html
+share/gnome/help/pybliographic/it/class-iterator.html
+share/gnome/help/pybliographic/it/class-key.html
+share/gnome/help/pybliographic/it/class-selection.html
+share/gnome/help/pybliographic/it/class-url.html
+share/gnome/help/pybliographic/it/docbook.css
+share/gnome/help/pybliographic/it/edit.png
+share/gnome/help/pybliographic/it/gui-edit.html
+share/gnome/help/pybliographic/it/gui-navigate.html
+share/gnome/help/pybliographic/it/main.png
+share/gnome/help/pybliographic/it/open.png
+share/gnome/help/pybliographic/it/reference.html
+share/gnome/help/pybliographic/it/search.png
+share/gnome/help/pybliographic/it/sort.png
+share/gnome/help/pybliographic/it/stylesheet-images/caution.gif
+share/gnome/help/pybliographic/it/stylesheet-images/home.gif
+share/gnome/help/pybliographic/it/stylesheet-images/important.gif
+share/gnome/help/pybliographic/it/stylesheet-images/next.gif
+share/gnome/help/pybliographic/it/stylesheet-images/note.gif
+share/gnome/help/pybliographic/it/stylesheet-images/prev.gif
+share/gnome/help/pybliographic/it/stylesheet-images/tip.gif
+share/gnome/help/pybliographic/it/stylesheet-images/toc-blank.gif
+share/gnome/help/pybliographic/it/stylesheet-images/toc-minus.gif
+share/gnome/help/pybliographic/it/stylesheet-images/toc-plus.gif
+share/gnome/help/pybliographic/it/stylesheet-images/up.gif
+share/gnome/help/pybliographic/it/stylesheet-images/warning.gif
+share/gnome/help/pybliographic/it/topic.dat
+share/gnome/help/pybliographic/it/x115.html
+share/gnome/help/pybliographic/it/x180.html
+share/gnome/help/pybliographic/it/x22.html
+share/gnome/help/pybliographic/it/x264.html
+share/gnome/help/pybliographic/it/x305.html
+share/gnome/help/pybliographic/it/x329.html
+share/gnome/help/pybliographic/it/x369.html
+share/gnome/help/pybliographic/it/x55.html
+share/mime-info/pybliographic.keys
+share/mime-info/pybliographic.mime
+share/pixmaps/pybliographic-logo.png
+share/pixmaps/pybliographic.png
+share/pybliographer/Pyblio/Autoload.py
+share/pybliographer/Pyblio/Autoload.pyc
+share/pybliographer/Pyblio/Autoload.pyo
+share/pybliographer/Pyblio/Base.py
+share/pybliographer/Pyblio/Base.pyc
+share/pybliographer/Pyblio/Base.pyo
+share/pybliographer/Pyblio/ConfDir/Base.py
+share/pybliographer/Pyblio/ConfDir/Base.pyc
+share/pybliographer/Pyblio/ConfDir/Base.pyo
+share/pybliographer/Pyblio/ConfDir/BibTeX+.py
+share/pybliographer/Pyblio/ConfDir/BibTeX+.pyc
+share/pybliographer/Pyblio/ConfDir/BibTeX+.pyo
+share/pybliographer/Pyblio/ConfDir/BibTeX.py
+share/pybliographer/Pyblio/ConfDir/BibTeX.pyc
+share/pybliographer/Pyblio/ConfDir/BibTeX.pyo
+share/pybliographer/Pyblio/ConfDir/Gnome.py
+share/pybliographer/Pyblio/ConfDir/Gnome.pyc
+share/pybliographer/Pyblio/ConfDir/Gnome.pyo
+share/pybliographer/Pyblio/ConfDir/GnomeUI.py
+share/pybliographer/Pyblio/ConfDir/GnomeUI.pyc
+share/pybliographer/Pyblio/ConfDir/GnomeUI.pyo
+share/pybliographer/Pyblio/ConfDir/Medline.py
+share/pybliographer/Pyblio/ConfDir/Medline.pyc
+share/pybliographer/Pyblio/ConfDir/Medline.pyo
+share/pybliographer/Pyblio/ConfDir/Ovid.py
+share/pybliographer/Pyblio/ConfDir/Ovid.pyc
+share/pybliographer/Pyblio/ConfDir/Ovid.pyo
+share/pybliographer/Pyblio/ConfDir/Refer.py
+share/pybliographer/Pyblio/ConfDir/Refer.pyc
+share/pybliographer/Pyblio/ConfDir/Refer.pyo
+share/pybliographer/Pyblio/Config.py
+share/pybliographer/Pyblio/Config.pyc
+share/pybliographer/Pyblio/Config.pyo
+share/pybliographer/Pyblio/Connector.py
+share/pybliographer/Pyblio/Connector.pyc
+share/pybliographer/Pyblio/Connector.pyo
+share/pybliographer/Pyblio/Exceptions.py
+share/pybliographer/Pyblio/Exceptions.pyc
+share/pybliographer/Pyblio/Exceptions.pyo
+share/pybliographer/Pyblio/Fields.py
+share/pybliographer/Pyblio/Fields.pyc
+share/pybliographer/Pyblio/Fields.pyo
+share/pybliographer/Pyblio/Format/BibTeX.py
+share/pybliographer/Pyblio/Format/BibTeX.pyc
+share/pybliographer/Pyblio/Format/BibTeX.pyo
+share/pybliographer/Pyblio/Format/Medline.py
+share/pybliographer/Pyblio/Format/Medline.pyc
+share/pybliographer/Pyblio/Format/Medline.pyo
+share/pybliographer/Pyblio/Format/Ovid.py
+share/pybliographer/Pyblio/Format/Ovid.pyc
+share/pybliographer/Pyblio/Format/Ovid.pyo
+share/pybliographer/Pyblio/Format/OvidLike.py
+share/pybliographer/Pyblio/Format/OvidLike.pyc
+share/pybliographer/Pyblio/Format/OvidLike.pyo
+share/pybliographer/Pyblio/Format/Refer.py
+share/pybliographer/Pyblio/Format/Refer.pyc
+share/pybliographer/Pyblio/Format/Refer.pyo
+share/pybliographer/Pyblio/Format/__init__.py
+share/pybliographer/Pyblio/Format/__init__.pyc
+share/pybliographer/Pyblio/Format/__init__.pyo
+share/pybliographer/Pyblio/Format/isifile.py
+share/pybliographer/Pyblio/Format/isifile.pyc
+share/pybliographer/Pyblio/Format/isifile.pyo
+share/pybliographer/Pyblio/Formatter.py
+share/pybliographer/Pyblio/Formatter.pyc
+share/pybliographer/Pyblio/Formatter.pyo
+share/pybliographer/Pyblio/GnomeUI/Config.py
+share/pybliographer/Pyblio/GnomeUI/Config.pyc
+share/pybliographer/Pyblio/GnomeUI/Config.pyo
+share/pybliographer/Pyblio/GnomeUI/Document.py
+share/pybliographer/Pyblio/GnomeUI/Document.pyc
+share/pybliographer/Pyblio/GnomeUI/Document.pyo
+share/pybliographer/Pyblio/GnomeUI/Editor.py
+share/pybliographer/Pyblio/GnomeUI/Editor.pyc
+share/pybliographer/Pyblio/GnomeUI/Editor.pyo
+share/pybliographer/Pyblio/GnomeUI/Entry.py
+share/pybliographer/Pyblio/GnomeUI/Entry.pyc
+share/pybliographer/Pyblio/GnomeUI/Entry.pyo
+share/pybliographer/Pyblio/GnomeUI/Fields.py
+share/pybliographer/Pyblio/GnomeUI/Fields.pyc
+share/pybliographer/Pyblio/GnomeUI/Fields.pyo
+share/pybliographer/Pyblio/GnomeUI/FieldsInfo.py
+share/pybliographer/Pyblio/GnomeUI/FieldsInfo.pyc
+share/pybliographer/Pyblio/GnomeUI/FieldsInfo.pyo
+share/pybliographer/Pyblio/GnomeUI/FileSelector.py
+share/pybliographer/Pyblio/GnomeUI/FileSelector.pyc
+share/pybliographer/Pyblio/GnomeUI/FileSelector.pyo
+share/pybliographer/Pyblio/GnomeUI/Format.py
+share/pybliographer/Pyblio/GnomeUI/Format.pyc
+share/pybliographer/Pyblio/GnomeUI/Format.pyo
+share/pybliographer/Pyblio/GnomeUI/Index.py
+share/pybliographer/Pyblio/GnomeUI/Index.pyc
+share/pybliographer/Pyblio/GnomeUI/Index.pyo
+share/pybliographer/Pyblio/GnomeUI/Mime.py
+share/pybliographer/Pyblio/GnomeUI/Mime.pyc
+share/pybliographer/Pyblio/GnomeUI/Mime.pyo
+share/pybliographer/Pyblio/GnomeUI/Pybliographic.py
+share/pybliographer/Pyblio/GnomeUI/Pybliographic.pyc
+share/pybliographer/Pyblio/GnomeUI/Pybliographic.pyo
+share/pybliographer/Pyblio/GnomeUI/Search.py
+share/pybliographer/Pyblio/GnomeUI/Search.pyc
+share/pybliographer/Pyblio/GnomeUI/Search.pyo
+share/pybliographer/Pyblio/GnomeUI/Sort.py
+share/pybliographer/Pyblio/GnomeUI/Sort.pyc
+share/pybliographer/Pyblio/GnomeUI/Sort.pyo
+share/pybliographer/Pyblio/GnomeUI/Utils.py
+share/pybliographer/Pyblio/GnomeUI/Utils.pyc
+share/pybliographer/Pyblio/GnomeUI/Utils.pyo
+share/pybliographer/Pyblio/GnomeUI/__init__.py
+share/pybliographer/Pyblio/GnomeUI/__init__.pyc
+share/pybliographer/Pyblio/GnomeUI/__init__.pyo
+share/pybliographer/Pyblio/Help.py
+share/pybliographer/Pyblio/Help.pyc
+share/pybliographer/Pyblio/Help.pyo
+share/pybliographer/Pyblio/Iterator.py
+share/pybliographer/Pyblio/Iterator.pyc
+share/pybliographer/Pyblio/Iterator.pyo
+share/pybliographer/Pyblio/Key.py
+share/pybliographer/Pyblio/Key.pyc
+share/pybliographer/Pyblio/Key.pyo
+share/pybliographer/Pyblio/LyX.py
+share/pybliographer/Pyblio/LyX.pyc
+share/pybliographer/Pyblio/LyX.pyo
+share/pybliographer/Pyblio/Open.py
+share/pybliographer/Pyblio/Open.pyc
+share/pybliographer/Pyblio/Open.pyo
+share/pybliographer/Pyblio/Output/LaTeX.py
+share/pybliographer/Pyblio/Output/LaTeX.pyc
+share/pybliographer/Pyblio/Output/LaTeX.pyo
+share/pybliographer/Pyblio/Output/__init__.py
+share/pybliographer/Pyblio/Output/__init__.pyc
+share/pybliographer/Pyblio/Output/__init__.pyo
+share/pybliographer/Pyblio/Output/html.py
+share/pybliographer/Pyblio/Output/html.pyc
+share/pybliographer/Pyblio/Output/html.pyo
+share/pybliographer/Pyblio/Output/latexutils.py
+share/pybliographer/Pyblio/Output/latexutils.pyc
+share/pybliographer/Pyblio/Output/latexutils.pyo
+share/pybliographer/Pyblio/Output/raw.py
+share/pybliographer/Pyblio/Output/raw.pyc
+share/pybliographer/Pyblio/Output/raw.pyo
+share/pybliographer/Pyblio/Output/text.py
+share/pybliographer/Pyblio/Output/text.pyc
+share/pybliographer/Pyblio/Output/text.pyo
+share/pybliographer/Pyblio/Search.py
+share/pybliographer/Pyblio/Search.pyc
+share/pybliographer/Pyblio/Search.pyo
+share/pybliographer/Pyblio/Selection.py
+share/pybliographer/Pyblio/Selection.pyc
+share/pybliographer/Pyblio/Selection.pyo
+share/pybliographer/Pyblio/Sort.py
+share/pybliographer/Pyblio/Sort.pyc
+share/pybliographer/Pyblio/Sort.pyo
+share/pybliographer/Pyblio/Style/Generic.py
+share/pybliographer/Pyblio/Style/Generic.pyc
+share/pybliographer/Pyblio/Style/Generic.pyo
+share/pybliographer/Pyblio/Style/Parser.py
+share/pybliographer/Pyblio/Style/Parser.pyc
+share/pybliographer/Pyblio/Style/Parser.pyo
+share/pybliographer/Pyblio/Style/Utils.py
+share/pybliographer/Pyblio/Style/Utils.pyc
+share/pybliographer/Pyblio/Style/Utils.pyo
+share/pybliographer/Pyblio/Style/apa4e.py
+share/pybliographer/Pyblio/Style/apa4e.pyc
+share/pybliographer/Pyblio/Style/apa4e.pyo
+share/pybliographer/Pyblio/Style/__init__.py
+share/pybliographer/Pyblio/Style/__init__.pyc
+share/pybliographer/Pyblio/Style/__init__.pyo
+share/pybliographer/Pyblio/TextUI.py
+share/pybliographer/Pyblio/TextUI.pyc
+share/pybliographer/Pyblio/TextUI.pyo
+share/pybliographer/Pyblio/Types.py
+share/pybliographer/Pyblio/Types.pyc
+share/pybliographer/Pyblio/Types.pyo
+share/pybliographer/Pyblio/Utils.py
+share/pybliographer/Pyblio/Utils.pyc
+share/pybliographer/Pyblio/Utils.pyo
+share/pybliographer/Pyblio/__init__.py
+share/pybliographer/Pyblio/__init__.pyc
+share/pybliographer/Pyblio/__init__.pyo
+share/pybliographer/Pyblio/recode.py
+share/pybliographer/Pyblio/recode.pyc
+share/pybliographer/Pyblio/recode.pyo
+share/pybliographer/Pyblio/version.py
+share/pybliographer/Pyblio/version.pyc
+share/pybliographer/Pyblio/version.pyo
+share/pybliographer/Styles/Abbrev.xml
+share/pybliographer/Styles/Alpha.xml
+share/pybliographer/Styles/apa4e.xml
+share/pybliographer/Styles/bibstyle.dtd
+share/pybliographer/Pyblio/Query.py
+share/pybliographer/Pyblio/Query.pyc
+share/pybliographer/Pyblio/Query.pyo
+share/pybliographer/pybcheck.py
+share/pybliographer/pybcheck.pyc
+share/pybliographer/pybcheck.pyo
+share/pybliographer/pybcompact.py
+share/pybliographer/pybcompact.pyc
+share/pybliographer/pybcompact.pyo
+share/pybliographer/pybconvert.py
+share/pybliographer/pybconvert.pyc
+share/pybliographer/pybconvert.pyo
+share/pybliographer/pybformat.py
+share/pybliographer/pybformat.pyc
+share/pybliographer/pybformat.pyo
+share/pybliographer/pybliographic.py
+share/pybliographer/pybliographic.pyc
+share/pybliographer/pybliographic.pyo
+share/pybliographer/pybrc.py
+share/pybliographer/pybrc.pyc
+share/pybliographer/pybrc.pyo
+share/pybliographer/pybtex.py
+share/pybliographer/pybtex.pyc
+share/pybliographer/pybtex.pyo
+share/locale/az/LC_MESSAGES/pybliographer.mo
+share/locale/da/LC_MESSAGES/pybliographer.mo
+share/locale/de/LC_MESSAGES/pybliographer.mo
+share/locale/fi/LC_MESSAGES/pybliographer.mo
+share/locale/fr/LC_MESSAGES/pybliographer.mo
+share/locale/hu/LC_MESSAGES/pybliographer.mo
+share/locale/it/LC_MESSAGES/pybliographer.mo
+share/locale/ja/LC_MESSAGES/pybliographer.mo
+share/locale/no/LC_MESSAGES/pybliographer.mo
+share/locale/pt_BR/LC_MESSAGES/pybliographer.mo
+share/locale/ru/LC_MESSAGES/pybliographer.mo
+share/locale/sv/LC_MESSAGES/pybliographer.mo
+share/locale/tr/LC_MESSAGES/pybliographer.mo
+share/locale/uk/LC_MESSAGES/pybliographer.mo
+@unexec rm -f %D/share/pybliographer/pybrc.old
+@dirrm share/pybliographer/Styles
+@dirrm share/pybliographer/Pyblio/Style
+@dirrm share/pybliographer/Pyblio/Output
+@dirrm share/pybliographer/Pyblio/GnomeUI
+@dirrm share/pybliographer/Pyblio/Format
+@dirrm share/pybliographer/Pyblio/ConfDir
+@dirrm share/pybliographer/Pyblio
+@dirrm share/pybliographer
+@dirrm share/gnome/help/pybliographic/it/stylesheet-images
+@dirrm share/gnome/help/pybliographic/it
+@dirrm share/gnome/help/pybliographic/C/stylesheet-images
+@dirrm share/gnome/help/pybliographic/C
+@dirrm share/gnome/help/pybliographic
+@dirrm lib/pybliographer
diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile
new file mode 100644
index 000000000..3cd1b85fe
--- /dev/null
+++ b/misc/terraform/Makefile
@@ -0,0 +1,44 @@
+# ex:ts=8
+# Ports collection makefile for: terraform
+# Date created: Feb 8, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= terraform
+PORTVERSION= 0.9.0
+PORTREVISION= 5
+CATEGORIES= misc gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Interactive height field generation and manipulation program
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio
+
+USE_X_PREFIX= yes
+USE_BISON= yes
+USE_GNOME= gnomeprefix gnomehack gnomeprint
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|Bison |Bison|g ; \
+ s|-ltrio $$LIBS|-ltrio -lm $$LIBS|g ; \
+ s|#define 1|#define HAVE_LIB_TRIO 1|g ; \
+ s|(HAVE_LIB_TRIO)||g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/src/xmlsupport.c
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in FAQ.sgml README.sgml UsersGuide.sgml i18n.txt
+ ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/terraform/distinfo b/misc/terraform/distinfo
new file mode 100644
index 000000000..ab3e4888e
--- /dev/null
+++ b/misc/terraform/distinfo
@@ -0,0 +1,3 @@
+MD5 (terraform-0.9.0.tar.gz) = a1af0cbb6719b49b30d326df9d06434a
+SHA256 (terraform-0.9.0.tar.gz) = 58063abd2885bfeff671e7697dd0685288c24f7ff790c925691017546fd8ac7d
+SIZE (terraform-0.9.0.tar.gz) = 915714
diff --git a/misc/terraform/files/patch-desktop-links::Makefile.in b/misc/terraform/files/patch-desktop-links::Makefile.in
new file mode 100644
index 000000000..f2a285ae6
--- /dev/null
+++ b/misc/terraform/files/patch-desktop-links::Makefile.in
@@ -0,0 +1,15 @@
+--- desktop-links/Makefile.in.orig Thu Apr 25 01:16:49 2002
++++ desktop-links/Makefile.in Tue May 6 00:23:34 2003
+@@ -232,10 +232,8 @@
+ install-data-local:
+ @$(NORMAL_INSTALL)
+ if test -n "@datadir@"; then \
+- $(mkinstalldirs) $(GNOME_DATADIR)/gnome/apps/Graphics; \
+- $(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/apps/Graphics; \
+- $(mkinstalldirs) $(GNOME_DATADIR)/gnome/ximian/Programs/Graphics; \
+- $(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/ximian/Programs/Graphics; \
++ $(mkinstalldirs) $(GNOME_DATADIR)/gnome/apps/Graphics; \
++ $(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/apps/Graphics; \
+ $(mkinstalldirs) $(GNOME_DATADIR)/pixmaps; \
+ $(INSTALL_DATA) terraform.png $(GNOME_DATADIR)/pixmaps; \
+ fi
diff --git a/misc/terraform/files/patch-docs::Makefile.in b/misc/terraform/files/patch-docs::Makefile.in
new file mode 100644
index 000000000..e20c77a80
--- /dev/null
+++ b/misc/terraform/files/patch-docs::Makefile.in
@@ -0,0 +1,11 @@
+--- docs/Makefile.in.orig Thu Apr 25 01:16:48 2002
++++ docs/Makefile.in Tue May 6 00:06:13 2003
+@@ -205,7 +205,7 @@
+ install-exec-am:
+ install-exec: install-exec-am
+
+-install-data-am: install-dataDATA
++install-data-am:
+ install-data: install-data-am
+
+ install-am: all-am
diff --git a/misc/terraform/pkg-descr b/misc/terraform/pkg-descr
new file mode 100644
index 000000000..e75da9f81
--- /dev/null
+++ b/misc/terraform/pkg-descr
@@ -0,0 +1,12 @@
+Terraform is an open source interactive height field generation and
+manipulation program, giving you the ability to generate random terrain and
+transform it. It uses the GNOME desktop platform and thus has a (more or less)
+consistent graphical user interface which doesn't require use of the command
+line.
+
+Terraform allows you to generate random terrain using a number of algorithms
+and then selectiveley change the terrain using a variety of transformations.
+Where possible, the transformations provide a real-time preview, giving you
+instant feedback on the effect of any parameter changes.
+
+WWW: http://terraform.sourceforge.net/
diff --git a/misc/terraform/pkg-plist b/misc/terraform/pkg-plist
new file mode 100644
index 000000000..a345881e7
--- /dev/null
+++ b/misc/terraform/pkg-plist
@@ -0,0 +1,98 @@
+bin/terraform
+%%PORTDOCS%%%%DOCSDIR%%/FAQ.sgml
+%%PORTDOCS%%%%DOCSDIR%%/README.sgml
+%%PORTDOCS%%%%DOCSDIR%%/UsersGuide.sgml
+%%PORTDOCS%%%%DOCSDIR%%/i18n.txt
+share/gnome/apps/Graphics/Terraform.desktop
+share/gnome/help/terraform/C/faq.html
+share/gnome/help/terraform/C/hacking.html
+share/gnome/help/terraform/C/index.html
+share/gnome/help/terraform/C/mainwindow.png
+share/gnome/help/terraform/C/povray.png
+share/gnome/help/terraform/C/templates.html
+share/gnome/help/terraform/C/terrainwindow.png
+share/gnome/help/terraform/C/topic.dat
+share/gnome/help/terraform/C/tutorial.html
+share/gnome/help/terraform/C/wire.png
+share/gnome/help/terraform/fr/faq.html
+share/gnome/help/terraform/fr/hacking.html
+share/gnome/help/terraform/fr/index.html
+share/gnome/help/terraform/fr/templates.html
+share/gnome/help/terraform/fr/topic.dat
+share/gnome/help/terraform/fr/tutorial.html
+share/pixmaps/terraform.png
+share/pixmaps/terraform/add.xpm
+share/pixmaps/terraform/arrow.xpm
+share/pixmaps/terraform/circle.xpm
+share/pixmaps/terraform/crop.xpm
+share/pixmaps/terraform/die.xpm
+share/pixmaps/terraform/gnome-question.png
+share/pixmaps/terraform/rectangle.xpm
+share/pixmaps/terraform/replace.xpm
+share/pixmaps/terraform/seed.xpm
+share/pixmaps/terraform/subtract.xpm
+share/pixmaps/terraform/terraform_logo.xpm
+share/pixmaps/terraform/zoom.xpm
+share/terraform/image_maps/moon_moon.png
+share/terraform/image_maps/sky_test_320x180.tga
+share/terraform/include/atmospheres/earth_fog.inc
+share/terraform/include/atmospheres/earth_haze_fast.inc
+share/terraform/include/atmospheres/earth_haze_slow.inc
+share/terraform/include/atmospheres/fog_ground.inc
+share/terraform/include/atmospheres/rainbow.inc
+share/terraform/include/defaults.inc
+share/terraform/include/earth_textures/earth_canyon_landscape.inc
+share/terraform/include/earth_textures/earth_desert_landscape.inc
+share/terraform/include/earth_textures/earth_green_landscape.inc
+share/terraform/include/earth_textures/earth_mountain_landscape.inc
+share/terraform/include/generic_land.inc
+share/terraform/include/generic_river.inc
+share/terraform/include/river_texture.inc
+share/terraform/include/skies/earth_regular_sky.inc
+share/terraform/include/skies/earth_static_sky.inc
+share/terraform/include/skies/include/clouds_01.inc
+share/terraform/include/skies/include/clouds_02.inc
+share/terraform/include/skies/include/clouds_03.inc
+share/terraform/include/skies/include/clouds_04.inc
+share/terraform/include/skies/include/clouds_05.inc
+share/terraform/include/skies/include/clouds_06.inc
+share/terraform/include/skies/include/clouds_07.inc
+share/terraform/include/skies/include/lights_standard.inc
+share/terraform/include/skies/include/lights_toymodel.inc
+share/terraform/include/skies/include/skycolor_earth.inc
+share/terraform/include/skies/include/stars_01.inc
+share/terraform/include/skies/include/stars_02.inc
+share/terraform/include/skies/include/stars_03.inc
+share/terraform/include/skies/include/stars_04.inc
+share/terraform/include/skies/include/stars_05.inc
+share/terraform/include/skies/include/stars_06.inc
+share/terraform/include/skies/mapped_sky.inc
+share/terraform/include/water/earth_water.inc
+share/terraform/objects/fern.gif
+share/terraform/objects/fern.inc
+share/terraform/objects/monolith.inc
+share/terraform/objects/tree_1.inc
+share/terraform/objects/tree_2.inc
+share/terraform/objects/tree_3.inc
+share/terraform/objects/tree_4.gif
+share/terraform/objects/tree_4.inc
+share/terraform/objects/tree_5.gif
+share/terraform/objects/tree_5.inc
+share/terraform/objects/tree_6.gif
+share/terraform/objects/tree_6.inc
+share/locale/fr/LC_MESSAGES/terraform.mo
+share/locale/nl/LC_MESSAGES/terraform.mo
+@dirrm share/terraform/objects
+@dirrm share/terraform/include/water
+@dirrm share/terraform/include/skies/include
+@dirrm share/terraform/include/skies
+@dirrm share/terraform/include/earth_textures
+@dirrm share/terraform/include/atmospheres
+@dirrm share/terraform/include
+@dirrm share/terraform/image_maps
+@dirrm share/terraform
+@dirrm share/pixmaps/terraform
+@dirrm share/gnome/help/terraform/fr
+@dirrm share/gnome/help/terraform/C
+@dirrm share/gnome/help/terraform
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile
new file mode 100644
index 000000000..349c0acfd
--- /dev/null
+++ b/misc/uf-view/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: uf-view
+# Date created: 30 May 2001
+# Whom: Jonathan McGee <mcgee@wam.umd.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= uf-view
+PORTVERSION= 2.4
+PORTREVISION= 5
+CATEGORIES= misc
+MASTER_SITES= http://www.hadess.net/files/software/uf-view/
+
+MAINTAINER= mcgee@wam.umd.edu
+COMMENT= A gTK+ viewer for the User Friendly and several other popular comics
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+pre-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/misc/uf-view/distinfo b/misc/uf-view/distinfo
new file mode 100644
index 000000000..d80b346a4
--- /dev/null
+++ b/misc/uf-view/distinfo
@@ -0,0 +1,3 @@
+MD5 (uf-view-2.4.tar.gz) = 187ddeb4f03f50e7d291623959ebf6fc
+SHA256 (uf-view-2.4.tar.gz) = cb5919093e32170f30d7221a8cdf3e53f46a87e96f24657eaa350874191cf503
+SIZE (uf-view-2.4.tar.gz) = 158964
diff --git a/misc/uf-view/pkg-descr b/misc/uf-view/pkg-descr
new file mode 100644
index 000000000..cdaaab2ed
--- /dev/null
+++ b/misc/uf-view/pkg-descr
@@ -0,0 +1,8 @@
+UF-View is a calendar-based comic viewer. It was first hacked to view the
+"User Friendly" comic, and was extended to allow other reccuring comics to be
+viewed as well.
+
+It also supports Angst Technology, Calvin and Hobbes, Little Gamers,
+Penny Arcade, and PvP.
+
+WWW: http://www.hadess.net/misc-code.php3
diff --git a/misc/uf-view/pkg-plist b/misc/uf-view/pkg-plist
new file mode 100644
index 000000000..6690c4342
--- /dev/null
+++ b/misc/uf-view/pkg-plist
@@ -0,0 +1,38 @@
+bin/uf-view
+share/applications/uf-view.desktop
+share/pixmaps/uf-view/gnome-uf-view.png
+share/pixmaps/uf-view/uf-logo.png
+share/uf-view/at.desktop
+share/uf-view/ch.desktop
+share/uf-view/lg.desktop
+share/uf-view/ft.desktop
+share/uf-view/uf.desktop
+share/uf-view/pa.desktop
+share/uf-view/pvp.desktop
+share/uf-view/sf.desktop
+share/locale/az/LC_MESSAGES/uf-view.mo
+share/locale/be/LC_MESSAGES/uf-view.mo
+share/locale/cs/LC_MESSAGES/uf-view.mo
+share/locale/da/LC_MESSAGES/uf-view.mo
+share/locale/es/LC_MESSAGES/uf-view.mo
+share/locale/fr/LC_MESSAGES/uf-view.mo
+share/locale/hr/LC_MESSAGES/uf-view.mo
+share/locale/ja/LC_MESSAGES/uf-view.mo
+share/locale/ml/LC_MESSAGES/uf-view.mo
+share/locale/ms/LC_MESSAGES/uf-view.mo
+share/locale/nl/LC_MESSAGES/uf-view.mo
+share/locale/no/LC_MESSAGES/uf-view.mo
+share/locale/pl/LC_MESSAGES/uf-view.mo
+share/locale/pt/LC_MESSAGES/uf-view.mo
+share/locale/pt_BR/LC_MESSAGES/uf-view.mo
+share/locale/ru/LC_MESSAGES/uf-view.mo
+share/locale/sk/LC_MESSAGES/uf-view.mo
+share/locale/sq/LC_MESSAGES/uf-view.mo
+share/locale/sr/LC_MESSAGES/uf-view.mo
+share/locale/sr@Latn/LC_MESSAGES/uf-view.mo
+share/locale/sv/LC_MESSAGES/uf-view.mo
+share/locale/vi/LC_MESSAGES/uf-view.mo
+share/locale/wa/LC_MESSAGES/uf-view.mo
+share/locale/zh_CN/LC_MESSAGES/uf-view.mo
+@dirrm share/pixmaps/uf-view
+@dirrm share/uf-view