Commit Graph

5937 Commits

Author SHA1 Message Date
d
43c2197b49 fix two problems with xdu
* correctly handle cumulative size for directory / rather than treat
	  it as a file named "" under directory / (Seen with 'du /|xdu')
	* handle filenames with whitespace chars (but not [\r\n])
(jakob@ ok)
2000-04-24 23:49:36 +00:00
espie
269d0573ef Typo 2000-04-24 20:32:02 +00:00
espie
6455e2bf8f Activate kakasi 2000-04-24 19:58:08 +00:00
espie
c69d1a185e kakasi port, originally from FreeBSD.
kanji -> kana converter, somewhat unusual, 
but very useful when you're learning the ropes...
2000-04-24 19:45:52 +00:00
espie
c817296357 More fonts. 2000-04-24 18:39:14 +00:00
espie
ae0a7b7f38 patch-aa did not really change, but it's using -p now.
Provide more font paths, so that kterm gets a chance to display up to
size 26.

Tell people about the extra font packages.
2000-04-24 18:37:53 +00:00
espie
f294566106 Fix packaging, to work with other fonts port. 2000-04-24 18:26:34 +00:00
espie
afb4f23a09 More japanese fonts, supply 26 points kanji. 2000-04-24 18:25:23 +00:00
espie
b444a36607 Extra set of japanese fonts, excerpted from gnu intlfonts. 2000-04-24 16:10:21 +00:00
espie
38f573842a Change column on ^L 2000-04-24 14:49:13 +00:00
kevlo
0f8f1e8086 Fake 2000-04-24 06:22:12 +00:00
kevlo
c333374072 Fix the PLIST and fake. 2000-04-24 06:19:08 +00:00
kevlo
6f179e5fc9 - Install data into ${PREFIX}/lib/zebra
- Fake
2000-04-24 01:44:58 +00:00
kevlo
1effb61ca3 Fake 2000-04-24 01:42:37 +00:00
espie
d4597b3760 Use `real' landscape.
After diving into my PostScript reference manual, output Orientation
as well, to unconfuse gv, and redo the coordinate change on each page,
as this is required.
Landscape printing works.
2000-04-23 22:09:44 +00:00
espie
9ebb003c99 %%DocumentFonts triggers code emission: the header must be out by then. 2000-04-23 17:23:11 +00:00
espie
8877f63e41 Recognize document prologue and output headers only after the normal
document prologue.
2000-04-23 17:06:39 +00:00
espie
7660a474fa Add `landscape' mode.
Put BoundingBox into the resulting document.
2000-04-23 16:49:30 +00:00
espie
410679d05c Fix typo in original script, and typo in my patch.
Vgrind works.
2000-04-23 15:57:06 +00:00
espie
fa6246db34 Add manpages,
fix quoting to avoid breaking script,
fix vgrindefs parsing,
remove need for preprocessor in jenscript.
2000-04-23 15:43:17 +00:00
jakob
4f0a61cfc9 MASTER_SITES changed 2000-04-23 15:40:01 +00:00
kevlo
cba63ae97f - Install trafshow.conf into ${PREFIX}/lib/trafshow
- Fake
2000-04-23 15:35:38 +00:00
kevlo
87b27532c0 Trivial fake 2000-04-23 15:31:24 +00:00
maja
1123f96628 allow mirror-distfiles to work. add OpenBSD-tag. -moj 2000-04-23 14:42:15 +00:00
itojun
2cf9f05650 use original distribution 1.1p4. unbroken it (avoid useless getpwnam). 2000-04-23 13:24:34 +00:00
kevlo
9d9cdfc464 Mark broken. Confirmed by maintainer. 2000-04-23 09:34:46 +00:00
kevlo
cc5bd85777 Fake and we don't need the patch-aa anymore. 2000-04-23 03:40:14 +00:00
kevlo
4f424dbbb9 Upgrade to version 2.1. OK'd by Turan. 2000-04-23 03:37:30 +00:00
kevlo
4973a7526d fake 2000-04-23 03:34:40 +00:00
espie
a85efa9144 link kanjips 2000-04-22 23:44:28 +00:00
espie
120058f844 A fairly old package to convert japanese files to PostScript. 2000-04-22 23:42:40 +00:00
angelos
2de1d288fb Make it compile properly under 2.7 2000-04-22 20:32:13 +00:00
espie
b2d1296094 Passing flavors along while computing dependencies is a bad idea,
use _DEPEND_THRU uniformously.

Note that this actually needs something very similar to what is used
in bsd.port.subdir.mk to work.

In particular `default' FLAVORs not being empty is probably a bad idea,
and won't work uniformously.

The right way to set a default flavor is probably to:
- not have empty as a valid flavor.
- do things in two steps:
FLAVOR?=default
.if empty(FLAVOR)
FLAVOR:=default
.endif

so that flavor always gets set correctly.
2000-04-22 19:20:12 +00:00
espie
af038eb990 Dependency bugfix:
subpackage cookies ought to depend on {fake,install}_cookie as well.
2000-04-22 18:57:00 +00:00
turan
58a958fdfd and cvs missed this one. 2000-04-22 14:04:03 +00:00
espie
0dcc07b688 Canna flavor.
Separate PLIST into a real target
2000-04-22 13:03:59 +00:00
espie
abdf39dda3 Fix subdirs links 2000-04-22 13:02:25 +00:00
espie
fa3f11324a Flesh out COMMENTS/DESCRS,
split server/libs (not quite finished),
fix packing lists enough to have a functional install.
2000-04-22 13:01:11 +00:00
peter
7528c6d5de update to exim 3.14, ok turan
* bug fixes and new features release
* fix a tempnam() usage in the patch

No fake or flavours support - this may get done if I learn enough,
quickly enough. Will not build as a real package just now. Working on
it.
2000-04-22 12:30:51 +00:00
turan
32c3161dd8 flavor these ports 2000-04-22 12:12:07 +00:00
espie
e87b4729fa Activate xwnmo as well.
create lang subdirs in Wnn-data package, as it's impossible
to know when to dirrm them otherwise (main package or dict ?)
Remove chinese docs from the korean package.
2000-04-22 12:05:57 +00:00
espie
9e4bf768a1 Initial canna package: dict, and everything else.
To be split further.
2000-04-22 11:50:30 +00:00
espie
bd0c460536 Change PKGNAME into something that does not confuse pkg_add.
Remove conflicts with flavor of self.
2000-04-22 11:45:32 +00:00
turan
5b81359a03 make no_X11 flavor not link X libs. kjell noticed it. 2000-04-22 10:22:15 +00:00
espie
1eb2fe19f3 It's trivial enough to run the configuration script at pkg_add time.
Ditch NO_PACKAGE, IS_INTERACTIVE.
Fake.
Tweak PLIST, as actual installation changes checksums, and creates db files.
2000-04-22 00:33:12 +00:00
espie
5b27e0fdcb Obvious fake 2000-04-21 23:43:57 +00:00
espie
f1eff3ecd2 Repair, fake. 2000-04-21 23:42:10 +00:00
espie
9e8b214f42 Fake 2000-04-21 23:24:53 +00:00
espie
a0e44c5c9e Remove duplicate figlet port from INDEX.
aaron, dugsong, salvage the best parts and pull it in the other port.
There can be only one.
2000-04-21 23:16:14 +00:00
espie
0cbc0fc433 Find a distsite that still carries c2html 0.9.
Fake
2000-04-21 23:12:37 +00:00