aboutsummaryrefslogtreecommitdiff
path: root/editors/led
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* pet portlintIon-Mihai Tetcu2006-06-051-15/+15
| | | | | | | | | PR: ports/97410 Submitted by: Martin Wilke <freebsd@unixfreunde.de> (now miwi@) Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=164426
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149253
* Maintainer no longer has time to look after these ports. We appreciateMark Linimon2005-09-111-1/+1
| | | | | | | | | the help in the past. Approved by: maintainer Notes: svn path=/head/; revision=142488
* Fix build with gcc-3.4Kirill Ponomarev2004-08-232-0/+26
| | | | Notes: svn path=/head/; revision=117132
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Only the shared library needs to be built with -fPICTilman Keskinoz2004-03-222-4/+11
| | | | Notes: svn path=/head/; revision=104931
* Fix build on AMD64Tilman Keskinoz2004-02-201-0/+4
| | | | Notes: svn path=/head/; revision=101510
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76033
* When saving file do fflush/fsync, so that its content isn't lost if machineMaxim Sobolev2003-02-201-0/+14
| | | | | | | is forcefully powered down shortly after that. Notes: svn path=/head/; revision=75988
* Ports didn't build without USE_PERL5=yesEdwin Groothuis2002-11-041-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69425
* upgrade to 2.0Ying-Chieh Liao2002-07-155-59/+19
| | | | | | | | PR: 40581 Submitted by: maintainer Notes: svn path=/head/; revision=62979
* Issue fflush()->fsync() after saving file to the disk, so that the user willMaxim Sobolev2002-04-292-0/+13
| | | | | | | | | not get zero-sized file after reboot if the system crashed shortly after the save, as it usually the case when you are hacking some potential panic(9) implementation (e.g. kernel module). Bump PORTREVISION. Notes: svn path=/head/; revision=58342
* Update to 0.9.2.Maxim Sobolev2001-07-115-11/+18
| | | | | | | | PR: 28876 Submitted by: maintainer Notes: svn path=/head/; revision=45029
* Update to 0.9.1.Daniel Harris2001-06-093-19/+3
| | | | | | | | PR: 27948 Submitted by: maintainer Notes: svn path=/head/; revision=43716
* Forgot to add this file in my previous commit.Maxim Sobolev2001-06-071-0/+7
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=43594
* - Pass over maintainership to Jordan DeLong <fracture@allusion.net> - he isMaxim Sobolev2001-06-075-2/+36
| | | | | | | | | | | | | | author of the led, so would be a best MAINTAINER for it; - update distinfo - distfile has been re-rolled w/o version bump (some important bugs were fixed). Update PORTREVISION as a result; - strip binary and shared modules on install; - install sample configuration file and mention it via PKGMESSAGE. PR: 27914 Submitted by: Jordan DeLong <fracture@allusion.net> Notes: svn path=/head/; revision=43588
* Add led 0.9, a tiny console text editor, with a number of the usefulMaxim Sobolev2001-06-066-0/+49
programming features. Notes: svn path=/head/; revision=43566