aboutsummaryrefslogtreecommitdiff
path: root/net/jwhois
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/libidn: Update to 1.35Yuri Victorovich2019-04-021-1/+1
| | | | | | | | | | Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048 Notes: svn path=/head/; revision=497546
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/jwhois: fix all build issues with/without NLSKurt Jaeger2015-08-301-2/+4
| | | | | | | | PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> Notes: svn path=/head/; revision=395615
* net/jwhois: really commit fixKurt Jaeger2015-08-281-2/+2
| | | | | | | | | | Missed Makefile during last commit PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> Notes: svn path=/head/; revision=395502
* net/jwhois: added USES=iconvKurt Jaeger2015-08-264-14/+12
| | | | | | | | | | | | - Added USES=iconv - Regenerate patches to make portlint happy - Bump PORTREVISION PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> Notes: svn path=/head/; revision=395371
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-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
* Simplify plistBaptiste Daroussin2014-11-011-13/+3
| | | | Notes: svn path=/head/; revision=371980
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-294-10/+3
| | | | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* fix permission.Hajimu UMEMOTO2014-06-101-3/+2
| | | | | | | Spotted by: qat Notes: svn path=/head/; revision=357365
* - Stagefy.Hajimu UMEMOTO2014-06-102-16/+13
| | | | | | | - Add LICENSE. Notes: svn path=/head/; revision=357359
* Make it buildable on recent 10.0-STABLE and later.Hajimu UMEMOTO2014-06-101-0/+13
| | | | Notes: svn path=/head/; revision=357296
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355691
* Remove trailing whitespaces from category netEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345423
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-8/+7
| | | | | | | While here do some conversion to new options framework Notes: svn path=/head/; revision=317503
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Reassign to the heapThomas Abthorpe2012-04-031-1/+1
| | | | | | | | Approved by: portmgr (tabthorpe) Feature safe: yes Notes: svn path=/head/; revision=294139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to version 4.0.Makoto Matsushita2008-05-267-100/+154
| | | | | | | | | | | | | | | Also fixes to pkg-plist to 1) forget to chmod/chown db directory for package and 2) shut-up error message to remove ${PREFIX}/share/locale/rw (that is not listed in BSD.local.dist, and other applications such as bison may be used this directory.) jwhois.conf is also updated to the latest revision (1.137) from jwhois CVS repository. Pressure for update from: nork Notes: svn path=/head/; revision=213679
* Update latest jwhois.conf (rev 1.125) from the jwhois CVS repository,Makoto Matsushita2006-05-182-6/+20
| | | | | | | including server names update and new domains' whois server. Notes: svn path=/head/; revision=162696
* Add .eu domain whois server to the list. Bump PORTREVISION.Makoto Matsushita2006-04-282-1/+2
| | | | | | | | | | Please note that original submitter also sent to jwhois developers list so it'll be imported to the further jwhois version. Submitted by: karsten at rohrbach.de Notes: svn path=/head/; revision=160668
* Forget to update config files as of version 3.2.3.Makoto Matsushita2006-04-281-10/+65
| | | | | | | Content changes but don't update PORTREVISION, since more commit to come... Notes: svn path=/head/; revision=160667
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix plist: delete ${PREFIX}/share/locale/rw/LC_MESSAGES that is notMakoto Matsushita2005-11-132-1/+3
| | | | | | | | | | | listed in mtree/BSD.local.dist. Bump PORTREVISION since plist is changed. Submitted by: kris via pointyhat Notes: svn path=/head/; revision=148080
* Update to 3.2.3. Put SHA256 checksum to distinfo.Makoto Matsushita2005-11-105-15/+29
| | | | Notes: svn path=/head/; revision=147808
* Install the latest jwhois.conf file that comes from jwhois CVS repository.Makoto Matsushita2005-03-082-3/+882
| | | | | | | | | | | | | | | | - fetch jwhois.conf rev 1.106[1] via viewcvs. - put it to files/jwhois.conf - make a typo fix (s/whios/whois/g;) to files/jwhois.conf (this change will be submitted to original author very soon) [1] http://savannah.gnu.org/cgi-bin/viewcvs/jwhois/jwhois/example/jwhois.conf This commit makes content change, so bump PORTREVISION. Enjoy. Suggested by: Shinichiro Komatsu (via ReichaNet channel) Notes: svn path=/head/; revision=130618
* Be sure to remove directories which this port digs. No binary/documentsMakoto Matsushita2004-12-192-2/+3
| | | | | | | | | are changed, but bump PORTREVISION to fix installed +CONTENTS file. Submitted by: kris (via pointyhat) Notes: svn path=/head/; revision=124459
* Cleanup.Makoto Matsushita2004-04-152-15/+21
| | | | | | | | | | | | | | - Fix pkg-plist, add missing files to the list (gimme a pointy hat to me...) - Introduce INFO variable. - Don't touch share/locale/ directory. - Employ WITHOUT_NLS macro as other ports did. Since pkg-plist is changed, bump PORTREVISION. Submitted by: sf Notes: svn path=/head/; revision=107123
* SIZEify.Makoto Matsushita2004-02-101-0/+1
| | | | Notes: svn path=/head/; revision=100571
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update to 3.2.2.Makoto Matsushita2003-11-104-33/+2
| | | | | | | | PR: 59090 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=93662
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Add a patch to fix a problem with *.org lookup redirection.Makoto Matsushita2003-04-192-1/+21
| | | | | | | | | | Bump PORTREVISION. Submitted by: Phil Pennock <pdp@nl.demon.net> Obtained from: jwhois vendor CVS repository Notes: svn path=/head/; revision=79258
* De-pkg-comment.Makoto Matsushita2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76158
* Add a patch for jwhois.conf, which enables to query *-MNT RIPEMakoto Matsushita2003-02-131-0/+10
| | | | | | | | | | | | maintainer handle ID to whois.ripe.net. Note that this change is now incorporated into current jwhois code also; we can simply remove if new jwhois release is available. Requested by: Frank Altpeter <frank@altpeter.de> Discussed with: Peter Karlsson <peter@softwolves.pp.se> (jwhois developer) Notes: svn path=/head/; revision=75460
* Update to version 3.2.1.Makoto Matsushita2003-02-132-2/+2
| | | | Notes: svn path=/head/; revision=75459
* Update to version 3.2.0.Makoto Matsushita2002-09-124-10/+9
| | | | | | | | | | | | - bump version string - update md5 checksum - add new *.mo files - fix patch file for 3.2.0 Requested by: Yonatan Bokovza <Yonatan@xpert.com> Notes: svn path=/head/; revision=66203
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* More 3.1.0 fix and a feature enhancement from the jwhois CVS repository.Makoto Matsushita2002-04-223-49/+5
| | | | | | | | | | | Use external location for patches by the PR submitter, remove patch-3.1.0-fix. Bump PORTREVISION to note this change. PR: 36463 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=57986
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168