Commit graph

40 commits

Author SHA1 Message Date
adam
ac5edb9337 Changes:
0.9.6  20040430  Compilation fixes for Solaris
                 Compilation fixes for ImageMagick unavailability

0.9.5  20040406  Bug fixes
                 Compilation with gcc 2.95.x should work again

0.9.4  20040316  Mostly bug fixes
                 Minimum version required for AbiWord 2.1.1 and later

0.9.3  20040226  Minimum version required for new AbiWord 2.1 plugin
                 Fixed a few minor bugs
                 Added psiconv_unicode_from_list and psiconv_unicode_strstr
                 Much better error and progress reporting in generators

0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2

0.9.2  20040223  Many bugfixes, among them some critical ones:
                 * Package now builds without psiconv.conf files installed
                 UTF8 Psion support might now actually work
                 -c argument introduced for psiconv program

0.9.1  20040209  Added the psiconv-config program.
		 Fixed the installation of @includedir@/psiconv/general.h
                 Added the forgotted psiconv_config_free function.
		 Removed some small memory leaks.

0.9.0  20040204  New major library version number breaks source compatibility:
		 * All strings and characters are now stored in UCS-2
                 * New config structure.
                   - Call psiconv_config_default and psiconv_config_read at the
                     start of your program
                   - Almost all functions have a new psiconv_config parameter
                   - All former global variables are now in this structure
                 * Several minor changes in the functions defined in
                   parse_routines.h and generate_routines.h
                 * All generate_* routines have now a lev parameter except
                   generate_file.
                 * psiconv_sketch_section data representation changes
                 * New verbosity level PSICONV_VERB_ERROR
                 Use config files /etc/psiconv.conf and ~/.psiconv.conf
                 Support automake 1.6, 1.7 and 1.8
                 Support autoconf-2.50 and up
                 Support ImageMagick 5.4.x and 5.5.x (API changed once again...)
                 Support Unicode output in psiconv program (Keita Kawabe)
                 Don't use features not present in plain sh (Keita Kawabe)
                 Clean up some automake-related stuff.
		 Format documentation is now installed too.
                 Debian build support
                 Embedded objects in Word are now properly parsed and generated
                 Sketch file generation is added (stand-alone and as object)
                 MBM and Clipart file generation is added
                 Image files other than 2-bits greyscale are parsed and
                   generated (experimental)
                 Errors and warnings sanitized
                 Rewrite of the psiconv program:
                 * Outputs in UTF8, UCS2, ASCII or Psion encodings
		 * XHTML target generates strict XHTML using CSS
                 * HTML4 target generates traditional HTML without CSS
                 * IMAGE target remains the same
                 * LATEX and RTF targets are not supported anymore
2004-10-08 13:19:26 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
snj
412f44ce86 No longer used. 2004-04-25 23:43:26 +00:00
xtraeme
269ceca2cb bl3ify 2004-04-12 09:17:00 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
ffc4bae8e0 don't patch Makefile.am or configure.in, as they cause 'make build' to
re-run configure which overwrites our libtool wrapper.

fixes install on Solaris.
2004-01-26 13:15:18 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
adam
f873db2d58 Changes 0.8.3: extends the Sheet files support, and fixes several memory leaks 2003-09-03 12:18:28 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
c5934fcdd7 PKGREVISION bump because ImageMagick's buildlink2.mk wants a newer
ImageMagick (different library name).
2002-11-13 19:26:36 +00:00
jlam
d22ad9d6be Unused. 2002-09-23 20:53:13 +00:00
jlam
a8a2f3e635 Don't add -rpath to the libtool command used to create the uninstalled
libcompat.la, as that makes libtool think that package will be installed.
This was causing libpsiconv.la to depend on libcompat.la, even though the
latter was never installed.  Bump the PKGREVISION.
2002-09-23 20:39:21 +00:00
markd
3cba0ae0cd Make build again after recent ImageMagick update.
While here switch to buildlink2.
Bump PKGREVISION
2002-09-10 12:35:07 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
wiz
b0a493911d Update to 0.8.2. Fixes bulk build failure.
Changes since 0.6.1:
0.8.2  200002??  Basic sheet support in library
                 Added autogen.sh
                 autoconf-2.50, automake-1.4-p4
0.8.1  20000110  New enum screenfont_t
                 New program rewrite in extra
                 Added psiconv_empty_* functions
                 Fixed a few minor generation bugs
0.8.0  20001228  Fixed style inheritance from Normal
                 Fixed warnings in layouts
                 Added generation routines to libpsiconv
                 Upgraded documentation to version 2.6
                 Fixed several minor parse-related issues
0.7.1  20001218  Maintenance release to be used with Abiword.
                 Set proper interline defaults.
0.7.0  20001215  Made libpsiconv C++ compatible.
                 general.h is now installed properly (oops...)
                 Revamped package directory structure and files.
                 Include files contain now the correct paths.
                 Fixed a nasty typo; larger files should now work.
                 It seems psiconv_verbosity was never defined.
                 Added message printing hook for applications to capture.
                 All result codes are now tested, library is much more robust.
                 Some internal data fields have been renamed.
0.6.2  20001021  ImageMagick 5 now works. I hope.
2001-12-19 20:08:51 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
jlam
c0b680d206 * Don't depend on libgetopt as psiconv supplies it own getopt_long()
implementation if it's not found in the base system.
* Use shell "for" loop instead of a make ".for" loop.
* Mark as USE_BUILDLINK_ONLY.
2001-08-20 04:02:15 +00:00
jlam
5d4d1966ee Simply files listing by using shell wildcards. 2001-08-20 03:59:59 +00:00
wiz
9c5672f4b0 Add buildlink.mk, provided by Martti Kuparinen in pkg/13636. 2001-08-06 13:57:48 +00:00
sakamoto
676af894f9 Use ImageMagick's buildlink.mk. 2001-07-09 06:25:31 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
35da692f5d Move to sha1 digests, and add distfile sizes. 2001-04-18 16:28:00 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
sakamoto
1b5c36b2fc API of ImageMagick changed(s/CreateImage/ConstituteImage/). 2000-08-30 16:13:12 +00:00
wiz
fcc81a40af add .la file to PLIST (fallout from USE_PKGLIBTOOL -> USE_LIBTOOL) 2000-07-08 23:17:42 +00:00
sakamoto
e5dc7ec9fd patch for new CreateImage API of ImageMagick-5.x. 2000-07-08 15:22:31 +00:00
sakamoto
5182fe9eff use USE_LIBTOOL and LTCONFIG_OVERRIDE 2000-07-08 15:21:05 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
wiz
06372dfe33 fix the obvious getopt-problem (on -current)
XXX: still doesn't compile, since it uses the old 4.x ImageMagick API,
which in this case is incompatible to the 5.x one.
2000-05-13 01:15:01 +00:00
hubertf
3c0d88f6d4 Don't pull in libgetopt if /usr/include/getopt.h is present (i.e.
on -current systems)
2000-05-01 14:22:04 +00:00
sakamoto
97d40aa8bc Initial import of psiconv-0.6.1.
PSION 5 file format data conversion utilities
1999-12-06 01:58:06 +00:00