Commit graph

33 commits

Author SHA1 Message Date
wiz
3e6ba1b2b5 Make pkglint happy. 2007-02-07 19:45:32 +00:00
drochner
38d2a6663d The 3a2 distfiles are not available anymore, so update to 3a4.
Many changes, the most notable appear to be improved DFT support,
addition of SRFI-94 (Type-Restricted Numerical Functions) and
SRFI-23 (Error reporting mechanism), and some cleanup/fixing.
See the ANNOUNCE file for details.

There are reports that the 3a4 version breaks gnucash on Debian;
neither wiz nor me could reproduce this.
2007-02-07 19:39:52 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
gdt
466002dcd9 PKGREVISION++, due to addition of patch-aa which fixes guile-slib
installation
2005-10-26 18:22:37 +00:00
adam
e31f16ebc8 Fix buildling guile-slib 2005-10-26 09:19:19 +00:00
adam
f14d6bf451 Changes 3.1.2:
* Minor improvements
2005-10-19 12:38:16 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
perry
f0eb49e8dd Update to version 3a1
Bug fixes, performance improvements, documentation improvements, plus some
functional additions such as a PostScript graph generator library.
2005-04-24 22:13:40 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
snj
6c024245c6 This does not need buildlink2. Add NO_CONFIGURE and NO_TOOLS. 2004-04-18 22:58:12 +00:00
reed
064205289a Use ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info for
info documentation. (Okay'd by jlam.)
2004-04-08 17:22:59 +00:00
seb
e162397868 Remove info files entries from PLIST. 2004-02-16 17:55:39 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
xtraeme
044c74a34b Updated to 2.4.6. Patch provided by David S. <davids@idiom.com>
via PR pkg/22185.

Changes:

New in slib2d6:

  * phil-spc.scm: Added Hilbert Space-Filling Functions.

  * ncbi-dna.scm: Read and manipulate NCBI-format nucleotide
  sequences.

  * differ.scm (diff:edits): Improved speed by 27%.

  * solid.scm (scene:viewpoint): Simplified; fixed pitch.
  (solid:extract-colors): Fixed color/elevations alignment.
  (solid:extract-colors, solid:extract-elevations): Fixed row-major.
  * solid.scm (solid:basrelief): Added VRML ElevationGrid.
  (solid:bry): Added "solid FALSE" and missing alternative clause.
  * solid.scm (scene:viewpoints): Restored Up and Down views.

  * html4each.scm (html-for-each): Rewrote for full quote hair.
  Removed require string-search; uses own multi-char version.
  * html4each.scm (html-for-each): "unterminated HTML entity"
  warning infinitely looped; changed to error.
  (htm-fields): Recover from HTML errors.
  * html4each.scm (htm-fields): Parses markup string.
  (html-for-each): Handle comments as markups.
  * html4each.scm (html:read-title): Added optional LIMIT
  (word-count) argument.
  * html4each.scm (html:read-title): Added.
  (html-for-each): Accept input-port for FILE argument.
  (html:read-title): Added check for first char being '<'.

  * uri.scm (uri->tree, make-uri): Fixed confusion of #f and "".
  * uri.scm (absolute-uri?): Added.
  * uri.scm (uri->tree): Corrected documentation.

  * db2html.scm (command:make-editable-table, command:modify-table):
  Improved null-keys treatment to work with multiple primaries.
  * db2html.scm (command:make-editable-table): foreign-choice-lists
  now opens the table.

  * slib.texi: Fixed database examples.

  * dbutil.scm (solidify-database): Fixed lock handling.
  * dbutil.scm (mdbm:report): Show lock certificates.
  (create-database, write-database, syncify-database, close-database):
  Lock database file for writing.
  (create-database): Allow initial #f filename.

  * transact.scm (transact-file-replacement): Accept (string) path
  to backup file in place of backup-style symbol.

  * charplot.scm (histobins): Gracefully return when no data.

  * soundex.scm (SOUNDEX): Character lookups use ASSV and MEMV.

  * qp.scm (qp:qp): Distinguish #f and 0 values for *qp-width*.

  * array.scm (make-array): Removed legacy procedures.

  * arraymap.scm (array-for-each): Use set-car! instead of reverse.

  * fft.scm (fft:shuffle&scale): Use bit-reverse from 'logical.

  * logical.scm (logical:logcount, logical:integer-length): Made
  tail-recursive.
  (logical:logxor, logical:logior, logical:logand): Made
  tail-recursive.
  * logical.scm (logical:ones): Return 0 for 0 argument.
  (gray-code->integer): Improved running time from O(b^2) to
  O(b*log(b)).

  * strsrch.scm (substring?, substring-ci?): Bum simple cases.
  (subskip): Split out common code from substring?, substring-ci?.
  (subloop): Old non-table-driven code for short substring?s.
  (substring?, substring-ci?): Compared measurements of subskip vs
  subloop; set breakpoint at STRLEN < CHAR-CODE-LIMIT/2 + 2*PATLEN.
  (substring-ci?, substring?): Refined; subloop for PATLEN <= 4.
  * strsrch.scm (count-newlines): Added.

  * slib.texi (Lists as sets): Updated UNION examples.
  * comlist.scm (comlist:union): Optimized for list lengths.
  * comlist.scm (comlist:list*): Make letrec top-level.

  * batch.scm (*operating-system*): gnu-win32 renamed from cygwin32.
  * batch.scm (*operating-system*): Detect MINGW32 (gcc on MS-DOS)
  as CYGWIN.

  * random.scm (random): Streamlined.
  (seed->random-state, random:chunk): Replaced BYTE with ARRAY.
  * random.scm (random): Don't get extra chunk when modu is integer
  multiple of 256.

  * slib.texi (Getopt): Fixed double dashes.
  * slib.texi (Getopt, Getopt Parameter lists):
  * getparam.scm (getopt->arglist, getopt->parameter-list):
  * getopt.scm (getopt, getopt--): Global variable *argv* replaces
  argc, argv arguments.  Not the best solution -- but at least its
  consistent.

  * slib.texi (Plotting): Updated examples.
  * slib.texi (String Search): State search order for string-subst.
  * slib.texi (Copyrights): Fixed TeX formatting.
  * slib.texi (Rule Types): Split from Precedence Parsing Overview.
  (Precedence Parsing Overview): Describe binding power concept.
2003-09-16 18:51:31 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
seb
b2b0e99ee7 Convert to USE_NEW_TEXINFO. 2003-06-25 11:49:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
e67e84b4a2 Update to 2d4 (2.4.4) provided by David S. in PR 18625. 2002-10-22 12:56:45 +00:00
jlam
0bbbc9eb4b Trivially use buildlink2. 2002-09-24 08:30:45 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
9168868b3f Update guile-slib and slib to version 2.4.2 (slib-2d2). Changes from
version 2c8 include:

 New initialization files for DrScheme, Guile, and Scheme48-0.57.

 New modules: coerce.scm (implementation of Common Lisp coerce and type-of),
 differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP
 and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric
 interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions
 from db2html.scm and some new ones).

 scmactst.scm, struct.scm, and structst.scm were removed due to lack
 of license.

Package update provided by Eric Gillespie Jr. <epg@trantor.pretzelnet.org>
in pkg/14008.
2001-10-03 09:08:37 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
jlam
11ab47a688 Don't need special handling of .zip. Also some cosmetic changes. 2000-08-15 01:21:54 +00:00
jlam
598e1aa750 Update slib to version 2c8. Miscellaneous minor improvements and bugfixes. 2000-06-21 05:58:31 +00:00
jlam
24fc7e538d slib-2c7 - portable Scheme library of compatibility and utility functions 2000-02-23 20:20:45 +00:00