summaryrefslogtreecommitdiff
path: root/parallel
AgeCommit message (Collapse)AuthorFilesLines
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-20Add distinfo, noted missing by Hiramatsu Yoshifumi on tech-pkg.wiz1-0/+4
2002-11-09Update parallel/pvm3 to pvm-3.4.4is3-7/+9
2002-11-09Update the NetBSD architecture list.is2-1/+60
2002-11-09regenwiz1-2/+2
2002-11-09Add rcs id.is1-0/+2
2002-11-09repair column formatting of pvm console "conf" outputis2-1/+16
2002-10-29if to elifjlam1-2/+2
2002-10-29There was apparently an inadvertant "dj" in vi command mode that killedjlam1-2/+4
two lines, and broke alpha and arm detection on Linux as a result.
2002-10-15- remove unused (and commented out) DEPENDSdmcmahill1-6/+1
- remove redundant do-configure target (perl5/module.mk does that now)
2002-10-13add and enable p5-Parallel-Pvmdmcmahill1-1/+2
2002-10-13initial import of p5-Parallel-Pvm-1.3.0dmcmahill8-0/+134
Parallel::Pvm is a perl extension for the parallel virtual machine (PVM) message-passing system.
2002-10-12add RCS IDdmcmahill1-0/+3
2002-10-08buildlink1 -> buildlink2jlam1-5/+5
2002-10-02Add buildlink2.mk file for use by other package Makefiles (in particular,jlam1-0/+27
math/scilab/Makefile already uses it. Thanks wiz!).
2002-09-30Use buildlink2, and provide a makefile fragment arch.mk to set PVM_ARCH tojlam3-99/+136
the correct value. arch.mk can be used by other Makefiles or by buildlink2.mk files to find the PVM libraries and binaries.
2002-09-24Complete standardization of messages according to latest pkglint.wiz2-6/+6
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-20Add and enable linda.agc1-1/+2
2002-08-20Initial import of linda-0.1.1 into the NetBSD Packages Collection.agc3-0/+32
linda is an simple library implementation of Linda parallel programming system (http://www.cs.yale.edu/Linda/linda.html). To write a parallel program with linda, you have to know only 6 functions: spawn, out, in, inp, rd and rdp with linda.
2002-08-08avoid installing a .orig file. Fixes a leftover file found in last bulk builddmcmahill1-1/+5
2002-08-05teach pvm about arm, armeb, and hppa. Should fix recently noted sharkdmcmahill8-1/+140
build problems.
2002-07-17Make sure that we check whether we check whether the distfiles existagc1-2/+6
first in BATCH mode.
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package as using an interactive fetch stage
2002-02-07Explicitly set PVM_ROOT to fix installation stage. This is due to the change inseb1-1/+2
revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment for a recursive make. May be it is not needed anymore in MAKE_ENV?
2001-10-31Move pkg/ files into package's toplevel directoryzuntum14-11/+11
2001-10-26Move the post-patch custom script into the package Makefile.agc2-21/+13
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+7
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam3-6/+6
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-14Update clusterit to 2.0.garbled3-8/+20
Changes include: Added new dvt command, which allows you to open xterms to multiple hosts and control them all via one input window. Added new jsh command, which allows better job scheduling specifically designed for parallel compiling. Multiple bugfixes and enhancements. Much much faster execution.
2001-05-24forgot to cvs add these first.dmcmahill3-0/+117
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill14-41/+44
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH).
2001-05-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill2-1/+24
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2001-04-18Move to sha1 digests, and add distfile sizes.agc4-9/+14
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc9-87/+81
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-10Move cpp-like Makefile (.if exists()) statement after the inclusion ofwennmach1-4/+5
bsd.pkg.mk. Thanks to Alistair Crooks for this fix (and for enlightening me).
2001-04-09replace work with ${WRKDIR}wiz1-3/+3
2001-04-05Fix PLIST (leftover files discovered in Hubert Feyrers bulk build).wennmach3-2/+28
Add PLIST.java (contains additional installed files if a javac is present during build). Modify Makefile to take the possible presence of a Java compiler into account.
2001-04-02Remove unnecessary whitespace.wiz2-5/+4
2001-03-21Update mpich to 1.2.1.wennmach24-1006/+800
Besides bug fixes, 1.2.1 features full support of the MPI-1.2 standard as well as some support for the new MPI-2 standard. Closes PR 7486.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz8-8/+8
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-5/+7
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-13Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 sois3-6/+6
that installation of the right version can be verified.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz4-13/+15
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-10-21remove trailing whitespacewiz3-6/+6
2000-10-10define SSH and pass down to the build environment to make sure the rightdmcmahill14-39/+43
ssh (/usr/bin/ssh or pkgsrc ssh) is found.