Commit Graph

639 Commits

Author SHA1 Message Date
brad
e9805e72cd sync libtool patches 2001-02-18 20:10:11 +00:00
brad
5efe452cf1 - do not allow libc_r to be linked directly.
- allow passing -pthread/-lthread to the linker.
2001-02-18 18:07:54 +00:00
kevlo
1b104952fd Add p5-Locale-PGettext. 2001-02-13 07:34:20 +00:00
kevlo
09c5e23fd3 Initial import of p5-Locale-PGetText-0.16
This is pure perl i18n routines.

Submitted by:	Shell Hung <i@shellhung.org>
2001-02-13 07:32:38 +00:00
brad
2e9171e15d add example programs URL;
--
From: Ian Darwin <ian@darwinsys.com>
2001-02-13 01:34:36 +00:00
kevlo
0582e39698 Fix python dependencies. Notified by espie@ 2001-02-12 02:39:11 +00:00
reinhard
68cc1202a3 remove no longer needed files; requested by maintainer 2001-02-10 18:52:20 +00:00
reinhard
f7d9850b2c - honour CC, quote CFLAGS, cosmetics (patch from naddy@)
- bump NEED_VERSION

NB: 0.2.5 doesn't work on sparc (pthreads) - thanks naddy for testing
2001-02-09 16:41:12 +00:00
reinhard
237c964e90 upgrade to GTL 1.0.0
- WITH THE RELEASE THE DOWNLOAD POLICY FOR GTL HAS BEEN
  CHANGED. PLEASE SEE THE HOMEPAGE FOR THE DETAILS.
- First stable release
- Various bugfixes
- Optimization of reallocation procedure in node_ and edge_maps
- Bump NEED_VERSION

from maintainer
2001-02-09 10:05:30 +00:00
brad
4222f7e372 another spot where ltmain.sh checks whether it's acceptable to use libc,
disable for openbsd.
2001-02-08 21:04:15 +00:00
brad
69d10fc282 de to libslang 1.4.3 2001-02-08 02:05:35 +00:00
wilfried
206b1a9835 Improve COMMENTs 2001-02-07 13:48:10 +00:00
avsm
c8f7d50a91 Dont use INSTALL_* macros in do-extract
Spotted by Thomas Nordin <nordin@cse.ogi.edu>
2001-02-05 22:52:57 +00:00
reinhard
58b160959a mark broken: "changed download policy; sources no longer available"
requested by maintainer
2001-02-05 10:25:41 +00:00
espie
43949024e0 +slib 2001-02-03 20:41:56 +00:00
espie
84d10f89fd split slib from scm, as it's much cleaner if someone else wants to build
other scheme ports.
2001-02-03 20:39:15 +00:00
avsm
14f5507efe + p5-MLDBM 2001-02-01 17:42:46 +00:00
avsm
8d21f31f65 inital import of p5-MLDBM-2.00
--
This module can be used to store multidimensional hash structures
in tied hashes (including DBM files).

Optionally, you can also switch to other serializing packages such
as FreezeThaw and Storable.  Storable provides much greater speeds,
and the performance of FreezeThaw is comparable to Data::Dumper.
2001-02-01 17:38:29 +00:00
wilfried
e58fe7853d set MAINTAINER mailaddress to my new wilfried@ 2001-02-01 17:34:25 +00:00
avsm
81ca9aa280 Add math to the category list; jakob@ ok 2001-01-26 13:34:25 +00:00
naddy
1bdf8cda2f maintainer has dropped off the net, return to ports@
prodded by brad@
2001-01-22 21:55:27 +00:00
brad
b9907e361c - FAKE_FLAGS is not needed anymore
- use "cc -shared" on 2.8 and up to create shared libraries.
- don't try to link shared libraries with libc.
2001-01-19 18:26:06 +00:00
brad
d5273f9777 teach libtool about export_dynamic_flag_spec for ELF-based archs. 2001-01-19 17:59:16 +00:00
brad
fd0463ba70 bump NEED_VERSION 2001-01-19 17:58:48 +00:00
reinhard
242ebe1b02 +gtl 2001-01-19 16:42:50 +00:00
reinhard
e2204ecc2c Graph Template Library (GTL) is based on the Standart Template Library
(STL), which is supposed to become a part of the C++ standart library
and therefore is an ideal basis when writing portable programs.
 
For the design of the GTL's API the API of LEDA is used as a base. GTL
contains the classes needed to work with graphs, nodes and edges and
some basic algorithms as building blocks for more complex graph
algorithms. Further algorithms are under work.
 
Unfortunately, STL has no support for graphs and graph algorithms.
However, graphs are widely used to model complex relational
structures.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-19 16:33:15 +00:00
kevlo
48bb90c377 Add jad and enable p5-Storable. 2001-01-19 03:14:29 +00:00
kevlo
7a91ac84cc Initial import of jad-1.5.7f
Jad is a fast Java decompiler
2001-01-19 03:13:23 +00:00
kevlo
7e7851e58b Initial import of Storable-1.0.7
This is persistency for perl data structures
2001-01-19 03:11:49 +00:00
brad
c1eebc4d21 teach libtool about export_dynamic_flag_spec for ELF-based archs. 2001-01-14 18:29:35 +00:00
brad
5068218e2f teach libtool about export_dynamic_flag_spec for ELF-based archs. 2001-01-14 17:50:33 +00:00
avsm
b1cb844f7e SEPARATE_BUILD works in concurrent mode 2001-01-13 12:47:26 +00:00
naddy
4767e9b75b Update to 1.104.1.62.
- Run "tar cf - ... | gzip -c" rather than "tar zcf - ..." to avoid
  tar(1)'s automatic padding of nulls to align with the block size,
  which is just garbage for a receiver.
- Have $uname variable to hold the OS implementation name and wrap
  FreeBSD or OpenBSD specific features in conditional blocks using
  $uname.
- Miscellaneous small fixes.
2001-01-12 00:13:08 +00:00
kevlo
e3957cada6 Enable p5-Data-Flow and p5-C-Scan 2001-01-09 06:26:08 +00:00
kevlo
421142e3eb Initial import of C-Scan-0.74.
This module to scan C language files.
2001-01-09 06:25:11 +00:00
kevlo
4154e1490b Initial import of Data-Flow-0.05
This is perl5 extension for simple-minded recipe-controlled build of data
2001-01-09 06:23:54 +00:00
kevlo
caf70c252f Add p5-Algorithm-Diff, p5-Algorithm-MDiff, p5-Algorithm-MarkovChain,
p5-Algorithm-Permute, and p5-B-Graph.
2001-01-09 05:51:05 +00:00
kevlo
f4b7b67ed7 Initial import of B-Graph-0.51
This is backend to diagram op trees
2001-01-09 05:48:06 +00:00
kevlo
984bcd55d6 Initial import of Algorithm-Permute-0.02
This interface to handy and fast permutation
2001-01-09 05:46:45 +00:00
kevlo
2585557758 Initial import of Algorithm-MarkovChain-0.03
This module to create Markov chains and output based on them
2001-01-09 05:45:24 +00:00
kevlo
4e0238a7b2 Initial import of Algorithm-MDiff-0.94
This interface to calculate m-difference between two objects
2001-01-09 05:43:43 +00:00
kevlo
ccb4f9c1dd Initial import of Algorithm-Diff-1.10
This interface to compute differences between two objects
2001-01-09 05:42:24 +00:00
kevlo
784868d344 Remove .packlist and fix packing list. 2001-01-09 05:26:10 +00:00
avsm
d66c8dc786 - update to p5-FreezeThaw-0.41
- bump NEED_VERSION
- bring DESCR up-to-date (module handles overloaded objects now)
2001-01-09 00:09:00 +00:00
avsm
0d1ee47da4 this is clearer; espie@ 2001-01-08 21:28:13 +00:00
avsm
2020cad499 Do not install .packlist, suggested by espie@ 2001-01-08 20:54:54 +00:00
avsm
849126fd8a - update to gnu indent 2.2.6
- bump NEED_VERSION
- flesh out DESCR a bit more
- COMMENT no longer starts with a capital letter
2001-01-08 20:18:48 +00:00
naddy
999dd2ded6 Fix up FreeBSD repository example file to work with OpenBSD RCS. 2001-01-08 02:17:38 +00:00
kevlo
7561a41cc5 Add p5-Class-MethodMaker 2001-01-06 15:53:12 +00:00
kevlo
abfd44786b Initial import of Class-MethodMaker-1.01
This module for creating generic methods
2001-01-06 15:52:19 +00:00