summaryrefslogtreecommitdiff
path: root/editors/nvi-perl (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-02Remove unmaintained expired nvi related portsBaptiste Daroussin13-312/+0
2011-05-01 editors/nvi-m17n: Distfile is no more available 2011-05-01 chinese/nvi-big5: Distfile is no more available 2011-05-01 chinese/nvi-euc-cn: Distfile is no more available 2011-05-01 chinese/nvi-euc-tw: Distfile is no more available 2011-05-01 editors/nvi-perl: Distfile is no more available 2011-05-01 japanese/nvi-euc-jp: Distfile is no more available 2011-05-01 japanese/nvi-iso-2022-jp: Distfile is no more available 2011-05-01 japanese/nvi-sjis: Distfile is no more available 2011-05-01 korean/nvi-euc-kr: Distfile is no more available 2011-05-01 korean/nvi-iso-2022-kr: Distfile is no more available Notes: svn path=/head/; revision=273466
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
Notes: svn path=/head/; revision=271346
2011-03-16Deprecate unmaintained ports from editors where upstream disapear and/orBaptiste Daroussin1-0/+3
where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=271007
2009-03-28Introduce Perl 5.10.0Sergey Skvortsov1-0/+4
Notes: svn path=/head/; revision=231213
2006-07-05Requires a Perl compiled without threads to build.Shaun Amott1-1/+11
PR: ports/99100 Submitted by: Tim Welch <ports@thepentagon.org> Approved by: ahze (mentor) Notes: svn path=/head/; revision=167017
2005-11-26- Add SHA256Pav Lucistnik1-0/+2
Notes: svn path=/head/; revision=149530
2004-01-04Since we prefix the binary names with "pn", we need this patch soPete Fritchman2-1/+13
'pnview' sets the 'readonly' flag by default. PR: 59088 Notes: svn path=/head/; revision=97303
2003-09-11Update MASTER_SITE and distfile checksum.Anton Berezin2-3/+2
PR 56655 says: The distfile seem to have been updated with slightly amended versions of 'README' and 'LICENSE' files. No change in code. PR: 56170, 56655 Submitted by: Simon Barner <barner@in.tum.de> Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=88956
2003-05-23Make buildable on -current and unmark BROKEN.Munechika SUMIKAWA2-8/+14
Notes: svn path=/head/; revision=81757
2003-05-18BROKEN on 5.1: does not compileKris Kennaway1-0/+4
Notes: svn path=/head/; revision=81219
2003-04-04Make nvi-perl work with newer perls. Unbreak it for -CURRENT.Anton Berezin4-5/+47
PR: 37730 Reported by: parv <parv_fm@emailgroups.net> Notes: svn path=/head/; revision=78224
2003-03-28Mark BROKEN on 5.0: does not compileKris Kennaway1-1/+7
Submitted by: parv <parv@pair.com> Notes: svn path=/head/; revision=77653
2003-02-20De-pkg-comment.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=75953
2001-01-23- Fix compilation error in -currentKevin Lo3-14/+69
- Support MAN/MLINKS properly PR: 24545 Submitted by: Ports Fury Notes: svn path=/head/; revision=37476
2001-01-09drop myself from MAINTAINER. too many KAME platforms to support,Jun-ichiro itojun Hagino1-1/+1
to little time... Notes: svn path=/head/; revision=36979
2000-04-14Finish converting editors/ to PORTNAME/PORTVERSION.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=27506
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20947
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1-1/+1
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-05-09Fix for perl5.Jun Kuriyama2-5/+12
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp> Notes: svn path=/head/; revision=18625
1999-05-07master distribution URL has changed.Jun-ichiro itojun Hagino1-3/+3
BROKEN tag is updated (the original distribution is incompatible with perl5, I just have no perl5 skill to fix this - perl5 guru please help). Notes: svn path=/head/; revision=18593
1999-02-22Remove extra checksum entry.Steve Price1-1/+0
Notes: svn path=/head/; revision=16823
1998-08-18cc -c -D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\" -O2 -pipe -I. ↵Satoshi Asami1-1/+3
-I./../include -I./../regex -I./../db/include -I./../curses -I/usr/local/include -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE perl.c In file included from /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:361, from perl.xs:37: /usr/include/sys/param.h:188: warning: `MIN' redefined port.h:121: warning: this is the location of the previous definition /usr/include/sys/param.h:189: warning: `MAX' redefined port.h:118: warning: this is the location of the previous definition In file included from /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:583, from perl.xs:37: /usr/include/errno.h:165: warning: `EFTYPE' redefined port.h:149: warning: this is the location of the previous definition perl.xs: In function `perl_init': perl.xs:145: `incgv' undeclared (first use this function) perl.xs:145: (Each undeclared identifier is reported only once perl.xs:145: for each function it appears in.) *** Error code 1 Stop. Notes: svn path=/head/; revision=12612
1998-02-19rename ports/editors/nvi to ports/editors/nvi-m17n.Jun-ichiro itojun Hagino6-150/+105
update language-specific configurations for nvi-m17n accordingly. add ports/editors/nvi-perl, nvi 1.79 with perl5 linked into. Notes: svn path=/head/; revision=9834
1998-02-17- PKGNAME has to be defined BEFORE including bsd.port.mk, to makeJun-ichiro itojun Hagino1-3/+3
Latest/* symbolic links. - PKGNAME format changed, to make Latest/* symbolic links with proper name. (also make it Y2K complient) was: ja-nvi-iso2022jp-1.79-970820 now: ja-nvi-iso2022jp-1.79.19970820 Submitted by: asami Notes: svn path=/head/; revision=9774
1998-02-15nvi-1.79.tar.gz seems to be replaced, with the same filename...Jun-ichiro itojun Hagino1-1/+1
Notes: svn path=/head/; revision=9731
1998-02-09nvi MASTER_SITE moved from ftp.cs.berkeley.edu to ftp.bostic.comBill Fenner1-2/+2
Submitted by: distfile checker Notes: svn path=/head/; revision=9635
1997-08-21original distribution of nvi multilingual patch (nvi-m17n)Jun-ichiro itojun Hagino4-10/+7
updated to version 970820-1600. Notes: svn path=/head/; revision=7645
1997-06-18Update the base version from 1.79-970408 -> 1.79-970617.Masafumi Max NAKANE3-5/+5
PR: 3896 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6994
1997-04-19Delete directories using @dirrm.Satoshi Asami1-0/+4
PR: 3323 Submitted by: Jun-ichiro Itoh <itojun@itojun.org> Notes: svn path=/head/; revision=6244
1997-04-09Immediately update to April 8th version by author's request.Satoshi Asami2-4/+4
Notes: svn path=/head/; revision=6166
1997-04-09Update to April 3rd version of patch. Closes PR ports/3204.Satoshi Asami3-8/+10
Submitted by: Jun-ichiro ITOH <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=6163
1997-03-15Misc. cleanup. They've been in my tree for a while, I forgot to commit them.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=5965
1997-03-15Remove catpages. I don't know how this sneaked past me in the first place.Satoshi Asami1-3/+0
Notes: svn path=/head/; revision=5964
1997-03-06Attempt to import 8 ports at once. I sure hope this will work.Satoshi Asami7-0/+205
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=5883