Path to this page:
./
x11/xpns,
Petri-Net Simulator for Xwindows
Branch: CURRENT,
Version: 1.0nb4,
Package name: xpns-1.0nb4,
Maintainer: pgiffuniPNS is a public domain Petri net simulation tool for Unix systems.
PNS is a graphics tool and requires the X window system.
Examples:
---------
- simple.net
3-2 Reduction
- add.net
x = x + y
- sub1.net
x >= y : x = x - y
x < y : y = y - x
- sub2.net
x = x - y
NEGATIVE = 1 <=> x-y < 0
- mult.net
z = x * y
- phil.net
Dining Philosophers Problem
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites:
Filesize: 250.903 KB
Version history: (Expand)
- (2012-06-16) Updated to version: xpns-1.0nb4
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-02-07) Updated to version: xpns-1.0nb3
- (2008-11-10) Updated to version: xpns-1.0nb2
- (2006-02-06) Updated to version: xpns-1.0nb1
CVS history: (Expand)
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-08-16 17:48:21 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Add forgotten patch adding missing void.
|
2012-06-16 06:00:54 by David A. Holland | Files touched by this commit (23) |
Log message:
Fix wrong hard-wired paths in patch-ab. (was using /usr/X11R6)
While here:
- sprinkle stdlib.h widely to avoid undefined behavior calling malloc
- fix randomizer setup (was calling srand() and then using random())
- avoid installing a csh script, since we were replacing the entire
contents of the file anyhow
- add missing libXt and libX11 bl3.mk
- add patch comments
PKGREVISION -> 4.
|
2012-06-16 05:15:33 by David A. Holland | Files touched by this commit (23) |
Log message:
Sort a bunch of plists.
|