summaryrefslogtreecommitdiff
path: root/irc/iroffer-dinoex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-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)
* Mk/bsd.ruby.mk: Remove RUBY_NAMEPo-Chuan Hsieh2021-11-021-1/+1
| | | | | Use ruby${RUBY_SUFFIX} or libruby${RUBY_SHLIBVER} directly. It also fixes the inconsistency in lang/ruby{26,27,30}/{Makefile,pkg-plist}.
* irc/iroffer-dinoex: enable libunwind on all supported architecturesPiotr Kubaj2021-06-281-2/+2
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - cleanup rc.d scriptDirk Meyer2020-04-162-21/+19
| | | | Notes: svn path=/head/; revision=531850
* - fix build for CURRENTDirk Meyer2020-01-101-1/+2
| | | | Notes: svn path=/head/; revision=522618
* - fixes default charset for all translationsDirk Meyer2019-12-292-0/+22
| | | | Notes: svn path=/head/; revision=521270
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* - update to 3.32Dirk Meyer2019-03-242-7/+8
| | | | Notes: svn path=/head/; revision=496721
* - fix build on non-x86 architecturesDirk Meyer2019-01-281-4/+13
| | | | | | | | PR: 235069 Submitted by: Mark Linimon Notes: svn path=/head/; revision=491485
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-4/+3
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* - udpate MASTER_SITESDirk Meyer2018-12-311-1/+1
| | | | Notes: svn path=/head/; revision=488793
* iroffer-dinoexDirk Meyer2018-12-315-72/+8
| | | | | | | | - update to 3.31 - update homepage Notes: svn path=/head/; revision=488792
* - update to miniupnpc 2.1Dirk Meyer2018-05-091-1/+1
| | | | | | | | | | | | | | PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib Notes: svn path=/head/; revision=469430
* - update miniupnpc to 2.0.20161216Dirk Meyer2016-12-252-9/+19
| | | | | | | - bump API change Notes: svn path=/head/; revision=429468
* irc/iroffer-dinoex: fix RUBY LIB_DEPENDSSteve Wills2016-11-021-2/+1
| | | | | | | | | | Should only be on when the option is enabled Pointyhat to: swills Reported by: mat Notes: svn path=/head/; revision=425163
* irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDSSteve Wills2016-11-021-1/+3
| | | | Notes: svn path=/head/; revision=425160
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - fix API for miniupnpc-1.9.20151008Dirk Meyer2015-10-133-0/+57
| | | | Notes: svn path=/head/; revision=399210
* - cleanupDirk Meyer2015-10-081-7/+5
| | | | Notes: svn path=/head/; revision=398803
* - update to 3.30Dirk Meyer2015-03-082-4/+3
| | | | Notes: svn path=/head/; revision=380760
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371570
* - update miniupnpc to 1.9Dirk Meyer2014-10-111-1/+1
| | | | | | | | - bump users of shared lib version PR: 194031 Notes: svn path=/head/; revision=370628
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361953
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - remove broken MANPREFIXDirk Meyer2014-03-091-2/+2
| | | | Notes: svn path=/head/; revision=347573
* - use OPT_CONFIGURE_*Dirk Meyer2013-12-281-19/+9
| | | | Notes: svn path=/head/; revision=337839
* - drop PKGMESSAGE while installDirk Meyer2013-12-061-1/+0
| | | | Notes: svn path=/head/; revision=335744
* - revert r331810Dirk Meyer2013-10-282-4/+5
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-17/+16
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - update to 3.29Dirk Meyer2013-03-033-4/+7
| | | | Notes: svn path=/head/; revision=313381
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - update to 3.28Dirk Meyer2012-08-232-4/+3
| | | | Notes: svn path=/head/; revision=302978
* - use OPTIONS_DEFINEDirk Meyer2012-06-151-10/+8
| | | | Notes: svn path=/head/; revision=299366
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - bump for miniupnpc updateDirk Meyer2011-10-271-1/+2
| | | | Notes: svn path=/head/; revision=284437
* - update to 3.27Dirk Meyer2011-09-043-8/+20
| | | | Notes: svn path=/head/; revision=281155
* - update to 3.26Dirk Meyer2011-02-203-46/+46
| | | | | | | - new build targets Notes: svn path=/head/; revision=269402
* - Use canonical format for FreeBSD.org MAINTAINER addressesErwin Lansing2011-01-021-1/+1
| | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: 153513 Submitted by: sunpoet Notes: svn path=/head/; revision=267288
* - update to 3.25Dirk Meyer2010-12-153-7/+16
| | | | | | | | - add French files - fix options for default package Notes: svn path=/head/; revision=266362
* - update to 3.24Dirk Meyer2010-10-172-4/+4
| | | | Notes: svn path=/head/; revision=263149
* - rc.d stlye and commentsDirk Meyer2010-08-073-9/+11
| | | | | | | - update to 3.23 Notes: svn path=/head/; revision=258862
* - update to 3.22Dirk Meyer2010-06-152-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256554