summaryrefslogtreecommitdiff
path: root/misc/reed
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz 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.
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin1-4/+1
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-09-25Avoid sys/dir.h on SunOS.jperkin1-1/+13
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-05-23Honor pkgsrc CFLAGS and LDFLAGS. Should fix Linux build.dholland2-1/+15
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-9/+11
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-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-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create 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-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-18Convert to bl3.wiz1-3/+3
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2002-11-09Update to 5.4. Changes:wiz7-73/+35
5.4: * L and l can be used to set/go to a default bookmark. * You can scroll past the end of the file (into blank space). This is important because... * :o will look for a filename on the current top line and try to open it, going to the bookmark if you're in your bookmarks file. * :l will give you a list of buffers. * Of course, bug fixes and code cleanups. 5.3: * Filenames are reverse truncated in the status bar if they're too long. * Updated the build system. * Breed supports -w to word wrap files, if possible/desirable. * Typos fixed. 5.2: * ,, ., and r work as documented. * :r reloads a file if it was on disk (and not a stream). * Naming the buffer based on the manual page name is now more accurate. * URLs load in breed again. * Breed doesn't make a file named '-' anymore when reading postscript. 5.1: This release no longer segfaults if the configuration file is missing. 'H' brings up a short help file in the program. Bookmarks are more aesthetically displayed. Some other, minor bugs were fixed. 5.0: Reed has been completely rewritten. Searching (and highlighting) is now file-specific. Invoking an editor now goes to the current line within that editor. The bookmark file format has changed and is incompatible with previous versions. The included script fix_bookmarks.pl can update your bookmarks for you. Bookmarks can now all be viewed with the 'B' command. 'Fake' filenames can be changed using the 'R' command. Reed now automatically reads from stdin if no filename is given and data is waiting. Greater 'less' compatibility was added to the (the old j is now J). Older changes ignored since reed was completely rewritten in 5.0.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+4
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-2/+2
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2001-12-25Add comment with reason for INCOMPAT_CURSES setting.wiz1-1/+2
2001-12-25Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem).wiz1-1/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-12src/util.c expects wgetnstr to be in the curses library, so requirejlam1-1/+2
ncurses through ncurses/buildlink.mk. -current systems are unaffected by this change, but 1.5.x and lower should now use devel/ncurses to build reed.
2001-09-02Initial import of reed-4.6, an auto-scrolling text viewer.wiz8-0/+98