Commit graph

42 commits

Author SHA1 Message Date
agc
30b55df38e 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.
2017-01-19 18:52:01 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
joerg
4c8518dd65 Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
rodent
315c4801a4 "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
joerg
26f4079a64 Prefer in-tree bsdtar over gtar. Simplify. 2013-01-11 00:00:04 +00:00
asau
b63c74fdfd "user-destdir" is default these days 2012-09-11 23:04:15 +00:00
sbd
d1600f8e13 The gnu triple for Linux is *-*-linux not *-*-linux-gnu. 2012-01-16 21:02:20 +00:00
dholland
7d76bbc17a CHECK_INTERPRETER_SKIP 2011-06-19 01:41:32 +00:00
zafer
4bad6f1cee remove dead mirror 2011-03-17 20:55:27 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
jlam
a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
joerg
e03d0524a9 don't declare errno, it was even used before that point anyway. 2005-12-02 23:44:18 +00:00
rillig
2e0f6a0a18 Use "+=" instead of "=" with PLIST_SUBST. 2005-10-23 22:27:07 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
agc
1e46c076aa Add RMD160 digests in addition to SHA1 ones. 2005-02-23 12:06:53 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
kristerw
d4f1dc3d43 Correct path to files to install. 2004-03-08 00:44:50 +00:00
cjep
ac2e42766e Update of math/gap to 4.3 bug fix 5.
Pkgsrc fixes:
 1) Install trans directory.

Official bug fixes since bug fix 4:

 1) A wrong return format for `IsomorphicSubgroups' applied to cyclic groups.
 2) A wrong `true' result of `IsSubset' for certain algebras.
 3) Segmentation faults and other strange behaviour when assigning
    finite field elements of different characteristics into compressed vectors
 4) A bug in the subgroup conjugation test for permutation groups that are
    not subgroups.
 5) A missing method for `BaseOrthogonalSpaceMat'.
 6) A missing `Set' call in the construction of the global variable
    `AUTOLOAD_PACKAGES'.
 7) A wrong display string of the numerator in rational functions returned
    by `MolienSeries' (in the case that the constant term of this numerator
    is zero).
 8) A strange behaviour of `Intersection' for the case that a strictly
    sorted list is the unique entry of the list that is given as the
    argument; in this situation, this entry itself was returned instead of
    a shallow copy.
 9) An error in the basis of a product space of algebras.
10) Possibly wrong result of `Centre' for pc groups.
11) Possibly wrong result of `DirectSumDecomposition' for matrix Lie algebras.
12) An error in `LieNormalizer', `LieCentralizer' for zero subspaces.
13) An error in the computation of matrices of adjoint modules.
14) A strange error message when constructing the simple Lie algebra of type
    B1.
15) An error in `ModuleByRestriction'.
16) An error in `IrrBaumClausen' for the trivial group.
17) An error with vector space bases of row spaces over fields which
    neither are prime fields nor contain all entries of the vectors.
18) An error with `IsMonomial', when it uses the function
    `TestMonomialFromLattice' (i.e., in hard cases, likely for characters of
    nonsolvable groups).

Errors 1, 3, 5, 6, 9, 12, 13, 14 and 16 may cause GAP to stop with an error
message, errors 2, 4, 7, 10, 17, and 18 may cause wrong results.
2004-01-01 18:49:22 +00:00
sketch
90e5b02158 Remove hacks for Solaris which worked around a bug in mk/bsd.prefs.mk
before -r1.130.  They are now preventing this package from installing.

Bump PKGREVISION.
2003-12-18 14:44:17 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
f2c0357f0b Remove unnecessary empty lines. 2003-03-28 21:24:22 +00:00
jschauma
166cb4e295 Use CFLAGS as well. Set GAP_PLATFORM in a way to account for other CC variables.
Fix PLIST.
Bump PKGREVISION.
2003-03-20 22:39:33 +00:00
cjep
382ac3566e Fix Aachen mirror path 2003-01-18 18:22:16 +00:00
cjep
70e7319e9f Work around for PLISTs so that the install machinery should now work on SunOS 2003-01-05 12:43:01 +00:00
cjep
2157785b4c Gap is no longer mirrored at ANU 2003-01-04 23:49:56 +00:00
cjep
e257555003 Fix PLIST to match previous change 2002-12-31 18:40:43 +00:00
cjep
2cf9067a76 Install the prim directory (noted by Bettina Eick in private e-mail).
Bump pkg revision.
2002-12-31 13:02:33 +00:00
cjep
191bdf0218 Fix PLIST again. Bump revision for gap.package.mk ready for xgap (coming
soon).
2002-12-22 19:20:21 +00:00
cjep
b85a7cd41e Fix PLIST. Don't bother installing the startup script as gap${PKGREVISION}
as this serves no purpose.
2002-12-22 18:01:54 +00:00
cjep
de4f7900a2 Change gap.package.mk slightly for ease on adding gp-autpgrp.
The gap.package.mk file needs reworking for it to be of use to all
GAP packages. Bump revision.
2002-12-22 17:40:03 +00:00
cjep
883c8d629a Update of math/gap (GAP 4.3) to bug fix 4.
Changes since bug fix 3:
* Interface changes affecting the AutPGrp and ANUPQ packages (these
  packages will need reinstallation).
* 24 computational problems (please see the description4 file supplied
  with the GAP distribution and the NetBSD package).
2002-12-22 16:06:33 +00:00
cjep
69f7f37733 Update of GAP-4.3 (math/gap) to bug fix level 3.
Corrections since bug fix level 1 include:
 * A problem with the inversion routine for quaternions.
 * A segmentation fault when appending to a length 0 compressed vector
   over GF2.
 * An error in the computation of inverses in quaternion algebras with
   non-standard parameters.
 * A problem in backtrack routines using `Suborbits' if the group has
   fixed points in the range [1..max(Omega)].
 * A problem with the linear algebra methods for Lie algebra cohomology.
 * A Problem with inverting lists of compressed vectors over fields
   of order greater than 2.
 * An error in computing whether an element is in a Green's D equivalence
   class or not.
 * Problems with various functions (including GQuotient, IntScalarProduct,
                NonnegIntScalarProducts, CharacterTableDirectProduct)
 * Problems with various methods (including IsGreensLessThanOrEqual and
	GroupHClassOfGreensDClass, AssociatedReesMatrixSemigroupOfDClass,
	IsZeroSimpleSemigroup, IsomorphismReesMatrixSemigroup and
	SandwichMatrixOfReesZeroMatrixSemigroup)

XXX A bug has been introduced into GAP which prevents the test suite
    (zmodnz.tst) from working in this version. This will be fixed in
    bug fix 4.

For full details, please see the "description3" file that comes with
this package in ${PREFIX}/lib/gap4.3.
2002-10-08 04:49:41 +00:00
cjep
08da6fc17a Initial import of GAP-4.3 (bug fix level 1) into the NetBSD packages
collection as math/gap.

GAP (Groups, Algorithms and Programs) is a free system for computational
discrete algebra. Its capabilities include computation involving
cyclotomic and finite fields, residue class rings, p-adic numbers,
multivariate polynomials and rational functions, vectors, matrices
and finite groups.

GAP can be copied and distributed freely for any non-commercial purpose.
2002-08-21 08:04:03 +00:00