summaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Install emacsclient et al., which were not included previously becauseasami1996-11-302-2/+61
| | | | | | | | | they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-15/+13
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Converted to MAN[1-8]obrien1996-11-174-24/+12
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* CATEGORIES+= -> CATEGORIES=obrien1996-11-171-2/+2
| | | | Converted to MAN[1-9]
* Converted to MAN[1-9NL]obrien1996-11-171-6/+2
|
* Motif-based diff frontend.asami1996-11-156-0/+69
| | | | Submitted by: Andreas Lohr andreas@marvin.RoBIN.de
* CATEGORIES+= --> CATEGORIES=obrien1996-11-113-6/+6
| | | | Misc variable reordering, cleaning up, etc.
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Minor variable reordering where needed.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade to current version.pst1996-10-082-3/+3
| | | | Reviewed by: thomas
* Update port to 3.6 level, with help from James Fitzgibbons.chuckr1996-08-264-34/+42
|
* Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manasami1996-08-161-3/+5
| | | | page compression on NOMANCOMPRESS.
* Change NO_PACKAGE to NO_CDROM, these are "don't sell for profit" licenses.asami1996-06-151-3/+2
|
* Make this compile under 2.1R too.asami1996-05-271-0/+10
| | | | Submitted by: chuckr@glue.umd.edu
* Oops, screwed up reason for NO_CDROM. It should be "don't sell forasami1996-05-201-2/+2
| | | | profit", not "no commercial use".
* Upgrade, 3.0 -> 3.5.asami1996-05-203-8/+16
| | | | Submitted by: chuckr@glue.umd.edu
* add BUILD_DEPENDS because the build fails if elk is not installedtorstenb1996-04-231-1/+2
|
* Import unroff, a programmable, extensible troff converter withtg1996-04-108-0/+166
| | | | HTML backend.
* The ftp master site has movedmarkm1996-02-291-2/+2
|
* - add a maintainertg1996-01-193-4/+4
| | | | - cleanup pkg/{COMMENT,DESCR}
* A fast text searching tool. NO_PACKAGE because it can't be redistributedasami1996-01-156-0/+62
| | | | | | for profit. Submitted by: chuckr@glue.umd.edu
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-262-4/+4
|
* Upgrade to patchlevel 20.jmz1995-11-222-5/+5
|
* Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-131-6/+1
| | | | Reported by: jkh
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* Don't set CFLAGS herejmz1995-09-231-1/+4
| | | | | Check if /usr/share/dict/word exists (some people do not install the 'dict' distribution)
* Add a post-configure target to set CFLAGSjmz1995-09-231-1/+4
| | | | Submitted by: asami
* Compile with -O2 -fno-strength-reducejmz1995-09-181-0/+1
|
* A hack to avoid recompiling everything during installjmz1995-09-181-0/+37
|
* Upgrade, 2.2.2 -> 2.3.asami1995-09-155-20/+12
|
* Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use inasami1995-08-196-58/+49
| | | | commercial products) so it has NO_PACKAGE=yes.
* Change -lgcc to /usr/lib/libgcc.a so that the shared libgcc won't getasami1995-08-091-4/+8
| | | | | | picked up. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Remove redundant mkdir of share/emacs/site-lisp from post-install.asami1995-07-231-4/+1
| | | | | | The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
* "I have made a couple of changes to the ispell port so thatjmz1995-07-212-2/+28
| | | | | | | | you can have either a British dictionary or an American dictionary as they are already built into the prog." Reviewed by: Submitted by: Chris Stenton <jacs@gnome.co.uk> Obtained from:
* Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theasami1995-07-202-3/+6
| | | | | order of the search for site-lisp (lib/mule is searched before share/emacs now).
* Install lisp files in $PREFIX/share/emacs/site-lispjmz1995-07-112-2/+4
|
* Useasami1995-06-271-2/+3
| | | | | | | | | | | | | | | /usr/local/share/emacs/site-lisp /usr/local/lib/mule-site-lisp as the "site-lisp" directories. Basically all I did was tuck --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp to the end of CONFIGURE_ARGS. Also, all the patch-aa's are unnecessary because bsd.port.mk now will take ${CFLAGS} from /etc/make.conf and put it in the environment before calling configure.
* Add lisp files for the emacs interfacejmz1995-06-241-0/+2
|
* Put back the longer PLISTs, now that pkg_create can take them. Thanks,asami1995-05-121-2/+888
| | | | Jordan!
* Another PLIST hack to shrink it.asami1995-05-061-888/+2
|
* Since thud was down all day (no offense Gary :), I finally had time toasami1995-04-234-31/+921
| | | | | | | | | | | | | | | split mule into three ports: editors/mule: no language-specific support japanese/mule-canna: Japanese support, Canna library built-in japanese/mule-wnn: Japanese support, Wnn library built-in Note that the two ports under japanese/ will overwrite some of the emacs support files. Although this itself isn't a problem, if you pkg_delete it, you will lose some files needed for emacs. (This is explained in DESCR, although god knows who reads them.) Also I've listed every single file in the PLIST.
* Update Makefile.canna to work with bsd.port.mk.asami1995-04-221-1/+8
| | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :)
* Update of editors Makefiles!asami1995-04-201-7/+2
|
* words are in /usr/share/dict, not /usr/dict.jmz1995-04-191-0/+2
|
* Another round of Makefile updates, in utils!asami1995-04-152-6/+18
|
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-0/+1
|
* DEPENDS= ${PORTSDIR}/japanese/Wnnjkh1995-04-101-2/+2
| | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn
* Another round of Makefile updates, editors version.asami1995-04-091-12/+18
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-013-1/+5
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-03-311-0/+1
|
OpenPOWER on IntegriCloud