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