62d0 FreshPorts -- devel/libtap
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libtap 1.01_1 devel on this many watch lists=1 search for ports that depend on this port
Library implementing the Test Anything Protocol
Maintained by: rodrigo@bebik.net search for ports maintained by this maintainer
Port Added: 22 Dec 2004 18:03:25
License: not specified in port


Library implementing the Test Anything Protocol.  Will be / is used by
src/tools/regression, and anything else that wants an easy-to-implement
test suite.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nik/

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Jan 2013 12:07:59
Original commit files touched by this commit  1.01_1
wen search for other commits by this committer
- Trim Makefile headers
- Pass maintainership to submitter

PR:		175184
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.01_1
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.01_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
21 Dec 2009 02:19:12
Original commit files touched by this commit  1.01_1
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.01_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
01 Feb 2007 02:42:06
Original commit files touched by this commit  1.01_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
14 Aug 2006 22:55:18
Original commit files touched by this commit  1.01_1
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
07 Aug 2006 17:06:50
Original commit files touched by this commit  1.01_1
shaun search for other commits by this committer
Replace pkg-message with ${PKGMESSAGE}, as the former causes problems
when WRKDIRPREFIX is set by the user.

Submitted by:   [LoN]Kamikaze on freebsd-ports
15 Apr 2006 06:46:10
Original commit files touched by this commit  1.01_1
linimon search for other commits by this committer
Reset nik's ports due to no response to email about status and various
maintainer-timeouts.  We hope to see him more active again in the future.

Hat:    portmgr
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.01_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.01
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.01
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.
11 Jan 2005 18:31:22
Original commit files touched by this commit  1.01
nik search for other commits by this committer
Update to version 1.01, which fixes a pthread build issue on FreeBSD 4.x.
23 Dec 2004 12:50:41
Original commit files touched by this commit  1.0
nik search for other commits by this committer
Add an appropriate MASTER_SITE_SUBDIR assignment so that the distfile can
be found.
21 Dec 2004 21:24:56
Original commit files touched by this commit  1.0
nik search for other commits by this committer
Add libtap, a C implementation of the Test Anything Protocol, written
by yours truly.

Number of commits found: 15

2813
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15

8 vulnerabilities affecting 24 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days29
new fortnight63
new month218

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0