summaryrefslogtreecommitdiff
path: root/editors/ng
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+3
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-10-24Add socket libraries on SunOS. Fix from Sebastian Wiedenroth.jperkin1-1/+3
2013-07-18Add termios.h formerly included by unistd.h.joerg2-1/+14
2013-03-28Fix return types.joerg3-1/+40
2012-12-12Update to 1.4.4+official patch, from ISIHARA Takanori in PR 47134.wiz5-20/+29
While here, do some pkglint cleanup. from Changelog: a) "mark" was changed like GNU Emacs from Ng 1.5alpha3. b) fix canna bug for UNIX. c) fix compile problem when libc was used for Human68K. from Officail Web page: patch) fix query-replace bug.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-101) Add missing mk/termcap buildlink3.sbd4-9/+38
2) Always respect CPPFLAGS/LDFLAGS. 3) Enable "USE_CANNA" on Linux and SunOS. Bump PKGREVISION.
2012-02-12From Ken'ichi Fukamachi in PR 45992:wiz1-1/+8
(1) specify PKG_OPTIONS.ng= -canna in /etc/mk.conf. ng's Makefile expects the environment variable of USE_CANNA always, but the current Makefile does not consider it. (2) compile ng on system-V like platforms e.g. *-linux, Solaris. We need to edit ng's Makefile on platforms, but the current pkgsrc Makefile is only suitable for BSD platforms.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-13/+13
their files via a custom do-install target.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2005-12-01Remove LEGACY_VARS line -- it is in the global obsolete.mk file.wiz1-2/+1
2005-10-24Converted to the options framework. Bumped PKGREVISION.rillig1-7/+9
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-04-11Convert to buildlink3.snj1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-25buildlink1 -> buildlink2.wiz1-2/+4
2002-06-10use inputmethod/canna-lib/buildlink.mk and fix CANNAINC, CANNALIB.sakamoto3-8/+7
2002-05-31Adjust various pathnames to use newly reimported packages from the japaneseseb1-2/+2
category. This is part of the japanese category retirement.
2002-04-14If USE_CANNA is set, then this package is also USE_X11.jlam1-1/+2
2002-04-14Find the canna-lib headers and libraries in ${X11PREFIX} instead ofjlam2-5/+5
${PREFIX}, as canna-lib is USE_X11BASE.
2002-04-05Give canna-lib (and canna-server) a nice dewey pkg-version, and fixwiz1-2/+2
all depends to use it.
2002-04-04Modify DEPENDS line (Canna-lib-3.5b2 -> Canna-lib>=3.5b2).uebayasi1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-06MASTER_SITES and HOMEPAGE changed.hubertf1-3/+3
Reported in PR 13882 by Hiroyuki Yanai <fk200329@fsinet.or.jp>
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-18Updatejun4-28/+23
ng-1.4 to ng-1.4.3 PR update patch made by Hiroyuki Yanai <fk200329@fsinet.or.jp> >Number: 12211 >Category: pkg >Synopsis: editors/ng is upgraded to v1.4.3. >Originator: Hiroyuki Yanai Changes: - Code clean up for ANSI-C - dired can treat symbolic link - Undo bug fix - fill-paragraph loop bug fix
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-15Fix program on ELF.wiz2-4/+4
2000-10-21remove superfluous empty linewiz1-2/+1
2000-10-19Ng is a very light weight Emacs clone editor, written in C.hubertf7-0/+99
It doesn't have Lisp(that means very limited customization is available). Since you can invoke it very quickly (compared with real GNU Emacs), it is useful in dealing with changing small file a bit. Ng(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s japanese port. Ng supports EUC, JIS and SJIS code. Ng also have (rather simple) C-mode. It is also very useful even if you don't need Japanese support. Submitted in PR 11240 by Jun Ebihara <jun@soum.co.jp>