source: trunk/gsdl/packages

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13622   17 years kjdon remove config.h on a distclean
(edit) @13621   17 years kjdon removed cvs version info
(edit) @13518   17 years mdewsnip Running this on a big-endian machine would fail to read little-endian …
(edit) @13475   17 years kjdon can pass in environment variables to some of the packages - added a …
(edit) @13404   17 years kjdon modified the src/Makefile.in to make LDFLAGS=@LDFLAGS@
(edit) @13035   18 years mdewsnip Statically complied libraries so the iconv.dll isn't required.
(edit) @13034   18 years mdewsnip Added iconv.h so Katherine's path could be removed from the makefile, …
(edit) @13018   18 years mdewsnip Now specifies --bindir to Yaz's configure, so the yaz-client ends up …
(edit) @12997   18 years kjdon added ifdef win32 around the u_char and u-long typedefs to get rid of …
(edit) @12996   18 years kjdon changed u_char and u_long hash defines to typedefs, otherwise they can …
(edit) @12985   18 years kjdon have added iconv.lib into this package
(edit) @12984   18 years kjdon added in the unac library for windows - this will be precompiled by …
(edit) @12982   18 years kjdon iconv library file needed for unac (and mgpp and recpt) compilation on …
(edit) @12977   18 years kjdon I think I've removed hat Ms from the file
(edit) @12962   18 years kjdon iconv_open check doesn't work on the Mac, not sure how to make it …
(edit) @12922   18 years kjdon added --disable-accentfold option to main configure, which is used to …
(edit) @12890   18 years kjdon initial stab at a simple version of unac library. used for Accent …
(edit) @12839   18 years kjdon changed the last mongolian mod to only include letters, and added in a …
(edit) @12754   18 years kjdon makefile for windows
(edit) @12736   18 years kjdon added in unicode range for Mongolian
(edit) @12714   18 years mdewsnip Can now handle uppercase extensions on Linux.
(edit) @12697   18 years mdewsnip Changed IsisGdl to ignore logically deleted records, unless the new …
(edit) @12528   18 years kjdon cgicc no longer used
(edit) @12519   18 years kjdon removed cgicc stuff
(edit) @12494   18 years kjdon d2m under the control of USE_Z3950 (set by --enable-z3950), but yaz …
(edit) @12493   18 years kjdon d2m under the control of USE_Z3950, but yaz compilation now under the …
(edit) @12285   18 years kjdon changed make to $(MAKE) so it still works even if you are using gmake
(edit) @12159   18 years mdewsnip Fix for gcc 4?
(edit) @12010   18 years davidb Older version of GNU's cgicc to work with older version of gcc (2.95) …
(edit) @12007   18 years davidb Latest version of cgicc doesn't seem to compile with gcc 2.95. While …
(edit) @12006   18 years kjdon stuff for file upload in depositor
(edit) @12004   18 years davidb GNU's cgicc added (for parsing of CGI arguments, esp. file upload) to …
(edit) @11515   18 years kjdon put bindir back the way it was in the meantime, until John has …
(edit) @11297   18 years jrm21 used is already taken on recent versions of freebsd (defined in …
(edit) @11292   18 years jrm21 use configure's OBJEXT variable instead of working around ansi vs kr c …
(edit) @11258   18 years mdewsnip New zip files containing updated win32.mak files: added -nologo and …
(edit) @11256   18 years mdewsnip Added a "GSDL_VC4" option that has to be specified with the nmake …
(edit) @11253   18 years mdewsnip Added "-nologo" to all cc and lib calls (to prevent a two line message …
(edit) @11187   18 years mdewsnip New expat.zip that contains an expat folder and a new win32.mak file …
(edit) @11185   18 years mdewsnip New zip file containing modified systems.h file (for compiling with …
(edit) @11184   18 years mdewsnip New version of zip file containing modified winconfig.h (now in proper …
(edit) @11183   18 years mdewsnip Changed a variable named "errcode" to "rx_errcode", so this compiles …
(edit) @10945   18 years jrm21 fixed so that we don't go into an infinite loop if we can't cd
(edit) @10853   18 years kjdon check for WORDS_BIGENDIAN rather than _LITTLE_ENDIAN or _BIG_ENDIAN
(edit) @10852   18 years kjdon changed LIBOBJS= to AC_LIBOBJ(), added in check for endianness
(edit) @10435   19 years kjdon strncasecmp and strcasecmp are not implemented in windows, so have …
(edit) @10433   19 years kjdon made the yaz configure command not use xml2 and iconv library. at some …
(edit) @10385   19 years kjdon a few changes to get it compiling on windows
(edit) @10384   19 years kjdon windows makefile
(edit) @10366   19 years kjdon d2m committed as individual files now, so removed the gzip command
(edit) @10365   19 years kjdon changed my mind, now adding these all individually instead of in a tar file
(edit) @10185   19 years kjdon removed malloc.h from includes in util.c - didn't seemed to be used, …
(edit) @10183   19 years kjdon the all target now does a make install for yaz src and include dirs - …
(edit) @10180   19 years kjdon added the yaz include dir to list of dirs compiled
(edit) @10175   19 years kjdon replaced yaz 1 with a new version, yaz 2.1.4.
(edit) @10174   19 years kjdon replaced yaz 1 with a new version, yaz 2.1.4. The yaz_zclinet.h/c …
(edit) @10173   19 years kjdon changed the yaz stuff, added d2m
(edit) @10172   19 years kjdon changed the yaz dirs that get compiled, added d2m for z3950 stuff
(edit) @10171   19 years kjdon dublin core to marc converter from nordic metadata project. added …
(edit) @9752   19 years kjdon moved these into their own repository so they don't clutter up gsdl
(edit) @9740   19 years mdewsnip Removed the very old MGPASS.C and a bunch of stuff in the Windows …
(edit) @9596   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9452   19 years kjdon a packages configure script for the gs2build module
(edit) @9417   19 years mdewsnip Changed Kea models, for a better trade-off between performance and …
(edit) @9402   19 years davidb Trailing <space> after \ caused XML-Parser to fail to generate …
(edit) @9381   19 years kjdon A modified Makefile for the (still to be created) gs2build module. We …
(edit) @9377   19 years kjdon minor configuration change in Makefile.PL and Expat/Makefile.PL - set …
(edit) @9162   19 years mdewsnip Now just installs the library (we don't care about the xmlwf binary).
(edit) @9128   19 years mdewsnip Zip file containing pre-built (using Microsoft Visual C++ 4) static …
(edit) @8816   19 years mdewsnip Prebuilt models for Kea 3.0.
(edit) @8815   19 years mdewsnip Kea 3.0, as downloaded from http://www.nzdl.org/kea but with …
(edit) @8752   19 years jrm21 fix for gcc-3.4 - need to get double_t definition from math.h
(edit) @8751   19 years jrm21 use $CXXFLAGS when compiling, and explicitly use -o for output name
(edit) @8693   19 years kjdon added some changes made by Emanuel Dejanu (Simple Words)
(edit) @8658   19 years davidb Configure and Makefile.in revised to use newer version of XMLParser …
(edit) @8656   19 years davidb Explicit introduction of expat software in packages directory. Expat …
(edit) @8155   20 years mdewsnip Put the XML::Parser configuration back for 2.27.
(edit) @8077   20 years mdewsnip Changed things back to using XML-Parser-2.27 until the Expat code can …
(edit) @8075   20 years davidb README file updated to reflect shift to using newer version of …
(edit) @8074   20 years davidb Upgrade to using newer version of XML::Parser.
(edit) @8066   20 years davidb Changes introduced so Expat shared library (.so) for perl 5.6 and perl …
(edit) @7934   20 years mdewsnip No longer used (upgraded to pdftohtml v0.36).
(edit) @7672   20 years kjdon now use wget 1.9 instead of 1.5.3
(edit) @7671   20 years kjdon new version (1.9) of wget
(edit) @7402   20 years kjdon close the file we created in done_text_1
(edit) @7401   20 years kjdon removed a duplicate function declaration
(edit) @7286   20 years mdewsnip Undid the "fix" to IsisTypes.h for David's laptop -- this now breaks …
(edit) @7284   20 years mdewsnip Updated for the new pdftohtml.
(edit) @7283   20 years mdewsnip pdftohtml version 0.36 -- thanks John McPherson! The changes made …
(edit) @7263   20 years davidb Revised header file to be consistent with stdint.h
(edit) @7140   20 years mdewsnip A couple more changes so it compiles on Windows.
(edit) @7139   20 years mdewsnip Added these files back in -- necessary for compiling with Visual C++.
(edit) @7138   20 years mdewsnip Now compiles each .cpp file separately.
(edit) @7137   20 years mdewsnip Another crappy hack to make this compile on both Linux and Windows.
(edit) @7136   20 years mdewsnip Visual C++ needs the debug.h file for debugging.
(edit) @7135   20 years mdewsnip Changed the name of a variable to prevent a stupid compilation error …
(edit) @7100   20 years davidb Tweak to IsisTypes.h so double_t in global namespace is same as Isis …
(edit) @7060   20 years sjboddie Added DLL=1 and DLLDEBUG=1 options to the windows makefiles
(edit) @6334   20 years jrm21 only try to configure a package if we successfully cd'd into its …
(edit) @6189   20 years jrm21 fixes so it compiles with gcc 3 as well as gcc 2.9x
Note: See TracRevisionLog for help on using the revision log.