Skip to content

Commit c3cf3a6

Browse files
author
mattes
committed
init
1 parent 0d89aed commit c3cf3a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+39517
-0
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The Rasterman (Carsten Haitzler) <[email protected]>
2+
Jerome Foucher <[email protected]>
3+
Michal Kowalczuk, Wirtualna Polska <[email protected]>

COPYING

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to
5+
deal in the Software without restriction, including without limitation the
6+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7+
sell copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies of the Software and its Copyright notices. In addition publicly
12+
documented acknowledgment must be given that this software has been used if no
13+
source code of this software is made available publicly. This includes
14+
acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
15+
documents or any documentation provided with any product containing this
16+
software. This License does not apply to any software that links to the
17+
libraries provided by this software (statically or dynamically), but only to
18+
the software provided.
19+
20+
Please see the COPYING.PLAIN for a plain-english explanation of this notice
21+
and it's intent.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
26+
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

COPYING-PLAIN

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Plain English Copyright Notice
2+
3+
This file is not intended to be the actual License. The reason this file
4+
exists is that we here are programmers and engineers. We aren't lawyers. We
5+
provide licenses that we THINK say the right things, but we have our own
6+
intentions at heart. This is a plain-english explanation of what those
7+
intentions are, and if you follow them you will be within the "spirit" of
8+
the license.
9+
10+
The intent is for us to enjoy writing software that is useful to us (the
11+
AUTHORS) and allow others to use it freely and also benefit from the work we
12+
put into making it. We don't want to restrict others using it. They should
13+
not *HAVE* to make the source code of the applications they write that
14+
simply link to these libraries (be that statically or dynamically), or for
15+
them to be limited as to what license they choose to use (be it open, closed
16+
or anything else). But we would like to know you are using these libraries.
17+
We simply would like to know that it has been useful to someone. This is why
18+
we ask for acknowledgement of some sort.
19+
20+
You can do what you want with the source of this software - it doesn't
21+
matter. We still have it here for ourselves and it is open and free to use
22+
and download and play with. It can't be taken away. We don't really mind what
23+
you do with the source to your software. We would simply like to know that
24+
you are using it - especially if it makes it to a commerical product. If you
25+
simply e-mail all the AUTHORS (see COPYING and AUTHORS files) telling us, and
26+
then make sure you include a paragraph or page in the manual for the product
27+
with the copyright notice and state that you used this software, we will be
28+
very happy. If you want to contribute back modifications and fixes you may have
29+
made we will welcome those too with open arms (generally). If you want help
30+
with changes needed, ports needed or features to be added, arrangements can
31+
be easily made with some dialogue.
32+
33+
Carsten Haitzler <[email protected]>

ChangeLog

Whitespace-only changes.

Doxyfile

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
PROJECT_NAME = Epeg
2+
PROJECT_NUMBER =
3+
OUTPUT_DIRECTORY = doc
4+
INPUT = epeg.c
5+
IMAGE_PATH = doc/img
6+
OUTPUT_LANGUAGE = English
7+
GENERATE_HTML = YES
8+
HTML_OUTPUT = html
9+
HTML_FILE_EXTENSION = .html
10+
HTML_HEADER = doc/head.html
11+
HTML_FOOTER = doc/foot.html
12+
HTML_STYLESHEET = doc/e.css
13+
HTML_ALIGN_MEMBERS = YES
14+
ENUM_VALUES_PER_LINE = 1
15+
GENERATE_HTMLHELP = NO
16+
CHM_FILE =
17+
HHC_LOCATION =
18+
GENERATE_CHI = NO
19+
BINARY_TOC = NO
20+
TOC_EXPAND = NO
21+
DISABLE_INDEX = YES
22+
EXTRACT_ALL = NO
23+
EXTRACT_PRIVATE = NO
24+
EXTRACT_STATIC = NO
25+
EXTRACT_LOCAL_CLASSES = NO
26+
HIDE_UNDOC_MEMBERS = YES
27+
HIDE_UNDOC_CLASSES = YES
28+
HIDE_FRIEND_COMPOUNDS = YES
29+
BRIEF_MEMBER_DESC = YES
30+
REPEAT_BRIEF = YES
31+
ALWAYS_DETAILED_SEC = NO
32+
INLINE_INHERITED_MEMB = NO
33+
FULL_PATH_NAMES = NO
34+
STRIP_FROM_PATH =
35+
INTERNAL_DOCS = NO
36+
STRIP_CODE_COMMENTS = YES
37+
CASE_SENSE_NAMES = YES
38+
SHORT_NAMES = NO
39+
HIDE_SCOPE_NAMES = NO
40+
VERBATIM_HEADERS = NO
41+
SHOW_INCLUDE_FILES = NO
42+
JAVADOC_AUTOBRIEF = YES
43+
MULTILINE_CPP_IS_BRIEF = NO
44+
DETAILS_AT_TOP = NO
45+
INHERIT_DOCS = YES
46+
INLINE_INFO = YES
47+
SORT_MEMBER_DOCS = YES
48+
DISTRIBUTE_GROUP_DOC = NO
49+
TAB_SIZE = 2
50+
GENERATE_TODOLIST = YES
51+
GENERATE_TESTLIST = YES
52+
GENERATE_BUGLIST = YES
53+
GENERATE_DEPRECATEDLIST= YES
54+
ALIASES =
55+
ENABLED_SECTIONS =
56+
MAX_INITIALIZER_LINES = 30
57+
OPTIMIZE_OUTPUT_FOR_C = YES
58+
OPTIMIZE_OUTPUT_JAVA = NO
59+
SHOW_USED_FILES = NO
60+
QUIET = NO
61+
WARNINGS = YES
62+
WARN_IF_UNDOCUMENTED = YES
63+
WARN_FORMAT = "$file:$line: $text"
64+
WARN_LOGFILE =
65+
FILE_PATTERNS =
66+
RECURSIVE = NO
67+
EXCLUDE =
68+
EXCLUDE_SYMLINKS = NO
69+
EXCLUDE_PATTERNS =
70+
EXAMPLE_PATH =
71+
EXAMPLE_PATTERNS =
72+
EXAMPLE_RECURSIVE = NO
73+
INPUT_FILTER =
74+
FILTER_SOURCE_FILES = NO
75+
SOURCE_BROWSER = NO
76+
INLINE_SOURCES = NO
77+
REFERENCED_BY_RELATION = YES
78+
REFERENCES_RELATION = YES
79+
ALPHABETICAL_INDEX = YES
80+
COLS_IN_ALPHA_INDEX = 2
81+
IGNORE_PREFIX =
82+
GENERATE_TREEVIEW = NO
83+
TREEVIEW_WIDTH = 250
84+
GENERATE_LATEX = YES
85+
LATEX_OUTPUT = latex
86+
LATEX_CMD_NAME = latex
87+
MAKEINDEX_CMD_NAME = makeindex
88+
COMPACT_LATEX = NO
89+
PAPER_TYPE = a4wide
90+
EXTRA_PACKAGES =
91+
LATEX_HEADER =
92+
PDF_HYPERLINKS = YES
93+
USE_PDFLATEX = NO
94+
LATEX_BATCHMODE = NO
95+
GENERATE_RTF = NO
96+
RTF_OUTPUT = rtf
97+
COMPACT_RTF = NO
98+
RTF_HYPERLINKS = NO
99+
RTF_STYLESHEET_FILE =
100+
RTF_EXTENSIONS_FILE =
101+
GENERATE_MAN = YES
102+
MAN_OUTPUT = man
103+
MAN_EXTENSION = .3
104+
MAN_LINKS = YES
105+
GENERATE_XML = NO
106+
XML_SCHEMA =
107+
XML_DTD =
108+
GENERATE_AUTOGEN_DEF = NO
109+
ENABLE_PREPROCESSING = YES
110+
MACRO_EXPANSION = NO
111+
EXPAND_ONLY_PREDEF = NO
112+
SEARCH_INCLUDES = NO
113+
INCLUDE_PATH =
114+
INCLUDE_FILE_PATTERNS =
115+
PREDEFINED =
116+
EXPAND_AS_DEFINED =
117+
SKIP_FUNCTION_MACROS = YES
118+
TAGFILES =
119+
GENERATE_TAGFILE =
120+
ALLEXTERNALS = NO
121+
EXTERNAL_GROUPS = YES
122+
PERL_PATH = /usr/bin/perl
123+
CLASS_DIAGRAMS = NO
124+
HIDE_UNDOC_RELATIONS = YES
125+
HAVE_DOT = NO
126+
CLASS_GRAPH = NO
127+
COLLABORATION_GRAPH = NO
128+
TEMPLATE_RELATIONS = NO
129+
INCLUDE_GRAPH = NO
130+
INCLUDED_BY_GRAPH = NO
131+
GRAPHICAL_HIERARCHY = NO
132+
DOT_IMAGE_FORMAT = png
133+
DOT_PATH =
134+
DOTFILE_DIRS =
135+
MAX_DOT_GRAPH_WIDTH = 512
136+
MAX_DOT_GRAPH_HEIGHT = 512
137+
GENERATE_LEGEND = YES
138+
DOT_CLEANUP = YES
139+
SEARCHENGINE = NO

INSTALL

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
COMPILING and INSTALLING:
2+
3+
If you got a official release tar archive do:
4+
./configure
5+
6+
( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
7+
8+
Then to compile:
9+
make
10+
11+
To install (run this as root, or the user who handles installs):
12+
make install
13+
14+
NOTE: You MUST make install Epeg for it to run properly.

Makefile.am

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Process this file with automake to produce Makefile.in
2+
3+
SUBDIRS = src
4+
5+
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
6+
config.h.in config.sub configure install-sh \
7+
ltconfig ltmain.sh missing mkinstalldirs \
8+
stamp-h.in epeg.c depcomp \
9+
epeg.spec debian/changelog
10+
11+
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
12+
epeg.spec epeg.spec.in epeg.c.in gendoc \
13+
Doxyfile \
14+
debian/changelog \
15+
debian/changelog.in \
16+
debian/control \
17+
debian/copyright \
18+
debian/libepeg0-dev.install \
19+
debian/epeg0-bin.install \
20+
debian/libepeg0.install \
21+
debian/rules
22+
23+
pkgconfigdir = $(libdir)/pkgconfig
24+
pkgconfig_DATA = epeg.pc

0 commit comments

Comments
 (0)