summaryrefslogtreecommitdiff
path: root/misc/man.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-01-22Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis1-4/+4
Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
2005-11-25- Add SHA256Pav Lucistnik1-0/+1
Notes: svn path=/head/; revision=149438
2004-12-23Reset MAINTAINER to ports@.Norikatsu Shigemura1-1/+1
We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
2004-03-31SIZEify (maintainer timeout)Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=105747
2003-05-06Change MAINTAINER.Kiriyama Kazuhiko1-1/+1
Notes: svn path=/head/; revision=80258
2003-04-05Add missing directoriesKris Kennaway1-0/+4
Notes: svn path=/head/; revision=78260
2003-03-07Clear moonlight beckons.Ade Lovett2-1/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
2002-12-27Removed MASTER_SITE_PORTS_JP from misc/man.el, the files referedEdwin Groothuis1-2/+1
to haven't been there for three-and-a-half years. Informed maintainer. Noticed by: portsurvey. Notes: svn path=/head/; revision=71910
2002-01-29Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA1-3/+3
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
2000-04-14Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA1-1/+1
PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
2000-04-14Convert to PORTNAME/PORTVERSION.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=27512
1999-09-18Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1-1/+1
should be spelled corrcetly, although I rather liked "Emasc". Notes: svn path=/head/; revision=21709
1999-09-06Modified for XEmacsSatoshi Taoka6-9/+188
Added a script to byte-compile PR: 13389 Submitted by: maintainer Notes: svn path=/head/; revision=21326
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-1/+1
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1999-04-27Use ${MASTER_SITE_PORTS_JP}.Jun Kuriyama2-3/+3
Submitted by: kiri Notes: svn path=/head/; revision=18163
1999-04-26MASTER_SITES changed.Jun Kuriyama1-2/+2
Submitted by: horikawa@jp.freebsd.org, toyo@slab.ntt.co.jp Notes: svn path=/head/; revision=18136
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-2/+2
bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
1998-12-16PR: ports/9008Seiichirou Hiraoka2-10/+15
Submitted by: kiri@pis.toba-cmt.ac.jp Bug fix i18n-man-ja.el Notes: svn path=/head/; revision=15381
1998-12-02Don't use NO_WRKDIR.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=15050
1998-10-09Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs.Jun Kuriyama5-0/+51
PR: ports/8007 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> ----- Directory "${PREFIX}/share/emacs/site-lisp" will shared with other ports. Will the guideline about this directory post to freebsd-ports by maintainer? This port makes new virtual category "elisp". Approved by: asami Notes: svn path=/head/; revision=13759