| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
install phase
|
|
|
|
|
| |
PR: ports/66082
Submitted by: Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 66104
Submitted by: maintainer
|
|
|
|
|
| |
PR: 65871
Submitted by: Takayuki Nakao
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/65701
Submitted by: Takahiro MORISHITA <morishita@skywing.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/65663
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> (maintainer)
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Patch the included intltool-merge script so that it works with older
perl.
Submitted by: ume
|
| |
|
|
|
|
|
| |
PR: ports/65447
Submitted by: maintainer
|
|
|
|
|
|
|
| |
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...
Pointed out by: kris
|
| |
|
|
|
|
|
| |
PR: ports/65437
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
|
| |
PR: ports/65290
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with gtk+-2.4.
|
| |
|
|
|
|
|
|
|
| |
- Fix depends
PR: ports/65130
Submitted by: hrs (maintainer)
|
| |
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: ports/64835
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Approved by: shige (blanket)
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
emacs ports renaming.
PR: ports/64567
|
|
|
|
| |
o Fix typo in jfold() manpage.
|
| |
|
|
|
|
|
| |
PR: ports/64798
Reported by: TAKAHASHI Tamotsu <tamo-spam@mutt.no-ip.org>
|
|
|
|
|
|
| |
statements).
Submitted by: ume
|
|
|
|
| |
Submitted by: trevor
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
| |
|
|
|
|
| |
establish proper master-slave relations between ports
|
|
|
|
|
| |
PR: ports/64537
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
|
| |
PR: ports/64533
Submitted by: Fifth Fortune <fortuine@n.jpn.ph> (maintainer)
|
|
|
|
|
|
|
| |
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
|
|
|
|
|
| |
PR: ports/64494
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
|
|
|
|
| |
PR: 64443
|
| |
|
|
|
|
|
| |
PR: ports/64463
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Submitted by: trevor
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Reviewed by: daichi (maintainer)
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
| |
PR: 64393
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor (and verified by myself)
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Approved by: maintainers
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
PR: ports/64393
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
distfiles in my directory.
|
|
|
|
|
|
|
|
| |
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
|
|
|
|
| |
Utilize USE_ICONV.
|
| |
|
|
|
|
| |
Approved by: Takahiro MORISHITA (maintainer)
|
|
|
|
|
| |
PR: ports/64044
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
conflicted with itself (only shows up in edge cases); there was a case
where two ports in japanese/ installed smbfs man pages -- but one
installed very old ones. This seems to be the best conclusion from
the following convoluted PR:
PR: ports/59599
Submitted by: Koop Mast <einekoai@chello.nl>
Reviewed by: eik, trevor, dwcjr, nakaji, at various times
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
|
|
|
|
|
|
| |
s-nabe@cs.titech.ac.jp -> nabe@nabechan.org
Requested by Shingo WATANABE <nabe@nabechan.org>
|
|
|
|
|
| |
PR: ports/63910
Submitted by: maintainer
|
|
|
|
| |
Reported by: kris
|
| |
|
|
|
|
| |
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
| |
|
|
|
|
|
| |
correct handling of LDFLAGS but instead removed it from CONFIGURE_ENV
completely.
|
|
|
|
|
|
|
|
| |
with a user-friendly web front-end.
PR: ports/50813
Submitted by: Sunagawa Koji <koj@ofug.net>
Reviewed by: Vivek Khera <vivek@khera.org>
|
|
|
|
|
| |
PR: ports/63794
Submitted by: Masafumi Otsune <info@otsune.com> (maintainer)
|
|
|
|
|
|
|
| |
editors/emacs21.
PR: ports/63387
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
| |
Approved by: taoka (blanket)
|
|
|
|
|
|
|
|
|
| |
These are too old and the functionality is almost overlapped
with japanese/xdvik-vflib.
PR: ports/62074
Submitted by: hrs
Approved by: taoka (blanket)
|
|
|
|
|
|
| |
PR: ports/62391
Submitted by: Hiroki Sato <hrs@freebsd.org>
Maintainer timeout: 4 weeks
|
|
|
|
|
|
| |
PR: ports/57861
Submitted by: rushani
Approved by: taoka (blanket)
|
|
|
|
|
| |
PR: ports/63692
Submitted by: Fifth Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
|
|
| |
Correct the path for skk-jisyo. [1]
PR: ports/63422 [1]
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
| |
|
|
|
|
|
| |
PR: ports/60173
Submitted by: Takahiro Morishita <morishita@skywing.org>
|
|
|
|
|
| |
Submitted by: hrs
Approved by: maintainer no response
|
|
|
|
|
|
|
|
|
|
| |
the Japanese patch), and use them instead of the old version.
Bump PORTREVISION.
o Tidy up Makefile.
PR: ports-jp/14598[1], ports/63536[2],
Submitted by: SHIOZAKI Takehiko <st@be.to>[1], hrs[2]
Approved by: maintainer no response
|
|
|
|
|
|
|
|
| |
o Change MAINTAINERship to submitter.
PR: ports-jp/14599
Submitted by: SHIOZAKI Takehiko <st@be.to>
Approved by: IWASHITA Yoji <iwashita@cqmail.net> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
dictionary files for Stardict.
PR: ports/61458
Submitted by: LI Dong <ld@FreeBSD.org.cn>
|
|
|
|
|
|
|
|
| |
- Add WITH_VF2FT knob
PR: ports/62031
Submitted by: hrs
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
| |
PR: ports/63495
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
checked differencies (no posibility of security compromise here)
PR: ports/62343
Submitted by: hrs
Approved by: maintainer timeout (15 days)
|
|
|
|
|
|
| |
PR: ports/63435
Submitted by: hrs
Approved by: Makoto WATANABE <watanabe@z.phys.nagoya-u.ac.jp>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISION since the document is installed into incorrect location
in previous PORTREVISION.
Submitted by: bento via kris
|
| |
|
| |
|
| |
|