aboutsummaryrefslogtreecommitdiffstats
path: root/irc/riece
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 7.0.0sylvio2010-06-202-5/+4
| | | | | | PR: ports/147785 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Feature safe: yes
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken frombsam2009-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi
* - Update to 6.1.0miwi2009-09-262-5/+4
| | | | | | PR: 139126 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintianer) Feature safe: yes
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 6.0.0anray2009-07-063-4/+6
| | | | | PR: ports/136282 Submitted by: Yasuhiro KIMURA (maintainer)
* - Update to 5.0.0beech2008-06-293-6/+8
| | | | | PR: ports/124968 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Make riece-emacs21 as slave to riecesem2007-08-081-1/+0
| | | | | PR: ports/114671 Submitted by: maintainer
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Update to 4.0.0anray2007-06-013-5/+6
| | | | | PR: ports/113136 Submitted by: KIMURA Yasuhiro (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 3.1.2anray2007-01-293-4/+10
| | | | | PR: ports/108506 Submitted by: KIMURA Yasuhiro (maintainer)
* Update to 3.1.1anray2006-10-052-4/+4
| | | | | PR: ports/103929 Submitted by: KIMURA Yasuhiro (maintainer)
* Update to 3.1.0anray2006-07-302-4/+4
| | | | | PR: ports/101023 Submitted by: KIMURA Yasuhiro (maintainer)
* - update to 3.0.0clsung2006-05-303-5/+8
| | | | | PR: ports/98071 Submitted by: maintainer (KIMURA Yasuhiro)
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Remove trailing spacesedwin2005-12-271-2/+2
|
* - Update to 2.0.2barner2005-11-233-3/+6
| | | | | | | - Add SHA256 PR: ports/89266 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* irc/riece: New version 2.0.1 is releasededwin2005-10-053-3/+5
| | | | | | | New version 2.0.1 is released. PR: ports/86908 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update to 2.0.0lawrance2005-09-043-3/+30
| | | | | PR: ports/85679 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* Since ports/75832 is already closed by committing a workaround, this portmezz2005-07-251-7/+1
| | | | | | | should not be marked BROKEN on ia64 now. PR: ports/83972 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* - Mark BROKEN on ia64.flz2005-04-151-1/+7
| | | | | PR: ports/79936 Submitted by: maintainer
* - Update to 1.0.8.flz2005-03-072-5/+3
| | | | | | PR: ports/78513 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Approved by: pav (mentor)
* - Update to 1.0.7bpav2005-02-092-3/+4
| | | | | PR: ports/77196 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* - Update to 1.0.7pav2005-02-063-5/+18
| | | | | PR: ports/77143 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* - Update to new version 1.0.6vs2004-12-102-4/+6
| | | | | | | - Add MASTER_SITE_SAVANNAH to MASTER_SITES PR: ports/74698 Submitted by: maintainer
* - Update to 1.0.5pav2004-11-074-48/+6
| | | | | PR: ports/73637 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
* - Fix bug in DCC protocol handling.pav2004-11-062-0/+44
| | | | | | PR: ports/73542 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Obtained from: author
* Bump PORTEPOCH because the PORTVERSION is changed fromhrs2004-11-041-0/+1
| | | | | | | 1.4.0 to 1.0.4 due to the repocopy and it prevents upgrading with portupgrade. Approved by: KIMURA Yasuhiro (yasu at utahime dot org) (maintainer)
* Add a missing file.hrs2004-11-011-0/+6
| | | | Noticed by: ume
* Add irc/riece (and irc/riece-emacs20, repocopy'd from irc/liece*), whichhrs2004-10-314-177/+136
| | | | | | | is an IRC client for Emacs. Riece is a redesign of the Liece IRC client. Prodded by: nork PR: ports/67852
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+3
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 1.4.10 (Bug fix release).yoichi2002-10-153-12/+3
|
* Update to 1.4.9yoichi2002-10-064-7/+13
|
* Update to 1.4.8yoichi2002-08-262-3/+2
|
* * Follow the locale changeyoichi2002-05-132-121/+94
| | | | | * Rearrange according to the removal of xemacs21-mule stub. * Bump up port revision
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+3
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Update to 1.4.7.yoichi2002-03-243-17/+10
| | | | It does not need flim any more.
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Update to 1.4.6.yoichi2002-02-123-14/+23
|
* Change dependency from flim-1.13 to flim-1.14.yoichi2001-12-051-4/+10
| | | | Reviewed by: knu(mentor)
* Move master port to irc/liece and add support for emacs21.yoichi2001-12-052-77/+81
| | | | Approved by: knu(mentor)
* Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.shige2001-11-061-5/+6
| | | | | | | | | | Inactivate flim-{emacs,mule,emacs20,xemacs21-mule}-current. Activate flim113-{emacs,mule,emacs20,xemacs21-mule}. Stop to support flim-{emacs,mule,emacs20,xemacs21-mule}. Synchronize the dependency with changing port name of flim/semi. Approved by: maintainers
* ldcc/ltcp have been moved to irc/liece-dcc.knu2001-05-062-4/+3
|
* Install Japanese message catalogue.knu2001-04-112-1/+10
| | | | Submitted by: MAINTAINER
* Add liece-emacs20 and liece-xemacs21-mule, yet another IRC clientknu2001-04-105-0/+200
which runs under Emacsen. PR: ports/26462 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>, knu