Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-12-08 | editors/manedit: Add __DragonFly__ macros to fix build | marino | 5 | -12/+53 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -1/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -4/+1 | |
2009-04-28 | Remove dead mirror. Ok'd by obache. | zafer | 1 | -3/+2 | |
2008-02-28 | Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, | rillig | 1 | -2/+2 | |
to shut up the pkglint warnings. | |||||
2008-01-04 | Added support for installation to DESTDIR. | heinz | 1 | -9/+13 | |
2007-12-27 | Fix build on DragonFly. | joerg | 2 | -7/+7 | |
2007-12-10 | Add one mirror site. | obache | 1 | -2/+3 | |
2007-10-14 | Updated manedit to 0.8.1. | rillig | 8 | -156/+430 | |
Release Notes ------------- Fixed a bug that caused a crash whenever a string was added to the selection. Added new select and copy functions to the Viewer's menu. Improved the Editor's copy/paste ownership widget behavior. Fixed a GtkSelection bug in which redundant GtkSignals were being connected. Added pointer roller scroll support. Fixed a bug in the mapping of popup menus. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -5/+5 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-05-14 | Uses C++. | joerg | 1 | -1/+3 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-03-20 | Make this compilable by gcc3 - no more multi-line string constants, link | agc | 3 | -1/+152 | |
with the correct compiler invocation. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -1/+2 | |
dependency bumps. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-12-30 | Update manedit to version 0.5.6 as requested in PR 19512. | kristerw | 7 | -33/+88 | |
The author does not keep any change log, so I don't know what has been changed since the last packaged version... | |||||
2002-10-13 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-17 | Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in | jlam | 1 | -2/+2 | |
MAKE_ENV as they are now added by the buildlink files themselves. | |||||
2001-06-26 | converted to use buildlink.mk | zuntum | 1 | -4/+5 | |
2001-06-17 | No functional changes: | zuntum | 2 | -8/+9 | |
o use #ifdef in patch-aa so it can be sent back to the author | |||||
2001-06-11 | * update manedit to 0.4j | zuntum | 8 | -182/+26 | |
+ Version 0.4.0j Mon Mar 26 19:43:26 PST 2001 -Added Find string in current loaded manual page on viewer. Keyboard keys SPACE, b, HOME, and END now work properly on viewer. -Fixed GTK+ `main breaking behavour' work-around made on the viewer's GtkText widget. + Version 0.4.0i Thu Feb 22 17:31:41 PST 2001 -Fixed Additional compiling bugs for FreeBSD and also directory defaults on FreeBSD. * pass maintainership to packages@netbsd.org * don't bother fixing manpages any more (author should fix that, not me) -- changing "preferances" to "preferences" to match the reality every time new version is out isn't something I like | |||||
2001-06-11 | Makefile cleanup -- no user visible changes | zuntum | 1 | -21/+21 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -11/+9 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | Fix quoting | zuntum | 1 | -5/+2 | |
2001-03-16 | Change my email address to zuntum@netbsd.org | zuntum | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-10 | Update to 0.4h, and some internal restructuring. | hubertf | 5 | -26/+48 | |
Changes: + Version 0.4.0h Thu Feb 8 16:18:53 PST 2001 -Added -Fixed Font and style handling bug within GTK+ library avoidance. Typos and formatting errors in various help/template documents. + Version 0.4.0f Sun Jan 21 17:12:20 PST 2001 -Added Drag and drop target highlighting. -Fixed Copy and cut routines. Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail. | |||||
2001-01-21 | Initial import of manedit, a manpage editor and viewer, submitted by | fredb | 11 | -0/+223 | |
Tomasz Luchowski in PR pkg/12019. The viewer/browser does not work for me -- it seems to be having trouble with my "mandesc" files -- but I guess some problems are expected with a "0.4e" release, and someone should tell the author how to spell "preferences"! |