Commit graph

19693 commits

Author SHA1 Message Date
jtb
a1f837e37c Remove an unnecessary sed substitution. 2001-04-28 22:44:16 +00:00
jlam
ee005e4447 Clarify that USE_GIF is for qt1 as there is no "qt" package. 2001-04-28 20:44:52 +00:00
jtb
a460fd0e14 Remove "man/man1" from list of files. 2001-04-28 19:51:53 +00:00
drochner
4430ba7548 the patch recently added to libcdaudio is important, so add "nb1" to
its version and make p5-Audio-CD-disc-cover depend on it
(as suggested by Christoph Badura)
2001-04-28 14:43:28 +00:00
jtb
86be0dbfb1 Add the missing entries. 2001-04-28 14:42:28 +00:00
drochner
a09fea41b1 gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have
to update to 0.6.3.
Other changes (from the ChangeLog file):
            Bugfixes everywhere, mainly reported
            by Rob Lahaye<lahaye@postech.edu>
            Edit dialog for datasets.
            First version of the Preferences dialog
            Enhancements in the layer control
            Fixes and enhancements in gtkextra
            2nd version of the preferences dialog
            Enhancements in Python and Worksheets
            Complete overview and report of bugs and possible enhancements.
            Emergency rescue in case of a crash
            Autosave
            First version of the Bonobo interfase for embedding Scigraphica
2001-04-28 14:34:12 +00:00
dmcmahill
d777f21a11 add a short section about creating multi-cd binary package sets at the
end of the bulk build section.
2001-04-28 14:28:26 +00:00
rh
b3cbe0924f Add '--tag' for hermes nasm statements to Makefile.am as well. This should
fix bulk building and PR 12746.
2001-04-28 14:27:34 +00:00
dmcmahill
03bda0fd9e add a TODO/wish list. This file is only there to be read by someone who
wants to hack on the package and is not otherwise used (so I don't feel
bad adding it during the freeze).
2001-04-28 13:49:43 +00:00
zuntum
7d651a2622 o don't install ${PREFIX}/etc/pdmenurc, ${PREFIX}/share/examples/pdmenu/pdmenurc
is enough. from latest bulk build leftovers.
o rework quoting & tabs
2001-04-28 12:44:57 +00:00
zuntum
226cbaba7b Update Eterm to 0.8.10
This release is simply a bugfix release of 0.8.9.  The 0.8.x series has become
the "stable" branch of Eterm and will only involve bugfixes, no new features.
All the feature development is occuring in the 0.9 series.

Fixes pkg/12105 by myself
2001-04-28 11:07:34 +00:00
jtb
775c3ef460 Add some missing PLIST entries. 2001-04-28 05:17:02 +00:00
jtb
4c0012be6f Don't install "stow.info.orig". 2001-04-28 04:51:01 +00:00
jtb
85b8eac29d Add some missing PLIST entries. 2001-04-28 04:44:05 +00:00
jtb
c7ec78613e Add missing man page file(s) to PLIST. 2001-04-28 04:35:06 +00:00
jtb
6d42a960f8 Add the man pages to PLIST. 2001-04-28 04:09:54 +00:00
jtb
f09a56ab1c Add some missing files to the PLIST. I don't know why I found more
leftovers than the i386 bulk build.
2001-04-28 03:51:19 +00:00
dmcmahill
6fb90697cd update missing distinfo file from update. Thanks to Thomas Klausner
for catching this one.
2001-04-28 03:45:05 +00:00
dmcmahill
b8e41cce2a update to verilog-current-20010422
Changes since the last packaged snapshot from the authors announcements:

Icarus Verilog snapshot 20010422
--------------------------------
I've integrated a bunch of UDP patches from Stephan Boettcher. These
go to the core of ivl, so if you use Icarus Verilog with UDPs, you
might want to give this a test for us.

Stephan has also added some ivl_target support for UDP devices. This is a
prerequisite to vvp support for UDP devices.

Some of you have been beating me over the head about disable, so the
vvp target now supports disable. It only works in certain very constrained
situations, but the idea is there and the more common cases are simply a
matter of getting around to them. I actually could use more examples of
the use of disable for the test suite.

In the process, I have settled on the interaction of threads and scopes,
and changed the %fork syntax to match. See the README.txt and opcodes.txt
file for details. The implementation of %end and %join simplified in
the process.

The vvp-tgt code generator supports a few more gate types. New gate
types are pretty easy to add, it's just boring grunt work. That's why
they've been popping up slowly.

I've also got certain behavioral shifts working. Only constant shifts,
so far, but this covers a pretty large percentage of the real world
uses of shift, I think.

I fixed a few specify block parse problems, so it should ignore
even more complex specify blocks now:-) One of these days I really will
properly support specify blocks.

PROGRESS

I was hoping to get vvp up to a similar level as vvm by the end of
April, but that doesn't look like it's going to happen. I'm up to 182
tests passed, compared to 318 of Icarus Verilog/vvm, so I have a ways
to go yet. I see no real point to making a release until I get up to
300 or so tests passed. That is the goal for 0.5 release.

But of course if vvp is enough for you, then it is soooo much faster
then vvm.

Icarus Verilog 20010415 Snapshot
--------------------------------
As with all the most recent snapshots, this is almost entirely progress
with the vvp code generator and simulation engine. I'm up to 159 tests
passed in the test suite, so I'm getting there. But there's still plenty
to go.

I also fixed what appeared to be a minor problem with elaboration of ?:
expressions in continuous assignments. The code was actually fine, it
was a spurious assert. This fix affects vvm as well.

Icarus Verilog/vvp now support <= statemements with internal delays.
That is, "foo <= #10 bar;" should work properly, and there are tests
in the suite that prove it. This is a pretty common syntax, so this
should help a lot of folks.

I also fixed a bug in the code generator that would cause it to put a
constant bit as a destination for the bitwise boolean operators. This
caused run-time asserts.

The event or support in vvp has been extended to now support arbitrary
width, so now you can for example wit for any changes in a 32bit reg.
This handles most of the likely cases, so @ statements should now be
pretty generally functional.

The handling of run-time threads has been revamped in preparation for
support of the disable statement. It also plugs a memory leak where
fork/join and task/function calls are invoked. And this version should
also clean up all those tiny initial foo=bar threads that all programs
seem to have. Threads that are done are now freed, along with their
memory, hopefully reducing the runtime memory footprint.

That's pretty much it this time 'round. Working with threads took some
time, so the progress isn't as flashy as it sometimes is.

There is still lots to do with vvp before 0.5, but I would appreciate
any feedback you can offer. It's complete enough already that I'm able
to accept bug reports on it, even if it turns out to be a "not supported
yet" type of thing. At this point, I'd be curious to know what hangups
are preventing its regular use.
2001-04-28 03:15:26 +00:00
kei
36501b2d46 add and enable pnm2ppa package. 2001-04-28 03:12:33 +00:00
kei
c86096a8e4 Initial import of pnm2ppa-1.04 package. From README:
What is this?
-------------
pnm2ppa, a PPM to PPA converter, creates output using the PPA (printer
performance architecture) protocol.  This protocol is used by some HP
"Windows-only" printers, including the HP Deskjet 720C series, the HP
DeskJet 820 series, and the HP DeskJet 1000 series.  It has been
tested on all three series, but your personal experience (positive or
negative) is very much appreciated!
2001-04-28 03:10:59 +00:00
dmcmahill
ec0a0d19f8 add and enable simian and simian-docs 2001-04-28 02:37:59 +00:00
dmcmahill
1b7477b2fd Initial import of simian-docs-2.1
User's guide for SIMIAN (Surface Impedance Method for Interconnect
Analysis).  The guide is in PDF format.
2001-04-28 02:37:22 +00:00
dmcmahill
0ccb07d3db initial import of simian-2.1
Surface Impedance Method for Interconnect Analysis.

SIMIAN is a two dimensional frequency dependent series
impedance extraction tool for inerconnects and transmission
lines using conductors of rectangular or circular cross section.

The use of the surface ribbon method (SRM) greatly enhances
the speed of computation relative to the volume filament
method (VFM).
2001-04-28 02:36:35 +00:00
jtb
8171a8184f Make $(localdir) and $(gnulocaledir) equal so that the locale files
don't get installed to both ${PREFIX}/lib/locale and ${PREFIX}/share/locale.
This fixes the i386 bulk build leftovers.
2001-04-28 02:05:57 +00:00
jtb
a0a1e3ff21 Add missing "libi386.so.0.2" and "libkeycap.so.0.0". 2001-04-28 01:28:05 +00:00
jtb
d86de86589 Back out previous change. 2001-04-28 01:20:35 +00:00
jtb
dadc04c896 Add "lib/X11/app-defaults/Sam" to PLIST. 2001-04-28 01:15:20 +00:00
jtb
10c92aa4ac Add missing "Velvet.ad" to PLIST. 2001-04-28 01:02:49 +00:00
jtb
5967670354 Add missing xbeeb.1 to PLIST. 2001-04-28 01:00:54 +00:00
hubertf
daaf60749a Add BUILD_USES_MSGFMT=yes as this wants msgfmt - build breaks if it's not
installed (I wonder why this wasn't catched in bulk builds...)
2001-04-28 00:50:35 +00:00
jtb
f6628cfcef Add an i386 bulk build leftover ("ReadMe.txt"). 2001-04-28 00:41:41 +00:00
jtb
c0e6026286 Fix man page installation oddity causing i386 bulk build leftover. 2001-04-28 00:32:28 +00:00
jtb
283b2a7733 Add an "@exec mktexlsr" to the PLIST so that mktexlsr gets run after
a cweb binary package is installed.  This fixes the i386 bulk build
problem for emulators/mmix where TeX couldn't find cwebmac.tex.
2001-04-28 00:02:37 +00:00
jtb
a325d307ce Add distinfo file. 2001-04-27 23:33:24 +00:00
jtb
8963b134c6 s/p5-/p5-Math/g 2001-04-27 23:19:36 +00:00
jtb
cbb866014d Reimport of p5-MatrixReal as p5-Math-MatrixReal. 2001-04-27 23:18:11 +00:00
jtb
ee3b8857e8 Reimport of p5-Interpolate as p5-Math-Interpolate. 2001-04-27 23:17:22 +00:00
jtb
fec180220c Reimport of p5-BigInteger as p5-Math-BigInteger. 2001-04-27 23:16:31 +00:00
jtb
0add1997de Removing p5-* packages to reimport with the default name p5-${DISTNAME}.
So,  p5-Interpolate will be reimported as p5-Math-Interpolate, etc.
2001-04-27 23:14:17 +00:00
jtb
6d13a44dda Add and enable linpack. 2001-04-27 22:58:13 +00:00
jtb
eb4df46948 Initial import of linpack.
LINPACK is a collection of Fortran subroutines that analyze and solve
linear equations and linear least-squares probles.  The package solves
linear systems whose matrices are general, banded, symmetric
indefinite, symmetric positive definite, triangular, and tridiagonal
square.  In addition, the package computes the QR and singular value
decompositions of rectangular matrices and applies them to
least-squares problems.  LINPACK uses column-oriented algorithms to
increase efficiency by preserving locality of reference.

LINPACK was designed for supercomputers in use in the 1970s and early
1980s.  LINPACK has been largely superceded by LAPACK which has been
designed to run efficiently on shared-memory, vector supercomputers.
2001-04-27 22:57:30 +00:00
jtb
4d21ebc279 linpack has been renamed linpack-bench. 2001-04-27 22:39:50 +00:00
jtb
f59d11d7ad Reimport of former benchmarks/linpack package as linpack-bench. 2001-04-27 22:29:38 +00:00
jtb
e07d081778 linpack is being renamed linpack-bench to make room for the library
of that name.
2001-04-27 22:26:18 +00:00
jtb
18079c52b7 Add a patch to configure so that it correctly determines the way
the Fortran compiler mangles function names.  Don't delete the
libtool .la file after installation -- they might be useful for something.
2001-04-27 22:22:22 +00:00
wiz
a68c4e7907 cvsup binary uses X libraries, so add 'USE_X11'; addresses pkg/12531
by Masao Uebayashi.
2001-04-27 21:01:03 +00:00
wiz
b79473875f Add and enable p5-Apache-DBILog{ger,Config} 2001-04-27 20:43:13 +00:00
wiz
8697a340c6 Initial import of p5-Apache-DBILogger-0.93, provided in pkg/12643
by Nathan Ahlstrom.
DESCR:
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
With this module you can now have your httpd (apache) logs redirected
into a database table for future querying.
2001-04-27 20:40:09 +00:00
wiz
f64bce083d Initial import of p5-Apache-DBILogConfig-0.01, provided by
Nathan Ahlstrom in pkg/12642.
DESCR:
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
The Apache-DBI-LogConfig module redirects the apache logs into a
database table.
2001-04-27 20:38:48 +00:00