The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD editors : nano

Nano's ANOther editor, an enhanced free Pico clone

 nano is a small, free and friendly editor which aims to replace
Pico, the default editor included in the non-free Pine package.
Rather than just copying Pico's look and feel, nano also implements
some missing (or disabled by default) features in Pico, such as
"search and replace" and "goto line number". 

http://www.nano-editor.org/



nano history


v. 1.41
date: 2007/07/23 09:35:48;  author: rafan;  state: Exp;  lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

v. 1.40 date: 2007/04/27 15:01:13; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.6. Changes in this release: * Fix a potential segfault after justifying text marked from the bottom up.
v. 1.39 date: 2007/04/23 14:52:36; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.5. Changes in this release: This release fixes problems (including a segfault) when trying to open or save a file in a directory beginning with "~" that isn't a home directory. A problem where an unnamed file could be saved over an existing filename with no warning was fixed. Opening directories or device files is properly disallowed from "include" commands in nanorc files. A misleading prompt is no longer displayed when trying to save in restricted mode with the mark on. More keys are properly supported. This release also improves several color syntaxes to highlight trailing whitespace, and adds yet more minor documentation updates.
v. 1.38 date: 2007/04/09 16:10:14; author: naddy; state: Exp; lines: +11 -3 * Update to 2.0.4. Changes in this release: - Support additional keys on some terminals. - Minor documentation updates. * Enable UTF-8 support if ncursesw is available in the base system.
v. 1.37 date: 2007/01/31 20:48:39; author: naddy; state: Exp; lines: +1 -2 Update to 2.0.3: cosmetic changes only.
v. 1.36 date: 2007/01/14 18:26:40; author: naddy; state: Exp; lines: +1 -0 Remove message catalog directory. Submitted by: kris (pointyhat)
v. 1.35 date: 2006/12/21 22:59:22; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.2, which brings miscellaneous bug fixes.
v. 1.34 date: 2006/12/15 21:02:12; author: naddy; state: Exp; lines: +16 -8 Update to 2.0.1. Improvements and new features: * Improved color syntax highlighting * Copy text without cutting * Verbatim input mode * Repeat last seach without confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion
v. 1.33 date: 2006/05/07 10:55:34; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with E
v. 1.32 date: 2005/05/20 21:36:52; author: naddy; state: Exp; lines: +1 -1 Update to 1.2.5. From the change log: This release includes fixes for segfault during filename completion, justify on systems without regex.h, hangs when the input stream goes away, and scrolling beyond COLS. Included are some new keyboard sequences.
v. 1.31 date: 2004/07/11 10:03:33; author: krion; state: Exp; lines: +8 -1 Support WITHOUT_NLS
v. 1.30 date: 2004/06/30 22:38:45; author: naddy; state: Exp; lines: +2 -3 * Update to 1.2.4. Changes in this release: various bug fixes. * Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka.
v. 1.29 date: 2004/04/01 01:27:29; author: naddy; state: Exp; lines: +6 -0 Expand $SYSCONFDIR in man pages. Obtained from: Robert Nagy via OpenBSD
v. 1.28 date: 2004/03/07 20:52:11; author: naddy; state: Exp; lines: +2 -1 Add mirror site.
v. 1.27 date: 2004/02/20 21:52:12; author: naddy; state: Exp; lines: +1 -2 Update to 1.2.3. This release includes many fixes, including converting file formats, the suspend handler, and the ever popular replace function. New features include more Pico compatibility in the file browser.
v. 1.26 date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.25 date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.24 date: 2003/10/06 13:36:38; author: naddy; state: Exp; lines: +2 -8 Fix fatal memory allocation bug.
v. 1.23 date: 2003/10/04 23:07:39; author: naddy; state: Exp; lines: +5 -0 Install nanorc.sample. Requested by: Adam McLaurin
v. 1.22 date: 2003/10/02 14:51:47; author: naddy; state: Exp; lines: +11 -7 - update to 1.2.2 - mark as BROKEN on -CURRENT - use INFO Submitted by: Clement Laforet
v. 1.21 date: 2003/08/26 20:25:41; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.20 date: 2003/08/25 05:41:24; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.19 date: 2003/04/21 20:00:59; author: naddy; state: Exp; lines: +1 -2 Maintenance update to 1.2.1.
v. 1.18 date: 2003/02/20 18:19:35; author: naddy; state: Exp; lines: +2 -0 Actually enable all those nifty new features. Reported by: Clement Laforet
v. 1.17 date: 2003/02/20 13:23:41; author: naddy; state: Exp; lines: +5 -4 Update to 1.2.0. Major additions in this release: - nanorc support - color syntax highlighting - multiple file buffers - search/replace history - new translations
v. 1.16 date: 2002/08/01 16:22:09; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.15 date: 2002/04/12 17:09:33; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.14 date: 2002/04/12 12:28:49; author: naddy; state: Exp; lines: +2 -3 Update to 1.0.9. Notable changes in this release: * Bug fixes. * Updated translations. "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations.
v. 1.13 date: 2002/03/15 19:43:59; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.12 date: 2002/01/17 12:21:00; author: naddy; state: Exp; lines: +1 -1 Update to 1.0.8. Changes in this version include: * various minor bug fixes * updated translations and a new Polish one * Meta-A as an alternate key for the marker key (^^)
v. 1.11 date: 2001/12/19 20:53:38; author: naddy; state: Exp; lines: +6 -13 * Take maintainership. The original maintainer has disappeared. * Update to 1.0.7: lots of bugfixes, some new and updated translations. * Remove questionable LITE flavor.
v. 1.10 date: 2001/08/25 17:59:24; author: demon; state: Exp; lines: +2 -2 Upgrade to 1.0.4
v. 1.9 date: 2001/07/03 09:32:27; author: demon; state: Exp; lines: +2 -2 Update to 1.0.3
v. 1.8 date: 2001/05/27 16:09:44; author: ijliao; state: Exp; lines: +4 -3 upgrade to 1.0.2 add gnu as master site PR: 27381 Submitted by: Chang, Hye-Shik
v. 1.7 date: 2001/04/16 09:16:41; author: demon; state: Exp; lines: +2 -2 Upgrade to 1.0.1
v. 1.6 date: 2001/04/02 10:02:41; author: mharo; state: Exp; lines: +8 -2 Update to 1.0 PR: 26175 Submitted by: perky@python.or.kr
v. 1.5 date: 2000/12/22 21:12:09; author: dannyboy; state: Exp; lines: +4 -3 Update to 0.9.24. PR: 23648 Submitted by: joseph@randomnetworks.com Approved by: MAINTAINER
v. 1.4 date: 2000/11/24 22:45:34; author: kris; state: Exp; lines: +2 -2 Upgrade to nano 0.9.21 after maintainer timeout
v. 1.3 date: 2000/08/11 11:49:36; author: sobomax; state: Exp; lines: +2 -2 Update to 0.9.16. PR: 20518 Submitted by: maintainer
v. 1.2 date: 2000/07/28 10:17:59; author: sobomax; state: Exp; lines: +2 -2 Update to 0.9.14. PR: 20237 Submitted by: maintainer
v. 1.1 date: 2000/06/29 13:52:59; author: sobomax; state: Exp; New port nano - an enhanced free clone of Pico editor. PR: 19255 Submitted by: Philippe Lefebvre ============================================================================= v. 1.41 date: 2007/07/23 09:35:48; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.40 date: 2007/04/27 15:01:13; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.6. Changes in this release: * Fix a potential segfault after justifying text marked from the bottom up.
v. 1.39 date: 2007/04/23 14:52:36; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.5. Changes in this release: This release fixes problems (including a segfault) when trying to open or save a file in a directory beginning with "~" that isn't a home directory. A problem where an unnamed file could be saved over an existing filename with no warning was fixed. Opening directories or device files is properly disallowed from "include" commands in nanorc files. A misleading prompt is no longer displayed when trying to save in restricted mode with the mark on. More keys are properly supported. This release also improves several color syntaxes to highlight trailing whitespace, and adds yet more minor documentation updates.
v. 1.38 date: 2007/04/09 16:10:14; author: naddy; state: Exp; lines: +11 -3 * Update to 2.0.4. Changes in this release: - Support additional keys on some terminals. - Minor documentation updates. * Enable UTF-8 support if ncursesw is available in the base system.
v. 1.37 date: 2007/01/31 20:48:39; author: naddy; state: Exp; lines: +1 -2 Update to 2.0.3: cosmetic changes only.
v. 1.36 date: 2007/01/14 18:26:40; author: naddy; state: Exp; lines: +1 -0 Remove message catalog directory. Submitted by: kris (pointyhat)
v. 1.35 date: 2006/12/21 22:59:22; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.2, which brings miscellaneous bug fixes.
v. 1.34 date: 2006/12/15 21:02:12; author: naddy; state: Exp; lines: +16 -8 Update to 2.0.1. Improvements and new features: * Improved color syntax highlighting * Copy text without cutting * Verbatim input mode * Repeat last seach without confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion
v. 1.33 date: 2006/05/07 10:55:34; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with E
v. 1.32 date: 2005/05/20 21:36:52; author: naddy; state: Exp; lines: +1 -1 Update to 1.2.5. From the change log: This release includes fixes for segfault during filename completion, justify on systems without regex.h, hangs when the input stream goes away, and scrolling beyond COLS. Included are some new keyboard sequences.
v. 1.31 date: 2004/07/11 10:03:33; author: krion; state: Exp; lines: +8 -1 Support WITHOUT_NLS
v. 1.30 date: 2004/06/30 22:38:45; author: naddy; state: Exp; lines: +2 -3 * Update to 1.2.4. Changes in this release: various bug fixes. * Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka.
v. 1.29 date: 2004/04/01 01:27:29; author: naddy; state: Exp; lines: +6 -0 Expand $SYSCONFDIR in man pages. Obtained from: Robert Nagy via OpenBSD
v. 1.28 date: 2004/03/07 20:52:11; author: naddy; state: Exp; lines: +2 -1 Add mirror site.
v. 1.27 date: 2004/02/20 21:52:12; author: naddy; state: Exp; lines: +1 -2 Update to 1.2.3. This release includes many fixes, including converting file formats, the suspend handler, and the ever popular replace function. New features include more Pico compatibility in the file browser.
v. 1.26 date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.25 date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.24 date: 2003/10/06 13:36:38; author: naddy; state: Exp; lines: +2 -8 Fix fatal memory allocation bug.
v. 1.23 date: 2003/10/04 23:07:39; author: naddy; state: Exp; lines: +5 -0 Install nanorc.sample. Requested by: Adam McLaurin
v. 1.22 date: 2003/10/02 14:51:47; author: naddy; state: Exp; lines: +11 -7 - update to 1.2.2 - mark as BROKEN on -CURRENT - use INFO Submitted by: Clement Laforet
v. 1.21 date: 2003/08/26 20:25:41; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.20 date: 2003/08/25 05:41:24; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.19 date: 2003/04/21 20:00:59; author: naddy; state: Exp; lines: +1 -2 Maintenance update to 1.2.1.
v. 1.18 date: 2003/02/20 18:19:35; author: naddy; state: Exp; lines: +2 -0 Actually enable all those nifty new features. Reported by: Clement Laforet
v. 1.17 date: 2003/02/20 13:23:41; author: naddy; state: Exp; lines: +5 -4 Update to 1.2.0. Major additions in this release: - nanorc support - color syntax highlighting - multiple file buffers - search/replace history - new translations
v. 1.16 date: 2002/08/01 16:22:09; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.15 date: 2002/04/12 17:09:33; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.14 date: 2002/04/12 12:28:49; author: naddy; state: Exp; lines: +2 -3 Update to 1.0.9. Notable changes in this release: * Bug fixes. * Updated translations. "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations.
v. 1.13 date: 2002/03/15 19:43:59; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.12 date: 2002/01/17 12:21:00; author: naddy; state: Exp; lines: +1 -1 Update to 1.0.8. Changes in this version include: * various minor bug fixes * updated translations and a new Polish one * Meta-A as an alternate key for the marker key (^^)
v. 1.11 date: 2001/12/19 20:53:38; author: naddy; state: Exp; lines: +6 -13 * Take maintainership. The original maintainer has disappeared. * Update to 1.0.7: lots of bugfixes, some new and updated translations. * Remove questionable LITE flavor.
v. 1.10 date: 2001/08/25 17:59:24; author: demon; state: Exp; lines: +2 -2 Upgrade to 1.0.4
v. 1.9 date: 2001/07/03 09:32:27; author: demon; state: Exp; lines: +2 -2 Update to 1.0.3
v. 1.8 date: 2001/05/27 16:09:44; author: ijliao; state: Exp; lines: +4 -3 upgrade to 1.0.2 add gnu as master site PR: 27381 Submitted by: Chang, Hye-Shik
v. 1.7 date: 2001/04/16 09:16:41; author: demon; state: Exp; lines: +2 -2 Upgrade to 1.0.1
v. 1.6 date: 2001/04/02 10:02:41; author: mharo; state: Exp; lines: +8 -2 Update to 1.0 PR: 26175 Submitted by: perky@python.or.kr
v. 1.5 date: 2000/12/22 21:12:09; author: dannyboy; state: Exp; lines: +4 -3 Update to 0.9.24. PR: 23648 Submitted by: joseph@randomnetworks.com Approved by: MAINTAINER
v. 1.4 date: 2000/11/24 22:45:34; author: kris; state: Exp; lines: +2 -2 Upgrade to nano 0.9.21 after maintainer timeout
v. 1.3 date: 2000/08/11 11:49:36; author: sobomax; state: Exp; lines: +2 -2 Update to 0.9.16. PR: 20518 Submitted by: maintainer
v. 1.2 date: 2000/07/28 10:17:59; author: sobomax; state: Exp; lines: +2 -2 Update to 0.9.14. PR: 20237 Submitted by: maintainer
v. 1.1 date: 2000/06/29 13:52:59; author: sobomax; state: Exp; New port nano - an enhanced free clone of Pico editor. PR: 19255 Submitted by: Philippe Lefebvre ============================================================================= v. 1.41 date: 2007/07/23 09:35:48; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.40 date: 2007/04/27 15:01:13; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.6. Changes in this release: * Fix a potential segfault after justifying text marked from the bottom up.
v. 1.39 date: 2007/04/23 14:52:36; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.5. Changes in this release: This release fixes problems (including a segfault) when trying to open or save a file in a directory beginning with "~" that isn't a home directory. A problem where an unnamed file could be saved over an existing filename with no warning was fixed. Opening directories or device files is properly disallowed from "include" commands in nanorc files. A misleading prompt is no longer displayed when trying to save in restricted mode with the mark on. More keys are properly supported. This release also improves several color syntaxes to highlight trailing whitespace, and adds yet more minor documentation updates.
v. 1.38 date: 2007/04/09 16:10:14; author: naddy; state: Exp; lines: +11 -3 * Update to 2.0.4. Changes in this release: - Support additional keys on some terminals. - Minor documentation updates. * Enable UTF-8 support if ncursesw is available in the base system.
v. 1.37 date: 2007/01/31 20:48:39; author: naddy; state: Exp; lines: +1 -2 Update to 2.0.3: cosmetic changes only.
v. 1.36 date: 2007/01/14 18:26:40; author: naddy; state: Exp; lines: +1 -0 Remove message catalog directory. Submitted by: kris (pointyhat)
v. 1.35 date: 2006/12/21 22:59:22; author: naddy; state: Exp; lines: +1 -1 Update to 2.0.2, which brings miscellaneous bug fixes.
v. 1.34 date: 2006/12/15 21:02:12; author: naddy; state: Exp; lines: +16 -8 Update to 2.0.1. Improvements and new features: * Improved color syntax highlighting * Copy text without cutting * Verbatim input mode * Repeat last seach without confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion
v. 1.33 date: 2006/05/07 10:55:34; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with E
v. 1.32 date: 2005/05/20 21:36:52; author: naddy; state: Exp; lines: +1 -1 Update to 1.2.5. From the change log: This release includes fixes for segfault during filename completion, justify on systems without regex.h, hangs when the input stream goes away, and scrolling beyond COLS. Included are some new keyboard sequences.
v. 1.31 date: 2004/07/11 10:03:33; author: krion; state: Exp; lines: +8 -1 Support WITHOUT_NLS
v. 1.30 date: 2004/06/30 22:38:45; author: naddy; state: Exp; lines: +2 -3 * Update to 1.2.4. Changes in this release: various bug fixes. * Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka.
v. 1.29 date: 2004/04/01 01:27:29; author: naddy; state: Exp; lines: +6 -0 Expand $SYSCONFDIR in man pages. Obtained from: Robert Nagy via OpenBSD
v. 1.28 date: 2004/03/07 20:52:11; author: naddy; state: Exp; lines: +2 -1 Add mirror site.
v. 1.27 date: 2004/02/20 21:52:12; author: naddy; state: Exp; lines: +1 -2 Update to 1.2.3. This release includes many fixes, including converting file formats, the suspend handler, and the ever popular replace function. New features include more Pico compatibility in the file browser.
v. 1.26 date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.25 date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.24 date: 2003/10/06 13:36:38; author: naddy; state: Exp; lines: +2 -8 Fix fatal memory allocation bug.
v. 1.23 date: 2003/10/04 23:07:39; author: naddy; state: Exp; lines: +5 -0 Install nanorc.sample. Requested by: Adam McLaurin
v. 1.22 date: 2003/10/02 14:51:47; author: naddy; state: Exp; lines: +11 -7 - update to 1.2.2 - mark as BROKEN on -CURRENT - use INFO Submitted by: Clement Laforet
v. 1.21 date: 2003/08/26 20:25:41; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.20 date: 2003/08/25 05:41:24; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.19 date: 2003/04/21 20:00:59; author: naddy; state: Exp; lines: +1 -2 Maintenance update to 1.2.1.
v. 1.18 date: 2003/02/20 18:19:35; author: naddy; state: Exp; lines: +2 -0 Actually enable all those nifty new features. Reported by: Clement Laforet
v. 1.17 date: 2003/02/20 13:23:41; author: naddy; state: Exp; lines: +5 -4 Update to 1.2.0. Major additions in this release: - nanorc support - color syntax highlighting - multiple file buffers - search/replace history - new translations
v. 1.16 date: 2002/08/01 16:22:09; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.15 date: 2002/04/12 17:09:33; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.14 date: 2002/04/12 12:28:49; author: naddy; state: Exp; lines: +2 -3 Update to 1.0.9. Notable changes in this release: * Bug fixes. * Updated translations. "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations.
v. 1.13 date: 2002/03/15 19:43:59; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.12 date: 2002/01/17 12:21:00; author: naddy; state: Exp; lines: +1 -1 Update to 1.0.8. Changes in this version include: * various minor bug fixes * updated translations and a new Polish one * Meta-A as an alternate key for the marker key (^^)
v. 1.11 date: 2001/12/19 20:53:38; author: naddy; state: Exp; lines: +6 -13 * Take maintainership. The original maintainer has disappeared. * Update to 1.0.7: lots of bugfixes, some new and updated translations. * Remove questionable LITE flavor.
v. 1.10 date: 2001/08/25 17:59:24; author: demon; state: Exp; lines: +2 -2 Upgrade to 1.0.4
v. 1.9 date: 2001/07/03 09:32:27; author: demon; state: Exp; lines: +2 -2 Update to 1.0.3
v. 1.8 date: 2001/05/27 16:09:44; author: ijliao; state: Exp; lines: +4 -3 upgrade to 1.0.2 add gnu as master site PR: 27381 Submitted by: Chang, Hye-Shik
v. 1.7 date: 2001/04/16 09:16:41; author: demon; state: Exp; lines: +2 -2 Upgrade to 1.0.1
v. 1.6 date: 2001/04/02 10:02:41; author: mharo; state: Exp; lines: +8 -2 Update to 1.0 PR: 26175 Submitted by: perky@python.or.kr
v. 1.5 date: 2000/12/22 21:12:09; author: dannyboy; state: Exp; lines: +4 -3 Update to 0.9.24. PR: 23648 Submitted by: joseph@randomnetworks.com Approved by: MAINTAINER
v. 1.4 date: 2000/11/24 22:45:34; author: kris; state: Exp; lines: +2 -2 Upgrade to nano 0.9.21 after maintainer timeout
v. 1.3 date: 2000/08/11 11:49:36; author: sobomax; state: Exp; lines: +2 -2 Update to 0.9.16. PR: 20518 Submitted by: maintainer
v. 1.2 date: 2000/07/28 10:17:59; author: sobomax; state: Exp; lines: +2 -2 Update to 0.9.14. PR: 20237 Submitted by: maintainer
v. 1.1 date: 2000/06/29 13:52:59; author: sobomax; state: Exp; New port nano - an enhanced free clone of Pico editor. PR: 19255 Submitted by: Philippe Lefebvre =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm