summaryrefslogtreecommitdiff
path: root/hebrew/hspell (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-24hebrew/hspell: Moved man to share/manMuhammad Moinur Rahman2-2/+4
Approved by: portmgr (blanket)
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer1-2/+0
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-0/+1
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-07-20hebrew: remove 'Created by' linesTobias C. Berner1-2/+0
A big Thank You to the original contributors of these ports: * Thierry Thomas <thierry@pompo.net> * Yonatan <onatan@gmail.com> * nadav@cs.technion.ac.il * nadav@libagent.org With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2019-08-13Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold1-2/+6
Notes: svn path=/head/; revision=508880
2017-07-20hebrew/hspell: update to 1.4Carlos J. Puga Medina4-9/+19
- Update to 1.4 - Remove LOCAL/makc from MASTER_SITES - Add LICENSE and LICENSE_FILE - Sort USES - Add LD_CONFIG - Drop SUB_LIST - Update WWW in pkg-descr Changes: http://hspell.ivrix.org.il/WHATSNEW PR: 220517 Approved by: onatan@gmail.com (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=446247
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov1-1/+1
Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
2014-10-27Cleanup plistBaptiste Daroussin1-1/+0
Notes: svn path=/head/; revision=371566
2014-06-16Stagify.Vanilla I. Shu2-7/+3
Approved by: portmgr@ Notes: svn path=/head/; revision=358022
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
hebrew) Notes: svn path=/head/; revision=327734
2013-09-12- convert to the new perl5 frameworkAndrej Zverev1-3/+2
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
2013-05-07Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin1-5/+3
/usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
2011-03-18- Get Rid MD5 supportMartin Wilke1-1/+0
With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
2010-08-01Update to 1.1Max Brazhnikov2-5/+5
PR: ports/148724 Submitted by: makc@ Approved by: maintainer timeout (two weeks) Notes: svn path=/head/; revision=258574
2010-01-31- use $SUB_FILES to dynamically adjust pkg-messagePhilip M. Gollucci2-1/+3
PR: ports/142584 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer timeout (onatan@gmail.com; > 2 weeks) Notes: svn path=/head/; revision=248921
2009-01-24Update to 1.0,Max Brazhnikov3-8/+10
sort plist, add -fPIC flag to fix linking with hspell library. PR: ports/130353 Submitted by: self Approved by: Jonatan B (maintainer), miwi (implicit) Notes: svn path=/head/; revision=226805
2008-08-21Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan1-1/+0
Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154157
2004-12-01Update to 0.8Tilman Keskinoz5-30/+12
PR: 74579 Submitted by: Yonatan <onatan@gmail.com> Notes: svn path=/head/; revision=122920
2004-11-14- Update maintainer's email addressPav Lucistnik1-2/+2
PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Notes: svn path=/head/; revision=121613
2004-03-31SIZEify (maintainer timeout)Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=105747
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2) Notes: svn path=/head/; revision=99920
2003-08-06Moved to a C frontend, instead of perl.Yen-Ming Lee4-34/+13
Lost Verbosity option on the way, making the Makefile and pkg-plist simpler, and perl not required to run anymore. PR: 55303 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Notes: svn path=/head/; revision=86395
2003-05-09upgrade to 0.5Ying-Chieh Liao5-16/+40
PR: 51960 Submitted by: maintainer Notes: svn path=/head/; revision=80530
2003-04-05typo USE_PERL -> USE_PERL5Edwin Groothuis1-1/+1
Noticed by: kento/bris :-) Notes: svn path=/head/; revision=78251
2003-04-02new port: Hebrew spellchecker and morphology engineEdwin Groothuis6-0/+82
A new and innovative spell checker for hebrew. portlint is happy about this. PR: ports/47265 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Notes: svn path=/head/; revision=77959