notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/nano/Makefile

Number of commits found: 149 (showing only 49 on this page)

«  1 | 2 

Sunday, 30 Aug 2009
15:26 naddy search for other commits by this committer
Fix segfault on 8.0.

PR:             138320
Submitted by:   Andrew Brampton <brampton@gmail.com>
Original commit
Wednesday, 25 Mar 2009
16:24 naddy search for other commits by this committer
Mark MAKE_JOBS_SAFE for parallel building.
Original commit
Monday, 13 Oct 2008
15:03 naddy search for other commits by this committer
Update to 2.0.9: translation updates.

PR:             128038
Original commit
Monday, 25 Aug 2008
17:59 naddy search for other commits by this committer
Update to 2.0.8, which incorporates some small bug fixes.
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Thursday, 14 Aug 2008
19:50 naddy search for other commits by this committer
Fix pkg-plist if WITHOUT_NLS is set (there are no french man pages).

PR:             126495
Submitted by:   mm
Original commit
Friday, 6 Jun 2008
13:25 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Tuesday, 15 Jan 2008
17:01 naddy search for other commits by this committer
Update to 2.0.7, which has miscellaneous bug fixes and translation updates.
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Friday, 27 Apr 2007
15:01 naddy search for other commits by this committer
Update to 2.0.6.  Changes in this release:
* Fix a potential segfault after justifying text marked from the bottom up.
Original commit
Monday, 23 Apr 2007
14:52 naddy search for other commits by this committer
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.
Original commit
Monday, 9 Apr 2007
16:10 naddy search for other commits by this committer
* 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.
Original commit
Wednesday, 31 Jan 2007
20:48 naddy search for other commits by this committer
Update to 2.0.3:  cosmetic changes only.
Original commit
Sunday, 14 Jan 2007
18:26 naddy search for other commits by this committer
Remove message catalog directory.

Submitted by:   kris    (pointyhat)
Original commit
Thursday, 21 Dec 2006
22:59 naddy search for other commits by this committer
Update to 2.0.2, which brings miscellaneous bug fixes.
Original commit
Friday, 15 Dec 2006
21:02 naddy search for other commits by this committer
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
Original commit
Sunday, 7 May 2006
10:55 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
Original commit
Friday, 20 May 2005
21:36 naddy search for other commits by this committer
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.
Original commit
Sunday, 11 Jul 2004
10:03 krion search for other commits by this committer
Support WITHOUT_NLS
Original commit
Wednesday, 30 Jun 2004
22:38 naddy search for other commits by this committer
* Update to 1.2.4.  Changes in this release: various bug fixes.
* Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka.
Original commit
Thursday, 1 Apr 2004
01:27 naddy search for other commits by this committer
Expand $SYSCONFDIR in man pages.

Obtained from:  Robert Nagy <thuglife@bsd.hu> via OpenBSD
Original commit
Sunday, 7 Mar 2004
20:52 naddy search for other commits by this committer
Add mirror site.
Original commit
Friday, 20 Feb 2004
21:52 naddy search for other commits by this committer
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.
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Monday, 6 Oct 2003
13:36 naddy search for other commits by this committer
Fix fatal memory allocation bug.
Original commit
Saturday, 4 Oct 2003
23:07 naddy search for other commits by this committer
Install nanorc.sample.

Requested by:   Adam McLaurin <adam.mclaurin@gmx.net>
Original commit
Thursday, 2 Oct 2003
14:51 naddy search for other commits by this committer
- update to 1.2.2
- mark as BROKEN on -CURRENT
- use INFO

Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Tuesday, 26 Aug 2003
20:25 marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Original commit
Monday, 25 Aug 2003
05:41 marcus search for other commits by this committer
Chase the libintl.so shared lib version.
Original commit
Monday, 21 Apr 2003
20:00 naddy search for other commits by this committer
Maintenance update to 1.2.1.
Original commit
Thursday, 20 Feb 2003
18:19 naddy search for other commits by this committer
Actually enable all those nifty new features.

Reported by:    Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
13:23 naddy search for other commits by this committer
Update to 1.2.0.  Major additions in this release:
- nanorc support
- color syntax highlighting
- multiple file buffers
- search/replace history
- new translations
Original commit
Thursday, 1 Aug 2002
16:22 ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Original commit
Friday, 12 Apr 2002
17:10 ade search for other commits by this committer
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
Original commit
12:28 naddy search for other commits by this committer
Update to 1.0.9.  Notable changes in this release:
* Bug fixes.
* Updated translations.  "Norwegian" has been replaced by separate
  Nynorsk and Bokmaal translations.
Original commit
Friday, 15 Mar 2002
19:44 ade search for other commits by this committer
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
Original commit
Thursday, 17 Jan 2002
12:21 naddy search for other commits by this committer
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 (^^)    
Original commit
Wednesday, 19 Dec 2001
20:53 naddy search for other commits by this committer
* Take maintainership.  The original maintainer has disappeared.   * Update to
1.0.7: lots of bugfixes, some new and updated translations.   * Remove
questionable LITE flavor.    
Original commit
Saturday, 25 Aug 2001
18:59 demon search for other commits by this committer
Upgrade to 1.0.4    
Original commit
Tuesday, 3 Jul 2001
10:32 demon search for other commits by this committer
Update to 1.0.3    
Original commit
Sunday, 27 May 2001
17:09 ijliao search for other commits by this committer
upgrade to 1.0.2   add gnu as master site    
Original commit
Monday, 16 Apr 2001
10:16 demon search for other commits by this committer
Upgrade to 1.0.1    
Original commit
Monday, 2 Apr 2001
11:02 mharo search for other commits by this committer
Update to 1.0    
Original commit
Friday, 22 Dec 2000
21:12 dannyboy search for other commits by this committer
Update to 0.9.24.    
Original commit
Friday, 24 Nov 2000
22:45 kris search for other commits by this committer
Upgrade to nano 0.9.21 after maintainer timeout    
Original commit
Friday, 11 Aug 2000
12:49 sobomax search for other commits by this committer
Update to 0.9.16.    
Original commit
Friday, 28 Jul 2000
11:18 sobomax search for other commits by this committer
Update to 0.9.14.    
Original commit
Thursday, 29 Jun 2000
14:53 sobomax search for other commits by this committer
New port nano - an enhanced free clone of Pico editor.    
Original commit

Number of commits found: 149 (showing only 49 on this page)

«  1 | 2