summaryrefslogtreecommitdiff
path: root/misc/mmv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Allow both escape characters '#' and '='Martin Wilke2006-10-063-0/+98
| | | | | | | | PR: ports/104058 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) Notes: svn path=/head/; revision=174674
* - Update to 1.01b.14Rong-En Fan2006-10-044-164/+29
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/102869 Submitted by: Simon Olofsson <simon at olofsson.de> Approved by: Martin Tournoij <carpetsmoker at gmail.com> Notes: svn path=/head/; revision=174443
* - Unbreak [1]Simon Barner2006-09-052-10/+8
| | | | | | | | | | | | - Add new backup master sites [1] - Assign maintainership to submitter [1] - Use PLIST_FILES Submitted by: Martin Tournoij <carpetsmoker@gmail.com> PR: ports/102884 Notes: svn path=/head/; revision=172311
* BROKEN: Unfetchable. Since this port is unmaintained, deprecate andKris Kennaway2006-09-041-0/+4
| | | | | | | schedule for termination on 2006-12-01 Notes: svn path=/head/; revision=172113
* NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here insteadKris Kennaway2006-09-031-2/+1
| | | | Notes: svn path=/head/; revision=171961
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149518
* - Fix fetchingPav Lucistnik2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149508
* Replace master site with a working one.Kris Kennaway2005-05-221-1/+1
| | | | Notes: svn path=/head/; revision=135829
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. ApparentlyMark Linimon2004-01-121-1/+1
| | | | | | | | | me@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago) Notes: svn path=/head/; revision=97961
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use $WRKSRC instead of $WRKDIR/$DISTNAME.Stefan Eßer2002-06-141-1/+1
| | | | Notes: svn path=/head/; revision=61271
* Fix build on -current: initialization of FILE* outfile = stdout failed.Stefan Eßer2002-06-144-34/+40
| | | | | | | | | | | Testing the port revealed, that the SHAR archives could not be retrieved, but a TAR archive is available from wuarchive, so I converted the port to use it. This simplified the Makefile considerably as a side effect. Approved by: me@FreeBSD.org (port maintainer) Notes: svn path=/head/; revision=61270
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-4/+3
| | | | Notes: svn path=/head/; revision=27512
* ln -> ${LN}Michael Haro1999-08-281-3/+3
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Sort PLIST.Steve Price1999-05-311-1/+1
| | | | Notes: svn path=/head/; revision=19133
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* Oops, previous commit broke the installation of man page.Masafumi Max NAKANE1996-12-081-2/+2
| | | | Notes: svn path=/head/; revision=4894
* Remove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE. (RedistributionMasafumi Max NAKANE1996-12-081-53/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | for charge is prohibited, no modification allowed.) Various cleanups include: List mmv.pch.Z as PATCHFILES instead of DISTFILES. Put full path to the MASTER_SITES. Instead of editing mmv.pch with scripts/makeitapatch, pass the name of the file to be patched to the patch command via PATCH_DIST_ARGS. Above three changes made do-fetch: & pre-clean:targets defined in this Makefile unnecessary. Call scripts/unshar via /bin/sh instead of giving it the execution bit in pre-extract: target. ln -> ln -fs rm -> ${RM} Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}. Use MAN1 var to compress the man page. Reviewed by: asami Notes: svn path=/head/; revision=4893
* Redirect outputs to /dev/null to perform the extraction silently.Masafumi Max NAKANE1996-12-081-2/+2
| | | | Notes: svn path=/head/; revision=4892
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.Satoshi Asami1996-12-031-5/+5
| | | | | | | Hinted by: obrien Notes: svn path=/head/; revision=4751
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-3/+3
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-12/+9
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Convert from ncftp to fetchGary Palmer1996-06-261-2/+2
| | | | Notes: svn path=/head/; revision=3290
* This port is RESTRICTED because of restrictive copyright.Satoshi Asami1996-04-121-1/+2
| | | | Notes: svn path=/head/; revision=2988
* Add a pre-clean target to delete patch-0a created by do-extract.Satoshi Asami1996-03-291-2/+5
| | | | Notes: svn path=/head/; revision=2901
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2466
* File moved on ftp site.Satoshi Asami1995-10-171-2/+2
| | | | | | | Submitted by: se via me (really!) Notes: svn path=/head/; revision=2342
* Updated utils Makefiles!Satoshi Asami1995-04-231-17/+8
| | | | Notes: svn path=/head/; revision=1502
* Remove bogus CATEGORIES inside a for loop.Satoshi Asami1995-04-161-2/+1
| | | | Notes: svn path=/head/; revision=1387
* Bogus @cd removed.Satoshi Asami1995-04-111-1/+0
| | | | | | | Submitted by: me Notes: svn path=/head/; revision=1332
* New Makefile structure, fix Jordan's CATEGORIES.Satoshi Asami1995-04-111-14/+7
| | | | | | | Submitted by: me Notes: svn path=/head/; revision=1331
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+5
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Add MAINTAINER. Yes, I know I screwed up the Submitted by: line on theJordan K. Hubbard1995-03-271-2/+2
| | | | | | | | import. Sorry! :( Submitted by: me Notes: svn path=/head/; revision=1210
* Import Michael Elbel's mmv port.Jordan K. Hubbard1995-03-277-0/+220
Notes: svn path=/head/; revision=1209