Commit Graph

774 Commits

Author SHA1 Message Date
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
naddy
f6d290a9a9 Update to 1.104.1.59.
- Put a text field on each directory view that allows users to jump
  directly to an arbitrary module, which can be specified either
  by a full module/file path or by a module alias.
- Don't rely on perl's $ENV{PATH} search.  Search commands for
  itself and specify them by full paths
- Miscellaneous fixes.
2001-01-06 13:29:24 +00:00
naddy
1dbc18db0e - fix CONFIGURE_ARGS, my bad
- add HOMEPAGE
from maintainer
2001-01-05 11:58:55 +00:00
naddy
9f23237cf8 +libdockapp 2001-01-04 00:54:29 +00:00
naddy
dcb1283ac6 Import of libdockapp-0.4.0.
Submitted by Peter Stromberg <home@wilfried.net>.

DockApp Making Standard Library.
2001-01-04 00:52:35 +00:00
kevlo
136fc827ab better 2001-01-03 07:35:43 +00:00
naddy
3fda67d88c Port changes:
- Install icons.
- Additional MASTER_SITES.
Update to 1.104.1.55:
- Move configuration files to cvsweb subdirectory.
- Add cvsweb.conf-{freebsd,netbsd,openbsd,ruby} examples.
- Add $prkeyword variable to specify the bug report identifier.
- Run under perl -T.
- Turn $allow_compress off by default.
- Miscellaneous fixes.
2001-01-03 00:51:40 +00:00
avsm
981fbe87ca use FULLDISTDIR instead of recreating it from separate variables 2001-01-02 16:30:02 +00:00
jakob
2a4dcd8205 update to v3.4
- bug fixes
 - pgrep changed name to pcregrep
2001-01-01 19:08:11 +00:00
brad
142c91ac99 upgrade to libaudiofile 0.2.0 2000-12-31 19:45:32 +00:00
naddy
4e40a25694 Fix packaging list. ok angelos@ 2000-12-31 18:31:52 +00:00
naddy
7aeb453726 Update to 1.104.1.52:
- Add automatic tarball generation feature (default: off).
- Suck in configuration files with "require" instead of "do".
- Add charset to all text/* output.
- Add @tar_options and @cvs_options.
- Add $preformat_in_markup variable (default: off).
- Miscellaneous fixes.
2000-12-30 15:39:13 +00:00
espie
30ec796338 Fix typo in dist-check target. 2000-12-29 22:50:35 +00:00
avsm
ab7f71d86b - update to p5-File-Tail-0.98
- bump NEED_VERSION

ChangeLog is vague, but says there have been six patches applied
that are classed as 'bug-fixes, efficiency improvements, and
documentation updates'
2000-12-27 22:00:36 +00:00
jakob
d3ac1e39c9 add gmp 2000-12-27 10:26:35 +00:00
brad
25701db117 - fixup Makefile
- add libtool patches
- stop splitting info page
- don't start COMMENT with a capital letter when it's not necessary
2000-12-25 03:53:36 +00:00
brad
efc52667fc %D/lib -> %B 2000-12-25 01:55:40 +00:00
jakob
a2b3ac2ff0 import of the GNU MP library as a port as libgmp is removed from -current 2000-12-24 12:18:50 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
espie
e37d4a4a3e Missed by cvs 2000-12-19 15:26:16 +00:00
naddy
1293eefa6b Update to knu-cvsweb 1.104.1.45.
2000-12-18 13:25  knu

        * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
        a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
        drop it.  This should fix the "show only tags" feature.

2000-12-18 12:47  knu

        * cvsweb.cgi: Silence the warnings.

2000-12-18 11:48  knu

        * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
        over the cvsweb.
2000-12-18 15:06:46 +00:00
espie
0b43295ced Fix VTEXI lookup rules so that maintainer mode can work without gnu-make. 2000-12-15 17:37:58 +00:00
espie
ea7363fc4f Work-around a nasty interaction in ksh/make. 2000-12-15 15:05:08 +00:00
reinhard
21a5c3ea24 +lincvs 2000-12-10 13:27:06 +00:00
reinhard
25c1ab3506 lincvs-0.2.3: graphical CVS front-end using QT2 2000-12-10 13:15:23 +00:00
naddy
db6838b2f6 Update to knu-cvsweb 1.104.1.42.
- cvsweb.conf: Add a new variable $charset to specify the charset for HTML
  output.
- Miscellaneous clean-ups and optimizations.
2000-12-07 17:04:38 +00:00
kevlo
c82d8f6a57 Add doc++ 2000-12-07 14:34:05 +00:00
kevlo
e9c2410145 Initial import of doc++-3.4.6
doc++ is the documentation system for C, C++, IDL and Java.
2000-12-07 14:33:23 +00:00
brad
07d09305f7 replace patch with the use of MAKE_FLAGS 2000-12-07 14:14:21 +00:00
kevlo
1888076638 - Bump NEED_VERSION
- Update MASTER_SITES
- Add @comment to PLIST
2000-12-06 02:51:31 +00:00
avsm
2dba10be76 uncomment p5-Curses and add in p5-Curses-Widgets 2000-12-05 19:15:31 +00:00
avsm
67699e63ab Import p5-Curses-Widgets-1.2 from CPAN.
Tested by naddy@ and josh <dorqus@freek.com>
--
This module provides a standard library of functions and widgets
for use in creating Curses-based interfaces. Should work reliably
with both Curses and nCurses libraries.

Current widgets include:

        Text field (txt_field) 
        List box (list_box)
        Button sets (buttons) 
        Calendar (calendar) 
        Message box (msg_box) 
        Input box (input_box)

Extra functions include:

        select_colour line_split grab_key init_scr
2000-12-05 19:12:39 +00:00
avsm
e7966894a5 import p5-Curses-1.05 from CPAN
--
Curses is the interface between Perl and the curses(3) library.

For descriptions on the usage of a given function, variable, or
constant, refer to the curses(3) library manual pages.
2000-12-05 19:09:46 +00:00
avsm
dd6be8b5f3 - upgrade to cvs2cl-2.30
- no longer depend on freebsd tarball (use cgi provided by author to
  retrieve script)
- update NEED_VERSION, HOMEPAGE
2000-12-05 12:53:40 +00:00
brad
b313816afe use "cc -shared" to create shared libraries on 2.8 and up. 2000-12-04 16:10:02 +00:00
brad
8f41103f3f Bump shared library minor rev number; requested by espie@ 2000-12-04 16:00:29 +00:00
espie
e417a43871 API change with missing minor number update -> broken. 2000-12-04 15:03:25 +00:00
kevlo
1823de3361 Update to version 1.5.1 2000-12-04 01:49:22 +00:00
dugsong
96623c2b00 add libevent 2000-11-23 15:18:57 +00:00
dugsong
d6d6b5696b async event library 2000-11-23 15:17:55 +00:00
kevlo
1dfd572707 - Update to version 2.16
- Bump NEED_VERSION
2000-11-22 12:12:43 +00:00
espie
9caf73d4ab Trim down comments 2000-11-21 17:26:32 +00:00
espie
267230fa1f + autobook 2000-11-19 20:21:12 +00:00
espie
73f61e86b2 autobook, documentation for libtool, autoconf, automake. 2000-11-19 20:19:43 +00:00
brad
2637080120 upgrade to libaudiofile 0.1.11 2000-11-18 18:06:53 +00:00
naddy
872a01bbe0 Add cscope. 2000-11-18 13:51:11 +00:00
naddy
26a084b734 Initial import of cscope-15.0bl2.
Cscope is a developer's tool for browsing program code.
2000-11-18 13:49:19 +00:00
naddy
4976431061 Update to Zeller 1.104, knu 1.39. 2000-11-18 13:35:17 +00:00
brad
ca14e9da14 better use of hardcode_libdir_flag_spec 2000-11-18 00:09:17 +00:00
brad
54e5e58d85 mark broken on powerpc. 2000-11-11 22:40:55 +00:00
brad
4311d928bb - use "cc -shared" on 2.8 and up to create shared libraries.
- mark broken on powerpc for now.
2000-11-11 21:53:30 +00:00
espie
774e9ae9a8 Missed one Angelos 2000-11-09 12:13:34 +00:00
espie
812065d90b Typo 2000-11-04 20:46:23 +00:00
espie
292e2fb7ab Let tclcl appear elsewhere than in dependencies. 2000-11-01 14:50:00 +00:00
espie
5aabf4e21c No longer broken.
Register maintainer address as builder.
2000-10-30 13:55:45 +00:00
espie
5c56db06a3 Fix tmpnam() holes in ddd.
Quick and dirty patches that do the job, a cleaner version
to contribute back to ddd's authors will appear shortly.
2000-10-30 13:54:50 +00:00
marc
4901dbc8d0 add back man page -- it got lost sometime in the past 2000-10-26 20:10:15 +00:00
kevlo
e222579608 Update MASTER_SITES to MASTER_SITE_SOURCEFORGE. 2000-10-24 13:17:47 +00:00
espie
a53155856c MAINTAINER 2000-10-22 19:14:13 +00:00
espie
2c6b2113ac Remove standards.info from the package, avoid conflict. 2000-10-22 19:05:27 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
espie
aa4a7733cc Complete a few MAINTAINER names. 2000-10-22 14:02:46 +00:00
brad
7dd919076e use "cc -shared" on 2.8 and up to create shared libraries. 2000-10-21 20:11:15 +00:00
brad
b5775c768a bump NEED_VERSION 2000-10-21 19:59:17 +00:00
brad
cadc683ada do not assume it's ok to link shared libraries with libc. 2000-10-21 19:28:25 +00:00
brad
197acd0446 use "cc -shared" on 2.8 and up to create shared libraries. 2000-10-21 18:23:45 +00:00
brad
30f7bb858d first libtool port to be converted over to using "cc -shared" for shared libraries on 2.8 and up. needed as a prereq for gmake to get emacs for Theo on powerpc ;) 2000-10-21 17:34:39 +00:00
brad
df20c9d2e1 don't create share/locale under X11BASE 2000-10-19 00:52:47 +00:00
fgsch
45aeb71d96 add real names to MAINTAINER. 2000-10-16 13:30:30 +00:00
naddy
3e44784924 - FIX: Make revision links in annotation work.
- Recognize "Links" as text-based browser.
2000-10-12 19:53:30 +00:00
espie
54848dabf9 Fix my address. Dust off details. 2000-10-10 00:40:20 +00:00
avsm
2a7f070634 - upgrade to v0.97
- bump NEED_VERSION
2000-10-09 17:35:00 +00:00
naddy
55e9c677e2 Update to knu-cvsweb 1.103.1.33:
2000-10-07 16:44  knu

        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.

        Improve manpage linking to support "foo.1" as well as "foo(1)".

  2000-10-07 16:35  knu

        * cvsweb.cgi: Fix screwups in the last commit.

        Parse rlog's output explicitly.  Recognize 77 ='s as a file
        separator, and 28 -'s as revision separator.

        Submitted by:   Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

  2000-10-03 04:07  knu

        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
        variables when they are done.
2000-10-09 17:23:37 +00:00
avsm
ffbbe033d3 add real name to MAINTAINER and minor cleanups 2000-10-09 00:18:48 +00:00
kevlo
97b010824e - Update to version 0.6
- Add fullname to MAINTAINER
- Add HOMEPAGE
- Add @comment to PLIST

ok maintainer <rohee@>
2000-10-08 07:37:55 +00:00
brad
e2b4277222 - split out patches
- stop splitting the info page
- add missing ONLY_FOR_ARCHS tag
- prefix HOMEPAGE with "WWW:" in DESCR
2000-10-08 04:27:08 +00:00
kevlo
481c2657bf - Update to version 1.3a5
- Change maintainer to me
2000-10-05 03:16:12 +00:00
jakob
ce7dadcdb0 add fullname to MAINTAINER 2000-10-04 21:53:59 +00:00
brad
3557120f2b this was a workaround for imlib and really shouldn't have been commited,
breaks other programs.
2000-10-03 08:16:08 +00:00
naddy
6970198dc4 Add cvsweb. 2000-10-01 21:24:46 +00:00
espie
b636259a12 New official release, taken over by Bruno Haible. 2000-10-01 20:11:06 +00:00
naddy
e3327b4a0a Import of cvsweb revision 1.103(zeller)-1.30(knu).
The cvsweb WWW CGI script allows remote users to browse a CVS
repository tree via the web.  It can display the revision history
of a file, as well as diffs between revisions, and download the
whole file.
2000-10-01 19:18:53 +00:00
avsm
1654d59940 - add real name to MAINTAINER 2000-09-26 18:51:38 +00:00
brad
3918ceb4a1 add name to MAINTAINER 2000-09-24 07:03:59 +00:00
brad
1bd29ccc68 some ports which I've been maintaining 2000-09-24 01:23:42 +00:00
brad
5bec21828f upgrade to libaudiofile 0.1.10 2000-09-21 04:33:04 +00:00
avsm
d5dac9c26a - update to latest version 2.29 2000-09-19 22:48:11 +00:00
brad
5eab37ff88 remove ALL_TARGET 2000-09-19 15:43:49 +00:00
brad
e75d2982b5 cleanup mickey's mess 2000-09-19 15:40:41 +00:00
espie
900ede7f43 Bad comment, bad packing-list.
Bad mickey
2000-09-19 15:01:10 +00:00
mickey
7fe308138a freeze-thaw 2000-09-19 05:28:04 +00:00
mickey
babdfdb1a2 store/restore module for perl 2000-09-19 05:19:00 +00:00
brad
9f0f7a53ba install a sample config file by default that makes ORBit not listen on any
IPv4/IPv6 network sockets
2000-09-16 20:01:30 +00:00
avsm
4ae8a4fc26 fix another small typo that got away 2000-09-16 15:22:28 +00:00
avsm
783bcda6cf fix minor typo in DESCR 2000-09-16 15:20:11 +00:00
avsm
83627495e3 add in:
p5-Date-Calc
 p5-File-Tail
 p5-Time-HiRes
 p5-Time-TimeDate
2000-09-16 15:18:45 +00:00
avsm
96bd16fc03 import p5-File-Tail-0.96
reviewed by brad@
--

The File::Tail module is designed for reading files which are
continously appended to (the name comes from the tail -f directive).
Usually such files are logfiles of some description.

The module tries hard not to busy wait on the file, dynamically
calcultaing how long it should wait before it pays to try reading
the file again.

The module should handle normal log truncations ("close; move; open"
or "cat /dev/null >file") transparently, without losing any input.
2000-09-16 14:57:29 +00:00
avsm
c4d6f79f8a import p5-Time-TimeDate-1.10
reviewed by brad@
--
This is the perl5 TimeDate distribution.

This distribution replaces the earlier GetDate distribution, which
was only a date parser. The date parser contained in this distribution
is far superior to the yacc based parser, and a *lot* fatser.

The parser contained here will only parse absolute dates, if you
want a date parser that can parse relative dates then take a look
at the Time modules by David Muir on CPAN.
2000-09-16 14:56:05 +00:00
avsm
a3f84b5622 import p5-Time-HiRes 1.20
reviewed by brad@
--

Time::HiRes module: High resolution time, sleep, and alarm.

Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
to implement time, sleep, and alarm that know about non-integral seconds.
2000-09-16 14:54:38 +00:00
avsm
5192faf047 import p5-Date-Calc-4.3
reviewed by brad@
--
This package consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries
today), thereby complying with all relevant norms and standards:
ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
applicable).
2000-09-16 14:53:15 +00:00
brad
502a12ddbd use "cc -shared" to create shared libraries 2000-09-16 13:09:08 +00:00
espie
984e8ea577 New extract framework 2000-09-15 14:38:45 +00:00
brad
d747487760 mark threads FLAVOR BROKEN on SPARC. 2000-09-13 08:56:30 +00:00
kevlo
492c925dfc Update to version 1.3a4. This version supports ruby. 2000-09-12 15:58:53 +00:00
brad
08335c8a5a use new extraction framework: remove USE_ZIP and set EXTRACT_SUFX 2000-09-12 15:37:33 +00:00
avsm
d6600dab36 - update to v2.18
- change maintainer address to @openbsd.org
- bump NEED_VERSION
2000-09-11 16:32:12 +00:00
brad
a91532a9c1 add popt to Makefile 2000-09-10 08:37:13 +00:00
brad
beb3ed7ca6 add popt port
--
This is the popt command line option parsing library. While it is similiar
to getopt(3), it contains a number of enhancements, including:

        1) popt is fully reentrant
        2) popt can parse arbitrary argv[] style arrays while
           getopt(2) makes this quite difficult
        3) popt allows users to alias command line arguments
        4) popt provides convience functions for parsing strings
           into argv[] style arrays
2000-09-10 08:28:55 +00:00
brad
187065079f - remove config.sub and config.guess from patches and provide them in
files dir
- remove post-build and post-install, override ALL_TARGET and
INSTALL_TARGET instead
- use better filename for patch
2000-09-06 05:07:24 +00:00
brad
f5a7719c84 reorganize 2000-09-06 05:01:57 +00:00
brad
5b95f7ed7e remove libicq from Makefile 2000-09-06 04:49:19 +00:00
brad
e543d49ee1 axe this long unmaintained port 2000-09-06 04:48:46 +00:00
matt
686e0c1e26 damn cvs... FAKE, HOMEPAGE (ok niklas@) 2000-09-05 23:28:13 +00:00
matt
04d717c60d FAKE, HOMEPAGE (ok niklas@) 2000-09-05 23:27:39 +00:00
kevlo
a9d338e1cb - Add HOMEPAGE
- WRKSRC -> WRKDIST
- Add @comment to PLIST
2000-09-05 09:39:07 +00:00
brad
2653a8244e upgrade to libslang 1.4.2 2000-09-05 03:27:29 +00:00
brad
5436c404fb add HOMEPAGE 2000-09-04 07:28:16 +00:00
brad
1ab6754a53 add t1lib to Makefile 2000-08-31 06:57:48 +00:00
brad
8ebd08b18a add t1lib port;
--
t1lib is a library written in the C programming language allowing a
programmer to generate bitmaps from Adobe (TM) Type 1 fonts quite
easily. These bitmaps are returned in a data structure with type
GLYPH. This special GLYPH-type is also used in the X11 window system
to describe character bitmaps. It contains the bitmap data as well as
some metric information. But t1lib is in itself entirely independent
of the X11-system or any other graphical user interface.
2000-08-31 06:54:06 +00:00
brad
20682fd5e2 remove @pkgcfl tag 2000-08-30 19:20:51 +00:00
brad
d245caed52 remove libIDL from Makefile 2000-08-30 19:03:10 +00:00
brad
6bdc70d03f remove libIDL port, this shouldn't have been imported in the first
place. use devel/ORBit.
2000-08-30 19:02:27 +00:00
brad
46d65ad221 don't unconditionally redefine MIN/MAX 2000-08-27 22:17:40 +00:00
brad
e50ac6b1ee bump NEED_VERSION 2000-08-27 22:16:22 +00:00
rohee
d8008c3e49 Since we install GNU make as gmake replace "make" with "gmake" in the
manpage where it makes sense.
2000-08-27 01:05:06 +00:00
brad
3296c5ed58 upgrade to ORBit 0.5.3 2000-08-21 12:20:20 +00:00
brad
be863e4718 - fix broken conversion to new style PLISTs
- sort PLISTs
2000-08-20 20:42:12 +00:00
brad
64f4684bee upgrade to GNU indent 2.2.5 2000-08-20 19:18:56 +00:00
kevlo
e311ea6419 Mark broken. The lastest version still has a lot of tmpnam() warnings.
My fault, sorry espie@.
2000-08-19 16:32:33 +00:00
brad
de717d09ee style 2000-08-18 20:45:07 +00:00
kevlo
32620295b0 - Update to version 1.3a3
- Add HOMEPAGE
- Bump NEED_VERSION
2000-08-18 01:30:07 +00:00
brad
45a645a76a revert this change, you could have atleast passed it by me first,
no_threads -> threads
2000-08-17 21:44:18 +00:00
brad
0bc19c141d use proper linker flag for our pthreads library 2000-08-17 21:39:42 +00:00
fgsch
b3166ee365 Add no_threads FLAVOR. Compile with threads support by default.
Useful if I ever get freeamp to work.
2000-08-17 20:55:58 +00:00
fgsch
59779501e8 Remove LICENSE_TYPE and FAKE=yes. Use CONFIGURE_STYLE.
Add HOMEPAGE. Install all the info files. Bump NEED_VERSION.
Remove info stuff on uninstall and sync PLIST. Add comment tag.
2000-08-17 12:32:44 +00:00
kevlo
e8b476364b - Mark unbroken
- Update to version 3.2.1
- Remove USE_X11 and FAKE; USE_CONFIGURE -> CONFIGURE_STYLE
- Add HOMEPAGE; add @comment to package list
2000-08-17 05:47:24 +00:00
brad
03b4b530e9 use better filenames for patches 2000-08-07 03:56:01 +00:00
espie
23043ca78b update to 2.5q 2000-08-01 15:41:13 +00:00
brad
fd473ef863 upgrade to pth 1.3.7 2000-07-29 22:42:17 +00:00
brad
1253f60d8b upgrade to shtool 1.5.1 2000-07-29 22:18:07 +00:00
brad
324ff57c7f add pth to Makefile 2000-07-28 10:46:33 +00:00
brad
fbe80729a4 add pth port.
--
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications. All
threads run in the same address space of the server application, but
each thread has it's own individual program-counter, run-time stack,
signal mask and errno variable.
2000-07-28 10:39:00 +00:00
brad
3ae30d2392 mention GNU 2000-07-28 09:18:38 +00:00
danh
770b0e3b68 added cvs2cl to Makefile 2000-07-25 20:53:10 +00:00
danh
e9498a6c07 added cvs2cl; reviewed by naddy@ 2000-07-25 20:49:44 +00:00
brad
c0937f77b9 - bump NEED_VERSION
- add HOMEPAGE
- use better filename for patch
- enable inter-library dependencies
2000-07-20 05:40:43 +00:00
jasoni
128fdf0128 GNU_CONFIGURE -> CONFIGURE_STYLE
remove FAKE=Yes
use new PLIST setup
add @comment id to PLISTs
2000-07-20 03:48:38 +00:00
brad
fbf76e36cc style 2000-07-19 08:24:53 +00:00
brad
493ce7a046 - add HOMEPAGE
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-07-19 05:56:27 +00:00
brad
de0ec4e068 - add HOMEPAGE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-07-19 05:29:04 +00:00
kevlo
f7217796e5 - Update to 1.0b9
- Add the patch-ad to make this port is suitable for tcl/tk 8.3
- Add @comment to PLIST
2000-07-14 06:11:05 +00:00
danh
24a8b9b8de port cleanup from maintainer. removes explicit FAKE, and uses CONFIGURE_STYLE.
this also updates the PLIST.
2000-07-13 18:06:17 +00:00
espie
5258910137 Checksum changed 2000-07-11 09:16:32 +00:00
d
b674131a6e increase the 10MB delta limit check to 100MB for those humungous freebsd xEmpty deltas 2000-07-09 23:09:48 +00:00
brad
440809dfc9 upgrade to gmake 3.79.1 2000-07-04 01:55:23 +00:00
krw
03a8e05ef7 Change PFRAG.shared ldconfig invocation(s) to
DYNLIBDIR() invocations.

Bump NEED_VERSION to 1.310 so DYNLIBDIR() works.

As requested by espie@
2000-07-04 01:46:37 +00:00
brad
75b087a66f - add HOMEPAGE
- fix usage of CONFIGURE_STYLE, simple -> gnu dest old
- remove now unnecessary CONFIGURE_ARGS option
2000-07-04 01:44:45 +00:00
brad
964180285b make this port respect DESTDIR 2000-07-01 22:54:48 +00:00
brad
81a86715f1 upgrade to shtool 1.5.0 2000-07-01 22:42:28 +00:00
brad
e8d187bbae upgrade to mm 1.1.3 2000-07-01 22:30:10 +00:00
fgsch
22a08b2ee4 remove FAKE=yes and LICENSE_TYPE. use CONFIGURE_STYLE.
LICENSE_TYPE. bump NEED_VERSION. add comment to plist.
2000-06-30 02:10:09 +00:00
fgsch
07c72692d0 remove FAKE=yes and use CONFIGURE_STYLE.
bump NEED_VERSION.
2000-06-28 00:44:05 +00:00
brad
73cf4ce4d0 - cleanup Makefile a bit
- add HOMEPAGE to DESCR
2000-06-27 06:14:46 +00:00
kevlo
6bcca11f53 Add HOMEPAGE. Submitted by the maintainer. 2000-06-27 05:59:48 +00:00
kevlo
e269deb125 Move the mo files to ${PREFIX}/share/locale, not ${PREFIX}/lib.
Thanks naddy@
2000-06-27 02:06:12 +00:00
kevlo
252f5f198e Add cook 2000-06-26 03:47:13 +00:00