summaryrefslogtreecommitdiff
path: root/editors/flim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=246319
* Update to 1.14.9.MANTANI Nobutaka2009-09-232-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241988
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build error with WRKDIRPREFIX.MANTANI Nobutaka2009-05-171-16/+16
| | | | | | | | PR: ports/134205 Submitted by: Marcin Cieslak <saper@SYSTEM.PL> Notes: svn path=/head/; revision=234109
* Add build support for emacs-devel.MANTANI Nobutaka2009-02-211-2/+2
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=228801
* Correct pkg-plist.* for NOPORTDOCS=yes.MANTANI Nobutaka2008-07-213-17/+17
| | | | | | | Reported by: itetcu (QA Tindy) Notes: svn path=/head/; revision=217251
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* Set PORTEPOCH to encourage flim-1.14.9 users to back to 1.14.8.MANTANI Nobutaka2007-12-261-0/+1
| | | | | | | Suggested by: ume Notes: svn path=/head/; revision=204574
* Backout previous update which breaks mail/wanderlust port.MANTANI Nobutaka2007-12-252-4/+5
| | | | | | | Reported by: ume Notes: svn path=/head/; revision=204519
* Update to 1.14.9.MANTANI Nobutaka2007-12-232-5/+4
| | | | Notes: svn path=/head/; revision=204381
* Correct dependency for emacs21 to fix package build.MANTANI Nobutaka2007-08-041-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197069
* Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.MANTANI Nobutaka2007-07-291-2/+1
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=196545
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Take over maintainership.MANTANI Nobutaka2006-12-052-4/+4
| | | | | | | | - Remove unfetchable URLs from MASTER_SITES. - Add WWW entry to pkg-descr. Notes: svn path=/head/; revision=178948
* Make DEPPORT_SUFFIX empty when EMACS_PORT_NAME = emacs22 since ↵MANTANI Nobutaka2006-07-101-1/+1
| | | | | | | | | editors/apel-emacs22 and editors/flim-emacs22 does not exist. Notes: svn path=/head/; revision=167322
* - Enable installation when EMACS_PORT_NAME is emacs22 - for 21,22 gnuAndrey Slusar2006-07-094-35/+11
| | | | | | | | | | | | emacsen use the one pkg-plist file. [1] - Use the one pkg-descr for all master/slave ports. PR: ports/99917 [1] Submitted by: Toni Schmidbauer <toni@stderror.at> [1] Reworked by: anray [1] Notes: svn path=/head/; revision=167286
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark 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) Notes: svn path=/head/; revision=154626
* Update to 1.14.8.MANTANI Nobutaka2005-12-252-5/+4
| | | | Notes: svn path=/head/; revision=152001
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149253
* - Fix dependency for flim-xemacs21-muleSergey Matveychuk2005-11-181-2/+2
| | | | | | | | | | | - Sync dependencies for flim and semi-xemacs21-mule for one style. Reported by: kris via pointyhat Discussed with: Andrey Slusar Notes: svn path=/head/; revision=148747
* Fix INDEX build:Sergey Matveychuk2005-11-171-2/+3
| | | | | | | | | - Get back editors/semi-xemacs21-mule and editors/flim-xemacs21-mule untill a decision will be found. - editors/flim: fix dependency. bump PORTREVISION. Notes: svn path=/head/; revision=148621
* Remove obsolete mastersites.Mark Linimon2005-09-111-3/+0
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=142491
* Update to 1.14.7.MANTANI Nobutaka2005-01-103-3/+4
| | | | Notes: svn path=/head/; revision=126050
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Add new master site with http-connection.Shigeyuki Fukushima2004-05-161-0/+1
| | | | Notes: svn path=/head/; revision=109253
* fix for emacs20: add forgotten delta.FUJISHIMA Satsuki2004-05-061-2/+2
| | | | Notes: svn path=/head/; revision=108548
* Update to 1.14.6.Shigeyuki Fukushima2004-05-025-8/+6
| | | | | | | | PR: ports/66118 Submitted by: shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=108152
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-064-3/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* Install info(ja version).Shigeyuki Fukushima2003-01-262-0/+6
| | | | | | | Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp> Notes: svn path=/head/; revision=74029
* Update to 1.14.5.Shigeyuki Fukushima2003-01-247-62/+6
| | | | | | | Submitted by: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Notes: svn path=/head/; revision=73939
* Update to 1.14.4.Shigeyuki Fukushima2002-08-237-6/+80
| | | | | | | | PR: ports/41640 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=64891
* New master/slave scheme for flim-1.14.x ports.Shigeyuki Fukushima2001-12-0111-237/+241
| | | | | | | | | | | Update master port to emacs21. Update slave ports to stub port: flim-emacs20. Newly support flim-xemacs21-mule stub port. Does not support flim-emacs and flim-mule for flim-1.14.x or later. Change some style. Notes: svn path=/head/; revision=50822
* Up to date pkg-descr.Shigeyuki Fukushima2001-11-133-3/+0
| | | | Notes: svn path=/head/; revision=49991
* Changes:Shigeyuki Fukushima2001-10-245-231/+205
| | | | | | | | | | | - Remove *-setupel.el routines and scripts/configure. Because Emacs20 or later has subdirs.el. - Specify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR clearly when port building. - Install *.el{,c} files to version specific site-lisp directory. Notes: svn path=/head/; revision=49181
* Eliminate portlint fatals and warnings as many as possible.Shigeyuki Fukushima2001-10-224-8/+7
| | | | Notes: svn path=/head/; revision=49089
* Update to 1.14.3 (after repo-copy).Shigeyuki Fukushima2001-10-2212-77/+150
| | | | | | | This version port is only for emacs20. Notes: svn path=/head/; revision=49085
* simple typo fix, remove odd extraneous spaces (^ $)Mario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38342
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Fix broken apel-dependency in the case of xemacs and xemacs20.Shigeyuki Fukushima2000-07-191-0/+4
| | | | Notes: svn path=/head/; revision=30833
* Convert into EMACS_PORT_NAME style port.Shigeyuki Fukushima2000-07-129-62/+46
| | | | Notes: svn path=/head/; revision=30528
* Finish converting editors/ to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27506
* Install _pkg.el for xemacs(21.x or later) package version descriptor.Shigeyuki Fukushima2000-01-112-1/+24
| | | | Notes: svn path=/head/; revision=24642
* Install to ${PREFIX}/lib/xemacs/site-packages as XEmacs packages.Shigeyuki Fukushima1999-10-181-0/+10
| | | | | | | | | (apel is RUN_DEPENDS on xemacs-sumo-packages. some PLIST are fixed.) Pointed out by: HASEGAWA Tomoki <thasegawa@mta.biglobe.ne.jp> Notes: svn path=/head/; revision=22506
* Fix an unfetchable problem.Shigeyuki Fukushima1999-10-141-4/+4
| | | | Notes: svn path=/head/; revision=22448
* Update to 1.13.2.Shigeyuki Fukushima1999-10-115-45/+74
| | | | Notes: svn path=/head/; revision=22345
* Fix for xemacs-21.1.6.Shigeyuki Fukushima1999-09-101-27/+77
| | | | | | | | flim-current/semi-current/wemi-current should be compatible with xemacs-packages on xemacs-21.x. Notes: svn path=/head/; revision=21599
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Add EMACS_LIBDIR_WITH_VER valiable.Shigeyuki Fukushima1999-08-065-11/+16
| | | | | | | | flim-setupel.el file is installed into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp. Notes: svn path=/head/; revision=20560