summaryrefslogtreecommitdiff
path: root/net/nam
AgeCommit message (Collapse)AuthorFilesLines
2014-02-01Fix build with tcl8.6. Bump PKGREVISION.markd3-5/+48
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2012-12-15Update to 1.15markd5-44/+25
Released Fri Nov 4 2011 Tcl-8.5 support, improved OS X support nam-1.14 Released June 17 2009 Refresh packages, some improved 64-bit support nam-1.13 Released Sat Mar 10 2007 Refresh packages, Sun OS compilation patch nam-1.12 Released Sat Sep 24 2006 Refresh packages
2012-11-17Build with tcl8.5.markd1-3/+5
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-03-21Add user-destdir installation support.obache1-4/+4
2010-01-09A pointer makes no good unique id on a lp64 system.joerg1-1/+3
2007-01-15Modular Xorg support.joerg1-1/+5
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-08-23Use source files included in ns-allinone, which supports x86_64 and gcc 4.1.minskim3-23/+10
Bump PKGREVISION.
2006-03-03Make this package build with gcc-4.minskim2-1/+15
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-28Update nam to 1.11.minskim4-15/+14
Changes: Added changes from mac802.15.4 contributed code from Jianliang Zheng and Myung J. Lee. Also updated the otcl and tclcl version numbers in files under conf and VERSION to match newer versions.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-12Hack to fix build with threaded Tcl package: at configure time snarf the valueseb1-1/+3
of {TCL,TK}_LIBS in {tcl,tk}Config.sh and pass it down to configure via V_LIBS in environment.
2004-03-08Update nam to 1.10 and take maintainership.minskim3-16/+24
Changes: Minor changes in configure to reflect the changed version of tcl/tk/otcl/tclcl.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-01-25Remove unnecessary inclusion of bsd.prefs.mk.wiz1-3/+1
2004-01-25Substitute for HOMEPAGE in MESSAGE. From Min Sik Kim in PR 24233.wiz1-1/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-03Update to version 1.9.seb4-14/+22
Provided in PR pkg/22664 by Min Sik Kim <minskim at bawi dot org>. Minor tuning by myself. Changes since version -1.0a11a (aka 1.8a) * [Tim Buchheim]Mon Feb 10 14:17:40 PST 2003 More updates for wireless animations: * wireless broadcast packets now use "r" events when animating in reverse, just like non-broadcast packets. (previously they used the "h" event even when going backwards) * wireless and wired nodes can now be mixed with better results. This requires using the "W" event as well as supplying X and Y coordinates for all nodes in the scenario. * The range and duration of the animation of wireless packets can now be specified on either a per-packet basis or by setting global parameters. * [Tim Buchheim]Tue Dec 10 19:02:19 PST 2002 Two changes to the animation of broadcast packets in wireless scenarios: * bcast packets used to be animate in real time, not virtual time. so if you changed the playback speed (or even paused it) the circles would always expand at the same real rate. Now, the animation is done in virtual time, like all other objects. So if you slow down the playback rate, the circles will move slower. If you increase playback rate, they move faster. * you can now set the speed for broadcast packets. (previously they ran at a hardcoded speed.) Use something like the following: v -t 0.0 -e set_bcast_duration 0.02 The default is currently set to 0.01 (units are seconds)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-08-28Renamed otcl -> tcl-otcl and tclcl -> tcl-tclcl.seb1-4/+4
2002-08-27Initial import of nam, version 1.0rc11a, into the NetBSD Packages Collection.seb8-0/+101
Based on package submitted by Jan Schaumann <jschauma@cs.stevens-tech.edu> in PR pkg/16301. Nam is a Tcl/TK based animation tool for viewing network simulation traces and real world packet traces. It supports topology layout, packet level animation, and various data inspection tools. Nam began at LBL. It has evolved substantially over the past few years. The nam development effort is now an ongoing collaboration with the VINT project.