summaryrefslogtreecommitdiff
path: root/devel/libslang
AgeCommit message (Collapse)AuthorFilesLines
2002-05-19Fix some directory names, remove two dead mirror sites.tron1-6/+4
2002-03-25update to 1.4.5 (bug fixes, macosx and cygwin improvements).grant2-8/+9
1.4.4 no longer on master site. use bz2 file.
2002-03-25update for 1.4.5 (bug fixes, macosx and cygwin improvements).grant1-9/+9
1.4.4 no longer on master site. use bz2 file.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-09Build using gmake.mycroft1-1/+2
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-26o add buildlink.mk file for use by other packageszuntum2-1/+36
o mark as USE_BUILDLINK_ONLY
2001-04-23Be more careful when using libtool: use $(CC) not cc as this may not beskrll2-12/+14
the c compiler.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Add missing slashes and end of some master site URLs.tron1-6/+6
2001-02-26Update to 1.4.4 and add a bunch of ftp mirrors.mjl2-6/+9
Fixed a bug that shows up on 64 bit BigEndian machines--- it affected no others. Fixed potential problem in pre-parsing binary strings. Bug a fixed affecting only pure termcap-based systems. It has been around a while, I am surprised that it took so long to be discovered.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Update checksum to match file on master sites and mirrors.tron1-2/+2
2001-02-06Add german mirror site.tron1-2/+3
2001-02-05Update slang to 1.4.3, and update the homepage URL. From the announcementfredb4-24/+24
on usenet: Version 1.4.3 is primarily a bug-fix release, and will probably be the last release in the 1.x series. It is time to move on to v2.x. In fact, v1.4.3 adds DESTDIR support, and extends the ABI. The change log given in the announcement is too long and detailed to included here. Please refer to <URL:news:slrn97ou3d.87i.davis@aluche.mit.edu>, available at your nearest usenet archive, for details.
2001-01-28Update homepage locationpooka1-2/+2
Noted by zuntum on IRC.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
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.
2000-12-11install HTML documentation into share/doc/htmlwiz2-3/+9
2000-08-22Update to 1.4.2. Changes since 1.4.1:mjl2-4/+4
slang.c: Under certain conditions, the continue statement was not properly handled in do..while statements. src/test/loops.sl added for testing. slparse.c: avoid potential (rare?) infinite loop when slang error occurs slsmg.c: When SLsmg_init_smg is called, mark the display as trashed. It is now possible to add intrinsics to their own namespace via new SLns_add* functions. Moreover, the import function now takes an optional additional argument that specifies a namespace. New namespace intrinsics: use_namespace, current_namespace Changed inner-product algorithm to minimize the number of cache misses. sldisply.c: Kanji specific patch sldisply.c: Assume that Eterm and rxvt are xterm-like sldostty.c: mouse support added slsearch.c: avoid infinite loop if search string has no length. slregexp.c: regexp \d+ was not working properly keyhash.c: typos involving USER_BLOCK keywords corrected. New intrinsic variable: _slang_doc_dir. This specifies the installation location of the doc files. Make sure it can compile with SLTT_HAS_NON_BCE_SUPPORT set to 0.
2000-06-28Add library dependencies on libtool link-command line, so that theywiz2-6/+6
get properly recorded in the library.
2000-06-05no more USE_PKGLIBTOOL here, either.wiz2-8/+9
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
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-05-18Update to 1.4.1. Changes include:mjl2-4/+4
New intrinsic function: strreplace. SLang_roll_stack and SLang_reverse_stack functions made public. SLang_free_function added. src/slrline.c: Keybindings for ESC O A, etc added. src/slsmg.c: SLsmg_write_nstring: avoid many loops if an extremely large value is passed (> 0x7FFFFFFF). src/slregexp.c made thread safe src/slsmg.c: Cursor was not always properly positioned when after SLsmg_touch_lines called. If terminal does not have erase to eol capability, then use spaces. doc/tm/strops.sl: doc for strcat updated to reflect its ability to concatenate N strings. src/slsmg.c: bug involving SLsmg_set_screen_start fixed. src/slparse.c: parser was failing to catch misplaced `}'.
2000-02-25Update to 1.4.0.mjl5-12/+12
Changes since 1.3.10 1. If a floating point exception occurs and the OS allows the library to handle it without forcing a longjmp, then SL_FLOATING_EXCEPTION will get generated instead of SL_INTRINSIC_ERROR. Note: Linux provides no way to handle floating point exceptions without forcing a longjmp. In my opinion, this is a flaw. 2. SLang_pop_double was returning the wrong value for short and character types. 3. New intrinsic: is_struct_type(X) ==> non-zero is X is a struct. 4. typecast operation from user defined type to Struct_Type added. 5. slkeypad.c: DOS/Windows DELETE_KEY definition added (Doug Kaufman <dkaufman@rahul.net>) 6. slposdir.c: Do not depend upon the existence of rmdir on VMS systems. 7. slang.c: abs, sign, mul2, chs, sqr were not being treated as function calls. 8. sldisply.c:SLtt_cls: If the terminal is a color terminal but being used as a black and white terminal, then reset colors before clearing. 9. path_sans_extname intrinsic added. 10. slimport.c: If module defines deinit_NAME, will be be called prior to unloading the module. (Ulrich Dessauer <des@gmx.de>)
2000-01-09Resurrect patch-ac, which is needed after all for libslang clientsmjl2-1/+18
like mc.
2000-01-03Use {} rather than () for variable expansion (pacify lintpkgsrc)abs1-2/+2
2000-01-01Update to 1.3.10. Changes are bugfixes only.mjl5-39/+14
1999-10-15Update to 1.3.9. Changes are bugfixes only.mjl4-12/+12
1999-09-20Install documentation files in "share/doc/slang" instead oftron3-12/+32
"doc/slang/1.3.8" and add them to the package list.
1999-07-26Remove obsolete patch to make this build again.tron2-1198/+1
1999-07-22Update to 1.3.8, since 1.3.7 is no longer available.mycroft3-14/+1188
1999-07-09Add package patch-sum filesagc1-0/+5
1999-06-17Update libslang to 1.3.7. The changes are too numerous to mention,mjl5-31/+30
mostly bug fixes though.
1999-06-03Use the generic GNU-configure @CC@ value, rather than a hard-coded ccagc1-2/+2
value, in the pre-processable Makefile.in - makes this package work on Solaris, where cc may not be the same as gcc.
1999-06-03Correct the path on the master ftp site.agc1-2/+2
1998-11-24Make this honor CFLAGS from the pkg's Makefile and/or mk.conf.tv1-4/+4
1998-10-04Explicitly define unix=1 in slang.h on NetBSD.tv1-0/+16
1998-10-04RCSID.tv1-0/+2
1998-10-04Force use of termcap, as this does not depend on ncurses.tv1-0/+20
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-24Update to use USE_LIBTOOL.tv1-4/+2
1998-07-16We don't install any binaries, so don't even try working around the funkytv1-2/+8
objdir stuff for building calc, worm, untic.
1998-07-16Fix building the library: somehow, COMPILE_CMD was not being used thetv1-5/+14
first time I built this.
1998-07-16Change libtool _not_ to install the .la file. Though marked as "fortv1-2/+1
informational purposes," it's not used by any of the toolchain and is pretty much useless.