diff options
author | sakamoto <sakamoto> | 1999-12-06 01:58:06 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-12-06 01:58:06 +0000 |
commit | e07e60116c7d9c2bf49c948f253308a98230cd39 (patch) | |
tree | 0a9b9959f6208654a031bb27369cc66c835d374a | |
parent | 1a9cb63d1992e25eaafd3d903660c82a20a50fb8 (diff) | |
download | pkgsrc-e07e60116c7d9c2bf49c948f253308a98230cd39.tar.gz |
Initial import of psiconv-0.6.1.
PSION 5 file format data conversion utilities
-rw-r--r-- | converters/psiconv/Makefile | 32 | ||||
-rw-r--r-- | converters/psiconv/files/md5 | 3 | ||||
-rw-r--r-- | converters/psiconv/files/patch-sum | 5 | ||||
-rw-r--r-- | converters/psiconv/patches/patch-aa | 11 | ||||
-rw-r--r-- | converters/psiconv/patches/patch-ab | 7 | ||||
-rw-r--r-- | converters/psiconv/patches/patch-ac | 11 | ||||
-rw-r--r-- | converters/psiconv/pkg/COMMENT | 1 | ||||
-rw-r--r-- | converters/psiconv/pkg/DESCR | 7 | ||||
-rw-r--r-- | converters/psiconv/pkg/PLIST | 13 |
9 files changed, 90 insertions, 0 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile new file mode 100644 index 00000000000..a0a81246bcd --- /dev/null +++ b/converters/psiconv/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 01:58:06 sakamoto Exp $ +# + +DISTNAME= psiconv-0.6.1 +CATEGORIES= converters +MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/ + +MAINTAINER= sakamoto@netbsd.org +HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/ + +DEPENDS+= libgetopt-*:../../devel/libgetopt +DEPENDS+= ImageMagick-*:../../graphics/ImageMagick + +MAGICK_CONFIG= ${LOCALBASE}/bin/Magick-config + +USE_X11= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS="`${MAGICK_CONFIG} --cppflags` -DIMAGEMAGICK" \ + LIBS="-lgetopt `${MAGICK_CONFIG} --libs`" + +post-configure: + @${RM} -f ${WRKSRC}/libtool + @${LN} -s ${LIBTOOL} ${WRKSRC}/libtool + +post-install: + ${MKDIR} ${PREFIX}/share/doc/psiconv +.for file in ascii html html4 + ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/psiconv +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/psiconv/files/md5 b/converters/psiconv/files/md5 new file mode 100644 index 00000000000..4fe1084a5d3 --- /dev/null +++ b/converters/psiconv/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $ + +MD5 (psiconv-0.6.1.tar.gz) = 67d1b22ce05ede7742271044771c7cbd diff --git a/converters/psiconv/files/patch-sum b/converters/psiconv/files/patch-sum new file mode 100644 index 00000000000..c666901402d --- /dev/null +++ b/converters/psiconv/files/patch-sum @@ -0,0 +1,5 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $ + +MD5 (patch-aa) = 23f3cbab1ce7b131bec872f5ae5240f4 +MD5 (patch-ab) = 5372b58da6a1ff32909e989e8f83f19b +MD5 (patch-ac) = 33e9d2066f929bde5e18efef161ae40a diff --git a/converters/psiconv/patches/patch-aa b/converters/psiconv/patches/patch-aa new file mode 100644 index 00000000000..9bdf0a4f3f0 --- /dev/null +++ b/converters/psiconv/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $ + +--- ./compat/Makefile.in.orig Sun Dec 5 06:42:06 1999 ++++ ./compat/Makefile.in Mon Dec 6 10:00:29 1999 +@@ -101,5 +101,5 @@ + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ ++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -rpath $(PREFIX)/lib + DIST_COMMON = Makefile.am Makefile.in getopt.c getopt1.c strdup.c + diff --git a/converters/psiconv/patches/patch-ab b/converters/psiconv/patches/patch-ab new file mode 100644 index 00000000000..613c03ca844 --- /dev/null +++ b/converters/psiconv/patches/patch-ab @@ -0,0 +1,7 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $ + +--- ./Makefile.am.orig Wed Oct 27 23:03:37 1999 ++++ ./Makefile.am Mon Dec 6 10:02:34 1999 +@@ -1 +1 @@ +-SUBDIRS = compat lib psiconv formats docs ++SUBDIRS = compat lib psiconv docs diff --git a/converters/psiconv/patches/patch-ac b/converters/psiconv/patches/patch-ac new file mode 100644 index 00000000000..0fa5691def0 --- /dev/null +++ b/converters/psiconv/patches/patch-ac @@ -0,0 +1,11 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $ + +--- ./Makefile.in.orig Sun Dec 5 06:42:04 1999 ++++ ./Makefile.in Mon Dec 6 10:02:40 1999 +@@ -78,5 +78,5 @@ + cflags_set = @cflags_set@ + +-SUBDIRS = compat lib psiconv formats docs ++SUBDIRS = compat lib psiconv docs + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/converters/psiconv/pkg/COMMENT b/converters/psiconv/pkg/COMMENT new file mode 100644 index 00000000000..39a70cc27bd --- /dev/null +++ b/converters/psiconv/pkg/COMMENT @@ -0,0 +1 @@ +PSION 5 file format data conversion utilities diff --git a/converters/psiconv/pkg/DESCR b/converters/psiconv/pkg/DESCR new file mode 100644 index 00000000000..58833a5fefb --- /dev/null +++ b/converters/psiconv/pkg/DESCR @@ -0,0 +1,7 @@ +Psiconv can translate Psion Word files to HTML (either 3.2 or 4.0) or plain +text, and it can translate Psion Sketch and MBM files to almost any graphic +format. It is not yet perfect, but it can easily be extended. Psiconv-0.6.1 +includes the description of the Psion file formats, version 2.5. + +the Psion file formats description: + http://huizen.dds.nl/~frodol/psiconv/html/Index.html diff --git a/converters/psiconv/pkg/PLIST b/converters/psiconv/pkg/PLIST new file mode 100644 index 00000000000..7a5e66b6733 --- /dev/null +++ b/converters/psiconv/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 01:58:06 sakamoto Exp $ +bin/psiconv +include/psiconv/data.h +include/psiconv/list.h +include/psiconv/parse.h +include/psiconv/parse_routines.h +lib/libpsiconv.a +lib/libpsiconv.so.3.0 +share/doc/psiconv/ascii +share/doc/psiconv/html +share/doc/psiconv/html4 +@dirrm share/doc/psiconv +@dirrm include/psiconv |