summaryrefslogtreecommitdiff
path: root/graphics/electrix
Commit message (Collapse)AuthorAgeFilesLines
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Support STAGEDIROlivier Duchateau2014-01-273-15/+8
| | | | | | | | | | | - Fix Python version - Remove indefinite article in COMMENT entry - Use new LIB_DEPENDS syntax - Replace USE_GNOME= desktopfileutils to USES= desktop-file-utils - Replace tab by space in WWW entry (pkg-descr) Notes: svn path=/head/; revision=341434
* Update poppler to 0.24.4.Koop Mast2013-12-271-2/+2
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* Commit pkg-plist part missed in r309330.Marius Strobl2012-12-211-3/+3
| | | | | | | Approved by: olivierd, bapt (implicit) Notes: svn path=/head/; revision=309376
* Make D-Bus and NLS support options (defaults unchanged). For completenessMarius Strobl2012-12-201-7/+24
| | | | | | | | | | sake, also make PDF support optional (still allowing to build a PS-only reader). Approved by: olivierd, bapt Notes: svn path=/head/; revision=309330
* - Convert to OptionsNGOlivier Duchateau2012-10-151-15/+12
| | | | | | | | | | | | While here - Update maintainer address - Trim Makefile headers Approved by: rene, miwi (mentors) Feature safe: yes Notes: svn path=/head/; revision=305925
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* eLectrix is an application to view Portable Document Format (PDF) files.Martin Wilke2011-11-194-0/+73
Features: - zoom an rotation - basic text search - basic navigation history - fullscreen mode - tabs WWW: http://electrix.sourceforge.net/ PR: ports/162525 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=286096