summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 13:49:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 13:49:51 +0000
commit7b60d61ac7ac4280fdb1d116ede5c842203285b6 (patch)
tree7fd1309ccd4116034c3245862364ef488f9a62a7 /converters
parent- NOPORTDOCS support for pkg-plist (diff)
Add psiconv 0.8.2, a conversion utility to convert Psion 5(MX) files into
other formats.
Notes
Notes: svn path=/head/; revision=46583
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/psiconv/Makefile24
-rw-r--r--converters/psiconv/distinfo1
-rw-r--r--converters/psiconv/files/patch-formats::html_links.sh28
-rw-r--r--converters/psiconv/files/patch-formats::index_html.sh16
-rw-r--r--converters/psiconv/files/patch-ltmain.sh18
-rw-r--r--converters/psiconv/pkg-comment1
-rw-r--r--converters/psiconv/pkg-descr10
-rw-r--r--converters/psiconv/pkg-plist15
9 files changed, 114 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index ec51868e4a5c..96b34a3b0d72 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -34,6 +34,7 @@
SUBDIR += p5-Text-Iconv
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-String
+ SUBDIR += psiconv
SUBDIR += recode
SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile
new file mode 100644
index 000000000000..2a6b607fff73
--- /dev/null
+++ b/converters/psiconv/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libiconv
+# Date created: 21 August 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= psiconv
+PORTVERSION= 0.8.2
+CATEGORIES= converters devel
+MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-imagemagick=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/converters/psiconv/distinfo b/converters/psiconv/distinfo
new file mode 100644
index 000000000000..b7176f2178a4
--- /dev/null
+++ b/converters/psiconv/distinfo
@@ -0,0 +1 @@
+MD5 (psiconv-0.8.2.tar.gz) = 76af8dca6bd52a46821aea9fb5dcf4fe
diff --git a/converters/psiconv/files/patch-formats::html_links.sh b/converters/psiconv/files/patch-formats::html_links.sh
new file mode 100644
index 000000000000..5d64b95a4b17
--- /dev/null
+++ b/converters/psiconv/files/patch-formats::html_links.sh
@@ -0,0 +1,28 @@
+
+$FreeBSD$
+
+--- formats/html_links.sh 2001/08/21 13:34:26 1.1
++++ formats/html_links.sh 2001/08/21 13:37:05
+@@ -1,8 +1,8 @@
+ #!/bin/sh
+
+-function generate_links
++generate_links()
+ {
+- local index_file name file lineno
++ #local index_file name file lineno
+
+ index_file="$1"
+
+@@ -17,9 +17,9 @@
+ eval "$command"
+ }
+
+-function generate_headers
++generate_headers()
+ {
+- local index_file name this_file
++ #local index_file name this_file
+
+ index_file="$1"
+ this_file=`echo $2 | sed 's,.*/,,' | sed 's,\..*$,,'`
diff --git a/converters/psiconv/files/patch-formats::index_html.sh b/converters/psiconv/files/patch-formats::index_html.sh
new file mode 100644
index 000000000000..21083a24ccec
--- /dev/null
+++ b/converters/psiconv/files/patch-formats::index_html.sh
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- formats/index_html.sh 2001/08/21 13:34:31 1.1
++++ formats/index_html.sh 2001/08/21 13:36:00
+@@ -1,8 +1,8 @@
+ #!/bin/sh
+
+-function make_targets_file
++make_targets_file()
+ {
+- local file line line_nr error targets_file files
++ #local file line line_nr error targets_file files
+
+ targets_file="$1"
+ shift
diff --git a/converters/psiconv/files/patch-ltmain.sh b/converters/psiconv/files/patch-ltmain.sh
new file mode 100644
index 000000000000..9c39f795b79d
--- /dev/null
+++ b/converters/psiconv/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/07/03 12:57:52 1.1
++++ ltmain.sh 2001/07/03 12:58:32
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/converters/psiconv/pkg-comment b/converters/psiconv/pkg-comment
new file mode 100644
index 000000000000..dea7930d20d3
--- /dev/null
+++ b/converters/psiconv/pkg-comment
@@ -0,0 +1 @@
+A conversion utility to convert Psion 5(MX) files into other formats
diff --git a/converters/psiconv/pkg-descr b/converters/psiconv/pkg-descr
new file mode 100644
index 000000000000..45cfe6ca1583
--- /dev/null
+++ b/converters/psiconv/pkg-descr
@@ -0,0 +1,10 @@
+Psiconv is a file conversion utility that converts between Psion 5(MX) files
+and more commonly-used *nux file formats. It can read Psion Word, TextEd,
+Sketch, MBM, and Clipart files, and outputs HTML 3.2, HTML 4, ASCII, and
+almost any graphical format. The libpsiconv library can also read Sheet files
+and output Word and TextEd files for use in other programs. Included is full
+documentation on several Psion 5(MX) file formats. This information is not
+available from Psion (it has been reverse-engineered from Psion files), and
+it's free for anybody to use.
+
+WWW: http://huizen.dds.nl/~frodol/psiconv/
diff --git a/converters/psiconv/pkg-plist b/converters/psiconv/pkg-plist
new file mode 100644
index 000000000000..cf46a7bc309b
--- /dev/null
+++ b/converters/psiconv/pkg-plist
@@ -0,0 +1,15 @@
+bin/psiconv
+include/psiconv/buffer.h
+include/psiconv/common.h
+include/psiconv/data.h
+include/psiconv/error.h
+include/psiconv/general.h
+include/psiconv/generate.h
+include/psiconv/generate_routines.h
+include/psiconv/list.h
+include/psiconv/parse.h
+include/psiconv/parse_routines.h
+lib/libpsiconv.a
+lib/libpsiconv.so
+lib/libpsiconv.so.7
+@dirrm include/psiconv