summaryrefslogtreecommitdiff
path: root/editors/led (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-4/+6
|
* editors/led: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
|
* - Add LICENSE_FILEDmitry Marakasov2015-06-161-0/+6
| | | | - Strip binaries
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-223-9/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup plistBaptiste Daroussin2014-10-271-4/+0
|
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | '__' instead.
* - Add staging supportPawel Pekala2014-04-072-3/+8
| | | | | | - Remove leading article from COMMENT - More precise LICENSE - Use file sub in pkg-message for DOCSDIR
* Fix build with threaded perl.Mathieu Arnold2013-11-141-0/+26
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | editors)
* - Convert to new perl frameworkAndrej Zverev2013-08-031-1/+1
| | | | - Trim Makefile header
* Add licenseEitan Adler2013-03-021-5/+3
| | | | Trim header
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* 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.
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | Reported by: pointyhat
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with E,F
* 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)
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
|
* 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
* Fix build with gcc-3.4Kirill Ponomarev2004-08-232-0/+26
|
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Only the shared library needs to be built with -fPICTilman Keskinoz2004-03-222-4/+11
|
* Fix build on AMD64Tilman Keskinoz2004-02-201-0/+4
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* 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.
* Ports didn't build without USE_PERL5=yesEdwin Groothuis2002-11-041-0/+1
| | | | Noticed on: bento
* upgrade to 2.0Ying-Chieh Liao2002-07-155-59/+19
| | | | | PR: 40581 Submitted by: maintainer
* 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.
* Update to 0.9.2.Maxim Sobolev2001-07-115-11/+18
| | | | | PR: 28876 Submitted by: maintainer
* Update to 0.9.1.Daniel Harris2001-06-093-19/+3
| | | | | PR: 27948 Submitted by: maintainer
* Forgot to add this file in my previous commit.Maxim Sobolev2001-06-071-0/+7
| | | | Submitted by: maintainer
* - 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>
* Add led 0.9, a tiny console text editor, with a number of the usefulMaxim Sobolev2001-06-066-0/+49
programming features.