aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/easydiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-192-12/+12
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* - Simplify MASTER_SITESamdmi32015-03-091-4/+6
| | | | | - Clarify LICENSE - Strip binary
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-4/+0
|
* Cleanup plistantoine2014-11-161-4/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-0/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* Staging.mat2014-02-251-1/+0
| | | | Sponsored by: Absolight
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - cleanup commentsdinoex2012-10-131-5/+0
| | | | Feature safe: yes
* - reset MAINTAINERdinoex2012-06-261-1/+1
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+2
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - drop MD5dinoex2011-04-081-1/+0
|
* LICENSE GPLv2dinoex2010-06-041-0/+2
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-15/+14
|
* - update to 0.4.0dinoex2009-03-203-9/+8
|
* - add LICENSE:dinoex2009-01-171-0/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - update to use new bsd.gnustep.mkdinoex2007-01-131-3/+0
| | | | Approved by: gurkan@linuks.mine.nu
* cleanup pkg-plist after gnustep-makedinoex2006-09-131-1/+0
|
* - use @dirrmtrydinoex2006-04-081-1/+1
|
* - add USE_GNUSTEP_PREFIXdinoex2006-03-191-3/+1
|
* - new option GNUSTEP_PREFIXdinoex2006-01-191-1/+2
| | | | allow user defined location of all files
* - add SHA checksumdinoex2005-11-131-0/+1
|
* - update to 0.3.0dinoex2005-07-283-9/+11
|
* - add SIZEdinoex2004-02-261-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - Layout for GnuSTEP 1.8.0dinoex2003-10-191-5/+1
|
* - use new hook USE_GNUSTEP in bsd.port.mkdinoex2003-08-281-6/+3
|
* - flat layoutdinoex2003-07-261-5/+5
|
* - Drop obsolete definesdinoex2003-07-041-1/+0
|
* - don't package ~/GNUSstepdinoex2003-06-181-5/+0
|
* - remove empty dirsdinoex2003-06-101-0/+6
| | | | - fix plist
* - Use libobjc.sodinoex2003-04-131-22/+5
| | | | | | - Cleanup - Use bsd.gnustep.mk PR: 50479
* EasyDiff is a GNUstep application that lets you easily see thedinoex2003-03-244-0/+70
differences between two text files. Author: Pierre-Yves Rivaille