aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-01 16:25:19 +0800
committeredwin <edwin@FreeBSD.org>2004-12-01 16:25:19 +0800
commite3362976b05d72aabcb026c67406997837b4f3c9 (patch)
treea849811c3652cc32242182056ed5b47b501bec8f /devel
parent8e6c11995c5c80b1c1acb250b1743affe2cf04c7 (diff)
downloadfreebsd-ports-gnome-e3362976b05d72aabcb026c67406997837b4f3c9.tar.gz
freebsd-ports-gnome-e3362976b05d72aabcb026c67406997837b4f3c9.tar.zst
freebsd-ports-gnome-e3362976b05d72aabcb026c67406997837b4f3c9.zip
Update port: devel/pear-PHPUnit2 to 2.2.0
update devel/pear-PHPUnit2 to 2.2.0 PR: ports/74523 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-PHPUnit2/Makefile34
-rw-r--r--devel/pear-PHPUnit2/distinfo4
-rw-r--r--devel/pear-PHPUnit3/Makefile34
-rw-r--r--devel/pear-PHPUnit3/distinfo4
4 files changed, 36 insertions, 40 deletions
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile
index d918cacbdabc..0028275eba7a 100644
--- a/devel/pear-PHPUnit2/Makefile
+++ b/devel/pear-PHPUnit2/Makefile
@@ -6,8 +6,9 @@
#
PORTNAME= PHPUnit2
-PORTVERSION= 2.1.4
+PORTVERSION= 2.2.0
CATEGORIES= devel www pear
+DISTNAME= ${PORTNAME}-${PORTVERSION}beta1
MAINTAINER= antonio@php.net
COMMENT= Regression testing framework for unit tests
@@ -38,9 +39,10 @@ FILES= Extensions/CodeCoverage/Renderer/HTML.php \
Extensions/ExceptionTestCase.php Extensions/PerformanceTestCase.php \
Extensions/RepeatedTest.php Extensions/TestDecorator.php \
Extensions/TestSetup.php Framework/Assert.php \
- Framework/AssertionFailedError.php Framework/ComparisonFailure.php \
- Framework/IncompleteTest.php Framework/IncompleteTestError.php \
- Framework/Test.php Framework/TestCase.php Framework/TestFailure.php \
+ Framework/AssertionFailedError.php Framework/Error.php \
+ Framework/ComparisonFailure.php Framework/IncompleteTest.php \
+ Framework/IncompleteTestError.php Framework/Test.php \
+ Framework/TestCase.php Framework/TestFailure.php \
Framework/TestListener.php Framework/TestResult.php \
Framework/TestSuite.php Framework/Warning.php \
Runner/BaseTestRunner.php Runner/IncludePathTestCollector.php \
@@ -50,8 +52,7 @@ FILES= Extensions/CodeCoverage/Renderer/HTML.php \
Tests/Framework/AssertTest.php Tests/Framework/ComparisonFailureTest.php \
Tests/Framework/SuiteTest.php Tests/Framework/TestCaseTest.php \
Tests/Framework/TestImplementorTest.php \
- Tests/Framework/TestListenerTest.php \
- Tests/Extensions/TestDox/AllTests.php \
+ Tests/Framework/TestListenerTest.php Tests/Extensions/TestDox/AllTests.php \
Tests/Extensions/TestDox/NamePrettifierTest.php \
Tests/Extensions/AllTests.php Tests/Extensions/ExceptionTestCaseTest.php \
Tests/Extensions/ExtensionTest.php \
@@ -59,18 +60,15 @@ FILES= Extensions/CodeCoverage/Renderer/HTML.php \
Tests/Extensions/RepeatedTestTest.php Tests/Runner/AllTests.php \
Tests/Runner/BaseTestRunnerTest.php Tests/AllTests.php \
Tests/DoubleTestCase.php Tests/Error.php Tests/Failure.php \
- Tests/InheritedTestCase.php Tests/MockRunner.php \
- Tests/NoArgTestCaseTest.php Tests/NonStatic.php \
- Tests/NoTestCaseClass.php Tests/NoTestCases.php \
- Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php \
- Tests/OneTestCase.php Tests/OverrideTestCase.php \
- Tests/SetupFailure.php Tests/Sleep.php Tests/Success.php \
- Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \
- Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php \
- Tests/TornDown2.php Tests/TornDown3.php Tests/TornDown4.php \
- Tests/TornDown5.php Tests/WasRun.php TextUI/ResultPrinter.php \
- TextUI/TestRunner.php Util/Filter.php Util/Printer.php \
- Util/Skeleton.php
+ Tests/InheritedTestCase.php Tests/MockRunner.php Tests/NoArgTestCaseTest.php \
+ Tests/NonStatic.php Tests/NoTestCaseClass.php Tests/NoTestCases.php \
+ Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php Tests/OneTestCase.php \
+ Tests/OverrideTestCase.php Tests/SetupFailure.php Tests/Sleep.php \
+ Tests/Success.php Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \
+ Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php Tests/TornDown2.php \
+ Tests/TornDown3.php Tests/TornDown4.php Tests/TornDown5.php Tests/WasRun.php \
+ TextUI/ResultPrinter.php TextUI/TestRunner.php Util/Filter.php \
+ Util/Printer.php Util/Skeleton.php
SCRIPTFILES= phpunit
.include <bsd.port.pre.mk>
diff --git a/devel/pear-PHPUnit2/distinfo b/devel/pear-PHPUnit2/distinfo
index bdac97783ddb..22c9e46d6fa4 100644
--- a/devel/pear-PHPUnit2/distinfo
+++ b/devel/pear-PHPUnit2/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/PHPUnit2-2.1.4.tgz) = 07dd7ab9c8550c0b4d5cd48cee8cf34c
-SIZE (PEAR/PHPUnit2-2.1.4.tgz) = 35078
+MD5 (PEAR/PHPUnit2-2.2.0beta1.tgz) = fce35d5b9370920d707c9f7067c86114
+SIZE (PEAR/PHPUnit2-2.2.0beta1.tgz) = 38330
diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile
index d918cacbdabc..0028275eba7a 100644
--- a/devel/pear-PHPUnit3/Makefile
+++ b/devel/pear-PHPUnit3/Makefile
@@ -6,8 +6,9 @@
#
PORTNAME= PHPUnit2
-PORTVERSION= 2.1.4
+PORTVERSION= 2.2.0
CATEGORIES= devel www pear
+DISTNAME= ${PORTNAME}-${PORTVERSION}beta1
MAINTAINER= antonio@php.net
COMMENT= Regression testing framework for unit tests
@@ -38,9 +39,10 @@ FILES= Extensions/CodeCoverage/Renderer/HTML.php \
Extensions/ExceptionTestCase.php Extensions/PerformanceTestCase.php \
Extensions/RepeatedTest.php Extensions/TestDecorator.php \
Extensions/TestSetup.php Framework/Assert.php \
- Framework/AssertionFailedError.php Framework/ComparisonFailure.php \
- Framework/IncompleteTest.php Framework/IncompleteTestError.php \
- Framework/Test.php Framework/TestCase.php Framework/TestFailure.php \
+ Framework/AssertionFailedError.php Framework/Error.php \
+ Framework/ComparisonFailure.php Framework/IncompleteTest.php \
+ Framework/IncompleteTestError.php Framework/Test.php \
+ Framework/TestCase.php Framework/TestFailure.php \
Framework/TestListener.php Framework/TestResult.php \
Framework/TestSuite.php Framework/Warning.php \
Runner/BaseTestRunner.php Runner/IncludePathTestCollector.php \
@@ -50,8 +52,7 @@ FILES= Extensions/CodeCoverage/Renderer/HTML.php \
Tests/Framework/AssertTest.php Tests/Framework/ComparisonFailureTest.php \
Tests/Framework/SuiteTest.php Tests/Framework/TestCaseTest.php \
Tests/Framework/TestImplementorTest.php \
- Tests/Framework/TestListenerTest.php \
- Tests/Extensions/TestDox/AllTests.php \
+ Tests/Framework/TestListenerTest.php Tests/Extensions/TestDox/AllTests.php \
Tests/Extensions/TestDox/NamePrettifierTest.php \
Tests/Extensions/AllTests.php Tests/Extensions/ExceptionTestCaseTest.php \
Tests/Extensions/ExtensionTest.php \
@@ -59,18 +60,15 @@ FILES= Extensions/CodeCoverage/Renderer/HTML.php \
Tests/Extensions/RepeatedTestTest.php Tests/Runner/AllTests.php \
Tests/Runner/BaseTestRunnerTest.php Tests/AllTests.php \
Tests/DoubleTestCase.php Tests/Error.php Tests/Failure.php \
- Tests/InheritedTestCase.php Tests/MockRunner.php \
- Tests/NoArgTestCaseTest.php Tests/NonStatic.php \
- Tests/NoTestCaseClass.php Tests/NoTestCases.php \
- Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php \
- Tests/OneTestCase.php Tests/OverrideTestCase.php \
- Tests/SetupFailure.php Tests/Sleep.php Tests/Success.php \
- Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \
- Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php \
- Tests/TornDown2.php Tests/TornDown3.php Tests/TornDown4.php \
- Tests/TornDown5.php Tests/WasRun.php TextUI/ResultPrinter.php \
- TextUI/TestRunner.php Util/Filter.php Util/Printer.php \
- Util/Skeleton.php
+ Tests/InheritedTestCase.php Tests/MockRunner.php Tests/NoArgTestCaseTest.php \
+ Tests/NonStatic.php Tests/NoTestCaseClass.php Tests/NoTestCases.php \
+ Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php Tests/OneTestCase.php \
+ Tests/OverrideTestCase.php Tests/SetupFailure.php Tests/Sleep.php \
+ Tests/Success.php Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \
+ Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php Tests/TornDown2.php \
+ Tests/TornDown3.php Tests/TornDown4.php Tests/TornDown5.php Tests/WasRun.php \
+ TextUI/ResultPrinter.php TextUI/TestRunner.php Util/Filter.php \
+ Util/Printer.php Util/Skeleton.php
SCRIPTFILES= phpunit
.include <bsd.port.pre.mk>
diff --git a/devel/pear-PHPUnit3/distinfo b/devel/pear-PHPUnit3/distinfo
index bdac97783ddb..22c9e46d6fa4 100644
--- a/devel/pear-PHPUnit3/distinfo
+++ b/devel/pear-PHPUnit3/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/PHPUnit2-2.1.4.tgz) = 07dd7ab9c8550c0b4d5cd48cee8cf34c
-SIZE (PEAR/PHPUnit2-2.1.4.tgz) = 35078
+MD5 (PEAR/PHPUnit2-2.2.0beta1.tgz) = fce35d5b9370920d707c9f7067c86114
+SIZE (PEAR/PHPUnit2-2.2.0beta1.tgz) = 38330
81-0/+16 * Add gaspell, a GNOME front-end to textproc/aspellade2000-02-187-0/+55 * Update to 0.29ade2000-02-183-26/+94 * Use LIB_TOOL.kuriyama2000-02-174-8/+8 * update to 1.7mharo2000-02-173-6/+6 * Style nits in the ports I maintain.obrien2000-02-133-10/+10 * Add workaround to avoid error in do-install stage (USE_GMAKE=YES).kuriyama2000-02-122-2/+4 * Activate {de,dealt,deneu,fr,no}-ispelljmz2000-02-121-0/+5 * Ispell with a norvegian dictionary.jmz2000-02-121-0/+15 * Activate british-ispelljmz2000-02-121-0/+1 * Ispell with a british dictionary.jmz2000-02-121-0/+17 * Build british dictionary with ISPELL_BRITISH=yes instead of `make british'.jmz2000-02-126-58/+143 * Enable default catalog as "${PREFIX}/share/sgml/catalog".kuriyama2000-02-114-0/+26 * Fix new gcc errors ("const" -> "const int").asami2000-02-112-0/+22 * Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-087-7/+7 * Upgrade the br-part to version 2.4jmz2000-02-073-25/+69 * Update to 1.8.6ade2000-02-046-6/+10 * Upgrade to v1.52.kuriyama2000-02-012-5/+5 * Set up a default CATALOG directory.chuckr2000-02-011-1/+10 * Whoops, remove comments that weren't supposed to be therecpiazza2000-01-311-2/+2 * Fix for -currentcpiazza2000-01-311-2/+3 * Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisreg2000-01-301-1/+0 * The port was broken because dicts were installed in $SHAREDIR butjmz2000-01-282-22/+2 * On 3.X-R, mule has a problem "Segmentation fault". Then I fixed it.taoka2000-01-251-5/+10 * fix pathache2000-01-251-1/+2 * From maintainer:steve2000-01-243-11/+11 * Oops - I forgot to add these files in my previous commit.jmz2000-01-234-0/+90 * Add support for swedish, brasilian and german (old and new spelling)jmz2000-01-2314-54/+152 * MASTER_SITE/WWW moved to Sourceforge + misc cleanupsade2000-01-232-27/+5 * Update to 1.8.5ade2000-01-224-6/+6 * Update port to 0.8.8bjedgar2000-01-192-3/+3 * Upgrade to v1.50.kuriyama2000-01-183-45/+13 * Update to 1.3.4chuckr2000-01-153-20/+13 * Update to 1.8.4ade2000-01-154-6/+6 * Remove pragcpiazza2000-01-151-1/+0 * Update port to 0.8.8ajedgar2000-01-142-3/+3 * Update to 1.0.2cpiazza2000-01-123-3/+6 * Update to 1.8.3ade2000-01-114-6/+6 * Update port to 0.8.8jedgar2000-01-092-8/+9 * Fix installation error and name of console dict client in DESCRcpiazza2000-01-092-2/+2 * Update to freegrep 0.15cpiazza2000-01-083-18/+21 * Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-072-2/+2 * Remove info/dir from PLISTreg2000-01-061-1/+0 * Update port to 1.6jedgar2000-01-053-4/+7 * Mule scrambles the screen on the console in 4.0-CURRENTtaoka2000-01-041-0/+14 * Explicitly depend on the catalog file created by the textproc/docbooknik1999-12-311-1/+1 * Update to version 0.28.3.steve1999-12-302-11/+5 * Activate chppjedgar1999-12-291-0/+1 * This is a port of chpp, non-intrusive full-featured text preprocessor.jedgar1999-12-296-0/+172 * Since jade is a superset of the sp port, we really don't both in thissteve1999-12-291-1/+0 * Don't install config.h.orig anymore.steve1999-12-292-2/+2 * Moving the pstotext port from textproc to print.steve1999-12-291-1/+0 * General comment cleanups.hoek1999-12-291-1/+1 * Update to 1.8.2nakai1999-12-286-8/+6 * jade can't work with optimize (like -O2 -mpentium).vanilla1999-12-272-0/+26 * Adding xls2xml version 1.0.0.steve1999-12-279-0/+77 * Adding cole version 2.0.1steve1999-12-277-0/+81 * Adding pstotext version 2.1steve1999-12-271-0/+1 * Adding gtkdiff version 1.0.1.steve1999-12-276-0/+37 * Adding se-ispell version 1.2.1.steve1999-12-277-0/+44 * hevea version 1.04steve1999-12-266-0/+81 * Update to version 0.7.2.steve1999-12-259-19/+26 * Update to 1.8.0nakai1999-12-246-6/+22 * Prefer w3m over lynx, it's table handling is superior.nik1999-12-241-2/+2 * Update to v1.49.kuriyama1999-12-222-5/+5 * Update Maintainer email addressjedgar1999-12-221-1/+1 * Correct MASTER_SITESjedgar1999-12-221-2/+2 * Update to reflect new apache install locations.billf1999-12-112-39/+39 * Put back the dict->cdict change, which was deliberate and requested by thekris1999-12-112-2/+2 * Fix install filename from cdict to dictflathill1999-12-112-2/+2 * Moving tkdiff port from misc to textproc. tkdiff is a Tcl/Tk frontendsteve1999-12-107-0/+42 * Don't install ispell.el - it is already in emacs-20.4 (same author version)jmz1999-12-084-17/+121 * Upgrade to v1.48.kuriyama1999-12-053-33/+51 * New location on MASTER_SITE.steve1999-12-052-2/+2 * Update to 3.1.7.kuriyama1999-12-044-22/+12 * Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT).obrien1999-12-024-0/+10 * Activate the diffstat port.steve1999-11-271-0/+1 * Initial import of diffstat version 1.27.steve1999-11-277-0/+60 * Update to v1.46.kuriyama1999-11-233-5/+13 * upgrade to 1.1ache1999-11-202-2/+2 * upgrade to 1.0ache1999-11-192-5/+7 * add p5-Text-CSV_XSache1999-11-191-0/+1 * Comma separated values manipulationsache1999-11-195-0/+35 * Don't conflict with dict portkris1999-11-152-2/+2 * Update to version 2.4.steve1999-11-145-27/+58 * Update to 19991105 version of XT.kuriyama1999-11-103-8/+8 * s/MASTER_SITE_CPAN/MASTER_SITE_PERL_CPAN/kuriyama1999-11-101-1/+1 * Activate p5-XML-DOM.kuriyama1999-11-071-0/+1 * Perl module for building DOM Level 1 compliant document structureskuriyama1999-11-075-0/+36 * Update to 0.18.4.kuriyama1999-11-073-541/+219 * Update to v1.5.kuriyama1999-11-073-258/+295 * I forgot to update "Version required" header.kuriyama1999-11-061-1/+1 * Use LIB_DEPENDS not BUILD_DEPENDScpiazza1999-11-061-1/+1 * Update to version 0.14 which makes it compatible with GNU grep 2.3cpiazza1999-11-062-4/+6 * Update to v2.27.kuriyama1999-11-032-5/+7 * Upgrade to v3.1.6.kuriyama1999-11-036-10/+18 * Upgrade to 19991102 version.kuriyama1999-11-032-3/+3 * Update to 0.5.14-bw6cpiazza1999-10-314-6/+6 * Upgrade to 3.1.3billf1999-10-294-108/+52 * Welcome Text::Template, a perl(ick!) module.billf1999-10-281-0/+1 * Import Text::Template v1.20billf1999-10-285-0/+37 * Update to v1.4.kuriyama1999-10-273-67/+248 * Keep an eye on this port.obrien1999-10-271-0/+3 * upgrade to 0.8.7cmharo1999-10-272-4/+13 * Adopt ports I care about.obrien1999-10-261-0/+3 * 19991008 version of XT.kuriyama1999-10-264-7/+9 * Remove josh@quick.net as MAINTAINER. Email to josh@quick.net hasfenner1999-10-222-4/+0 * Remove "tcs".kuriyama1999-10-191-1/+0 * Activate tcs.kuriyama1999-10-191-0/+1 * Update to version 0.13cpiazza1999-10-162-4/+4 * Catch up to moving directory of java/jfc.kuriyama1999-10-161-3/+1 * Minor update:jmz1999-10-163-6/+21 * PR: ports/14303nakai1999-10-148-12/+20 * Remove a dead MASTER_SITE and update the WWW entry in the DESCR file.steve1999-10-112-4/+2 * Activate xpcpiazza1999-10-061-0/+1 * XP is an XML 1.0 parser written in Java. It is fully conforming: itcpiazza1999-10-065-0/+263 * Activate code2htmldan1999-10-031-0/+1 * Welcome code2html into its new (and rightful) home in textproc. Code2htmldan1999-10-035-0/+44 * Added "%%LOCALBASE%%/share/mule/info" into site-start.eltaoka1999-09-291-0/+1 * Update {java,perl}2html to 0.6.3dan1999-09-284-4/+4 * Update c2html to version 0.6.3dan1999-09-282-2/+2 * preserve file modesache1999-09-271-1/+1 * For some reason with the latest libtool this port no longer builds itssteve1999-09-201-0/+1 * Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alphasteve1999-09-201-0/+3 * Update to version 0.12.cpiazza1999-09-202-5/+6 * Update master site.wosch1999-09-191-1/+1 * Update to version 2.0.steve1999-09-194-10/+65 * Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1 * Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1 * Fix categories after repo-copy (I could have sworn I had done this...)cpiazza1999-09-181-1/+1 * Activate lattecpiazza1999-09-101-0/+1 * Import of latte.cpiazza1999-09-105-0/+143 * Upgrade to 1.1.1.tg1999-09-092-4/+4 * Update MAINTAINER's email addresscpiazza1999-09-091-1/+1 * Upgrade to 7.53, and as a result, unbreak.max1999-09-084-30/+24 * Distfile changed, update checksum.tg1999-09-071-1/+1 * Upgrade to v3.1.5.kuriyama1999-09-064-10/+10 * Upgrade to v2.26.kuriyama1999-09-063-4/+12 * Upgrade to v2.0.15.kuriyama1999-09-063-4/+160 * sar->sarepache1999-09-041-1/+1 * upgrade to sarep-0.5ache1999-09-044-15/+14 * Add WWW:dirk1999-09-032-0/+4 * Upgrade to 3.0.8.tg1999-08-312-3/+3 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3126-38/+38 * $Id$ -> $FreeBSD$peter1999-08-3171-71/+71 * Use RUN_DEPENDS, not BUILD_DEPENDS.kuriyama1999-08-281-2/+2 * env -> ${SETENV}mharo1999-08-282-4/+4 * echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-286-25/+25 * echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-1/+1 * Update to version 0.28.2.1cpiazza1999-08-275-28/+88 * Add catalog file for package.kuriyama1999-08-271-1/+1 * Upgrade to v1.44.kuriyama1999-08-262-6/+6 * Upgrade to v2.0.14.kuriyama1999-08-263-22/+66 * Add expat.dirk1999-08-261-1/+2 * Initial import of expat, adirk1999-08-2611-0/+104 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Upgrade to 0.90.3, which is really change for the sake of change for us.billf1999-08-252-3/+3 * Upgrade to 19990822 version.kuriyama1999-08-242-4/+4 * awk -> ${AWK}mharo1999-08-231-2/+2 * Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-9/+3 * chmod -> ${CHMOD}mharo1999-08-2310-28/+28 * Update to version 1.4.0.steve1999-08-228-62/+42 * Fix a typo (psttoimg -> pstoimg).cpiazza1999-08-211-2/+2 * Upgrade to v1.43.kuriyama1999-08-203-35/+40 * Update to 19990813 version (without changing DISTNAME).kuriyama1999-08-193-4/+5 * Change MAINTAINER: josh@quick.net -> ade@lovett.comsheldonh1999-08-191-2/+2 * egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-5/+5 * Mail to the maintainer's address bounces. Assign to ports@freebsd.org .sheldonh1999-08-171-2/+2 * Portlint.jmz1999-08-131-1/+0 * Use MLINKS for buildhash.1, findaffix.1, munchlist.1, tryaffix.1 and unsq.1jmz1999-08-131-16/+16 * Use lynx instead of lynx-current.cpiazza1999-08-071-2/+2 * Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-031-1/+1 * Use -pthread not -libc_rbillf1999-08-021-0/+90 * Activate randcpiazza1999-08-011-1/+2 * Import of rand, a cat-like utility that displays the lines of a filecpiazza1999-08-015-0/+29 * Update to version 0.95b.steve1999-08-013-5/+9 * Upgrade to v0.17.4 and sort PLIST.kuriyama1999-07-313-248/+393 * Update 0.10 -> 0.11:sheldonh1999-07-302-4/+4 * Upgrade to v2.0.13.kuriyama1999-07-303-238/+137 *