# New ports collection makefile for: jarl # Date created: 10 November 2002 # Whom: dd # # $FreeBSD$ # PORTNAME= jarl PORTVERSION= 0.5001 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Jarl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Perl/Tk Jabber client RUN_DEPENDS= ptksh:${PORTSDIR}/x11-toolkits/p5-Tk \ ${SITE_PERL}/Net/Jabber/IQ.pm:${PORTSDIR}/net/p5-Net-Jabber NO_BUILD= yes USE_REINPLACE= yes USE_PERL5= yes makeplist: ${ECHO_CMD} bin/jarl > ${PLIST} ${FIND} ${PREFIX}/share/jarl -type f -print | ${CUT} -d/ -f4- >> \ ${PLIST} ${FIND} ${PREFIX}/share/jarl -type d -print | ${CUT} -d/ -f4- | \ ${SORT} -r | ${SED} 's/^/@dirrm /' >> ${PLIST} post-patch: ${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/jarl do-install: ${MKDIR} ${PREFIX}/share/jarl ${INSTALL_SCRIPT} ${WRKSRC}/jarl ${PREFIX}/bin cd ${WRKSRC} && ${FIND} lib bitmaps -type d -print | while read d; do \ ${MKDIR} ${PREFIX}/share/jarl/$$d; \ ${FIND} $$d -maxdepth 1 -type f -print | \ ${XARGS} -t -J% ${INSTALL_DATA} % \ ${PREFIX}/share/jarl/$$d; \ done; .include 4/cgit/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Remove this post-patch target, the -O3 line is commented out by the patch.mat2016-10-181-4/+0
* - Update `graphics/embree' to version 2.11.0danfe2016-10-178-217/+13
* - Apply a upstream patch to fix the build with phpwen2016-10-172-0/+19
* - fix option WEBPdinoex2016-10-172-3/+29
* - Update to 1.2-7tota2016-10-163-5/+6
* - Update to 1.5.4danilo2016-10-162-4/+4
* - Update to 8.4.2danilo2016-10-143-7/+7
* - Update to 1.5.3danilo2016-10-132-4/+4
* - Update jpeg-turbo to 1.5.1antoine2016-10-136-7/+51
* graphics/ImageMagick: Update to 6.9.5-10feld2016-10-122-4/+4
* graphics/mupdf: Patch to resolve CVEsfeld2016-10-127-4/+47
* graphics/openjpeg: Add patches to resolve CVEsfeld2016-10-115-0/+80
* Take maintainership and upgrade to latest version.des2016-10-112-9/+8
* Try to unbreak the build on recent FreeBSD versions.danfe2016-10-111-0/+2
* Update to 2.22.adamw2016-10-112-4/+4
* - Cosmetic fixesamdmi32016-10-112-3/+3
* - Update to 1.0.2tota2016-10-102-5/+7
* - Update to 0.7.2amdmi32016-10-102-8/+8
* - Update to 0.4.2amdmi32016-10-105-20/+11
* graphics/poppler: ignore installed NSS for nowjbeich2016-10-101-1/+2
* - Update to 1.6.25antoine2016-10-103-20/+16
* Update to 1.39.adamw2016-10-092-3/+5
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-1/+1
* graphics/sekrit-twc-zimg: update to 2.3jbeich2016-10-093-6/+8
* - Switch to options helpersamdmi32016-10-092-13/+11
* Update to 2.09.adamw2016-10-092-3/+4
* Update to 1.42. Add NO_ARCH and sort plist.adamw2016-10-093-5/+6
* Update to 1.53.adamw2016-10-092-4/+6
* graphics/nplot: USE_OPENSSL -> USES=sslpi2016-10-071-2/+1
* Update to version 1.5.2-beta.danfe2016-10-075-145/+5
* graphics/nplot: 0.9.10 -> 0.9.11pi2016-10-075-11/+47
* Update to 0.8.1olivierd2016-10-074-6/+23
* - Switch to options helpersamdmi32016-10-062-3/+7
* Update SeExpr to version 2.11 (latest stable).danfe2016-10-063-16/+5
* - Update to 4.4.0cpm2016-10-052-5/+5
* Needs USES python for remove-duplicatesehaupt2016-10-051-1/+1
* Add pkg-plist (forgotten in previous commit)ehaupt2016-10-051-0/+8
* Update to 2.6ehaupt2016-10-052-29/+13
* graphics/opencv2: back out r423063 for breaking consumers on 9.xjbeich2016-10-054-6/+5
* graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-0435-33/+42
* graphics/opencv: update to 2.4.13.1jbeich2016-10-0413-1180/+55
* graphics/opencv: drop unused line after r260084jbeich2016-10-041-1/+0
* graphics/opencv: chase HTTP redirectjbeich2016-10-032-3/+2
* Relocate former Google Code Project site to new, actively maintained site.ehaupt2016-10-034-6/+9
* - Add LICENSE.stephen2016-10-031-2/+7
* - Remove dependency on GCC.stephen2016-10-035-98/+87
* - Update to 0.2.7ehaupt2016-10-035-14/+27
* Chase GNU Emacs updates, and unbreak INDEX fileashish2016-10-021-1/+1
* Update to version 4.1.7pawel2016-10-022-4/+4
* graphics/py-opencv: drop python3 vestige after r422698jbeich2016-10-011-5/+0
* update shotwell to 0.24.0cmt2016-10-012-4/+4
* graphics/opencv: unbreak build on 9.x after r421231jbeich2016-10-011-1/+2
* graphics/opencv: convert to option helpers (cpu)jbeich2016-10-011-34/+12
* graphics/opencv: convert to option helpers (nested)jbeich2016-10-011-8/+2
* graphics/opencv: convert to options helpers (mechanic)jbeich2016-10-011-117/+53
* graphics/opencv: switch to new homejbeich2016-10-012-4/+7
* Fix LICENSE, GPL21 doesn't existantoine2016-10-011-1/+1
* Update to 0.9.5.2madpilot2016-10-013-5/+5
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-019-20/+39
* multimedia/libvpx: update 1.6.0jbeich2016-09-303-2/+3
* Fix integer overflow in gdImageWebpCtx and bump PORTREVISION.ale2016-09-286-7/+44
* Add graphics/ansilove:amdmi32016-09-284-0/+53
* - Update devel/doxygen to 1.8.12antoine2016-09-282-449/+449
* - Update devel/efl to 1.18.1gblach2016-09-2728-397/+2
* - Update to 8.4.0danilo2016-09-263-6/+29
* - Update to 8.4.1danilo2016-09-263-15/+14
* - drop maintainershipdinoex2016-09-261-1/+1
* - Update devel/icu to 57.1.tijl2016-09-245-6/+7
* graphics/py-opencv: limit python version to 2.xrm2016-09-243-14/+3
* graphics/pygts: convert to autoplistrm2016-09-242-12/+2
* Unbreak graphics/wings on Erlang 19: FUNCTION_NAME is now a predefined macro.olgeni2016-09-232-3/+27
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-232-2/+0
* - Add patch, which fixes crashes of viewers based on Popplerolivierd2016-09-232-1/+18
* - Update to 7.0.2wen2016-09-233-6/+6
* Force usage of gcc because this ports does not work with clangbapt2016-09-221-0/+2
* - Switch to PORTDOCSamdmi32016-09-223-371/+3
* Update to 2016.2.0.grog2016-09-226-56/+9
* Upgrade to 1.7.7.thierry2016-09-222-4/+4
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-212-2/+0
* graphics/lib3ds: new fedora MASTER_SITES to unbreakmarino2016-09-211-3/+1
* graphics/squish: new macports MASTER_SITES to unbreakmarino2016-09-211-3/+1
* Update to 1.6kevlo2016-09-202-4/+4
* - Add LICENSEamdmi32016-09-201-4/+9
* Return to pool. Unfortunately, I don't have time to maintain this port.jhale2016-09-201-1/+1
* - Update to 3.16.1vg2016-09-192-3/+4
* Rework ONLY_FOR verbiage to reflect modern reality.linimon2016-09-191-1/+1
* Mark broken/deprecated: mastersite disappeared, last release 1996.linimon2016-09-191-0/+4
* Mark broken on sparc64.linimon2016-09-181-0/+2
* - Update to 1.1.1.2tota2016-09-172-4/+4
* Update the Qt5 ports to 5.6.1.rakuco2016-09-179-747/+584
* Mark BROKEN: fails to buildantoine2016-09-161-0/+2
* Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumersmarino2016-09-162-0/+2
* graphics/ruby-image_size: remove RUBY_RD_FILESswills2016-09-152-17/+8
* - Add LICENSEamdmi32016-09-151-3/+5
* Unmark broken on powerpc64swills2016-09-154-8/+0
* graphics/copperspice: upgrade v1.2.2 => v1.3.2, release maintainershipmarino2016-09-157-124/+153
* Update to 2.17.1zeising2016-09-153-4/+6
* GOOGLE_CODE has gone away.mat2016-09-1422-2/+43
* - Fix LICENSEamdmi32016-09-141-1/+2
* - Add LICENSEamdmi32016-09-121-4/+6
* - Fix build with GRASS option with updating DGRASS_PREFIXwen2016-09-111-1/+1
* Fixup r421626 to unbreak build on newer readelf.mandree2016-09-101-1/+1
* - Enable TOOLS by defaultamdmi32016-09-101-4/+8
* Mark NO_ARCHehaupt2016-09-101-0/+1
* Most commonly used build systems support silent builds, when theyamdmi32016-09-107-15/+4
* Replace objdump by readelf. Fixes build on arm64.mandree2016-09-107-22/+22
* - Update to 0.9.5.1amdmi32016-09-103-8/+6
* update shotwell to 0.23.6cmt2016-09-094-40/+16
* graphics/jpgraph2: install missing fontspi2016-09-091-1/+2
* - Add LICENSEamdmi32016-09-091-9/+17
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-077-6/+7
* Use infrastructure to depend on Linux libGLU.tijl2016-09-061-2/+2
* Update to libtiff 3.9.4-18.el6_8.tijl2016-09-065-17/+17
* Chase update of Poppler after revision r421386olivierd2016-09-0618-14/+18
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-0631-181/+106
* - Update to 0.46.0olivierd2016-09-067-17/+23
* - Update to 0.9.5amdmi32016-09-012-9/+10
* Update graphcis/digikam-kde4's & friends distfile location.tcberner2016-09-011-1/+1
* graphics/piglit: New port for the Mesa testsuitedumbbell2016-09-0110-0/+297
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-302-2/+2
* Do not require GCC.thierry2016-08-305-14/+58
* - Update to 1.5.2danilo2016-08-292-4/+4
* - update to 2.2.3dinoex2016-08-296-120/+37