aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsutils
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.2.3. and bump PORTEPOCH :(Ion-Mihai Tetcu2006-09-054-22/+10
| | | | | | | | | | - pass maintianership to sumbitter PR: ports/102863 Submitted by: Marcus von Appen Notes: svn path=/head/; revision=172288
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Add a master site.Akinori MUSHA2003-08-231-1/+2
| | | | Notes: svn path=/head/; revision=87563
* Update to 2003.02.03.Akinori MUSHA2003-02-213-11/+16
| | | | Notes: svn path=/head/; revision=76069
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* First round of auto* cleanups:Will Andrews2002-01-061-2/+2
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Use the aclocal that matches the automake in use.David E. O'Brien2001-10-301-1/+1
| | | | Notes: svn path=/head/; revision=49398
* Who ever added AUTOMAKE_ARGS did not convert all the ports to it that wasDavid E. O'Brien2001-10-301-1/+4
| | | | | | | abusing AUTOMAKE... Notes: svn path=/head/; revision=49365
* Update to the snapshot as of 2001.07.05.Akinori MUSHA2001-07-243-5/+5
| | | | Notes: svn path=/head/; revision=45453
* Correct WWW.Akinori MUSHA2001-07-241-1/+1
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=45452
* Update to the snapshot version as of 2001.02.05.Akinori MUSHA2001-02-173-3/+3
| | | | Notes: svn path=/head/; revision=38442
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-7/+7
| | | | Notes: svn path=/head/; revision=38175
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-291-1/+2
| | | | Notes: svn path=/head/; revision=29964
* Yay, this is my first commit from a Palm device!Akinori MUSHA2000-06-254-14/+19
| | | | | | | | | | | | | | Update to 0.1.5. (Sorry pkg_version, I changed the PORTVERSION'ing scheme here to respect its version number rather than to use the date.) Now USE_AUTOMAKE. Install documents unless NOPORTDOCS. A new command `cvsdo' has added. Notes: svn path=/head/; revision=29862
* Local distfiles have been moved to:Akinori MUSHA2000-06-071-1/+1
| | | | | | | ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ Notes: svn path=/head/; revision=29330
* Move local distfiles from:Akinori MUSHA2000-06-071-1/+1
| | | | | | | | | http://people.FreeBSD.org/~knu/ports/distfiles/ to: ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/ Notes: svn path=/head/; revision=29296
* This is a new port of cvsutils.Akinori MUSHA2000-06-065-0/+61
-- CVSU: CVS Utilites The idea of CVS Utilities is to facilitate working with the files in the working directory of a developer using CVS. cvsu: cvs update offline cvsco: cruel checkout cvsdiscard: discard local changes cvspurge: make maintainer-clean cvsdiff: cvs diff offline cvschroot: change CVS/Root recursively cvsrmadm: remove all CVS directories recursively Notes: svn path=/head/; revision=29264