summaryrefslogtreecommitdiff
path: root/arabic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-6/+6
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Many KDE i10n ports: Patch updates CURDIRKurt Jaeger2016-05-261-1/+1
| | | | | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=415873
* Replace @*exec with @post*exec to ensure mktexlr is run in post phasesBaptiste Daroussin2016-05-241-2/+2
| | | | Notes: svn path=/head/; revision=415819
* Update to 5.0.6.Jung-uk Kim2016-05-071-2/+2
| | | | Notes: svn path=/head/; revision=414753
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update to 5.0.5.Jung-uk Kim2016-02-151-2/+2
| | | | Notes: svn path=/head/; revision=408954
* Update to 5.0.4.Jung-uk Kim2015-12-171-2/+2
| | | | Notes: svn path=/head/; revision=403932
* arabic/arabic: Fix staging after WRKDIR/WRKSRC global changesJohn Marino2015-11-131-2/+2
| | | | | | | | | | This port was left behind when it wandated WRKDIR != WRKSRC and it was failing staging. Approved by: just fix it Notes: svn path=/head/; revision=401516
* Update to 5.0.3.Jung-uk Kim2015-11-031-2/+2
| | | | Notes: svn path=/head/; revision=400704
* Bump port revision after r400639 to ensure that users get fixed package.Alexey Dokuchaev2015-11-021-1/+1
| | | | | | | Requested by: marino Notes: svn path=/head/; revision=400648
* - Rework broken conversion to option helpers in r399610: while ARABTEXDIRSAlexey Dokuchaev2015-11-021-12/+8
| | | | | | | | | | | | | ends up with the correct values, .for loop in `do-install' recipe would not iterate over `doc' subdirectory. So instead, get rid of ARABTEXDIRS altogether and install docs in dedicated `do-install-DOCS-on' target - While here, optimize away MKTEXLSR variable that was used only to amend PLIST_SUB knob and convert EXTRACT_SUFX to USES=tar:tgz per portlint(1) Reported by: marino Notes: svn path=/head/; revision=400639
* Employ option helpers (for DOCS_VARS) and put the knobs in their logicalAlexey Dokuchaev2015-10-181-9/+6
| | | | | | | order (first USE_*, then build-related, then miscellaneous/custom ones). Notes: svn path=/head/; revision=399610
* Update to 5.0.2.Jung-uk Kim2015-09-232-4/+5
| | | | Notes: svn path=/head/; revision=397662
* Update LibreOffice to 5.0.1.Jung-uk Kim2015-09-011-2/+2
| | | | | | | | | | | | Unfortunately, LibreOffice project completely dropped support for pre-C++11 compilers and libraries since 4.4. Therefore, we cannot easily build it on FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason, the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with no language packs). Notes: svn path=/head/; revision=395799
* arabic/khotot: cleanupsPhilip M. Gollucci2015-07-152-6/+2
| | | | | | | | | | - convert to USES=metaport PR: 201562 Submitted by: s3erios@gmail.com Notes: svn path=/head/; revision=392217
* - Fix library installation and strip librariesDmitry Marakasov2015-05-261-0/+11
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=387447
* Update to 4.3.7.Jung-uk Kim2015-04-251-2/+2
| | | | Notes: svn path=/head/; revision=384746
* Fix RUN_DEPENDSAntoine Brodin2015-03-311-3/+3
| | | | Notes: svn path=/head/; revision=382794
* Make fonts repecting XDGBaptiste Daroussin2015-03-214-6/+6
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Convert to USES=fontsBaptiste Daroussin2015-03-203-26/+20
| | | | Notes: svn path=/head/; revision=381772
* Fix pkg-messageBaptiste Daroussin2015-03-201-6/+1
| | | | Notes: svn path=/head/; revision=381770
* Convert to USES=fontsBaptiste Daroussin2015-03-203-16/+7
| | | | Notes: svn path=/head/; revision=381769
* Convert to USES=fontsBaptiste Daroussin2015-03-202-83/+45
| | | | | | | | Remove useless subdirectories Remove useless options Notes: svn path=/head/; revision=381768
* Update KDE SC to 4.14.3Alonso Schaich2015-03-111-2/+2
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* - Update to 4.3.6.Jung-uk Kim2015-02-201-2/+2
| | | | | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1] Notes: svn path=/head/; revision=379468
* Update to 4.3.5.Jung-uk Kim2014-12-181-2/+2
| | | | Notes: svn path=/head/; revision=374930
* Cleanup plistBaptiste Daroussin2014-12-094-30/+0
| | | | Notes: svn path=/head/; revision=374348
* Update to 4.3.4.Jung-uk Kim2014-11-271-2/+2
| | | | Notes: svn path=/head/; revision=373473
* Update to 4.3.3.Jung-uk Kim2014-10-311-2/+2
| | | | Notes: svn path=/head/; revision=371880
* Remove @dirrmBaptiste Daroussin2014-10-191-2/+0
| | | | Notes: svn path=/head/; revision=371219
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-193-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine Notes: svn path=/head/; revision=371193
* Update to 4.3.2.Jung-uk Kim2014-10-162-3/+2
| | | | Notes: svn path=/head/; revision=371023
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-102-1/+2
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Use OPTIONS helpers.Adam Weinberger2014-07-031-14/+4
| | | | Notes: svn path=/head/; revision=360452
* Update to 4.2.5.Jung-uk Kim2014-06-241-2/+2
| | | | Notes: svn path=/head/; revision=359029
* Update to libreoffice 4.2.4Baptiste Daroussin2014-06-111-2/+2
| | | | | | | | | | | - Speed staging phase by really installing to the stagedir directly - Rework to use predefined targets for build and install - Strip binaries - Remove now unnecessary dependencies on autotools - Add patches to fix crashes with icu 53.1 Notes: svn path=/head/; revision=357484
* - USE_BZIP2 -> USES=tar:bzip2Olli Hauer2014-06-013-4/+4
| | | | Notes: svn path=/head/; revision=356060
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-101-2/+2
| | | | | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc. Notes: svn path=/head/; revision=353599
* Update to 4.1.6.Jung-uk Kim2014-05-061-2/+2
| | | | Notes: svn path=/head/; revision=353103
* 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
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. Notes: svn path=/head/; revision=349983
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!Max Brazhnikov2014-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=347059
* Update to 4.1.5. It is partially based on the following PR.Jung-uk Kim2014-02-251-2/+2
| | | | | | | PR: ports/186265 Notes: svn path=/head/; revision=346062
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-183-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] Notes: svn path=/head/; revision=344893
* - Update distinfo due to a little change in a PFB font fileNicola Vitale2013-12-054-214/+215
| | | | | | | | | | | | | old dist file: http://people.freebsd.org/~nivit/public_distfiles/arabtex/255afcb5e8004781c6fcc77dbc28a89b/arab311.tgz new dist file: http://people.freebsd.org/~nivit/public_distfiles/arabtex/ded5e5c2e96afdf5827d58c6f41ea56a/arab311.tgz - Add license (LPPL10) - Sort Makefile variables - Allow staging - Remove post-install target - Remove Author field, and fix WWW one in pkg-descr Notes: svn path=/head/; revision=335716
* StagifyBaptiste Daroussin2013-11-041-1/+0
| | | | | | | | Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell. Notes: svn path=/head/; revision=332672
* - Update to 4.0.6.Jung-uk Kim2013-10-252-3/+2
| | | | | | | - Support staging. Notes: svn path=/head/; revision=331614
* Support stage.Vanilla I. Shu2013-09-255-6/+61
| | | | Notes: svn path=/head/; revision=328297