The NetBSD Project

CVS log for pkgsrc/devel/libslang/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libslang

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.74 / (download) - annotate - [select for diffs], Sun Jan 26 17:30:59 2020 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.73 / (download) - annotate - [select for diffs], Sun Nov 3 10:39:18 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:06 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.71: +3 -3 lines
Diff to previous 1.71 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.71 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:10 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.70: +1 -3 lines
Diff to previous 1.70 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Oct 9 13:44:36 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.69: +1 -2 lines
Diff to previous 1.69 (colored)

Remove SVR4_PKGNAME, per discussion on tech-pkg.

Revision 1.69 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:21 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.68: +1 -2 lines
Diff to previous 1.68 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.68 / (download) - annotate - [select for diffs], Sun Aug 30 01:22:09 2009 UTC (14 years ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.67: +1 -2 lines
Diff to previous 1.67 (colored)

update master_sites: file isn't hosted at gd.tuwien anymore.

Revision 1.67 / (download) - annotate - [select for diffs], Sat Jun 13 06:46:42 2009 UTC (14 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Apr 28 19:43:58 2009 UTC (14 years, 4 months ago) by zafer
Branch: MAIN
Changes since 1.65: +2 -3 lines
Diff to previous 1.65 (colored)

no distfile at plig.org. removed. ok'd by obache.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jun 23 16:15:07 2008 UTC (15 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (colored)

Needs serialised build.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Mar 1 03:09:35 2008 UTC (15 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Fix patch so that it refers to $(TCAPLIB) and doesn't hardcode "-ltermcap".
Now the only time that libslang.so links against libtermcap.so only when
we're using termcap.  In the case where we don't, libslang.so includes
its own terminfo database parser, so we don't need to link against any
curses or other terminfo library.

Bump the PKGREVISION to 7.

Revision 1.63 / (download) - annotate - [select for diffs], Fri Feb 29 22:41:13 2008 UTC (15 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.62: +5 -5 lines
Diff to previous 1.62 (colored)

Rename termlib.* to termcap.* to better document exactly what packages
are trying to use (the termcap t*() API).

Revision 1.62 / (download) - annotate - [select for diffs], Fri Feb 29 16:44:55 2008 UTC (15 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.61: +10 -14 lines
Diff to previous 1.61 (colored)

+ Pass down the correct values for TERMCAP (the options to link to
  the library containing termcap functions) and MISC_TERMINFO_DIRS
  (the location of the terminfo database).  Patch the configure script
  to use these values instead of using its own broken logic to determine
  the same information.

+ Include termlib.buildlink3.mk to determine the right terminal library
  to use.

The above two changes should fix PR pkg/30725.

+ Move the HTML documentation into ${PREFIX}/share/doc/slang.

Bump the PKGREVISION to 6.

Revision 1.61 / (download) - annotate - [select for diffs], Fri Jun 8 18:39:23 2007 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.60: +1 -2 lines
Diff to previous 1.60 (colored)

Remove dead MASTERS_SITES. From Zafer Aydogan.

Revision 1.60 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:22 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Nov 1 08:58:27 2006 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.58: +5 -4 lines
Diff to previous 1.58 (colored)

DESTDIR support.

Revision 1.58 / (download) - annotate - [select for diffs], Fri Sep 8 19:23:01 2006 UTC (17 years ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored)

Darwin does not define unix.  Make the installed file slang.h useful anyway.
Bump PKGREVISION.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:17 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:45 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.55 / (download) - annotate - [select for diffs], Sun May 22 20:07:53 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.54 / (download) - annotate - [select for diffs], Sat May 21 14:39:44 2005 UTC (18 years, 4 months ago) by minskim
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Use -ldl on platforms with libdl.

Bump PKGREVISION.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:27 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Mar 13 02:18:48 2005 UTC (18 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.51: +5 -2 lines
Diff to previous 1.51 (colored)

nb3: Include dlopen.buildlink3.mk, as this uses dlopen.  Should fix the
build of some dependents on Interix (e.g., jed and xjed).

Revision 1.51 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:30 2004 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Aug 28 06:05:32 2004 UTC (19 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 14 15:29:15 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.48: +1 -4 lines
Diff to previous 1.48 (colored)

CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Jan 22 08:24:30 2004 UTC (19 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jan 6 19:12:33 2004 UTC (19 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

We are removing -ltermcap, not -liconv.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 5 23:34:03 2004 UTC (19 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.45: +10 -12 lines
Diff to previous 1.45 (colored)

bl3ify

Revision 1.45 / (download) - annotate - [select for diffs], Sun Sep 28 09:13:56 2003 UTC (20 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Sep 27 17:07:35 2003 UTC (20 years ago) by grant
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jul 17 21:31:40 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:21 2003 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored)

PKGREVISION bump for libiconv update.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:38 2003 UTC (20 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Apr 3 12:12:38 2003 UTC (20 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Update to 1.4.9:
Changes since 1.4.8
1. src/slarray.c: superfluous call to SLclass_add_math_op removed
   (Michael Noble)
2. src/slang.c: foreach (NULL) using("next"){} foo (); caused _NARGS=1
   in foo.
3. src/slarrfunc.c: Fix to prevent sum(NULL) from causing a core-dump.
4. src/slimport.c: import (module, "") made equivalent to
   import(module,"Global");  This way, import(module, current_namespace())
   will work when the current namespace is anonymous.
5. src/slospath.c: Several users have requested that I add the ability
   to define a load path and use that path when loading interpreter
   files.  To this end, several new functions were added to the API:

       char *SLpath_get_load_path (void);
       int SLpath_set_load_path (char *path);
         /* Get and Set the path to be searched for files */
       int SLpath_get_path_delimiter (void);
       SLpath_set_path_delimiter (int delimiter);
         /* Get and set the character delimiter for search paths */
       int SLang_load_file_verbose (int verbose);
         /* if non-zero, display file loading messages */

   New intrinsics include:

       set_slang_load_path
       get_slang_load_path
       path_get_delimiter

   These functions, nor the intrinsics have an effect on applications
   that use SLang_load_file_hook or SLns_load_file_hook for loading
   files.  The change should be transparant to applications that use
   the stock load file mechanism.  The main difference is that if one
   attempts to load a file with no extension, e.g., "foo", but the
   file does not exist, then the interpreter will try to load the more
   recent of "foo.sl" and "foo.slc".

   See src/slsh.c for how the functions may be used.

6. slsh/slsh.c: Updated to use the new search path code outlined
   above.  Also, slsh is distributed with a collection of general
   purpose slang functions, including jed's provide/require functions.
   See slsh/README for more information.
7. doc/tm/cslang.tm: Modified the section describing the implemetation
   of intrinsic functions in an effort to clarify the discussion.
8. src/slang.c: tiny memory leak resulting from peephole optimzations
   added earlier found and fixed.
9. src/slarrmisc.c: new intrinsic: cumsum computes the cumulative sum
   of an array via the new SLarray_map_array function.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Mar 14 23:53:01 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.38: +13 -1 lines
Diff to previous 1.38 (colored)

Debian GNU/Linux does not use libtermcap, so on those systems we need
to take out ' -ltermcap ' and instead use ncurses.  All other systems
remain unaffected.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Mar 4 22:30:45 2003 UTC (20 years, 6 months ago) by mjl
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Update libslang to 1.4.8. Closes PR/20575.

Changes are lots of bug fixes and enhancements (four pages worth).

Revision 1.37 / (download) - annotate - [select for diffs], Sat Sep 21 11:29:41 2002 UTC (21 years ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.36: +6 -5 lines
Diff to previous 1.36 (colored)

buildlink1 -> buildlink2

Revision 1.36 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:32 2002 UTC (21 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Thu Aug 22 11:10:45 2002 UTC (21 years, 1 month ago) by jlam
Branch: buildlink2
Changes since 1.33.2.1: +3 -1 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jul 27 09:38:08 2002 UTC (21 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.34: +3 -1 lines
Diff to previous 1.34 (colored)

Use canonical pkgsrc config.guess and config.sub.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:44:28 2002 UTC (21 years, 3 months ago) by jlam
Branch: buildlink2
Changes since 1.33: +4 -6 lines
Diff to previous 1.33 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.34 / (download) - annotate - [select for diffs], Sun May 19 17:11:19 2002 UTC (21 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews
Changes since 1.33: +4 -6 lines
Diff to previous 1.33 (colored)

Fix some directory names, remove two dead mirror sites.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Mar 25 12:30:09 2002 UTC (21 years, 6 months ago) by grant
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (colored)

update to 1.4.5 (bug fixes, macosx and cygwin improvements).
1.4.4 no longer on master site.
use bz2 file.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Oct 18 15:20:11 2001 UTC (21 years, 11 months ago) by veego
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

SVR4 packages have a limit of 9 chars for a package name.
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.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Sep 9 03:00:01 2001 UTC (22 years ago) by mycroft
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

Build using gmake.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jun 26 14:26:03 2001 UTC (22 years, 3 months ago) by zuntum
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

o add buildlink.mk file for use by other packages
o mark as USE_BUILDLINK_ONLY

Revision 1.29 / (download) - annotate - [select for diffs], Mon Feb 26 16:42:29 2001 UTC (22 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.28: +6 -6 lines
Diff to previous 1.28 (colored)

Add missing slashes and end of some master site URLs.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Feb 26 15:27:36 2001 UTC (22 years, 7 months ago) by mjl
Branch: MAIN
Changes since 1.27: +7 -4 lines
Diff to previous 1.27 (colored)

Update to 1.4.4 and add a bunch of ftp mirrors.

  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.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:39 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 6 12:41:37 2001 UTC (22 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored)

Add german mirror site.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Feb 5 17:30:07 2001 UTC (22 years, 7 months ago) by fredb
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Update slang to 1.4.3, and update the homepage URL. From the announcement
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.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 28 15:48:56 2001 UTC (22 years, 7 months ago) by pooka
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Update homepage location

Noted by zuntum on IRC.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 11 23:05:32 2000 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.22: +6 -1 lines
Diff to previous 1.22 (colored)

install HTML documentation into share/doc/html

Revision 1.22 / (download) - annotate - [select for diffs], Tue Aug 22 12:13:47 2000 UTC (23 years, 1 month ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update to 1.4.2. Changes since 1.4.1:

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.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 5 00:56:04 2000 UTC (23 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.20: +7 -7 lines
Diff to previous 1.20 (colored)

no more USE_PKGLIBTOOL here, either.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 1 11:23:23 2000 UTC (23 years, 3 months ago) by rh
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

s/USE_LIBTOOL/USE_PKGLIBTOOL/
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.

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 18 13:20:09 2000 UTC (23 years, 4 months ago) by mjl
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Update to 1.4.1. Changes include:

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 `}'.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 25 01:27:15 2000 UTC (23 years, 7 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

Update to 1.4.0.

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>)

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jan 3 15:58:11 2000 UTC (23 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Use {} rather than () for variable expansion (pacify lintpkgsrc)

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 1 17:17:56 2000 UTC (23 years, 8 months ago) by mjl
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update to 1.3.10. Changes are bugfixes only.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 15 23:51:31 1999 UTC (23 years, 11 months ago) by mjl
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Update to 1.3.9. Changes are bugfixes only.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 22 07:01:20 1999 UTC (24 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Update to 1.3.8, since 1.3.7 is no longer available.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 17 22:57:23 1999 UTC (24 years, 3 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

Update libslang to 1.3.7. The changes are too numerous to mention,
mostly bug fixes though.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 3 08:15:16 1999 UTC (24 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Correct the path on the master ftp site.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:48 1998 UTC (25 years, 1 month ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-3-PATCH003
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

The Grand Homepagification:
	- 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.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 24 01:57:00 1998 UTC (25 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.9: +2 -4 lines
Diff to previous 1.9 (colored)

Update to use USE_LIBTOOL.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 15 14:15:59 1998 UTC (25 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.8: +6 -8 lines
Diff to previous 1.8 (colored)

Update libslang to 1.2.2.  Make use of libtool.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 15 11:44:46 1998 UTC (25 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Use automatic shared object handling

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 20 11:56:22 1998 UTC (25 years, 5 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:20 1998 UTC (25 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -7 lines
Diff to previous 1.5 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 2 08:59:08 1998 UTC (25 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 2 08:10:46 1998 UTC (25 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Introduce TRUE?=/usr/bin/true, and use it.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 04:17:42 1998 UTC (25 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

portlint: ldconfig||/usr/bin/true

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 18 00:44:46 1997 UTC (25 years, 10 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Fix for NetBSD (RCS Id, PLIST)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 18 00:39:46 1997 UTC (25 years, 10 months ago) by hubertf
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-10-28
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Lib for rapid gui development.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 18 00:39:46 1997 UTC (25 years, 10 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>