18+ results for 'mythes source:FedoraProject' (0 ms)

Not the results you expected?

mythes-1.2.0-vanilla-th-gen-idx.patch (git://pkgs.fedoraproject.org/libreoffice) Patch · 98 lines

1 --- misc/mythes-1.2.2.orig/th_gen_idx.pl

2 +++ misc/build/mythes-1.2.2/th_gen_idx.pl

makefile.mk (git://pkgs.fedoraproject.org/libreoffice) Makefile · 121 lines

28 PRJ=.

29

30 PRJNAME=mythes

31 TARGET=mythes

37 # --- Files --------------------------------------------------------

38

39 TARFILE_NAME=mythes-1.2.2

40 TARFILE_MD5=e1e255dc43dbcbb34cb19e8a0eba90ae

41

43

44 PATCH_FILES=\

45 mythes-1.2.0-vanilla-th-gen-idx.patch \

46 mythes-1.2.0-makefile-mk.diff \

47 mythes-1.2.0-android.patch

48

49 .IF "$(COM)"=="GCC"

makefile.mk (git://pkgs.fedoraproject.org/mythes) Makefile · 63 lines

37

38 PRJNAME = lingucomponent

39 TARGET = mythes

40 LIBTARGET=NO

41

51

52 SLOFILES= \

53 $(SLO)$/mythes.obj

54

55 LIB1TARGET= $(SLB)$/lib$(TARGET).lib

FindMyThesLIB.cmake (git://pkgs.fedoraproject.org/lyx) CMake · 29 lines

6 set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)

7

8 if (MYTHESLIB_INCLUDE_DIR)

9 # Already in cache, be silent

10 set(MYTHESLIB_FIND_QUIETLY TRUE)

11 endif()

12

13 set(MYTHES_H mythes.hxx)

14 find_path(MYTHESLIB_INCLUDE_DIR ${MYTHES_H}

16 /usr/local/include)

17

18 set(POTENTIAL_MYTHES_LIBS mythes)

19

20 find_library(MYTHESLIB_LIBRARY NAMES ${POTENTIAL_MYTHES_LIBS}

24 # all listed variables are TRUE

25 include(FindPackageHandleStandardArgs)

26 find_package_handle_standard_args(MYTHESLIB DEFAULT_MSG MYTHESLIB_LIBRARY MYTHESLIB_INCLUDE_DIR)

27

28 mark_as_advanced(MYTHESLIB_LIBRARY MYTHESLIB_INCLUDE_DIR)

example.cxx (git://pkgs.fedoraproject.org/mythes) C++ · 120 lines

3 #include <stdio.h>

4

5 #include "mythes.hxx"

6

7 #include <hunspell.hxx>

48

49 // open a new thesaurus object

50 MyThes * pMT = new MyThes(argv[1], argv[2]);

51

52 // get the encoding used for the thesaurus data

Library_lnth.mk (git://pkgs.fedoraproject.org/libreoffice) Makefile · 73 lines

61

62 $(eval $(call gb_Library_add_libs,lnth,\

63 $(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \

64 ))

65

Makefile.am (git://pkgs.fedoraproject.org/lyx) Makefile · 174 lines

106 if USE_INCLUDED_MYTHES

107 liblyxsupport_a_SOURCES += \

108 mythes/mythes.cxx \

109 mythes/mythes.hxx \

110 mythes/license.readme

111 endif

112

makefile.mk (git://pkgs.fedoraproject.org/libreoffice) Makefile · 117 lines

69 $(MINGW_LPSOLVE_DLL) \

70 $(MINGW_MINIZIP_DLL) \

71 $(MINGW_MYTHES_DLL) \

72 $(MINGW_NEON_DLL) \

73 $(MINGW_NSPR4_DLL) \

mythes.hxx (git://pkgs.fedoraproject.org/mythes) C++ Header · 77 lines

1 #ifndef _MYTHES_HXX_

2 #define _MYTHES_HXX_

15

16

17 class MyThes

18 {

19

28 MyThes();

29 MyThes(const MyThes &);

30 MyThes & operator = (const MyThes &);

31

32 public:

33 MyThes(const char* idxpath, const char* datpath);

34 ~MyThes();

mythes-1.2.0-android.patch (git://pkgs.fedoraproject.org/libreoffice) Patch · 21 lines

1 --- misc/mythes-1.2.2/config.sub 2010-02-27 16:52:52.000000000 +0100

2 +++ misc/build/mythes-1.2.2/config.sub 2011-09-26 23:39:04.000000000 +0200

configure.ac (git://pkgs.fedoraproject.org/mythes) m4 · 32 lines

5

6 AC_PREREQ(2.59)

7 AC_INIT([mythes],[1.2.3],[nemeth@openoffice.org])

8

9 AC_CANONICAL_SYSTEM

10 AC_SUBST(XFAILED)

11

12 AM_INIT_AUTOMAKE(mythes, 1.2.3)

13 MYTHES_VERSION_MAJOR=`echo $VERSION | cut -d"." -f1`

14 MYTHES_VERSION_MINOR=`echo $VERSION | cut -d"." -f2`

15 AC_SUBST(MYTHES_VERSION_MAJOR)

16 AC_SUBST(MYTHES_VERSION_MINOR)

17

18 AC_CONFIG_SRCDIR([config.h.in])

CMakeLists.txt (git://pkgs.fedoraproject.org/lyx) CMake · 85 lines

16 file(GLOB support_headers ${TOP_SRC_DIR}/src/support/${LYX_HPP_FILES})

17

18 file(GLOB support_mythes_sources ${TOP_SRC_DIR}/src/support/mythes/*.cxx)

19 file(GLOB support_mythes_headers ${TOP_SRC_DIR}/src/support/mythes/*.hxx)

47 include_directories(${TOP_SRC_DIR}/src/support

48 ${CMAKE_BINARY_DIR}/src/support

49 ${TOP_SRC_DIR}/src/support/mythes

50 ${QT_INCLUDES}

51 ${ICONV_INCLUDE_DIR}

54

55 if(NOT LYX_MERGE_FILES)

56 set(support_sources ${support_sources} ${support_mythes_sources} ${support_linkback_sources})

57 set(support_headers ${support_headers} ${support_mythes_headers} ${support_linkback_headers})

68 PROPERTIES OBJECT_DEPENDS "${depends_moc}")

69 add_library(support ${library_type} ${_allinone_files} ${support_separate}

70 ${support_mythes_sources} ${support_linkback_sources} ${support_headers} ${dont_merge})

71 endif()

72

th_gen_idx.pl (git://pkgs.fedoraproject.org/mythes-en) Perl · 62 lines

1 #!/usr/bin/perl

2

3 # Taken from Kevin B. Hendricks' MyThes, see LICENSE_th_gen_idx.txt

4

5 # perl program to take a thesaurus structured text data file

.gitignore (git://pkgs.fedoraproject.org/mythes-mi) gitignore · 2 lines

1 mythes-mi-0.1.20080630-beta.tar.gz

2

.gitignore (git://pkgs.fedoraproject.org/mythes) gitignore · 2 lines

1 /mythes-1.2.3.tar.gz

2

mythes.pc.in (git://pkgs.fedoraproject.org/mythes) Autoconf · 11 lines

4 includedir=@includedir@

5

6 Name: mythes

7 Description: MyThes spellchecking library

8 Version: @VERSION@

9 Libs: -L${libdir} -lmythes-@MYTHES_VERSION_MAJOR@.@MYTHES_VERSION_MINOR@

10 Cflags: -I${includedir}

11

mythes-1.2.1-rhbz675806.patch (git://pkgs.fedoraproject.org/libreoffice) Patch · 11 lines

1 --- misc/mythes-1.2.2/mythes.cxx 2011-02-08 10:42:57.262964286 +0000

2 +++ misc/build/mythes-1.2.2/mythes.cxx 2011-02-08 10:43:06.305076490 +0000

Makefile.am (git://pkgs.fedoraproject.org/mythes) Makefile · 28 lines

9 example_SOURCES = example.cxx

10

11 lib_LTLIBRARIES = libmythes-1.2.la

12

13 libmythes_1_2_includedir = $(includedir)

14

15 libmythes_1_2_la_SOURCES = mythes.cxx

16

17 libmythes_1_2_include_HEADERS = mythes.hxx

18

19 example_LDADD = libmythes-1.2.la @HUNSPELL_LIBS@

20

21 pkgconfdir = $(libdir)/pkgconfig