pkgsrc/lang/librep/PLIST

228 lines
7.3 KiB
Text
Raw Normal View History

Update to 0.92.3 Changelog: 0.92.3 ====== * More entities support for xml-reader (gt, umlauts, esszett) * Fix address of FSF in all files [Togan Muftouglu] * Assume stack-direciton `downwards' for all ppc and s390 variants [Kimb B. Heino] * Updated `install-sh' to version 2011-01-19.21. * Added `program-exists-p' [Mark Triggs] 0.92.2.1 ======== * Assume stack-direction `downwards' on ARM [Kim B. Heino] 0.92.2 ====== * Sync librep.spec with Fedora [Kim B. Heino] * Assume stack-direction `downwards' for x86_64. Self-detection doesn't work with gcc >= 4.7.0 [Kim B. Heino] * read_line no longer aborts at 400 characters [Timo Korvola] 0.92.1b ======= * Fixed a bug in librep.pc 0.92.1 ====== * Fixed building REP on OS-X 10.6 by not exporting librepm.sym via libtool[John Harper] * Fixed building REP on OS-X 10.7 by defining a proper ALIGN if ffi.h doesn't provide one [John Harper] * Fixed detection of FFI, if ffi.h isn't found [John Harper] * Added various missing symbols in librep.sym [John Harper] * Fixed a warning from configure regarding librep.pc [Christopher Bratusek] * Removed VPATH from Makefiles, to allow building REP using `makepp' [Daniel Pfeiffer] * Added `positon' meta-function [Jeremy Hankins] [Eli Barzilay] * Imported utility-functions from Sawfish: `beautify-symbol', `remove-newlines', `option-index' and `string->symbol'. 0.92.0 ====== * Bumped soname to 16.0.0 [Ian Zimmermann] * Make librep loading shared-objects, rather than libtool-archives [Kim B. Heino] * Removed architecture and version from installation paths [Christopher Bratusek] * Improved debian packaging-scripts [Ian Zimmermann, Christopher Bratusek] 0.91.1 ====== * `rep.ffi.util' module [Sergey Bolshakov] A new module containing utils for rep's ffi binding is added. * Fixed librep.pc to prevent a possible build issue in rep-gtk or sawfish (occured on fedora 14) [Christopher Bratusek] * New functions [Teika Kazura] `function-name' returns the name of the function object. (*note Functions::) `remove-hook-by-name' removes functions from a hook by their name. (*note Normal Hooks::) * Documentation [Teika kazura] Function `in-hook-p' now has the documentation. (*note Normal Hooks::) New sections "Module Aliases" (*note Module Aliases::), "Module Limits" (*note Module Limits::). * Minor bugfix: `remove-hook' used to emit an error if the hook was unbound, but it's fixed. [Teika kazura] * fixed the spec-file [Kim B. Heino] * updated debian packaging-scripts (mostly) to the new format [Christopher Bratusek]
2014-01-03 06:01:36 +01:00
@comment $NetBSD: PLIST,v 1.16 2014/01/03 05:01:36 ryoon Exp $
bin/rep
bin/rep-remote
2000-07-01 05:39:44 +02:00
bin/rep-xgettext
bin/repdoc
Update to librep 0.90.5 0.90.5 ====== * Byte compiler bugfix in docstring loss [Teika Kazura] Practical effect: Previously, if a user byte-compile files, then the docstring is lost in sawfish-config. This is fixed. Details: Loss of docstring happened only if (1) byte compiler is not given `--write-docs', so only byte-compilation by user (2) defvar is invoked within macro definition, including `defcustom' in Sawfish. Plain defvar was not affected by this bug. It was because in 'trans-defvar' in lisp/rep/vm/compiler/rep.jl, the docstring is stored in a wrong property `variable-documentation'. It is corrected to `documentation'. Symbol `variable-documentation' is not used elsewhere, including Sawfish and emacs' sawfish-mode. * Our own implementation of dlmalloc is disabled since 2002, as it breaks librep on several architectures. From this version on, we don't ship it. [Kim B. Heino] * Our own implementation of alloca/memcmp is not needed, rely on libcs instead. [Kim B. Heino] * Majorly improved the debian and rpm packaging scripts [Christopher Bratusek] [Kim B. Heino] * Install headers to $includedir/rep/ instead of $includedir/ [Christopher Bratusek] * Autotools improvements (Makefile, autogen.sh & Co.) [Christopher Bratusek] * Added `file-gid-p' function for getting the gid of a file [Christopher Bratusek] * Added `file-uid-p' function for getting the uid of a file [Christopher Bratusek] 0.90.4 ====== * Library version bumped to 9.4.1 * Use $prefix/lib instead of $prefix/libexec * Fixups for OpenBSD [Jasper Lievisse Adriaanse] * Don't hardcode /usr in manpage installation path 0.90.3 ====== * Added `file-executable-p' function * Improved spec-file [Kim B. Heino] * Improved ebuild [Fuchur, Christopher Bratusek] * Fallback check for ffi, if there's no libffi.pc [Vincent Untz] * Removed rep-config script (use librep.pc instead) * Added man-pages for `rep', `repdoc', `rep-remote' and `rep-xgettext' [Debian] * Added debian packaging scripts based on the official ones 0.90.2 ====== * Fixed a major defunct with prin1 + utf8 [Timo Korvola] * Fixed descriptions of formats %s and %S in streams.c 0.90.1 ====== * Properly terminate the rep interpreter [Jürgen Hötzel] * Use readline history in interactive mode [Jürgen Hötzel] * Tar file-handler does now support XZ compressed tarballs * Tar file-handler does now support LZMA compressed tarballs * Improved regex for parsing tar output in the file-handler [Alexey I. Froloff] * We do now correctly check for libffi * Improved libffi-binding [Alexey I. Froloff] * Updated librep.sym for missing entries [Alexey I. Froloff] * Fixed an incomplete definition * Added -L$prefix to libs section of the .pc file * No C++ style comments in C code
2010-08-21 18:55:06 +02:00
include/rep/rep.h
include/rep/rep_config.h
include/rep/rep_gh.h
include/rep/rep_lisp.h
include/rep/rep_regexp.h
include/rep/rep_subrs.h
info/librep.info
2000-07-01 05:39:44 +02:00
lib/librep.la
Update to librep-0.17.3. 0.17.3 ====== * Updated MAINTAINERS * Dropped rep.m4 - use librep.pc instead * Improved librep.pc * Updated librep.spec * Add -L/lib$libsuff to READLINE_LIBS [T2 Patch] * Fix compilation on PPC64 [Marcus Comstedt] * Small fixup in src/fake-libexec [SuSE] * No rpath in src/rep-config.sh [Fedora] * Added ebuild [Harald van Dijk] * Improved Makefile's distclean rule * Reworked autogen.sh * Reworked configure.in * Major rework of the spec-file * Improved configure's ending message * Fixed configure.in's templates for autoheader * BSD-Tar is not supported by librep, give users a usefull warning message [Mark Diekhans] 0.17.2 ====== * fixups for configure.in * updated BUGS, HACKING and README * define inline if undefined (fixes compiler warnings) * create the destination directory for the .pc file before installing it * fixed in issue with FreeBSD in numbers.c [FreeBSD patch] * improved a function of numbers.c [FreeBSD patch] * rep_file_fdopen has not been listed in librep.sym * added -tag=CC to libtool in several places * don't ignore $LDFLAGS upon build * dropped some useless code in sdbm.c * make sure inline is defined 0.17.1 ====== * started code-cleanup * added a .pc file * added -no-split to makeinfo [FreeBSD patch] * added -enable-paranoia to configure [compile with CFLAGS+="-Wall -ansi"] * updated the spec file * replaced a static void by a void in main.c [Debian patch] * use correct shebang in rep-xgettext.jl [ALT-Linux patch] * trim trailing / to mkdir(2) [NetBSD patch]
2009-04-16 20:08:32 +02:00
lib/pkgconfig/librep.pc
Update to 0.92.3 Changelog: 0.92.3 ====== * More entities support for xml-reader (gt, umlauts, esszett) * Fix address of FSF in all files [Togan Muftouglu] * Assume stack-direciton `downwards' for all ppc and s390 variants [Kimb B. Heino] * Updated `install-sh' to version 2011-01-19.21. * Added `program-exists-p' [Mark Triggs] 0.92.2.1 ======== * Assume stack-direction `downwards' on ARM [Kim B. Heino] 0.92.2 ====== * Sync librep.spec with Fedora [Kim B. Heino] * Assume stack-direction `downwards' for x86_64. Self-detection doesn't work with gcc >= 4.7.0 [Kim B. Heino] * read_line no longer aborts at 400 characters [Timo Korvola] 0.92.1b ======= * Fixed a bug in librep.pc 0.92.1 ====== * Fixed building REP on OS-X 10.6 by not exporting librepm.sym via libtool[John Harper] * Fixed building REP on OS-X 10.7 by defining a proper ALIGN if ffi.h doesn't provide one [John Harper] * Fixed detection of FFI, if ffi.h isn't found [John Harper] * Added various missing symbols in librep.sym [John Harper] * Fixed a warning from configure regarding librep.pc [Christopher Bratusek] * Removed VPATH from Makefiles, to allow building REP using `makepp' [Daniel Pfeiffer] * Added `positon' meta-function [Jeremy Hankins] [Eli Barzilay] * Imported utility-functions from Sawfish: `beautify-symbol', `remove-newlines', `option-index' and `string->symbol'. 0.92.0 ====== * Bumped soname to 16.0.0 [Ian Zimmermann] * Make librep loading shared-objects, rather than libtool-archives [Kim B. Heino] * Removed architecture and version from installation paths [Christopher Bratusek] * Improved debian packaging-scripts [Ian Zimmermann, Christopher Bratusek] 0.91.1 ====== * `rep.ffi.util' module [Sergey Bolshakov] A new module containing utils for rep's ffi binding is added. * Fixed librep.pc to prevent a possible build issue in rep-gtk or sawfish (occured on fedora 14) [Christopher Bratusek] * New functions [Teika Kazura] `function-name' returns the name of the function object. (*note Functions::) `remove-hook-by-name' removes functions from a hook by their name. (*note Normal Hooks::) * Documentation [Teika kazura] Function `in-hook-p' now has the documentation. (*note Normal Hooks::) New sections "Module Aliases" (*note Module Aliases::), "Module Limits" (*note Module Limits::). * Minor bugfix: `remove-hook' used to emit an error if the hook was unbound, but it's fixed. [Teika kazura] * fixed the spec-file [Kim B. Heino] * updated debian packaging-scripts (mostly) to the new format [Christopher Bratusek]
2014-01-03 06:01:36 +01:00
lib/rep/doc-strings
lib/rep/emulate-gnu-tar
lib/rep/gdbm.la
lib/rep/gettext.la
lib/rep/install-aliases
lib/rep/libtool
lib/rep/readline.la
lib/rep/rep/data/tables.la
lib/rep/rep/ffi.la
lib/rep/rep/i18n/gettext.la
lib/rep/rep/io/db/gdbm.la
lib/rep/rep/io/db/sdbm.la
lib/rep/rep/io/readline.la
lib/rep/rep/io/sockets.la
lib/rep/rep/io/timers.la
lib/rep/rep/lang/record-profile.la
lib/rep/rep/util/md5.la
lib/rep/rep/util/utf8.la
lib/rep/rep/vm/safe-interpreter.la
lib/rep/rules.mk
lib/rep/sdbm.la
lib/rep/tables.la
lib/rep/timers.la
man/man1/rep-remote.1
man/man1/rep-xgettext.1
man/man1/rep.1
man/man1/repdoc.1
share/emacs/site-lisp/rep-debugger.el
Update to 0.92.3 Changelog: 0.92.3 ====== * More entities support for xml-reader (gt, umlauts, esszett) * Fix address of FSF in all files [Togan Muftouglu] * Assume stack-direciton `downwards' for all ppc and s390 variants [Kimb B. Heino] * Updated `install-sh' to version 2011-01-19.21. * Added `program-exists-p' [Mark Triggs] 0.92.2.1 ======== * Assume stack-direction `downwards' on ARM [Kim B. Heino] 0.92.2 ====== * Sync librep.spec with Fedora [Kim B. Heino] * Assume stack-direction `downwards' for x86_64. Self-detection doesn't work with gcc >= 4.7.0 [Kim B. Heino] * read_line no longer aborts at 400 characters [Timo Korvola] 0.92.1b ======= * Fixed a bug in librep.pc 0.92.1 ====== * Fixed building REP on OS-X 10.6 by not exporting librepm.sym via libtool[John Harper] * Fixed building REP on OS-X 10.7 by defining a proper ALIGN if ffi.h doesn't provide one [John Harper] * Fixed detection of FFI, if ffi.h isn't found [John Harper] * Added various missing symbols in librep.sym [John Harper] * Fixed a warning from configure regarding librep.pc [Christopher Bratusek] * Removed VPATH from Makefiles, to allow building REP using `makepp' [Daniel Pfeiffer] * Added `positon' meta-function [Jeremy Hankins] [Eli Barzilay] * Imported utility-functions from Sawfish: `beautify-symbol', `remove-newlines', `option-index' and `string->symbol'. 0.92.0 ====== * Bumped soname to 16.0.0 [Ian Zimmermann] * Make librep loading shared-objects, rather than libtool-archives [Kim B. Heino] * Removed architecture and version from installation paths [Christopher Bratusek] * Improved debian packaging-scripts [Ian Zimmermann, Christopher Bratusek] 0.91.1 ====== * `rep.ffi.util' module [Sergey Bolshakov] A new module containing utils for rep's ffi binding is added. * Fixed librep.pc to prevent a possible build issue in rep-gtk or sawfish (occured on fedora 14) [Christopher Bratusek] * New functions [Teika Kazura] `function-name' returns the name of the function object. (*note Functions::) `remove-hook-by-name' removes functions from a hook by their name. (*note Normal Hooks::) * Documentation [Teika kazura] Function `in-hook-p' now has the documentation. (*note Normal Hooks::) New sections "Module Aliases" (*note Module Aliases::), "Module Limits" (*note Module Limits::). * Minor bugfix: `remove-hook' used to emit an error if the hook was unbound, but it's fixed. [Teika kazura] * fixed the spec-file [Kim B. Heino] * updated debian packaging-scripts (mostly) to the new format [Christopher Bratusek]
2014-01-03 06:01:36 +01:00
share/rep/lisp/cgi-get.jl
share/rep/lisp/cgi-get.jlc
share/rep/lisp/compiler.jl
share/rep/lisp/compiler.jlc
share/rep/lisp/date.jl
share/rep/lisp/date.jlc
share/rep/lisp/disassembler.jl
share/rep/lisp/disassembler.jlc
share/rep/lisp/gaol.jl
share/rep/lisp/gaol.jlc
share/rep/lisp/lisp-doc.jl
share/rep/lisp/lisp-doc.jlc
share/rep/lisp/mailaddr.jl
share/rep/lisp/mailaddr.jlc
share/rep/lisp/memoize.jl
share/rep/lisp/memoize.jlc
share/rep/lisp/mutex.jl
share/rep/lisp/mutex.jlc
share/rep/lisp/queues.jl
share/rep/lisp/queues.jlc
share/rep/lisp/records.jl
share/rep/lisp/records.jlc
share/rep/lisp/remote-ftp.jl
share/rep/lisp/remote-ftp.jlc
share/rep/lisp/remote-rep.jl
share/rep/lisp/remote-rep.jlc
share/rep/lisp/rep.jl
share/rep/lisp/rep.jlc
share/rep/lisp/rep/data.jl
share/rep/lisp/rep/data.jlc
share/rep/lisp/rep/data/objects.jl
share/rep/lisp/rep/data/objects.jlc
share/rep/lisp/rep/data/queues.jl
share/rep/lisp/rep/data/queues.jlc
share/rep/lisp/rep/data/records.jl
share/rep/lisp/rep/data/records.jlc
share/rep/lisp/rep/data/ring.jl
share/rep/lisp/rep/data/ring.jlc
share/rep/lisp/rep/data/sort.jl
share/rep/lisp/rep/data/sort.jlc
share/rep/lisp/rep/data/string-util.jl
share/rep/lisp/rep/data/string-util.jlc
share/rep/lisp/rep/data/symbol-table.jl
share/rep/lisp/rep/data/symbol-table.jlc
share/rep/lisp/rep/data/trie.jl
share/rep/lisp/rep/data/trie.jlc
share/rep/lisp/rep/ffi/util.jl
share/rep/lisp/rep/ffi/util.jlc
share/rep/lisp/rep/i18n/xgettext.jl
share/rep/lisp/rep/i18n/xgettext.jlc
share/rep/lisp/rep/io/file-handlers.jl
share/rep/lisp/rep/io/file-handlers.jlc
share/rep/lisp/rep/io/file-handlers/remote.jl
share/rep/lisp/rep/io/file-handlers/remote.jlc
share/rep/lisp/rep/io/file-handlers/remote/ftp.jl
share/rep/lisp/rep/io/file-handlers/remote/ftp.jlc
share/rep/lisp/rep/io/file-handlers/remote/rcp.jl
share/rep/lisp/rep/io/file-handlers/remote/rcp.jlc
share/rep/lisp/rep/io/file-handlers/remote/rep.jl
share/rep/lisp/rep/io/file-handlers/remote/rep.jlc
share/rep/lisp/rep/io/file-handlers/remote/utils.jl
share/rep/lisp/rep/io/file-handlers/remote/utils.jlc
share/rep/lisp/rep/io/file-handlers/tar.jl
share/rep/lisp/rep/io/file-handlers/tar.jlc
share/rep/lisp/rep/io/file-handlers/tilde.jl
share/rep/lisp/rep/io/file-handlers/tilde.jlc
share/rep/lisp/rep/io/files.jl
share/rep/lisp/rep/io/files.jlc
share/rep/lisp/rep/io/streams.jl
share/rep/lisp/rep/io/streams.jlc
share/rep/lisp/rep/lang/backquote.jl
share/rep/lisp/rep/lang/backquote.jlc
share/rep/lisp/rep/lang/compat-doc.jl
share/rep/lisp/rep/lang/compat-doc.jlc
share/rep/lisp/rep/lang/debugger.jl
share/rep/lisp/rep/lang/debugger.jlc
share/rep/lisp/rep/lang/define.jl
share/rep/lisp/rep/lang/define.jlc
share/rep/lisp/rep/lang/doc.jl
share/rep/lisp/rep/lang/doc.jlc
share/rep/lisp/rep/lang/error-helper.jl
share/rep/lisp/rep/lang/error-helper.jlc
share/rep/lisp/rep/lang/interpreter.jl
share/rep/lisp/rep/lang/interpreter.jlc
share/rep/lisp/rep/lang/math.jl
share/rep/lisp/rep/lang/math.jlc
share/rep/lisp/rep/lang/profiler.jl
share/rep/lisp/rep/lang/profiler.jlc
share/rep/lisp/rep/mail/addr.jl
share/rep/lisp/rep/mail/addr.jlc
share/rep/lisp/rep/module-system.jl
share/rep/lisp/rep/module-system.jlc
share/rep/lisp/rep/net/domain-name.jl
share/rep/lisp/rep/net/domain-name.jlc
share/rep/lisp/rep/net/rpc.jl
share/rep/lisp/rep/net/rpc.jlc
share/rep/lisp/rep/regexp.jl
share/rep/lisp/rep/regexp.jlc
share/rep/lisp/rep/structures.jl
share/rep/lisp/rep/structures.jlc
share/rep/lisp/rep/system.jl
share/rep/lisp/rep/system.jlc
share/rep/lisp/rep/system/environ.jl
share/rep/lisp/rep/system/environ.jlc
share/rep/lisp/rep/system/pwd-prompt.jl
share/rep/lisp/rep/system/pwd-prompt.jlc
share/rep/lisp/rep/test/autoload.jl
share/rep/lisp/rep/test/data.jl
share/rep/lisp/rep/test/data.jlc
share/rep/lisp/rep/test/framework.jl
share/rep/lisp/rep/test/framework.jlc
share/rep/lisp/rep/threads/condition-variable.jl
share/rep/lisp/rep/threads/condition-variable.jlc
share/rep/lisp/rep/threads/message-port.jl
share/rep/lisp/rep/threads/message-port.jlc
share/rep/lisp/rep/threads/mutex.jl
share/rep/lisp/rep/threads/mutex.jlc
share/rep/lisp/rep/threads/proxy.jl
share/rep/lisp/rep/threads/proxy.jlc
share/rep/lisp/rep/threads/utils.jl
share/rep/lisp/rep/threads/utils.jlc
share/rep/lisp/rep/user.jl
share/rep/lisp/rep/user.jlc
share/rep/lisp/rep/util/autoloader.jl
share/rep/lisp/rep/util/autoloader.jlc
share/rep/lisp/rep/util/base64.jl
share/rep/lisp/rep/util/base64.jlc
share/rep/lisp/rep/util/date.jl
share/rep/lisp/rep/util/date.jlc
share/rep/lisp/rep/util/gaol.jl
share/rep/lisp/rep/util/gaol.jlc
share/rep/lisp/rep/util/ispell.jl
share/rep/lisp/rep/util/ispell.jlc
share/rep/lisp/rep/util/memoize.jl
share/rep/lisp/rep/util/memoize.jlc
share/rep/lisp/rep/util/misc.jl
share/rep/lisp/rep/util/misc.jlc
share/rep/lisp/rep/util/repl.jl
share/rep/lisp/rep/util/repl.jlc
share/rep/lisp/rep/util/time.jl
share/rep/lisp/rep/util/time.jlc
share/rep/lisp/rep/vm/assembler.jl
share/rep/lisp/rep/vm/assembler.jlc
share/rep/lisp/rep/vm/bytecode-defs.jl
share/rep/lisp/rep/vm/bytecode-defs.jlc
share/rep/lisp/rep/vm/bytecodes.jl
share/rep/lisp/rep/vm/bytecodes.jlc
share/rep/lisp/rep/vm/compiler.jl
share/rep/lisp/rep/vm/compiler.jlc
share/rep/lisp/rep/vm/compiler/basic.jl
share/rep/lisp/rep/vm/compiler/basic.jlc
share/rep/lisp/rep/vm/compiler/bindings.jl
share/rep/lisp/rep/vm/compiler/bindings.jlc
share/rep/lisp/rep/vm/compiler/inline.jl
share/rep/lisp/rep/vm/compiler/inline.jlc
share/rep/lisp/rep/vm/compiler/lap.jl
share/rep/lisp/rep/vm/compiler/lap.jlc
share/rep/lisp/rep/vm/compiler/modules.jl
share/rep/lisp/rep/vm/compiler/modules.jlc
share/rep/lisp/rep/vm/compiler/no-lang.jl
share/rep/lisp/rep/vm/compiler/no-lang.jlc
share/rep/lisp/rep/vm/compiler/rep.jl
share/rep/lisp/rep/vm/compiler/rep.jlc
share/rep/lisp/rep/vm/compiler/src.jl
share/rep/lisp/rep/vm/compiler/src.jlc
share/rep/lisp/rep/vm/compiler/utils.jl
share/rep/lisp/rep/vm/compiler/utils.jlc
share/rep/lisp/rep/vm/disassembler.jl
share/rep/lisp/rep/vm/disassembler.jlc
share/rep/lisp/rep/vm/peephole.jl
share/rep/lisp/rep/vm/peephole.jlc
share/rep/lisp/rep/www/cgi-get.jl
share/rep/lisp/rep/www/cgi-get.jlc
share/rep/lisp/rep/www/fetch-url.jl
share/rep/lisp/rep/www/fetch-url.jlc
share/rep/lisp/rep/www/quote-url.jl
share/rep/lisp/rep/www/quote-url.jlc
share/rep/lisp/rep/xml/printer.jl
share/rep/lisp/rep/xml/printer.jlc
share/rep/lisp/rep/xml/reader.jl
share/rep/lisp/rep/xml/reader.jlc
share/rep/lisp/ring.jl
share/rep/lisp/ring.jlc
share/rep/lisp/symbol-table.jl
share/rep/lisp/symbol-table.jlc