aboutsummaryrefslogtreecommitdiff
path: root/print/yatex
Commit message (Collapse)AuthorAgeFilesLines
* Correct all instances where OPTIONS_DEFINE was being overwrittenAdam Weinberger2014-07-151-2/+0
| | | | | | | by multiple definitions. Notes: svn path=/head/; revision=361986
* Support stageBaptiste Daroussin2014-07-021-14/+8
| | | | Notes: svn path=/head/; revision=360188
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355292
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Remove obsolete print/yatex-xemacs.Hiroki Sato2013-05-2113-335/+52
| | | | | | | - Simplify print/yatex. Notes: svn path=/head/; revision=318638
* Update to 1.77. Changes include:Hiroki Sato2013-04-282-9/+7
| | | | | | | | | - last-command-char issue has been fixed. - %#DVIPDF now supports selection of dvi-to-pdf programs. - More PDF viewers added to the menu. Notes: svn path=/head/; revision=316737
* Update to 1.76.Hiroki Sato2012-08-047-23/+69
| | | | Notes: svn path=/head/; revision=302016
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-011-1/+1
| | | | | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi Notes: svn path=/head/; revision=301834
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* - 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
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-1/+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 Notes: svn path=/head/; revision=246319
* - 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 pkg-plist.Hiroki Sato2008-11-072-8/+4
| | | | | | | | | - Some style clean-ups. Spotted by: pointyhat Notes: svn path=/head/; revision=222507
* Fix NOPORTDOCS=yes case and style cleanups.Hiroki Sato2008-10-0511-162/+78
| | | | Notes: svn path=/head/; revision=221205
* Update to 1.73.Hiroki Sato2007-05-042-5/+4
| | | | | | | | Submitted by: Shota IWAZAKI PR: ports/112391 Notes: svn path=/head/; revision=191517
* Fix pkg-plist and bump PORTREVISION.Hiroki Sato2006-02-282-0/+2
| | | | | | | | Spotted by: pointyhat Approved by: portmgr (erwin) Notes: svn path=/head/; revision=156891
* Fix pkg-plist.Hiroki Sato2006-02-201-0/+4
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=156537
* - 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
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-223-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Fix pkg-plist for XEmacs.Hiroki Sato2004-12-282-6/+0
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=125358
* Chase master-siteVolker Stolz2004-07-051-2/+1
| | | | | | | | | PR: ports/67390 Submitted by: Roman Neuhauser Approved by: maintainer timeout Notes: svn path=/head/; revision=112990
* Update to 1.72. yatexpkg.el has been added to support insertingHiroki Sato2004-05-056-5/+9
| | | | | | | | | | | | \usepackage{} automatically, and several bugs have been fixed. Take the maintainership. PR: ports/61926 Approved by: maintainer timeout (3 months) Approved by: linimon (mentor) Notes: svn path=/head/; revision=108441
* 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-062-1/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* Update the version to 1.70Satoshi Taoka2002-06-106-25/+25
| | | | | | | | Add EMACS_NO_BUILD_DEPENDS=yes in emacs20/emacs21 Delete BUILD_DEPENDS in xemacs21-mule (use BUILD_DEPENDS added in bsd.emacs.mk instead of it) Notes: svn path=/head/; revision=61081
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Add an entry missed (share/doc/yatex/htmlqa.eng) into pkg-plistSatoshi Taoka2001-09-201-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=48005
* Update to 1.69.kSatoshi Taoka2001-06-307-11/+24
| | | | Notes: svn path=/head/; revision=44577
* Update version to 1.69.e (this is beta version, 10103091216).Satoshi Taoka2001-03-093-9/+26
| | | | | | | The version supports YaTeX's hilighting for XEmacs (font-lock). Notes: svn path=/head/; revision=39296
* TypoSatoshi Taoka2000-11-021-1/+1
| | | | | | | Pointed out by: asami Notes: svn path=/head/; revision=34644
* Rename PLIST.<emacs> to pkg-plist.<emacs>.Satoshi Asami2000-10-081-4/+4
| | | | Notes: svn path=/head/; revision=33540
* (1) Fixed a problem hunging up the package-making system on bentoSatoshi Taoka2000-09-184-41/+35
| | | | | | | | | Pointed out: asami (2) Modified to use variables defined in Mk/bsd.emacs.mk as many as possible. Notes: svn path=/head/; revision=32795
* Change dependency from texinfo.el to texinfmt.el.Shigeyuki Fukushima2000-07-171-1/+1
| | | | | | | | | | Texinfo.el is a major mode elisp for editing Texinfo files. Texinfmt.el is for formatting Texinfo files into Info files. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30732
* Change dependency port from editors/xemacs-sumo-packages toSatoshi Taoka2000-07-171-1/+1
| | | | | | | | editors/xemacs--packages (editors/xemacs-sumo-packages was deleted from the port tree). Notes: svn path=/head/; revision=30730
* No need to delete share/emacs/site-lisp, it's created by mtree.Satoshi Asami2000-06-031-2/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29146
* Remove empty directories upon deinstallation.Satoshi Asami2000-05-304-0/+12
| | | | | | | Submitted by: obento Notes: svn path=/head/; revision=28989
* Use PKGNAMESUFFIX.Akinori MUSHA2000-04-131-4/+3
| | | | Notes: svn path=/head/; revision=27489
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27421
* PREFIX -> LOCALBASEMichael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26910
* Because japanese/xemacs-canna was moved to japanese/xemacs21-cannaSatoshi Taoka2000-01-081-1/+1
| | | | Notes: svn path=/head/; revision=24537
* Change a depend port from japanese/xemacs to japanese/xemacs-cannaSatoshi Taoka1999-12-011-1/+1
| | | | | | | | | because japanese/xemacs was removed Submitted by: asami Notes: svn path=/head/; revision=23518
* Could not compile in "parallel package build" by Asami-sanSatoshi Taoka1999-09-302-2/+5
| | | | | | | | | Modified BUILD_DEPENDS in master port and version number in slave ports Noticed by: asami Notes: svn path=/head/; revision=22087
* Cannot make by an error of INSTALLSatoshi Taoka1999-09-292-1/+3
| | | | | | | Noticed by: asami Notes: svn path=/head/; revision=22065
* Fix compile errorSatoshi Taoka1999-09-291-6/+7
| | | | | | | Create MANIFEST.yatex correctly Notes: svn path=/head/; revision=22063
* Updated to lastest versionSatoshi Taoka1999-09-279-22/+184
| | | | | | | | Modified MASTER_SITES Changed two ports for XEmacs to XEmacs's package style Notes: svn path=/head/; revision=22003