FreshPorts -- The Place For Ports Sat, 5 Jul 2008 5:59 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
atmsupport 1.8 net on this many watch lists=0 search for ports that depend on this port
Tools for testing the ATM subsystem
Maintained by: harti@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Jan 2004 13:32:48


This port contains a number of libraries and tools to test
the NgATM sub-system. The easiest way to run these tests
are the scripts in /usr/src/tools/regression/atm.

harti@freebsd.org
CVSWeb : Sources : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool15
Required Libraries: lang/tcl84

To install the port: cd /usr/ports/net/atmsupport/ && make install clean
To add the package: pkg_add -r atmsupport


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/harti/atm/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.8
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
14 Jun 2007 20:41:11
Original commit files touched by this commit  1.8
harti search for other commits by this committer
Upgrade to 1.8. This fixes compilation issues with gcc-4.
01 Feb 2007 02:42:06
Original commit files touched by this commit  1.7
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.7
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 21:24:05
Original commit files touched by this commit  1.7
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.7
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
22 Apr 2005 17:52:15
Original commit files touched by this commit  1.7
harti search for other commits by this committer
Fix building on 64-bit platforms.
26 Mar 2005 20:22:25
Original commit files touched by this commit  1.6
kris search for other commits by this committer
BROKEN on sparc64 and ia64: Does not build

Approved by:    portmgr (self)
21 Feb 2005 11:36:53
Original commit files touched by this commit  1.6
harti search for other commits by this committer
New version with more fixes for the broken TCL.
13 Feb 2005 14:15:19
Original commit files touched by this commit  1.5
harti search for other commits by this committer
Unbreak the port by going to the new version.
11 Feb 2005 21:56:19
Original commit files touched by this commit  1.4
kris search for other commits by this committer
BROKEN: Does not install
21 Dec 2004 13:06:03
Original commit files touched by this commit  1.4
harti search for other commits by this committer
Fix building on current by upgrading to the newest version 1.4.
18 Dec 2004 23:02:35
Original commit files touched by this commit  1.3
kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
18 Nov 2004 21:56:17
Original commit files touched by this commit  1.3
kris search for other commits by this committer
BROKEN: Broken pkg-plist
18 Aug 2004 18:15:23
Original commit files touched by this commit  1.3
harti search for other commits by this committer
Update to version 1.3.
09 Jul 2004 09:37:23
Original commit files touched by this commit  1.2
harti search for other commits by this committer
New version of the package that adds testing of the new call
control function.
20 Apr 2004 08:52:44
Original commit files touched by this commit  1.1_1
kris search for other commits by this committer
Add missing symlinks
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.1_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
17 Feb 2004 12:25:20
Original commit files touched by this commit  1.1_1
harti search for other commits by this committer
New distinfo. The checksum in the old one was wrong.
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.1_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
02 Feb 2004 12:44:22
Original commit files touched by this commit  1.1
harti search for other commits by this committer
Update to 1.1. This fixes build problems with a wrongly named library.
02 Feb 2004 08:32:54
Original commit files touched by this commit  1.0
harti search for other commits by this committer
Build atmsupport only starting from FreeBSD_version 50114. This is
approximately the version when the ATM stuff went in that this port
should test.
29 Jan 2004 13:32:12
Original commit files touched by this commit  1.0
osa search for other commits by this committer
Add a new port atmsupport: contains a number of
libraries and tools to test the NgATM sub-system.
The easiest way to run these tests are the scripts
in /usr/src/tools/regression/atm.

Submitted by:   harti

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18746
Broken 146
Deprecated 98
Ignore 430
Forbidden 5
Restricted 363
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 3
new 48 hours7
new 7 days39
new fortnight77
new month185

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.329 seconds.