aboutsummaryrefslogtreecommitdiffstats
path: root/misc/man.el
Commit message (Expand)AuthorAgeFilesLines
* - Release some more portspgollucci2010-04-281-1/+1
* - adoptpgollucci2010-01-121-1/+1
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
* - Add SHA256pav2005-11-261-0/+1
* Reset MAINTAINER to ports@.nork2004-12-231-1/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Change MAINTAINER.kiri2003-05-061-1/+1
* Add missing directorieskris2003-04-051-0/+4
* Clear moonlight beckons.ade2003-03-072-1/+1
* Removed MASTER_SITE_PORTS_JP from misc/man.el, the files referededwin2002-12-271-2/+1
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-151-1/+1
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
* Modified for XEmacstaoka1999-09-076-9/+188
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
* Use ${MASTER_SITE_PORTS_JP}.kuriyama1999-04-272-3/+3
* MASTER_SITES changed.kuriyama1999-04-261-2/+2
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-2/+2
* PR: ports/9008flathill1998-12-162-10/+15
* Don't use NO_WRKDIR.asami1998-12-021-3/+3
* Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs.kuriyama1998-10-095-0/+51
an class='deletions'>-3/+4 | | | | Approved by: portmgr (kris) * SHA256ify (manually checked)edwin2006-01-241-0/+1 | | | | Approved by: krion@ * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. * Add OPTIONS support and fix transparency/shading.olgeni2005-07-302-1/+61 | | | | Obtained from: Björn König <bkoenig(at)cs.tu-berlin.de> * Whitespace only (for portlint).olgeni2005-07-301-1/+0 | * detect imlib2 correctly. Otherwise it produces "useless" Esetroot binarysf2005-07-241-1/+3 | | | | | | | | | like this: | $ ./bin/Esetroot | Eterm was built without pixmap support, so Esetroot is fairly useless. Sorry. maintainer timeout for 10 days. * Bump PORTREVISION on all ports that received the imlib2 shlib chase.adamw2005-03-081-0/+1 | * 1: Upgrade imlib2 to 1.2.0vanilla2005-03-071-1/+1 | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me * Upgrade to version 0.9.3.olgeni2005-02-223-9/+3 | | | | | PR: 77833 Submitted by: Sam Lawrance <boris(at)brooknet.com.au> * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet * Improve .orig file removal in post-patch.olgeni2004-05-021-3/+1 | | | | | PR: 61663 Submitted by: David Fleck <david.fleck(at)mchsi.com> * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. * Remove MASTER_SITE_SOURCEFORGE, which has an incorrect checksum.olgeni2004-03-131-3/+1 | | | | Submitted by: trevor * SIZEify.trevor2004-01-301-0/+1 | * Chase checksum change.olgeni2004-01-092-1/+2 | | | | | | | | * Stability/compilation bugfixes * Configure/automake improvements * Escreen bugfixes (still alpha) * Support for one more key name (XK_ISO_Left_Tab) * Support for more color change sequences * - Chase libraries for new Imlib2 versionkrion2003-12-161-1/+1 | * Upgrade to 0.9.2, including the following changes:olgeni2003-04-0114-197/+81 | | | | | | | | | | | * Use the "Eterm" termcap entry, which has been available in -STABLE for quite some time. * No longer depend on man2html. * Do not install .la files. (largely based on a port by Philip Paeps <philip@paeps.cx>) * De-pkg-comment my ports + some more.olgeni2003-02-232-1/+1 | * Back out bogus update to 0.9.2... I'll have to look into that later.olgeni2003-02-1510-45/+204 | | | | patch-src:startup.c is left out as per ports/48055. * Update to version 0.9.2.olgeni2003-02-1511-215/+45 | | | | | PR: 48259 Submitted by: Philip Paeps <philip@paeps.cx> * Bump libast shared lib version.olgeni2002-10-261-1/+1 | * Enable --enable-multi-charset.olgeni2002-06-011-1/+2 | | | | Submitted by: Lukasz Ciazynski <lciazyns@altosusers.com> * for slave portsijliao2001-10-111-1/+1 | * Use the "xterm-color" termcap entry rather than "Eterm" (missing fromolgeni2001-09-233-0/+32 | | | | | | | termcap), and revert the default color scheme to the plain old "white on black". Submitted by: kris * Let other ports override MAINTAINER and CONFIGURE_ARGS.olgeni2001-09-171-2/+2 | | | | | PR: 30628 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> * Update port to version 0.9.1, plus a couple of patches from CVS to fix someolgeni2001-09-089-93/+180 | | | | | | bugs. Submitted by: Jeremy Norris <ishmael27@home.com> * Make backspace generate ^H, not ^?.olgeni2001-03-011-1/+3 | | | | | | This was the default Eterm behavior in version 0.8. Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz> * Update to version 0.9.olgeni2001-02-1817-234/+136 | * Style fixes for ports/x11.olgeni2001-02-061-2/+2 | * Take over port maintainership with Murray's permission.olgeni2001-02-021-1/+1 | * Following portlint's suggestion, use MASTER_SITE_SOURCEFORGE.olgeni2001-02-021-6/+2 | * Merged changes from ports/23182.olgeni2001-02-022-11/+15 | | | | | | | | * Add BUILD_DEPENDS: textproc/man2html * Install Eterm.1.html * Support PORTDOCS in pkg-plist PR: 23182 * Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-011-1/+1 | | | | files. * Rewrite the rule that was copying patch-kanji into ${PATCHDIR} whenasami2000-10-081-2/+1 | | | | | | | | KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES= extra-patch-kanji. (Actually, I'm not sure why KANJI is even needed when there exists a japanese/eterm which appears to be a newer version, but anyway.) * Implement WANT_IMLIB and USE_IMLIB.reg2000-10-051-2/+1 | * Requested-by: Greg Suttermurray2000-10-031-7/+8 | | | | Update description * Update MASTER_SITESmurray2000-10-031-6/+7 | * Fix PLISTkris2000-09-171-0/+3 | | | | Submitted by: bento * Prevent a DoS from an escape sequence that can cause the eterm to use up allkris2000-06-291-0/+27 | | | | | | available memory and crash Submitted by: Michael Jennings <mej@VALINUX.COM> via Bugtraq * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1 | | | | ldconfig in PLIST need personal consideration. * murray is now a committer, reflect this in MAINTAINER.billf2000-05-141-1/+1 | * Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3 | * Update to version 0.8.10.steve2000-01-105-14/+32 | | | | | PR: 14874 Submitted by: Rod Taylor <rod@zort.on.ca> * Fix a couple long-standing and annoying bugscpiazza1999-12-231-0/+35 | | | | | PR: 15628 Submitted by: Mark Newton <newton@atdot.dotat.org> * Define HAVE_SAVED_UID and NEED_LINUX_HACK so that .Xauthorityjseger1999-11-262-0/+22 | | | | | | files from NFS mounted home dirs can be read by Eterm. PR: ports/11977 * Use updated imlib library.nakai1999-10-081-1/+1 | * Update to version 0.8.9cpiazza1999-09-054-33/+30 | | | | | PR: 13537 Submitted by: Will Andrews <andrews@technologist.com> * $Id$ -> $FreeBSD$peter1999-08-311-1/+1 | * chmod -> ${CHMOD}mharo1999-08-231-3/+3 | | | | chown -> ${CHOWN} * Cleanup some more WWW (occasionally fixing-up the DESCR in general too).hoek1999-07-181-1/+3 | * Add ${PREFIX}/share/Eterm/bg/{scale,tile} to seach paths in themes/*/MAINtaoka1999-06-161-0/+66 | | | | Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> * Fixup after imlib version bump.steve1999-05-292-31/+27 | | | | | PR: 11843 Submitted by: Jeremy Lea <reg@shale.csir.co.za> * Add WWW:mharo1999-05-031-1/+1 | * Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.nectar1999-03-161-2/+2 | | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3 * I meant to say, "Update to version 0.8.8".steve1999-02-221-1/+1 |