aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind9-dlz
ModeNameSize
-rw-r--r--Makefile7754logstatsplainblame
-rw-r--r--distinfo475logstatsplainblame
d---------files193logstatsplain
-rw-r--r--pkg-descr236logstatsplainblame
-rw-r--r--pkg-plist5541logstatsplainblame
integration of man page information for content assist and text hover. WWW: http://sourceforge.net/projects/shelled PR: ports/117174 Submitted by: Sutra Zhou <zhoushuqun at gmail.com> * . Update to 2.2.4.glewis2007-10-172-5/+5 | * . Fix MASTER_SITES so that it will correctly cycle through the Eclipseglewis2007-10-171-2/+2 | | | | and FreeBSD local sites. * . Builds and runs on amd64 as well.glewis2007-10-131-1/+1 | * . Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 portglewis2007-10-13135-750/+8250 | | | | | | | | | | before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp> * Update to 4.0.1 release.ale2007-10-122-4/+4 | * Remove expired leaf ports:vd2007-10-124-60/+0 | | | | | | | 2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable 2007-07-29 comms/ixj: does not work on any supported FreeBSD version 2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-22 java/collections: only needed for jdk1.1, which is obsolete * . Explicitly pull in X dependencies instead of depending on the open-motifglewis2007-10-111-0/+1 | | | | | | dependency to implicitly pull in the X libraries we need. Requested by: linimon * - Update maintainer mail adressmiwi2007-10-111-2/+2 | | | | | PR: 117073 Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer) * - Unbreakmiwi2007-10-092-8/+4 | | | | | | | - Update to 6.0.5 PR: 117023 Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer) * . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.glewis2007-10-071-2/+2 | * - Remove pr-patchmiwi2007-10-061-84/+0 | * Development using the properties file is performed by Java by the settingmiwi2007-10-065-0/+138 | | | | | | | | | | | | | | | | | file of J2EE application, internationalization correspondence with desktop application, etc. being sufficient. However, you have to change the multi-byte character in a file into Unicode with the native2ascii tool of attachment in J2SDK on the character platform un-depending. This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii. In addition to the usual functions of an editor, the plugin is integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved in Unicode. It can use by intuitive and simple operation. WWW: http://propedit.sourceforge.jp/index_en.html PR: ports/116871 Submitted by: Sutra Zhou <zhoushuqun at gmail.com> * . Update to 1.6.0_03 aka 6u3.glewis2007-10-063-4/+1504 | | | | Reported by: John Prather <john.c.prather@gmail.com> * . Update to 1.5.0_13.glewis2007-10-053-4/+5 | | | | Reported by: John Prather <john.c.prather@gmail.com> * . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.glewis2007-10-051-2/+2 | * Fix build on i386 with WITHOUT_WEB option.jkim2007-10-052-0/+28 | | | | | | PR: ports/116700 Reported by: Michiel Boland (michiel at boland dot org) Approved by: glewis (mentor) * Mark as broken with gcc4.2. Note: this looks like abadonware.linimon2007-10-041-1/+7 | * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-045-10/+4 | * Remove support for OSVERSION < 5edwin2007-10-041-2/+2 | * . Update to 2.2.3.glewis2007-10-032-6/+5 | | | | | PR: 115346 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt> * Mark the port DEPRECATED and schedule its removal after one monthhq2007-10-021-0/+3 | | | | Approved by: glewis, znerd * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 | | | | | PR: ports/116639 Submitted by: aDe * Update to 4.0 release.ale2007-09-292-4/+4 | * Mark as broken: fails to fetch.linimon2007-09-281-0/+4 | * - Update to 0.6.13miwi2007-09-282-13/+12 | | | | | PR: 116634 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) * Implementaion of the OMG OCL for EMF-based models.miwi2007-09-244-0/+46 | | | | | | | WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl PR: ports/115825 Submitted by: Veit Jahns <vj562001 at yahoo.de> * - Update to 4.2.1.GArafan2007-09-233-7/+7 | | | | | | PR: ports/116465 Submitted by: Sebastian Mindling <dev at mindling.com> Approved by: Jonathan Chen <jonc at chen.org.nz> (maintainer) * Update to 3.10.1 release:ale2007-09-208-109/+43 | | | | | | | - install files in correct locations - add retrace executable - remove dead pkg-message - take maintainership * . Default UseThreadPriorities to false on BSD. This can be toggled byglewis2007-09-203-18/+59 | | | | | | | | | | | | | | | | | | passing -XX:+UseThreadPriorities. . Remove the os_sleep hack which was used on FreeBSD to make sure lower priority threads got time slices. Instead, just call pthread_yield(). On FreeBSD 7.x with libthr, this will still give lower priority threads some time (with the above flag turned on), although such behaviour is not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on an 8 core system, putting it on a par with Solaris (benchmarks by kris@). The Java standard and the JCK tests are somewhat contradictory on thread priority being guaranteed to work, and in this case the performance benefits appear to outweigh any possible side effects. . Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than patching it into a file at build time. This simplifies the Makefile. Submitted by: Kurt Miller <kurt@intricatesoftware.com> * 2007-08-22 java/jdk11-doc: Obsolete version of jdkmiwi2007-09-197-102/+0 | | | | | | | | 2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk * . Fix build problems with cpu.h being picked up from /usr/local/include.glewis2007-09-101-0/+24 | | | | | | Since the structure members being deferenced into the variables are short*, just use short as the variable type and eliminate the use of fastInt and the header include altogether. * . Fix build failures by setting LC_ALL="C" in MAKE_ENV.glewis2007-09-091-0/+1 | | | | | PR: 116204 Submitted by: nrgmilk <nrgmilk@gmail.com> * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-5/+1 | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr * . Update to tzupdater 1.2.2.glewis2007-09-082-6/+6 | * . Update to tzupdater 1.2.2.glewis2007-09-082-5/+6 | * . Update to tzupdater 1.2.2.glewis2007-09-072-6/+6 | * . Update to tzupdater 1.2.2.glewis2007-09-076-40/+14 | * Remove expired port: Modern versions of jdk support generics nativelyvs2007-09-044-275/+0 | * . Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some workglewis2007-09-021-0/+4 | | | | to be made gcc 4.2 compliant. * . Fix another problem with exec() by using the same static initialisationglewis2007-09-022-1/+16 | | | | | | | | | block that Linux and Solaris use. This was already fixed in the repo but I'd neglected to commit the fix to the port and it was independently submitted as noted below. Submitted by: Michiel Boland <michiel@boland.org> * . Sync the BSD specific code with the changes between 1.5 and 1.6 andglewis2007-08-282-1/+32 | | | | | | | | start closing file descriptors at FAIL_FILENO + 1 rather than 3. This fixes the problem with determining the exit code for exec()'ed processes. PR: 115557 Submitted by: Michiel Boland <michiel@boland.org> * . Correctly respect WITHOUT_WEB. This should fix the default amd64 buildglewis2007-08-231-8/+9 | | | | on 7.x. * . Add USE_XORG configuration. I'm guessing that prior to the modularglewis2007-08-211-0/+1 | | | | | | | xorg ports the Open Motif dependency pulled in the appropriate X11 libraries since this hasn't been a problem previously. Reported by: pointyhat (via kris) * . Make sure ${PREFIX}/share/applications exists before installing filesglewis2007-08-211-0/+1 | | | | | | there. Pointed out by: pointyhat (via kris) * . New port which installs the Java SE 6 documentation as provided by Sun.glewis2007-08-204-0/+55 | * Correct dependencies to fix package build.nobutaka2007-08-191-5/+14 | | | | Reported by: pointyhat via kris * . Add unzip to BUILD_DEPENDS.glewis2007-08-181-0/+1 | | | | Pointed out by: pointyhat (via kris) * Add browser plugin support for amd64. It is turned off by default as it isjkim2007-08-172-1/+707 | | | | | | | still experimental. Tested by: Huang wen hui (hwh at gddsn dot org dot cn) Approved by: glewis (maintainer) * Unbreak build on -CURRENT.jkim2007-08-173-0/+51 | | | | Approved by: glewis (maintainer) * Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.itetcu2007-08-141-0/+4 | * Update to the latest version and unbreak.itetcu2007-08-142-12/+10 | | | | Submitted by: linimon@'s broken ports reminder * . Split the JRL agreement out into a separate script that is only runglewis2007-08-143-195/+195 | | | | | | during the port build and not during the package install. Requested by: kris * . Split the JRL agreement out into a separate script that is only runglewis2007-08-133-195/+195 | | | | | | during the port build and not during the package install. Requested by: kris * - Set LANG environment variable to C for non-US locale users.jkim2007-08-101-0/+3 | | | | | | | | - Install FreeBSD-specific NSPR header file instead of default Solaris header. Note the port revision is not updated because it does not affect most users. Approved by: glewis (maintainer) * . Complete default the bootstrap to Diablo.glewis2007-08-071-3/+1 | | | | Inspired by: scf * . Default bootstrapping to Diablo JDK. It runs at least as well as theglewis2007-08-071-4/+2 | | | | | | | Linux JDK on all supported FreeBSD versions and doesn't require Linux emulation to be installed. Inspired by: scf * . Fix the 'shebang' line in jcontrol. [1]glewis2007-08-072-2/+12 | | | | | | | . Update the main commented out MASTER_SITE. . Bump PORTREVISION. Submitted by: "barbara" <barbara.xxx1975@libero.it> * . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]glewis2007-08-075-13/+97 | | | | | | | | | | | | | | . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2] * - Update to 3.9miwi2007-08-062-7/+5 | * . Add jdk16 subdir.glewis2007-08-061-0/+1 | * . A native port for JDK 1.6.0 (aka 6.0) Update 1.glewis2007-08-0656-951/+588 | * . Add linux-sun-jdk16.glewis2007-08-061-0/+1 | * . New port of Sun's JDK 1.6.x (aka 6.x) for Linux.glewis2007-08-065-75/+482 | | | | | | | The port was done by the submitter for Update 1, I've made the minor changes for Update 2. Submitted by: jkim * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-2/+2 | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) * - Update to 3.2.2nemoliu2007-08-038-132/+33 | | | | | | | | | - Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor) * . Require at least JDK 1.3.glewis2007-08-011-3/+1 | | | | | . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2. * . Better fix. Just use 'short' variables and be done with it. Theglewis2007-07-312-6/+28 | | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'. * . Include a different header file for 'fastInt'. The definition in Hint.hglewis2007-07-312-0/+26 | | | | | | | | | appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h. * Add browser plugin support for amd64. It is turned off by default as it isjkim2007-07-304-2/+1166 | | | | | | still experimental. Approved by: glewis (maintainer) * . Unbreak by providing a working MASTER_SITE.glewis2007-07-301-3/+1 | * - Update to 3.2.8pav2007-07-3010-55/+117 | | | | | | PR: ports/110768 Submitted by: nemoliu Approved by: maintainer (previous version, with reservations) * - Update to 4.2.0.GA2pav2007-07-309-53/+92 | | | | | PR: ports/113844 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) * - Update to 6.0.2pav2007-07-292-4/+4 | | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer) * BROKEN: Unfetchablekris2007-07-291-0/+2 | * BROKEN: Unfetchablekris2007-07-291-0/+2 | * . Reduce dependencies by using USE_XORG and only listing what is actuallyglewis2007-07-282-2/+2 | | | | | | | required. PR: 113081 Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com> * . Fix the description of the link for the policy files.glewis2007-07-272-2/+4 | | | | | PR: 114958 Submitted by: Olivier Smedts <olivier@gid0.org> * . Update 12 is current, so the download isn't in the archive section yetglewis2007-07-272-2/+2 | | | | | | | (oops). Also, its index page appears broken, so just show the main download page for now. PR: 114958 (kinda) * . Update to patchset 6, based on 1.5.0 Update 12.glewis2007-07-2718-404/+28 | | | | . Use the -bc (backwards compatible) flag when doing time zone updates. * - Fix fetchpav2007-07-231-1/+2 | | | | | PR: ports/114621 Submitted by: Gabor Tjong A Hung <gvtjongahung@users.sourceforge.net> * Deprecate; this is only for jdk11 which is itself deprecated.linimon2007-07-231-0/+3 | | | | Discussed with: gerald * . Update the download location for the unlimited strength policy files.glewis2007-07-222-2/+2 | | | | | Submitted by: Olivier SMEDTS <olivier@gid0.org> PR: 114592 * - Mark jdk11 / jdk12 ports for removal in 1 monthpav2007-07-229-0/+27 | | | | | Inspired by: glewis With hat: portmgr * . TYA builds as a native shared library, so insist on having a native JDK.glewis2007-07-221-1/+2 | | | | . Spell JAVA_HOME correctly. * - Remove expired port: security vulnerability in browser pluginpav2007-07-229-1267/+0 | * - Allow this to install on any jdk versionpav2007-07-221-1/+1 | | | | Suggested by: glewis * - Switch to jdk 1.3, older ones are going away soonpav2007-07-221-3/+4 | | | | Suggested by: glewis * - Update to 6.0.1pav2007-07-212-5/+5 | | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer) * - Add another mirror maintained by maintainerrafan2007-07-191-1/+2 | | | | | PR: ports/114697 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer) * - Make fetchablepav2007-07-172-2/+4 | | | | | PR: ports/114623 (based on) Submitted by: G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net> * - Drop maintainershippav2007-07-163-5/+2 | | | | Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer) * - Update to 6.0pav2007-07-152-8/+7 | | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer) * With an up-to-date INDEX I even find the rest of the ports I maintain,lme2007-07-131-1/+1 | | | | | | so change my e-mail address also in those ports. Approved by: miwi (mentor) * . Unpack the timezone update in post-extract since unzip is only anglewis2007-07-112-2/+6 | | | | | | EXTRACT_DEPENDS, but keep the actual update in pre-install. Pointed out by: pav * . Fix the packing list on 7.x by moving the time zone update step toglewis2007-07-102-4/+4 | | | | | | | | pre-install. The problem with it being in post-extract is that this is before the installation of compat6x, which is required for the time zone update to run. Reported by: pointyhat (via pav) * - Update to 2.2.0miwi2007-07-073-7/+75 | | | | | | | - Pass maintainership to submitter PR: 114377 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) * - Fix build with gcc 4.2miwi2007-07-061-0/+29 | | | | | Submitted by: pointyhat via kris/pav Nils Vogels <nivo@is-root.com> * - switch INSTALLS_SHLIB => USE_LDCONFIGmiwi2007-07-031-1/+5 | | | | - Fix build after objformat removal * - Reset MAINTAINER:pav2007-07-031-1/+1 | | | | | <<< 550 relay not permitted 550 5.1.1 <roman@ontographics.com>... User unknown * - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-031-0/+4 | * Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-301-1/+1 | | | | work on FreeBSD. * - Change my mail address to araujo@.araujo2007-06-304-4/+4 | | | | Approved by: stas (mentor) * . Make the LIB_DEPENDS for compat6x look for z.3 rather than (the correct)glewis2007-06-292-2/+2 | | | | | | | | c.6 since the latter is (erroneously) found in linux_base if that is installed. This should be switched back once LIB_DEPENDS is fixed to ignore Linux shared libraries. Submitted by: sat * . Reenable 7.x by depending on compat6x.glewis2007-06-252-6/+8 | * Update to 1.37 release.ale2007-06-172-5/+4 | * Fix build.ale2007-06-171-3/+17 | * . Remove SCSL message since we're now using the JRL, which is agreed toglewis2007-06-172-2278/+0 | | | | prior to the extract step. * . Update to 1.5.0_12.glewis2007-06-166-12/+22 | * . Update to patchset 5, based on the 1.5.0_11 JRL source code.glewis2007-06-0942-576/+776 | * Update to 0.98arved2007-06-0710-94/+23 | * . More respect for ${CC}, ${CXX} and ${CPP}.glewis2007-06-061-3/+22 | | | | Submitted by: truckman@ * - Fix RUN_DEPENDSmiwi2007-06-061-1/+2 | | | | Submitted by: pointyhat via kris * Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-061-1/+1 | | | | Hat: portmgr * - Update to 0.5.1miwi2007-06-053-6/+12 | | | | | PR: 112364 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) * - Update to 0.5.33miwi2007-06-052-12/+13 | | | | | PR: 112730 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer) * Drop maintainership of ports added due to NAV (net-mgmt/nav), whichanders2007-06-041-1/+1 | | | | I do not maintain anymore. * . Update to tzupdater 1.2.1.glewis2007-06-0312-35/+65 | | | | PR: 113248 * . Make it so we include Xm/XmIm.h rather than defining our own prototype.glewis2007-06-031-0/+13 | | | | | | | Fixes a build error due to the prototype being defined not matching the actual function. Pointed out by: pointyhat (via kris) * Fix more sysctl(3) argument sizes and correct a comment.jkim2007-05-312-10/+62 | | | | Approved by: glewis (implicit) * Fix a DISTNAME glitch introduced by the X.org upgrade.girgen2007-05-302-4/+4 | * Upgrade to version 5.5.1.olgeni2007-05-294-16/+16 | * - Update to 3.1miwi2007-05-263-17/+5 | | | | | PR: 112918 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> * Various fixes for -CURRENT.jkim2007-05-2642-0/+770 | | | | | | | | - Build fixes after GCC 4.2 import. - Remove SIGRTMIN and SIGRTMAX redefinitions. - Use posix_memalign(3) instead of valloc(3). Approved by: glewis (maintainer) * BROKEN: Size mismatchkris2007-05-251-0/+2 | * . Make it so we include Xm/XmIm.h rather than defining our own prototype.glewis2007-05-231-0/+13 | | | | | | | Fixes a build error due to the prototype being defined not matching the actual function. Approved by: portmgr (pav) * Make fetchable.brueffer2007-05-221-1/+1 | | | | Approved by: portmgr (pav) * - Welcome X.org 7.2 \o/.flz2007-05-20124-43/+128 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * Use my @FreeBSD.org address.nemoliu2007-04-309-12/+12 | | | | Approved by: delphij (mentor) * Switch defaults to not running self-tests since the maintainer has notkris2007-04-221-1/+1 | | | | been able to figure out why they fail in package build environments. * - Update to 1.0.9miwi2007-04-212-4/+4 | | | | | | PR: 111882 Submitted by: miwi Approved by: maintainer * - Update to 1.0.5miwi2007-04-212-4/+4 | | | | | | PR: 111880 Submitted by: miwi Approved by: maintainer * - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-182-12/+2 | | | | with letter i-m * - Update MASTER_SITES [1]miwi2007-04-17