| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: rushani
|
| |
|
|
|
|
|
| |
PR: ports/73550
Submitted by: rushani
|
|
|
|
|
| |
PR: ports/73550
Submitted by: rushani
|
|
|
|
|
| |
PR: ports/73772
Submitted by: rushani
|
|
|
|
| |
in example, deinstalling time of ja-shinonome is 332x faster than before.
|
|
|
|
| |
o utilize DOCSDIR.
|
| |
|
|
|
|
| |
about cross-site scripting.
|
|
|
|
| |
Approved by: maintainer (blanket)
|
| |
|
|
|
|
| |
big upgrade.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Makoto Matsushita
|
|
|
|
| |
- Nuke pkg-plist while here
|
|
|
|
|
| |
PR: ports/72503
Submitted by: maintainer
|
|
|
|
| |
Requested by: nork
|
|
|
|
|
|
| |
PR: ports/73483
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: taoka (blanket)
|
|
|
|
|
|
|
| |
o Chase changing master port.
Pointed out by: pointyhat via kris [1]
Approved by: maintainer (blanket)
|
|
|
|
|
|
| |
Submitted by: NAKAMURA Takeshi <1yen@sh.rim.or.jp>
Pointed out by: pointyhat via kris
TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
|
| |
Noticed by: kris
Pointy hat to: hrs
|
|
|
|
|
|
|
|
|
|
| |
The format of PREFIX/etc/rskkserv.conf has changed in version 2.95.
Please update your configuration file before restarting the server
using PREFIX/share/examples/rskkserv/conf-o2n.rb and referring to
PREFIX/etc/rskkserv.conf.sample.
PR: ports/73508
Submitted by: rushani
|
| |
|
|
|
|
| |
Noticed by: kris
|
|
|
|
|
|
|
|
|
|
|
| |
actually no contents are changed; if you've installed 200410 already
no need to update to 200411.
While I'm here, dictionary files update every month automatically (thanks
for cron(8)). Committers, feel free if you find a newer version but I'm
not updating this port; all you have to do is "make makesum; cvs commit."
Also update WWW: line to SKK project's new home.
|
|
|
|
|
|
|
| |
to version 1.0
PR: ports/73131
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
|
| |
PR: ports/73311
Submitted by: Yamashiro Jun <yamajun@ofug.net>
|
|
|
|
|
|
| |
PR: ports-jp/14869, ports/71372
Submitted by: NAKAMURA Takeshi <ta.nakamura@crs.co.jp>
Approved by: maintainer timeout (about 1 week)
|
|
|
|
|
|
| |
PR: ports-jp/15153
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> (maintainer)
Pointed out by: Hiroyuki's neighbor
|
|
|
|
|
|
|
|
|
| |
ports/japanese/skk-jisyo-cdb need to be changed, but still pending
(I'd like to contact current MAINTAINER first.)
No actual content change, no bump.
Noticed by: kris via "INDEX build failure report"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As you know, version 1.71 (actually 1.71dev) is "development version."
However, this version was already available in 20th century, and there
are no "doesn't work" information. The author of dbskkd-cdb says it's
ok to update this port to version 1.71dev, so here it is.
With a help of ports/databases/cdb, the Makefile is simpler than previous.
No features are changed, except dbskkd-cdb does chroot(2) in this version.
Since chroot(2) requires superuser privilege, dbskkd-cdb should be started
by root. For inetd user, please double-check your inetd.conf line from
skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb
to
skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb"
to kick by root. Daemontools users please consult the document.
Thanks to: Kenji Rikitake (the dbskkd-cdb author)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of this port), and completely rewrite this port in order to install
latest version of dictionaries with less costs.
Major changes are as follows:
* Set DISTFILES to my directory of MASTER_SITE_LOCAL. This directory
will contain monthly jisyo snapshot from the original distribution,
<URL:http://openlab.jp/skk/skk/dic/>. For less traffic, dictionary
files are bzip2(1)ed. Thanks to cron(8), I can update my MASTER_SITE_LOCAL
directory automatically -- you can see 200411 version of dictionary file
at Nov/01/2004 (yeah!).
* You can choose which size of dictionary files to be installed. Set
SKK_JISYO_TYPE to L, M, S, or any combination of these chars. Default
to 'L M S' so no files are disappeared with this commit.
* Introduce WITH_SKKJISYO_DELCOMMENTS, to delete annotations of any
dictionaries (at this time, only SKK-JISYO.L have annotations).
If you 1) don't want any annotations, 2) want to save disk space, or
3) have a client which doesn't aware annotations, use this option:
i.e., "make WITH_SKKJISYO_DELCOMMENTS=yes".
* Introduce WITH_SKKJISYO_CDB, to build CDB version of dictionaries.
In previsous version of ports, it is assumed that CDB version is
already made. However, it seems that the maintenance cost is not
so cheap; ports/japanese/skk-jisyo-cdb is broken at least two months.
I'm trying to contact the MAINTAINER of ports/japanese/skk-jisyo-cdb;
with this change, ports/japanese/skk-jisyo-cdb can be changed more
simple one.
* While I'm here, employ PLIST_FILES to simplify pkg-plist.
I've tested as much as possible including option combinations, "make
package", and pkg_add/delete. But if you find that I made a mistake,
please let me know.
Tested by: rushani
Suggestion from: nork
|
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
| |
Approved by:adamw (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since Aug/2003, this port doesn't provide a client portion of SKK. This
means that this "meta" port is not a "meta." Since there are lots of
servers/clients/dictionaries of SKK, it would be a little bit hard to
define what's the "whole SKK system." (Note that old SKK tarball have
server, client, and dictionary, so it's simple to define the "whole.")
This ports can be removed if nobody still care of this, but I hope that
someone cleanups this port in someday -- just drop my maintainership only.
Note for SKK users: Take your favorite applications and use it.
- servers
skkserv, dbskkd-cdb, rskkserv, and multiskkserv are in the ports.
See also http://openlab.jp/skk/skkserv.html for more servers.
- clients
ddskk, ddskk-emacs20 (both are also called "skk 12.x"), jmode-skk,
skk10-elisp-emacs20, skkfep, skkinput, and skkinput3 are in the ports.
You may find other clients, for GTK, IIIMF; try googling.
- dictionary
There are ports of skk-jisyo and skk-jisyo-cdb (CDB version of
dictionary).
See also http://openlab.jp/skk/dic.html more dictionaries.
- others
There is a port of skk-tools.
|
|
|
|
|
|
|
|
|
| |
The skkserv is so old and slow, almost all users doesn't use in their real
life I believe -- but I don't delete it, since there's no reason to do.
If you still use this server, check http://openlab.jp/skk/skkserv.html and
switch to a new server; dbskkd-cdb, rskkserv, and multiskkserv are good
candidates since they are all registered to FreeBSD ports.
|
| |
|
|
|
|
|
|
| |
PR: ports/72428
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer)
nobutaka
|
|
|
|
|
| |
PR: ports/73065
Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer)
|
| |
|
|
|
|
| |
characters.
|
| |
|
|
|
|
|
|
|
| |
- $XDVIETCDIR has been set to $TEXMF/xdvi-ptex by default.
xdvi(1) now searches the necessary files from the share/texmf/xdvi-ptex
directory first, and then the share/texmf/xdvi directory.
- Bump PORTREVISION.
|
|
|
|
|
|
|
| |
- Remove dependency on tetex-modesw in print/tex-texmflocal.
- Use updmap.cfg to generate font map files. updmap-ptex, a
wrapper script of updmap(1) for pTeX support has been added.
- $TEXCONFIG has been set to $TEXMF/dvips{-ptex,}// by default.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
have affected Mozilla and other browsers also affect these ancient
Netscape versions.
|
|
|
|
|
| |
PR: ports/72950
Submitted by: Kimura Fuyuki (maintainer)
|
|
|
|
| |
Submitted by: (indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
|
| |
|
|
|
|
|
| |
Use pre-su-install instead of pre-install
Drop maintainership
|
|
|
|
| |
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
textproc/scim 0.99.6 --> 1.0.0
chinese/scim-chinese 0.4.1 --> 0.4.2
chinese/scim-tables 0.4.1 --> 0.4.3
korean/scim-tables 0.4.1 --> 0.4.3
japanese/scim-tables 0.4.1 --> 0.4.3
textproc/skim 0.9.5 --> 1.0.0
Pet portlint.
PR: ports/71919
Submitted by: maintainer.
|
| |
|
|
|
|
|
|
| |
PR: 72776
Submitted by: Fumihiko Kimura
Obtained from: Dr. URASHIMA Akira
|
|
|
|
|
| |
Pointed out by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
PR: ports/71581
|
|
|
|
|
| |
PR: ports/72573
Submitted by: Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
|
| |
|
|
|
|
| |
- Add $HTMLLINT_ADMIN to indicate admin address.
|
|
|
|
|
|
|
| |
Update to 1.2.24
PR: ports/71601
Submitted by: Michael Johnson <ahze@ahze.net>
|
| |
|
|
|
|
|
| |
PR: ports/71581
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
|
|
|
|
|
| |
PR: 72572
Submitted by: maintainer
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
| |
- Change maintainer to kuriyama.
Submitted by: metal
Approved by: portmgr (marcus), horikawa (former maintainer, blanket)
|
|
|
|
|
|
|
| |
o Use /dev/ttyv0 instead of /dev/vga on 5.x.
Accordingly bump PORTREVISION.
Approved by: portmgr (kris), shige (maintainer/blanket)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
| |
PR: ports/71798
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> (maintainer)
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
|
|
| |
o Added -D_DONT_USE_CTYPE_INLINE_ to CFLAGS not to use inlined wcwidth().
o Modified pkg-plist to use %%DOCSDIR%%.
PR: ports-jp/15003, ports/71331
Submitted by: SHIOZAKI Takehiko <st@be.to>
Approved by: maintainer blanket
Obtained from: ports/71329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Cleaned up pkg-plist for NOPORTDOCS.
o Added the latest Japanese documents.
o Also added the following knobs.
WITH_MUTT_HEADER_CACHE
WITH_MUTT_IDN
MUTT_CONFIGURE_ARGS
PR: ports-jp/14983[1], ports/71329[2]
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>[1]
SHIOZAKI Takehiko <st@be.to> (maintainer)[2]
Reviewed by: Kimura Fuyuki <fuyuki@hadaly.org>
vs
|
|
|
|
|
| |
PR: ports/71284
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
| |
PR: ports/71143
Submitted by: Takahiro MORISHITA (maintainer)
|
| |
|
|
|
|
|
| |
Submitted by: Jin-Shan Tseng, me
Approved by: maintainer
|
|
|
|
|
|
|
| |
Also update WWW-tag
PR: ports/71117
Submitted by: Michael Johnson
|
|
|
|
|
|
| |
PR: ports/68922
Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>,
Fumihiko Kimura <jfkimura@yahoo.co.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
functions to search lots of documents for some documents including specified
words. The principal purpose of Estraier is to realize a full-text search
system of a web site. It functions similarly to Google, but for a personal
web site or sites in an intranet.
PR: ports/71090
Submitted by: Michael Johnson <ahze@ahze.net>
|
|
|
|
| |
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
|
| |
PR: ports/70435
Submitted by: Kimura Fuyuki (maintainer)
|
|
|
|
|
| |
PR: ports/69745
Submitted by: Michael Johnson
|
|
|
|
|
| |
PR: ports/71012
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer)
|
|
|
|
| |
- s/cp -r/cp -R/.
|
| |
|
|
|
|
| |
drop maintainership
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update textproc/scim to 0.99.6
Update dependants:
textproc/skim 0.9.4 --> 0.9.5
chinese/scim-chinese 0.4.0 --> 0.4.1
chinese/scim-tables 0.4.0 --> 0.4.1
korean/scim-tables 0.4.0 --> 0.4.1
japanese/scim-tables 0.4.0 --> 0.4.1
PR: 70501
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
| |
|
|
|
|
| |
- Fix MASTER_SITES.
|
|
|
|
| |
Pointy hat to: hrs
|
| |
|
|
|
|
|
| |
- Remove NO_PACKAGE and NO_CDROM.
- Remove fonts.{dir,alias}.ipa and generate fonts.dir on the fly.
|
| |
|
|
|
|
|
|
| |
- Fix the build on 5.x[*].
[*]Reported by: kris
|
|
|
|
|
| |
- Remove japanese/platex209-* and japanese/xdvik-vflib.
- Add japanese/xdvik and japanese/platex209.
|
| |
|
|
|
|
|
|
|
|
|
| |
it no longer depends on VFlib.
- Fix kpathsea searching order. This (Japanese version
of xdvik) now uses $TEXMF/web2c-ptex/texmf.cnf first.
- Some style changes.
|
|
|
|
|
|
|
| |
and remove japanese/platex209-* since this classification is
almost useless now.
- Fix dependencies.
|
|
|
|
|
|
|
|
|
| |
The changes include:
- Fix handling of page size when dvipdfmx is used.
- Fix a bug to prevent old pLaTeX from working.
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
| |
- Add odvips/udvips support.
- Fix pkg-descr.
- Fix kpathsea searching order. This (Japanese version
of dvipsk) now uses $TEXMF/web2c-ptex/texmf.cnf first.
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
| |
|
|
|
|
| |
He is appropreate to maintain this port.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/70543
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/69815
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Obtained from: chasen cvs
|
|
|
|
|
| |
(Infomation-technology Promotion Agency)
freely available but re-distribution is restricted.
|
|
|
|
|
|
|
| |
Fix build with gcc 3.4.2
PR: 70403
Submitted by: Takahiro MORISHITA
|
|
|
|
|
|
|
|
| |
2: Add sf.net to MASTER_SITE.
3: make other ports BROKEN on 4-X.
PR: ports/70326
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/70072
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
|
|
|
|
| |
Found by: freshports
|
|
|
|
| |
- Move conditional dependency to the bottom of Makefile.
|
| |
|
|
|
|
|
| |
PR: ports/70191
Submitted by: Takahiro MORISHITA (maintainer)
|
| |
|
|
|
|
|
|
|
| |
o rcNG-ify obtained from net/samba3.
PR: ports/70034
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
|
|
|
| |
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Committed at: CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
|
|
|
|
|
| |
PR: ports/69777
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
|
|
|
|
| |
PR: ports/69727
Submitted by: Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
|
|
|
|
|
|
| |
Pointed Out by: hrs
While at it, changed the Makefile to use MASTER_SITE:n.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--- /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>
|
|
|
|
|
|
| |
PR: ports/68210
Submitted by: Ulrich Spoerlein (q at uni.de)
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
of NTT JTeX to ASCII Japanese TeX.
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
- Some style changes.
Approved by: linimon (mentor)
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Reported by: bento via kris
Tested on the box from: AMD Developper Program (FreeBSD/amd64)
|
| |
|
|
|
|
|
| |
PR: ports/69193
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
| |
PR: ports/69167
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
|
|
| |
- Update to 2.16.6
PR: ports/69106
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
|
| |
PR: 69103
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from: AMD Developper Program (FreeBSD/amd64)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/68966
Submitted by: Aho K.F. Li <thinker@branda.to> (maintainer)
|
|
|
|
|
| |
PR: ports/68883
Submitted by: thinker@branda.to <thinker@branda.to> (maintainer)
|
|
|
|
| |
Suggested by: Aleksander Fafula <alex@fafula.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Submitted by: hrs
Approved by: Mitsuru Yoshida <mitsuru@riken.go.jp> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/67133
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Somepart by: me
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: 68560
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/68439
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- new slave port japanese/bugzilla
PR: 68318, 68319
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
|
| |
Approved by: taoka (blanket)
Tested on the box from: AMD Developper Program
|
| |
|
|
|
|
|
| |
PR: ports/68406, ports/68410
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Add dependency on m17n-lib. [*]
PR: ports/68302 [*]
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [*]
|
|
|
|
|
| |
PR: ports/68261
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: ports-jp/14820
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Approved by: ukatsuta@mud.biglobe.ne.jp (maintainer)
|
|
|
|
|
|
| |
PR: ports-jp/14689
Suggested by: Shin-ya Kuwamura <kuwa@labs.fujitsu.com>
Approved by: mita (blanket)
|
|
|
|
|
| |
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
|
| |
|
|
|
|
|
| |
PR: ports/68099
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
| |
Submitted by: hrs
|
|
|
|
| |
Pointed out by: eik
|
|
|
|
|
| |
Approved by: linimon (mentor)
Approved by: maintainer timeout (2 weeks)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
| |
pTeX distribution.
- Fix MASTER_SITES.
Approved by: linimon (mentor)
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
| |
TeX related packages.
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
- Fix dependencies (print/teTeX-*).
Approved by: linimon (mentor)
|
|
|
|
|
|
|
| |
- Use share/texmf/web2c-ptex as the default search path of texmf.cnf file.
- Fix dependencies (print/teTeX-*).
Approved by: linimon (mentor)
|
|
|
|
|
| |
PR: ports/68057
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
| |
|
|
|
|
|
|
|
| |
This version is based on 4.9-RELEASE ls command.
PR: ports/67918
Submitted by: kazami <kazami@angels.vg>
|
| |
|
| |
|
| |
|
|
|
|
| |
Set EXTRACT_DEPENDS.
|
| |
|
|
|
|
| |
Set EXTRACT_DEPENDS to fix the build error at bento.
|
|
|
|
|
|
|
|
| |
o Remove BROKEN.
o Add WWW: to pkg-descr.
o Fix denepdency on japanese/openoffice-1.1.
Pointed out by: bento via kris
|
|
|
|
|
| |
PR: ports/67668
Submitted by: Takayuki Nakao <t@nakao.org> (maintainer)
|
|
|
|
|
| |
PR; ports/67868
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/67618
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
|
| |
PR: ports/67650
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
|
| |
|
|
|
|
|
|
| |
EXTRACT_ONLY instead.
Submitted by: kientzle
|
|
|
|
|
| |
PR: ports/67537
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer)
|
|
|
|
|
| |
PR: ports/67525
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/67408
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/67370
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
|
|
|
|
|
| |
Approved by: Sunagawa Koji <koj@ofug.net> (maintainer)
Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/67318
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
|
| |
|
|
|
|
| |
PREFIX != /usr/local.
|
|
|
|
|
| |
PR: ports/67044
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/66688
Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org> (maintainer)
|
|
|
|
|
| |
Approved by: maintainer timeout (broken for 6 months)
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
| |
|
|
|
|
| |
Turn off RUN_DEPENDS to `graphics/netpbm' when PACKAGE_BUILDING is defined.
|
|
|
|
|
|
| |
does not install dvips nor xdvi.
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
print/tgif2tex.
PR: ports/61928
Approved by: kris
|
| |
|
| |
|
|
|
|
| |
Update to 1.3.1
|