aboutsummaryrefslogtreecommitdiff
path: root/misc/imerge
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Return knu@'s ports to the pool after his commit bit was safekept.Rene Ladan2020-11-021-1/+1
| | | | Notes: svn path=/head/; revision=553930
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-2/+1
| | | | Notes: svn path=/head/; revision=380307
* Allow staging as a regular userAntoine Brodin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367859
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - Stage supportMartin Wilke2014-02-031-4/+2
| | | | Notes: svn path=/head/; revision=342398
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Update to 0.2.4.Akinori MUSHA2012-12-252-3/+3
| | | | Notes: svn path=/head/; revision=309493
* Update to 0.2.3.Akinori MUSHA2012-12-053-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308310
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to 0.2.2.Akinori MUSHA2008-10-272-4/+4
| | | | Notes: svn path=/head/; revision=222120
* Add imerge(1), a tool to help merge one file to another interactively.Akinori MUSHA2007-01-183-0/+38
This utility was (obviously) inspired by the mergemaster utility in hope of using part of its functionality stand-alone. Notes: svn path=/head/; revision=182726