Commit graph

4318 commits

Author SHA1 Message Date
Norikatsu Shigemura
8c4405b11c Update to 1.4.
PR:		ports/68065
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:	yoichi
Approved by:	taoka (blanket)
Committed at:	CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-07-31 12:51:09 +00:00
Norikatsu Shigemura
b352ab55e8 Chase openoffice's version bump.
Committed at:	CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-07-31 06:11:33 +00:00
Pav Lucistnik
4408dd3815 - Update WWW
PR:		ports/69777
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-07-30 08:42:19 +00:00
Pav Lucistnik
c1e213a6ca - Update to 0.80
PR:		ports/69727
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
2004-07-29 16:37:19 +00:00
Masafumi Max NAKANE
a04d1e9e7e udvips patch was updated without name change.
Pointed Out by:	hrs

While at it, changed the Makefile to use MASTER_SITE:n.
2004-07-28 05:10:54 +00:00
Masafumi Max NAKANE
bc521ae1ab Unbreak this port, as it seems the previous commit has fixed the problem. 2004-07-27 06:00:02 +00:00
Masafumi Max NAKANE
d6057a7a29 Upgrade, and use mimekit included in the delegate8.9.6-pre11 distribution.
This source contains the patch submitted in PR/28995.

PR:	28995
Submitted by:	amagai@nue.org

While I'm at this:
* Better handling for portdocs.
* Define do-install: instead of patching the distributed Makefile.
* Bump the version to 1.9, since I found that version in the mimekit/Makefile. Don't know since when this was version 1.9.
* Update the master site.
2004-07-27 05:35:57 +00:00
Pav Lucistnik
9739395cb7 - Chase checksum, unbreak
--- /usr/ports/distfiles/cal.rb-1.17/Calendar.rb        Tue Jun  8 05:37:53 2004
+++ Calendar.rb Fri Jan 30 13:18:35 2004
@@ -308,11 +308,9 @@
        wday = what_day(year, month, day) if wday == -1
        f.each{|s|
          s.chomp!
-#        s.gsub!(" ", "")
+         s.gsub!(" ", "")
          next if /^#/ =~ s
-#        puts s.split(",\s*")
-#        puts "#{day} #{month} #{year}"
-         y, m, d, w, j, e, c = s.split(",\s*")
+         y, m, d, w, j, e, c = s.split(",")
          if (y == "*" or y == year.to_s) and
              (m == "*" or m == month.to_s) and
              (w == "*" or w == wday.to_s) and

PR:		ports/69511
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-07-25 22:36:49 +00:00
Hiroki Sato
de119d0e94 Make use of t1lib properly.
PR:		ports/68210
Submitted by:	Ulrich Spoerlein (q at uni.de)
Approved by:	linimon (mentor)
2004-07-25 14:58:20 +00:00
Hiroki Sato
445c580ca2 Add texfamily-vfn2a, virtual fonts for transform from .dvi file
of NTT JTeX to ASCII Japanese TeX.

Approved by:	linimon (mentor)
2004-07-25 14:36:21 +00:00
Hiroki Sato
f290c8002a - Fix dependency (japanese/ptex -> japanese/ptex-tetex).
- Some style changes.

Approved by:	linimon (mentor)
2004-07-25 14:34:18 +00:00
Norikatsu Shigemura
9d00982f78 Fix build error by previous change.
PR:		ports/69548
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Pointed out by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-25 08:30:33 +00:00
Eric Anholt
ea2c2e1946 Use X_CLIENTS_PORT instead of XFREE86_VERSION=4 dependencies. 2004-07-23 20:27:07 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Tilman Keskinoz
7f36fa639d Remove slave port of expired qt23. 2004-07-23 14:42:22 +00:00
Norikatsu Shigemura
4aaa8c142f Fix build error on 4-stable.
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Reported by:	bento via kris
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-20 16:59:28 +00:00
Joe Marcus Clarke
c670253a27 Mark IGNORE until it can be updated for Gaim 0.80. 2004-07-20 05:53:12 +00:00
Norikatsu Shigemura
96f74df457 Update to Mozilla 1.8 alpha 2 JLP 0.1.
PR:		ports/69193
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-07-17 17:58:21 +00:00
Norikatsu Shigemura
af5dc92781 Update to Mozilla 1.7 JLP 0.1.1.
PR:		ports/69167
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-07-17 17:56:56 +00:00
Edwin Groothuis
96179fd976 [MAINTAINER] japanese/bugzilla: update to 2.16.6
- Update to 2.16.6

PR:		ports/69106
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2004-07-17 05:24:57 +00:00
FUJISHIMA Satsuki
5e2c82a127 update to 2.2.2.
PR:		69103
Submitted by:	maintainer
2004-07-16 12:36:57 +00:00
Norikatsu Shigemura
83deb15c08 Fix build error on amd64 (maybe ia64, too).
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-15 15:37:42 +00:00
Andrey A. Chernov
7aa540c0a7 Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL 2004-07-15 12:53:40 +00:00
Andrey A. Chernov
a59aa5e573 Don't install p5-MIME-Base64 for newest perls 2004-07-15 11:55:50 +00:00
Volker Stolz
e0393ad66e Update to 4.0.13:
- bug fix: japanese-yc is not set in input-method when loading yc
  - bug fix: In fence-mode, consecutive inputs cancel previous Jishu conversion
Use PLIST_DIRS/FILES while here (me)

PR:		ports/69077
Submitted by:	Takayuki Nakao (maintainer)
2004-07-15 10:56:48 +00:00
Masafumi Max NAKANE
6b6400b515 Do the build of ../ptex-base in pre-configure, so that all the
dependencies would have been built and installed by then.
Hopefully, this will unbreak the package build, but leave the
BROKEN lines till package build actually succeeds.
2004-07-15 07:55:57 +00:00
Pav Lucistnik
23609dfbcd - Add upgrade instructions
PR:		ports/68966
Submitted by:	Aho K.F. Li <thinker@branda.to> (maintainer)
2004-07-13 00:34:25 +00:00
Pav Lucistnik
e4f147765c - Update to 0.7.1
PR:		ports/68883
Submitted by:	thinker@branda.to <thinker@branda.to> (maintainer)
2004-07-12 22:41:04 +00:00
MANTANI Nobutaka
262fe773b3 Register CONFLICTS between w3m ports.
Suggested by:	Aleksander Fafula <alex@fafula.com>
2004-07-12 16:49:19 +00:00
MANTANI Nobutaka
4b76ff142f Update to 0.4.1. 2004-07-12 15:49:46 +00:00
Masafumi Max NAKANE
7e99b1bd22 Upgrade to 3.7p3. 2004-07-12 06:05:41 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Norikatsu Shigemura
b661d9c70f Update to 4.7 and unbroken.
Submitted by:	hrs
Approved by:	Mitsuru Yoshida <mitsuru@riken.go.jp> (maintainer)
2004-07-06 17:41:14 +00:00
MANTANI Nobutaka
4a400e47c4 Sync with libanthy shared library version bump. 2004-07-04 03:20:26 +00:00
MANTANI Nobutaka
dfa217ca6f Update to 5500. 2004-07-04 03:11:48 +00:00
Vanilla I. Shu
02bb6cfa59 Add scim-tables 0.4.0, SCIM table based Japanese input methods.
PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@cpsc.ucalgary.ca>
Somepart by:	me
2004-07-02 22:39:51 +00:00
Joe Marcus Clarke
d252f250e3 Fix patching after the recent locale dir changes to bsd.gnome.mk.
Reported by:	pointyhat via kris
2004-07-01 16:06:01 +00:00
Joe Marcus Clarke
b2d689575a Update to 0.79.
PR:		68560
Submitted by:	maintainer
2004-07-01 15:59:10 +00:00
Pav Lucistnik
d5784e0ec6 - Update to 1.7
PR:		ports/68439
Submitted by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by:	maintainer
2004-06-30 20:45:40 +00:00
Oliver Eikemeier
8be7372f0d - update devel/bugzilla to 2.16.5
- new slave port japanese/bugzilla

PR:		68318, 68319
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2004-06-30 08:27:10 +00:00
Norikatsu Shigemura
0ef4a3e5ea Use termios rather than sgtty.
Approved by:		taoka (blanket)
Tested on the box from:	AMD Developper Program
2004-06-29 14:03:57 +00:00
MIHIRA Sanpei Yoshiro
11bf7afe3e Drop maintainership. I no longer use this software. 2004-06-28 13:48:55 +00:00
Pav Lucistnik
48a58b0354 - Update to 2.0.0
PR:		ports/68406, ports/68410
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2004-06-27 14:24:48 +00:00
MANTANI Nobutaka
6f2bdd05b6 Fix build error on -stable. 2004-06-26 14:05:16 +00:00
MANTANI Nobutaka
31dc047df1 Update to 0.3.9.
Add dependency on m17n-lib. [*]

PR:		ports/68302 [*]
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> [*]
2004-06-25 15:44:57 +00:00
Kirill Ponomarev
68db0ecc09 Update to version 4.0.11
PR:		ports/68261
Submitted by:	maintainer
2004-06-24 12:51:28 +00:00
Mark Linimon
4ba1986a17 Establish a correct master-slave relationship between
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.

These changes should be transparent to installs (tested and verified
locally).

While here, update two cases of stale distfile info.  (MD5s
verified versus mozilla.org.)

PR:		ports/67701
Approved by:	maintainer timeout (2 weeks)
2004-06-23 21:47:13 +00:00
Daichi GOTO
0a3d83718e japanese/slrn: unbreak, change maintainer and master site
PR:		ports-jp/14820
Submitted by:	KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Approved by:	ukatsuta@mud.biglobe.ne.jp (maintainer)
2004-06-23 06:21:52 +00:00
Norikatsu Shigemura
2d3de1a3c0 Add *-Identity* font names.
PR:		ports-jp/14689
Suggested by:	Shin-ya Kuwamura <kuwa@labs.fujitsu.com>
Approved by:	mita (blanket)
2004-06-22 16:49:08 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Kris Kennaway
194687eba0 BROKEN: Does not compile 2004-06-20 08:51:54 +00:00
Shigeyuki Fukushima
8a793deb7e Update to 1.6.1.
PR:		ports/68099
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-06-19 19:46:46 +00:00
Norikatsu Shigemura
e3022c2a30 Add sazanami-ttf 20040618, Free Japanese TrueType fonts named 'Sazanami'.
Submitted by:	hrs
2004-06-19 14:09:28 +00:00
Hiroki Sato
5e6a312f4f Remove unnecessary CONFLICTS.
Pointed out by:	eik
2004-06-19 07:03:29 +00:00
Hiroki Sato
6640d9362c Remove japanese/ptex-pkfonts* because they are no longer maintained.
Approved by:	linimon (mentor)
Approved by:	maintainer timeout (2 weeks)
2004-06-18 16:33:21 +00:00
Hiroki Sato
56b4934690 Remove japanese/xdvik-vflib-pk* because they are no longer maintained.
Approved by:	linimon (mentor)
2004-06-18 16:26:47 +00:00
Hiroki Sato
9adfbfbe5d - Remove .{tfm,vf} files because they conflicts with ones in the
pTeX distribution.
- Fix MASTER_SITES.

Approved by:	linimon (mentor)
Approved by:	maintainer timeout (2 weeks)
2004-06-18 16:13:21 +00:00
Hiroki Sato
2f417353f6 Add japanese/teTeX, which is a meta-port to install Japanese
TeX related packages.

Approved by:	linimon (mentor)
2004-06-18 16:02:47 +00:00
Hiroki Sato
4b21e01ad4 Add japanese/texfamily, which is a Japanese TeX (NTT JTeX) package.
Approved by:	linimon (mentor)
2004-06-18 15:58:56 +00:00
Hiroki Sato
92cb0a9c62 Fix dependencies (print/teTeX-*) and add some style changes.
Approved by:	linimon (mentor)
2004-06-18 15:55:13 +00:00
Hiroki Sato
e9544d19cf - Use freetype2 support by default and remove VFlib support.
- Fix dependencies (print/teTeX-*).

Approved by:	linimon (mentor)
2004-06-18 15:53:48 +00:00
Hiroki Sato
1b7883a72e - Add font metric files for jis, jisg, and morisawa.
- Use share/texmf/web2c-ptex as the default search path of texmf.cnf file.
- Fix dependencies (print/teTeX-*).

Approved by:	linimon (mentor)
2004-06-18 15:52:01 +00:00
Pav Lucistnik
dbacffb3e0 - Don't restore owner information from additional distfile
PR:		ports/68057
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2004-06-17 19:26:34 +00:00
Shigeyuki Fukushima
c4de9c5a3b Change MAINTAINER field. 2004-06-16 12:39:33 +00:00
Shigeyuki Fukushima
09ede0929e Update to 0.5.
This version is based on 4.9-RELEASE ls command.

PR:		ports/67918
Submitted by:	kazami <kazami@angels.vg>
2004-06-16 10:07:10 +00:00
Kris Kennaway
c8e1403e0d BROKEN on 5.x: Does not compile 2004-06-15 10:18:05 +00:00
OKAZAKI Tetsurou
7c463363ad Narrow the condition to IGNORE. 2004-06-15 03:56:26 +00:00
Norikatsu Shigemura
4c919af3ec Introduce OPENOFFICE_VER into PORTVERSION/DEPENDS/etc... 2004-06-14 05:46:08 +00:00
OKAZAKI Tetsurou
d163bd3efb Use INFO.
Set EXTRACT_DEPENDS.
2004-06-14 03:42:15 +00:00
Norikatsu Shigemura
8c4e950162 Chase version of ja-openoffice-1.1. 2004-06-14 03:03:50 +00:00
OKAZAKI Tetsurou
01907911f7 Use INFO.
Set EXTRACT_DEPENDS to fix the build error at bento.
2004-06-13 23:26:57 +00:00
Norikatsu Shigemura
bbb4aabecf o Update to 2004-06-12
o Remove BROKEN.
o Add WWW: to pkg-descr.
o Fix denepdency on japanese/openoffice-1.1.

Pointed out by:	bento via kris
2004-06-13 12:55:43 +00:00
Norikatsu Shigemura
d9dc547a8c Update to 4.0.10.
PR:		ports/67668
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2004-06-13 11:32:05 +00:00
Norikatsu Shigemura
2138f66cc5 Update to 1.7rc3.
PR;		ports/67868
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-06-12 11:15:55 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Kris Kennaway
7e129d14b7 Don't try to extract lha files with tar 2004-06-09 10:09:27 +00:00
Kris Kennaway
526777fb3e BROKEN: Size mismatch 2004-06-09 07:58:53 +00:00
Kris Kennaway
b0f5fd3249 BROKEN: Unfetchable 2004-06-08 23:41:31 +00:00
Pav Lucistnik
4935946660 - Update to 2.2.9-ja-1.0
PR:		ports/67618
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2004-06-07 21:44:37 +00:00
Pav Lucistnik
d957e2b15e - Update to 0.23
PR:		ports/67650
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2004-06-07 19:52:34 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Kris Kennaway
679401e30c Don't depend on gtar silently skipping the non-bzip2 distfile; set
EXTRACT_ONLY instead.

Submitted by:	kientzle
2004-06-04 12:35:05 +00:00
Norikatsu Shigemura
a2849b70c4 Update to 20040603 based on 1.4.3a.
PR:		ports/67537
Submitted by:	Masafumi Otsune <info@otsune.com> (maintainer)
2004-06-03 16:34:54 +00:00
Kirill Ponomarev
6c230cfff5 - Update to 0.78
PR:		ports/67525
Submitted by:	maintainer
2004-06-03 14:16:47 +00:00
Kris Kennaway
256092c2a7 Add missing USE_PERL5_RUN 2004-06-02 12:24:01 +00:00
Akinori MUSHA
edacdafa89 This port has been using japanese/ipadic but it is now at 2.7.0 which
is yet to be supported by mecab 0.7.6, so pull ipadic-2.5.1 itself and
use it.

Reported by:	"T.P.S.Nakagawa" <yaemon@kikansha.jp>
2004-05-31 17:02:47 +00:00
Pav Lucistnik
fe4113ce7a - Update to 0.22
PR:		ports/67408
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2004-05-31 13:31:06 +00:00
Kris Kennaway
0557ee6c4a BROKEN: Broken dependency 2004-05-30 07:21:26 +00:00
Kris Kennaway
98af7861c2 BROKEN: Does not build (cannot open Makefile) 2004-05-30 07:12:42 +00:00
Norikatsu Shigemura
16abfe2736 Fix dependency on emacs.
PR:		ports/67370
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
2004-05-30 06:13:27 +00:00
Norikatsu Shigemura
716d918797 Update to 2.1.5.20040516 by chasing mail/mailman.
Approved by:	Sunagawa Koji <koj@ofug.net> (maintainer)
Committed at:	10th EBUG Meeting in Tokamachi City, Niigata, Japan
2004-05-29 16:22:28 +00:00
Norikatsu Shigemura
7c94ef8ee7 Fix dependency on emacs.
PR:		users-jp/79584[1], ports/67285[2]
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
Reported by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp> [1]
Committed at:	10th EBUG Meeting in Tokamachi City, Niigata, Japan
2004-05-29 16:19:10 +00:00
Pav Lucistnik
bd649fe3fc Add zope-jamailhost, a Zope product to allow sending mail in japanese.
PR:		ports/67318
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2004-05-29 14:05:53 +00:00
Kris Kennaway
dee78291ec IGNORE on 4.x: Hangs during build 2004-05-29 03:48:52 +00:00
Akinori MUSHA
07787aa4fe Fix sh syntax error in an @exec line. This is only critical when
PREFIX != /usr/local.
2004-05-28 20:40:23 +00:00
Pav Lucistnik
96adb48e2f - Update to 1.7 rc2
PR:		ports/67044
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-05-24 20:53:21 +00:00
Kris Kennaway
f641c71e61 BROKEN: Checksum mismatch 2004-05-23 09:37:29 +00:00
MANTANI Nobutaka
bb68d51003 Update to 0.3.8. 2004-05-21 13:34:37 +00:00
Kris Kennaway
0056102182 s/USE_PERL_BUILD/USE_PERL5_BUILD/ 2004-05-21 08:49:21 +00:00
Mark Linimon
f8acfd017e Canonicalize handling of bsd.port.mk inclusion. 2004-05-18 21:40:32 +00:00
Norikatsu Shigemura
823e9344bb Add LATEST_LINK to avoid conflict with japanese/ng port.
PR:		ports/66688
Submitted by:	Kawaguti Ginga <ginga-freebsd@ginganet.org> (maintainer)
2004-05-18 17:24:16 +00:00
Hiroki Sato
d0470c12f7 Remove the BROKEN line for 5.x and take the maintainership.
Approved by:	maintainer timeout (broken for 6 months)
Approved by:	linimon (mentor)
2004-05-17 21:34:04 +00:00
Volker Stolz
03fd4fe80b - WITHOUT_NLS-knob [1]
- Register CONFLICTS [2]
- Bring PORTNAME in line with mail/mutt-devel ("mutt" -> "mutt-devel") [2]

PR:		ports/64836 [1]
Submitted by:	Katsura Matsumoto
Approved by:	SHIOZAKI Takehiko (maintainer) [1,2]
2004-05-17 06:42:26 +00:00
Jun Kuriyama
5dbfcd79ae Explicitly depends on libiconv.
Reported by:	bento via kris
2004-05-16 05:08:05 +00:00
Jun Kuriyama
4e3ba095ec ChaSen.so requires linking libstdc++ explicitly. 2004-05-14 13:29:55 +00:00
Jun Kuriyama
800724e9a7 Upgrade to chasen-2.3.3 and ipadic-2.7.0. 2004-05-14 12:55:48 +00:00
OKAZAKI Tetsurou
165b37a218 Rearrange dependencies.
Turn off RUN_DEPENDS to `graphics/netpbm' when PACKAGE_BUILDING is defined.
2004-05-14 00:33:43 +00:00
Hiroki Sato
16971313f1 Add ptex-tetex, a version of pTeX that depends on print/teTeX and
does not install dvips nor xdvi.

Approved by:	linimon (mentor)
2004-05-12 17:44:44 +00:00
Hiroki Sato
24aebae479 Update to 5.92b, and depend on print/teTeX.
Approved by:	linimon (mentor)
2004-05-12 17:17:40 +00:00
Hiroki Sato
3346e80f88 Add japanese/platex-jsclasses, which is a set of new document classes
for ASCII pLaTeX2e.  It is based on standard class files of pLaTeX
but has lots of improvements and new features.

PR:		ports/62740
Approved by:	linimon (mentor)
2004-05-11 21:27:58 +00:00
Akinori MUSHA
ad668291da USE_RC_SUBR'ify. 2004-05-11 16:47:52 +00:00
Akinori MUSHA
92d5985622 Update post-install instruction notes. 2004-05-11 16:47:29 +00:00
Akinori MUSHA
72d8a1325c USE_RC_SUBR'ify. 2004-05-10 18:39:05 +00:00
MANTANI Nobutaka
f455d7e395 Update to 0.3.6. 2004-05-09 14:55:42 +00:00
Hiroki Sato
a81e387192 Remove japanese/tgif2tex. The functionality is almost the same as
print/tgif2tex.

PR:		ports/61928
Approved by:	kris
2004-05-09 09:49:03 +00:00
Norikatsu Shigemura
456d4e0c66 Add mobileimap 2.4, an IMAP-based webmail system for mobile-phones. 2004-05-08 17:51:24 +00:00
Kris Kennaway
b0e6c89a1a Don't remove a directory we didn't install 2004-05-08 05:03:50 +00:00
Michael Nottebrock
826539ac72 Oops. Forgot the language categories.
Update to 1.3.1
2004-05-06 19:26:47 +00:00
Jun Kuriyama
4b2a6a4baf Update to 20040430. 2004-05-06 15:50:55 +00:00
FUJISHIMA Satsuki
44d8d99657 update to 1.7.3. 2004-05-05 19:22:01 +00:00
Dirk Meyer
041e15a941 - remove obsolte ports of gd1 and realatives 2004-05-05 03:26:17 +00:00
Dirk Meyer
32378b5d62 - disconnect obsolete ports gd1 and relatives 2004-05-05 03:23:57 +00:00
Kris Kennaway
d00126fee9 Add missing USE_PERL_BUILD 2004-05-05 01:21:51 +00:00
Kris Kennaway
6704a160b7 XFree86-4-clients is also a BUILD_DEPENDS since mkfontdir is used in the
install phase
2004-05-03 00:04:43 +00:00
Pav Lucistnik
7c6072f8a9 - Update to 0.77
PR:		ports/66082
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
2004-05-02 12:47:45 +00:00
Jun Kuriyama
571956b65a Update to recent version. 2004-05-01 10:00:55 +00:00
FUJISHIMA Satsuki
ce5aafd3ef update to 1.7 RC1.
PR:		66104
Submitted by:	maintainer
2004-04-30 16:26:40 +00:00
Tilman Keskinoz
5d7487c691 Update to 4.0.9
PR:		65871
Submitted by:	Takayuki Nakao
2004-04-29 16:11:37 +00:00
Pav Lucistnik
ac6f849075 Add trac. What is Trac?
* An integrated system for managing software projects
    * An enhanced wiki
    * A flexible web-based issue tracker
    * An interface to the Subversion revision control system

PR:		ports/65690
Submitted by:	<thinker@branda.to>
2004-04-20 18:08:54 +00:00
Masafumi Max NAKANE
1fca0d561e Update to 3.1.3.
Also:

* Use OPTIONS to specify WITH_DVIPSK
* provide an option to install udvips
* Add listings.sty

Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
		SHIOZAKI Takehiko <st@be.to>
2004-04-20 13:25:33 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Kris Kennaway
265893adaa Add missing files and directories 2004-04-20 08:46:35 +00:00
Norikatsu Shigemura
c46655bdd1 Update to 3.00.
PR:		ports/63774[1], ports-jp/14583[2]
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
Pointed out by:	Hiroshi Morita <tyuu@on.rim.or.jp>
Approved by:	mita (blanket)
2004-04-19 10:55:31 +00:00
Akinori MUSHA
9b4e174a43 Update to 2.5. 2004-04-18 18:03:23 +00:00
Akinori MUSHA
ef3f173d9c Update to 0.4.12. 2004-04-18 18:01:57 +00:00
Akinori MUSHA
d17d32c31d Update namazu2 to 2.0.13. 2004-04-18 17:05:49 +00:00
Pav Lucistnik
524df8a95e - Update maintainer's address
PR:		ports/65701
Submitted by:	Takahiro MORISHITA <morishita@skywing.org> (maintainer)
2004-04-18 14:38:13 +00:00
Kris Kennaway
d68eef4d15 Add missing directory 2004-04-18 07:18:05 +00:00
Pav Lucistnik
52469fd294 - Update maintainer's address
PR:		ports/65663
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> (maintainer)
2004-04-17 15:43:02 +00:00
Pav Lucistnik
5587d5bd5e Add zope-ejsplitter, a word splitter for Japanese. It allows to search
a Zope based website for a word in language that don't use spaces
to delimit words.

PR:		ports/65293
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2004-04-17 14:41:07 +00:00
Kris Kennaway
97c9734411 Add missing directory 2004-04-13 12:04:23 +00:00
Kris Kennaway
5ba0bdd150 Add missing @dirrm 2004-04-13 07:14:58 +00:00
Jacques Vidrine
5afa8bc682 Perl is required at build time for internationalization.
Patch the included intltool-merge script so that it works with older
perl.

Submitted by:	ume
2004-04-12 18:34:49 +00:00
Jacques Vidrine
da6f3ec69f Update 0.9 -> 1.0 2004-04-12 16:22:17 +00:00
Kirill Ponomarev
f2c177d47a - Update to version 1.4.2.1
PR:		ports/65447
Submitted by:	maintainer
2004-04-12 06:02:24 +00:00
Maho Nakata
46b7ad4ab6 Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...

Pointed out by:	kris
2004-04-12 00:35:36 +00:00
Kris Kennaway
96f4cfa757 XFree86-4-clients is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-11 22:59:45 +00:00
Kirill Ponomarev
d454928a92 - Update to 2.2.0
PR:		ports/65437
Submitted by:	maintainer
2004-04-11 14:21:04 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
f844f89eae Cram into 80 columns by 24 rows. 2004-04-10 17:11:02 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
MANTANI Nobutaka
448bcdd4ad Fix build.
Reported by:	bento via kris
2004-04-10 02:03:58 +00:00
Kirill Ponomarev
305a04079f - Update to 0.76
PR:		ports/65290
Submitted by:	maintainer
2004-04-08 08:06:42 +00:00
MANTANI Nobutaka
7885724465 Update to 0.3.4.2. 2004-04-07 14:40:54 +00:00
Norikatsu Shigemura
3b05c79263 Fix build error by GNOME 2.6. This is a temporary fix. 2004-04-06 14:07:50 +00:00
MANTANI Nobutaka
febb133915 Update to 0.3.3. 2004-04-06 13:36:07 +00:00
MANTANI Nobutaka
28ca3e10e9 Change MASTER_SITES to unbreak fetch. 2004-04-06 13:23:40 +00:00
Kris Kennaway
4c804b72b5 BROKEN: Unfetchable 2004-04-06 01:06:14 +00:00
Kris Kennaway
428213218b lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-05 22:21:22 +00:00
Kris Kennaway
499d9224e1 lha and nkf are EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-05 22:18:38 +00:00
Joe Marcus Clarke
d329a14ddd Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4.
2004-04-05 03:35:22 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
706c7ac698 - Unbreak
- Fix depends

PR:		ports/65130
Submitted by:	hrs (maintainer)
2004-04-03 22:13:27 +00:00
Kris Kennaway
4aefe7bbe0 BROKEN on amd64: Does not build 2004-04-03 14:05:54 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Norikatsu Shigemura
bd5a92c76b o Rename postgresql-man to postgresql73-man for chasing base version.
o Repocopy postgresql-man to postgresql7-man and Update to 7.4.2.
o Add version series infomation to pkg-descr.

Repo copied by:	marcus (cvs)
Approved by:	marcus (portmgr)
2004-04-01 06:38:11 +00:00
Norikatsu Shigemura
5323a25a7e Add Tektronix emulation knob.
PR:		ports/64835
Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Approved by:	shige (blanket)
2004-03-31 15:40:30 +00:00
Norikatsu Shigemura
43211a2fa9 Update to 7.3.4. 2004-03-31 09:21:46 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Dirk Meyer
a2ab8e1b34 - mark DEPRECATED
gd1 is ancient, gd2 should be API compatible

- set EXPIRATION_DATE to 2004-05-01

ports using gd1 directly:

graphics/p5-GD1
	(no maintainer)

japanese/gd1
	ichiro@ichiro.org, contacted 2004-03-24
	relay=sh2.ichiro.org. [210.150.177.50], dsn=2.0.0,
	stat=Sent (i2O55E112625 Message accepted for delivery)

	replacement: japanese/gd

russian/gd
	gsm@infosite.ru, contacted 2004-03-24
	relay=mx.infosite.ru. [195.19.227.84],
	dsn=5.1.1, stat=User unknown
	(now no maintainer)

	replacement: ukrainian/gd

optional dependencies: (WITH_GD1=yes)

graphics/ruby-gd
sysutils/pfstat
net-mgmt/mrtg
net-mgmt/nagios
2004-03-29 17:17:47 +00:00
Munechika SUMIKAWA
38c9ff3001 Renamed emacs21-emcws to emacs-emcws after repo-copy to sync with recent
emacs ports renaming.

PR:		ports/64567
2004-03-29 16:54:00 +00:00
Jun Kuriyama
76602513f7 o Avoid warning about use of uninitialized value in jfold().
o Fix typo in jfold() manpage.
2004-03-29 14:01:59 +00:00
Kris Kennaway
d4b35359f5 Chase memcached from net/ to databases/ 2004-03-28 06:44:36 +00:00
Pav Lucistnik
da82f02098 - Unbreak: chase skk-jisyo update to 200403
PR:		ports/64798
Reported by:	TAKAHASHI Tamotsu <tamo-spam@mutt.no-ip.org>
2004-03-27 18:42:12 +00:00
Jacques Vidrine
972f6d0163 Fix build on 4.x by eliminating some C99 constructs (declarations after
statements).

Submitted by:	ume
2004-03-25 15:42:11 +00:00
MANTANI Nobutaka
e6d2af565d Add SIZE to distinfo.
Submitted by:	trevor
2004-03-25 13:32:31 +00:00
Yoichi NAKAYAMA
ff5a0f5d41 large size dictionary has been updated 2004-03-24 15:06:59 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Munechika SUMIKAWA
8bf7847733 Sync with editors/emacs: Make compilable on amd64.
Submitted by:	NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2004-03-22 11:14:12 +00:00
FUJISHIMA Satsuki
1bd5800fde update to 1.7.2. 2004-03-22 00:26:51 +00:00
SADA Kenji
e61f4e13df PR: 64393
establish proper master-slave relations between ports
2004-03-21 18:52:20 +00:00
Norikatsu Shigemura
6586565ec9 Utilize USE_OPENLDAP.
PR:		ports/64537
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2004-03-21 15:52:06 +00:00
Norikatsu Shigemura
a1f076b9c2 Update to 1.7beta.
PR:		ports/64533
Submitted by:	Fifth Fortune <fortuine@n.jpn.ph> (maintainer)
2004-03-21 15:28:06 +00:00
Kris Kennaway
131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00
Kirill Ponomarev
929e95834a - SIZE'ify
PR:		ports/64494
Submitted by:	maintainer
2004-03-20 17:46:11 +00:00
Norikatsu Shigemura
93c4cebc63 Add size data.
Submitted by:	trevor
Committed at:	CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-03-20 09:56:44 +00:00
Trevor Johnson
b267580c04 The gshar+gunshar port is renamed to ports/archivers/sharutils.
PR:	64443
2004-03-19 23:56:42 +00:00
Kris Kennaway
73b28d21ab BROKEN on ia64: Coredump during build 2004-03-19 23:03:17 +00:00
Kirill Ponomarev
f051f40883 - Utilize RUBY_PKGNAMEPREFIX
PR:		ports/64463
Submitted by:	maintainer
2004-03-19 16:21:38 +00:00
Kris Kennaway
c2bc6db2db BROKEN on amd64: Does not compile 2004-03-19 11:56:38 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Jacques Vidrine
da5243d880 Add SIZE.
Submitted by:	trevor
2004-03-18 14:46:23 +00:00
Kris Kennaway
f3c86739cc BROKEN on 4.x: Does not compile 2004-03-18 12:40:26 +00:00
Daichi GOTO
3a50393060 Add SIZE into distinfo
Submitted by:	trevor
Reviewed by:	daichi (maintainer)
2004-03-18 11:30:24 +00:00
Munechika SUMIKAWA
ae56725187 Add SIZE.
Submitted by:	trevor
2004-03-18 10:59:01 +00:00
FUJISHIMA Satsuki
f2ea4ae263 regularize master/slave relationship.
PR:		64393
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2004-03-18 08:13:15 +00:00
FUJISHIMA Satsuki
f7cbbf5949 SIZEify.
Submitted by:	trevor
2004-03-18 08:08:42 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Makoto Matsushita
13f34aeedc Join SIZEify movement here; add a SIZE line.
Submitted by:	trevor (and verified by myself)
2004-03-18 05:35:34 +00:00