aboutsummaryrefslogtreecommitdiff
path: root/graphics/xface.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-1/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-1/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* - Properly remove references to deprecated emacs versions, and unbreak INDEXAshish SHUKLA2014-06-271-0/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359516
* - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedAshish SHUKLA2014-06-271-18/+1
| | | | | | | | | | | | upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359512
* - Add staging supportPawel Pekala2014-04-281-9/+8
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=352550
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276992
* Reset yoichi@FreeBSD since his commit bit was taken in for safekeeping.Mark Linimon2010-06-041-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=255687
* Fix size and checksum of x-face-e21.el.gz.Hajimu UMEMOTO2010-04-041-3/+3
| | | | | | | | | | | | | x-face-e21.el is for Emacs 21 and later. However, graphics/xface.el doesn't care recent Emacsen, but mail/x-face-e21.el does. The conflict between graphics/xface.el and graphics/xface.el should be fixed in the future. Reported by: Alexey Shuvaev <shuvaev__at__physik.uni-wuerzburg.de> PR: ports/141839 Notes: svn path=/head/; revision=252209
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - 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
* 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* remove abolished mirror siteYoichi NAKAYAMA2007-02-071-2/+1
| | | | Notes: svn path=/head/; revision=184491
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - 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
* Checksum mismatch detected, but distfiles' version number was not updated.Yoichi NAKAYAMA2005-11-162-5/+7
| | | | | | | | | I've confirmed that diff only shows change of FSF address in comment. Submitted by: pointyhat Notes: svn path=/head/; revision=148414
* x-face-e21.el has been updated to 0.128.Yoichi NAKAYAMA2005-03-202-5/+3
| | | | Notes: svn path=/head/; revision=131785
* BROKEN: Size mismatchKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129976
* Add one more master site.Yoichi NAKAYAMA2004-04-171-1/+2
| | | | Notes: svn path=/head/; revision=107318
* Update x-face-e21.elYoichi NAKAYAMA2004-03-242-2/+4
| | | | Notes: svn path=/head/; revision=105125
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 1.3.6.24Yoichi NAKAYAMA2003-09-052-3/+2
| | | | Notes: svn path=/head/; revision=88569
* x-face-e21.el: typo in comment fixed.Yoichi NAKAYAMA2003-05-081-1/+1
| | | | Notes: svn path=/head/; revision=80441
* Update x-face-e21.el.Yoichi NAKAYAMA2003-03-271-1/+1
| | | | | | | Do not bump revision since it was a minor change in comments. Notes: svn path=/head/; revision=77562
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update distinfo, without bumping portrevision,Yoichi NAKAYAMA2003-02-161-1/+1
| | | | | | | | | | since the change is small and only in comment. PR: ports/48220 Submitted by: Edward O'Connor <oconnor@soe.ucsd.edu> Notes: svn path=/head/; revision=75641
* Update x-face-e21.el (Face header support).Yoichi NAKAYAMA2003-02-052-2/+2
| | | | Notes: svn path=/head/; revision=74857
* Update x-face-e21.el to 0.119Yoichi NAKAYAMA2003-01-222-2/+2
| | | | Notes: svn path=/head/; revision=73794
* * x-face-e21.el is updated (Bug fix for empty x-face header).Yoichi NAKAYAMA2002-09-042-1/+2
| | | | | | | | * Bump up PORTREVISION since PORTVERSION is taken from the version of x-face-XXX.tar.gz Notes: svn path=/head/; revision=65587
* Update to X-Face utils 1.3.6.20Yoichi NAKAYAMA2002-06-082-2/+2
| | | | Notes: svn path=/head/; revision=60849
* Update to x-face-1.3.6.19 and newer x-face-e21.Yoichi NAKAYAMA2002-03-072-3/+3
| | | | Notes: svn path=/head/; revision=55678
* Update to x-face-1.3.6.18.Yoichi NAKAYAMA2002-02-252-3/+2
| | | | Notes: svn path=/head/; revision=55223
* Fix dependency (graphics/compface is removed).Yoichi NAKAYAMA2002-02-211-1/+1
| | | | | | | Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=55017
* Distfile replaced for a bug fix.Yoichi NAKAYAMA2002-02-212-1/+2
| | | | Notes: svn path=/head/; revision=55007
* Update to x-face-1.3.6.16, update x-face-e21 also.Yoichi NAKAYAMA2002-02-202-4/+3
| | | | Notes: svn path=/head/; revision=54977
* Update x-face-e21.el.Yoichi NAKAYAMA2002-02-182-1/+3
| | | | | | | Add PKGNAMESUFFIX to distinguish packages for different emacsen. Notes: svn path=/head/; revision=54866
* Oops, I was silly to assume missed hyphen in distfiles, sorry.Yoichi NAKAYAMA2002-02-171-2/+2
| | | | Notes: svn path=/head/; revision=54817
* Add x-face.el, X-Face utilities for Emacsen.Yoichi NAKAYAMA2002-02-175-0/+82
Notes: svn path=/head/; revision=54815