# New ports collection makefile for: Russian Apache + mod_ssl # Date created: 7 July 2000 1:05 MSD # Whom: Dmitry Sivachenko # # $FreeBSD$ # PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_RA}+${VERSION_MODSSL} CATEGORIES= russian www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:modssl/} \ ${MASTER_SITES_RA:S/$/:rapatches/} DISTNAME= apache_${VERSION_APACHE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX}:modssl \ patches_${VERSION_APACHE}rusPL${VERSION_RA}.tar.gz:rapatches MAINTAINER= lev@FreeBSD.org COMMENT= The Russian Apache webserver with SSL/TLS functionality LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/ \ ftp://ftp.ecrc.net/pub/security/mod_ssl/ \ ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \ ftp://ftp.ulpgc.es/pub/mod_ssl/ \ ftp://glock.missouri.edu/pub/mod_ssl/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ \ ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/ MASTER_SITES_RA= ftp://ftp.lexa.ru/pub/apache-rus/ \ ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ # New feature: conflicts CONFLICTS= apache+ipv6-* \ apache+mod_ssl-* \ apache+mod_ssl+ipv6-* \ apache+mod_ssl+modsnmp-* \ apache+mod_ssl+mod_snmp+ipv6-* \ apache+mod_ssl+mod_accel-* \ apache+mod_ssl+mod_snmp+mod_accel-* \ apache-worker-* \ apache-perchild-* \ apache-[0-9]* \ apache_fp-* \ publicfile-* \ ru-apache-* USE_OPENSSL= yes USE_PERL5= yes DOCSDIR= ${PREFIX}/share/doc/apache .include VERSION_APACHE= 1.3.33 VERSION_MODSSL= 2.8.22 VERSION_RA= 30.21 # # some defaults # DATADIR?=${PREFIX}/www DOCUMENT_ROOT?=${DATADIR}/data DEFAULT_PATH?=/bin:/usr/bin:${PREFIX}/bin # # suexec support # .if defined(WITH_APACHE_SUEXEC) APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT} APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log APACHE_SUEXEC_USERDIR?=public_html SUEXEC_CONF=\ --enable-suexec \ --suexec-docroot=${APACHE_SUEXEC_DOCROOT} \ --suexec-caller=www \ --suexec-uidmin=1000 \ --suexec-gidmin=1000 \ --suexec-logfile=${APACHE_SUEXEC_LOG} \ --suexec-userdir=${APACHE_SUEXEC_USERDIR} \ --suexec-safepath=${DEFAULT_PATH} .if defined(APACHE_SUEXEC_UMASK) SUEXEC_CONF+= --suexec-umask=${APACHE_SUEXEC_UMASK} .endif PLIST_SUB+= SUEXEC="" SUEXEC_MAN= suexec.8 .else # WITH_APACHE_SUEXEC SUEXEC_CONF= PLIST_SUB+= SUEXEC="@comment " SUEXEC_MAN= .endif # WITH_APACHE_SUEXEC # # Configutre parameters # HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX} \ --server-uid=www \ --server-gid=www \ --with-perl=${PERL} \ --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ --without-confadjust OPTIM= -DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ -DDEFAULT_PATH=\\"${PREFIX}/bin:/bin:/usr/bin\\" \ -DACCEPT_FILTER_NAME=\\"httpready\\" .if defined(WITH_DSO_MODULES) CONFIGURE_ARGS+=\ --enable-shared=max \ --disable-shared=so \ --disable-shared=charset \ --enable-module=most \ --enable-module=auth_db \ --enable-module=mmap_static \ --enable-module=define \ --disable-module=auth_dbm \ ${SUEXEC_CONF} PLIST_SUB+= DSO_MOD="" .else CONFIGURE_ARGS+=\ --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ --enable-module=mmap_static \ --enable-module=define \ --disable-shared=define \ --enable-module=ssl \ --disable-shared=ssl \ --disable-module=auth_dbm \ ${SUEXEC_CONF} PLIST_SUB+= DSO_MOD="@comment " .endif OPTIM= -DDOCUMENT_LOCATION=\\"${DOCUMENT_ROOT}\\" \ -DDEFAULT_PATH=\\"${DEFAULT_PATH}\\" .if defined(APACHE_HARD_SERVER_LIMIT) OPTIM+= -DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT} .else OPTIM+= -DHARD_SERVER_LIMIT=512 .endif .if defined(APACHE_PERF_TUNING) OPTIM+= -DBUFFERED_LOGS CFLAGS+= -O6 -fomit-frame-pointer .endif CONFIGURE_ENV= CFLAGS='${CFLAGS}' \ OPTIM='${OPTIM}' \ SSL_BASE='SYSTEM' \ EAPI_MM='SYSTEM' \ PATH="${PREFIX}/bin:${PATH}" INSTALL_TARGET= install-quiet MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \ ${SUEXEC_MAN} TYPE= test CRT= KEY= pre-fetch: @${ECHO_MSG} "" .if defined(WITH_DSO_MODULES) @${ECHO_MSG} "Build all modules (except mod_so and mod_charset) as DSO." .else @${ECHO_MSG} "You could define WITH_DSO_MODULES to build all modules as DSO." .endif .if defined(APACHE_PERF_TUNING) @${ECHO_MSG} "Build Apache for maximum performance." .else @${ECHO_MSG} "You could define APACHE_PERF_TUNING to build Apache for maximum performace." .endif .if defined(APACHE_HARD_SERVER_LIMIT) @${ECHO_MSG} "Build Apache with HARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT}" .else @${ECHO_MSG} "You could define APACHE_HARD_SERVER_LIMIT, default one is 512" .endif .if defined(WITH_APACHE_SUEXEC) @${ECHO_MSG} "Build apache with suexec support" @${ECHO_MSG} " suexec docroot: ${APACHE_SUEXEC_DOCROOT}" @${ECHO_MSG} " suexec userdir: ${APACHE_SUEXEC_USERDIR}" @${ECHO_MSG} " suexec safepath: ${DEFAULT_PATH}" @${ECHO_MSG} " suexec log: ${APACHE_SUEXEC_LOG}" @${ECHO_MSG} " These values could be defined as APACHE_SUEXEC_DOCROOT, APACHE_SUEXEC_USERDIR, DEFAULT_PATH and APACHE_SUEXEC_LOG." .else @${ECHO_MSG} "You could define WITH_APACHE_SUEXEC to build suexec support." .endif @${ECHO_MSG} "" pre-patch: @cd ${WRKDIR}/apache_${VERSION_APACHE} \ && ${ECHO_MSG} "===> Applying Russian Apache extension" \ && ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/RA-1.3rusPL${VERSION_RA}.patch @cd ${WRKDIR} \ && tar cf - src conf htdocs | tar xf - -C ${WRKDIR}/apache_${VERSION_APACHE} @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ && ${ECHO_MSG} "===> Fix mod_ssl-${VERSION_MODSSL} extension for compatibility with Russian Apache" \ && ${PATCH} --quiet < ${FILESDIR}/mod_ssl-fix @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ && ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \ && ./configure --with-apache=../${DISTNAME} --expert post-patch: @cd ${WRKSRC} \ && ${FIND} . -type f -name "*.orig" -print | ${XARGS} ${RM} -f post-build: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating Dummy Certificate for Server (SnakeOil)" \ && ${ECHO_MSG} " [use 'make certificate' to create a real one]" \ && ${MAKE} certificate TYPE=dummy >/dev/null 2>&1 certificate: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating Test Certificate for Server" \ && ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY} pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ fi .include 4/cgit/cgit.cgi/freebsd-ports-gnome/log/sysutils?h=gnome-3.24&id=895d3e0f05698ad55c33c5bacb0f3e35ea615853&showmsg=1'>Expand)AuthorAgeFilesLines * Add a port for smp_utils, a set of utilities for Serial Attached SCSI (SAS)delphij2012-02-025-0/+103 * Update to 1.33 and take maintainership.delphij2012-02-023-15/+56 * Update to 1.07.delphij2012-02-022-3/+3 * - Update to 3.0.22sunpoet2012-02-022-3/+3 * - Update to 2.57sunpoet2012-02-012-3/+3 * Teamocil is a simple tool used to automatically create sessions,dhn2012-02-014-0/+29 * - update to 4.0.2rm2012-02-012-3/+3 * - update to 1.1.12rm2012-02-013-6/+5 * - Change ${LN} to ${INSTALL_DATA} when installing bash completion scriptgahr2012-01-311-1/+1 * - Update to 1.6gahr2012-01-312-8/+15 * exfat-fuse is a free exFAT file system implementation with write support.avl2012-01-316-0/+261 * Add TEST_DEPENDS.demon2012-01-301-0/+2 * Add py-dvdvideo, a video DVD backup toolmartymac2012-01-306-0/+105 * - Install documentation.rakuco2012-01-301-0/+11 * update to 1.6eadler2012-01-302-3/+3 * Update to 0.103.0.rakuco2012-01-303-7/+10 * - Mark BROKEN: does not linkpav2012-01-301-0/+2 * Update to 1.6.7.adamw2012-01-292-5/+5 * - Update to 2.22sunpoet2012-01-293-8/+16 * - Update to 2.56sunpoet2012-01-293-70/+6 * - Update to 1.15sunpoet2012-01-293-7/+9 * - Update to version 0.9.8.1pawel2012-01-293-10/+18 * - Update to 1.5miwi2012-01-292-5/+5 * - Update to version 1.15miwi2012-01-293-9/+37 * - Update to 1.30miwi2012-01-293-26/+23 * - Update to 0.1.12.tdb2012-01-282-3/+3 * The ldapform utility creates a text file in ldif(5) format, which can bemiwi2012-01-284-0/+37 * - Unbreak for Ruby 1.9miwi2012-01-281-0/+18 * - Update to 2.1.3culot2012-01-282-3/+7 * Fix build on 10.0rene2012-01-271-0/+4 * Update proftpd-mysql dependency to databases/proftpd-mod_sql_mysqlmm2012-01-261-1/+2 * Update dependency on proftpd-mysql to databases/proftpd-mod_sql_mysqlmm2012-01-262-4/+5 * - Update to 1.0.0sunpoet2012-01-262-3/+3 * - Remove accidently committed temporary file. Thanks to jgh for spotting it.tdb2012-01-261-0/+0 * - Add new port puppet-lint.tdb2012-01-265-0/+37 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-258-25/+11 * Update to 1.0.38mm2012-01-252-3/+3 * Update to version 0.9.6, which is primarily a documentation update todougb2012-01-254-22/+95 * Fix year in EXPIRATION_DATE.rm2012-01-251-1/+1 * Deprecate at maintainer's requestcrees2012-01-251-0/+3 * - Update to 3.0.21sunpoet2012-01-232-3/+3 * - Update to 20120122sunpoet2012-01-232-3/+3 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-2219-19/+19 * Remove bogus post-deinstall targetcrees2012-01-211-3/+0 * Update 3.3.3 --> 3.3.4.cy2012-01-213-4/+4 * Fix plistarved2012-01-202-0/+6 * Chase devel/upnp shlib bumppawel2012-01-191-2/+2 * Chase libcdio shlib bumparved2012-01-191-1/+1 * Chase libcdio shlib bumparved2012-01-191-2/+2 * Update to 0.83arved2012-01-194-8/+29 * - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsmartymac2012-01-175-5/+5 * - Update to 6.3.6pgollucci2012-01-177-7/+70 * EOL Upstreampgollucci2012-01-1717-593/+0 * - Remove X11BASEpav2012-01-171-2/+2 * Fix the result of ad-hoc rename of the port.timur2012-01-171-1/+3 * Resurrect the curly port.cy2012-01-161-0/+1 * Resurrect this port.cy2012-01-165-0/+62 * Update to version 1.1.0.demon2012-01-163-7/+7 * Update to 4.0.9makc2012-01-163-4/+4 * - Update to version 5.2.3scheidell2012-01-163-22/+4 * - Unbreak on 9.Xpav2012-01-162-7/+20 * Update lame to 3.99.3.netchild2012-01-159-8/+9 * - Unbreak build on clang/gcc46miwi2012-01-153-0/+49 * tzdialog is an ISO-3166 compliant sh(1) implementation of tzsetup(8) based onmiwi2012-01-154-0/+32 * A small mode switching tool for controlling "flip flop" (multipletimur2012-01-145-0/+46 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-14124-164/+167 * Initial import of ipad_charge-1.1kevlo2012-01-135-0/+55 * Update distinfo for 0.2.8.1jgh2012-01-131-2/+2 * - Update to 0.6.0pgollucci2012-01-132-3/+5 * - Update to 0.9.0pgollucci2012-01-132-3/+5 * - Update to 0.7.0pgollucci2012-01-132-3/+5 * share/doc/HTML/en/kcpuload is a symlink not a directory, fix plist, bump port...bapt2012-01-122-2/+2 * - Update to 0.2.8.1jgh2012-01-122-3/+3 * - update to 1.9.4brm2012-01-113-4/+5 * Upgrade to 1.6.6.adamw2012-01-112-5/+5 * - Last pr committer has agreed to become maintainerscheidell2012-01-111-1/+1 * Update to version 1.6.4.demon2012-01-103-4/+9 * - update to 3.0a12rm2012-01-105-22/+23 * Update to 3.6.15cs2012-01-102-5/+5 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-092-2/+2 * - Remove outdated version checkseadler2012-01-091-2/+0 * Repeated words are are hard to to find sometimes.eadler2012-01-083-3/+3 * Reset bart@tapolsky.net.ua due to bounced email and long inactivity.linimon2012-01-081-1/+1 * - Simplifies installation and sets up default optionsscheidell2012-01-081-37/+33 * - Add BUILD_DEPENDS to silence build warningsswills2012-01-081-1/+2 * - Update to 3.2culot2012-01-083-7/+12 * - Fix rc scripteadler2012-01-071-1/+5 * volman is a FreeBSD specific volume manager. It actseadler2012-01-076-0/+92 * - fix weekly/periodic script. should have been 'weekly' was 'daily'scheidell2012-01-073-1/+12 * Host-setup is a dialog(1) (or Xdialog(1)) based utility for configuring yourculot2012-01-064-0/+39 * - Bump PORTREVISION for sysutils/freeipmi shlib changesunpoet2012-01-061-1/+1 * - Update to 1.1.1sunpoet2012-01-065-13/+35 * - Add rubygem-backup 3.0.20sunpoet2012-01-064-0/+38 * When 'Doinkd' is started as a service and there are no users actuallycy2012-01-052-4/+13 * Update to 3.3.1rene2012-01-054-15/+6 * - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.jgh2012-01-051-8/+2 * - install libbacfind.soscheidell2012-01-042-0/+4 * - Update to 3.2.2culot2012-01-042-3/+3 * - Update to 0.4.0sunpoet2012-01-043-5/+6 * - Update to 0.6.0sunpoet2012-01-043-5/+6 * - Update to 0.10.0sunpoet2012-01-043-4/+4 * - Update to 0.6.10miwi2012-01-042-4/+4 * - prevent breakage on <80000jgh2012-01-041-0/+3 * Mark as only for amd64/i386/ia64: those are the only archs that havelinimon2012-01-031-0/+3 * Correctly populate usb_device.device_revision_bcd.marcus2012-01-032-3/+12 * - Update to 5.2.9beat2012-01-022-3/+3 * - Add two new runtime dependencieseadler2012-01-022-1/+4 * - Update to 0.5.11sunpoet2012-01-022-3/+3 * Upgrade to 1.6.4.adamw2012-01-012-5/+5 * Remove expired unmaintained ports:rene2012-01-017-247/+0 * - Update to 1.3.2swills2012-01-013-36/+6 * - Fix the situation where kern.smp.maxid > hw.ncpu by using the former value,rene2012-01-012-16/+29 * Fix directory name for sysrc, which was erroneously added as sysrc+.se2011-12-311-1/+1 * The sysrc utility performs easy and safe editing of rc.conf style enriesse2011-12-313-0/+0 * The sysrc utility performs easy and safe editing of rc.conf style enriesse2011-12-314-0/+40 * update to 5.10bf2011-12-312-3/+3 * - Update to 2.7.9swills2011-12-312-4/+3 * - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.jgh2011-12-311-12/+6 * - Fix to properly check dependenciesbeech2011-12-301-4/+4 * - Update to 7.30scheidell2011-12-302-10/+6 * Update to 2.1.2.rakuco2011-12-294-19/+44 * End WWW CPAN URL with a "/"ehaupt2011-12-282-2/+2 * Fails to compile on powerpc (missing header), so mark it as not for powerpc.linimon2011-12-281-0/+3 * ioping: This tool lets you monitor I/O latency in real timejgh2011-12-284-0/+37 * Pacify portlintehaupt2011-12-2711-22/+22 * Salt : Remote Execution and State Managereadler2011-12-2710-0/+507 * - Update to 2011-12-25pav2011-12-274-5/+17 * - Reset ports to heap due to mail bouncestabthorpe2011-12-271-1/+1 * - Point the user to the correct locationeadler2011-12-261-1/+1 * - Update to 0.9.4sunpoet2011-12-263-4/+5 * - update to ports/159108eadler2011-12-263-9/+15 * - Update to 0.9.3sunpoet2011-12-242-3/+3 * Update to 0.8.1jgh2011-12-243-12/+6 * - Fix Source URLscheidell2011-12-231-1/+2 * Scalpel is a fast file carver that reads a database of header and footerculot2011-12-235-0/+60 * - Update to 20111222culot2011-12-232-3/+3 * - Update to 0.5.10sunpoet2011-12-232-3/+3 * Mark as broken on tier-2: fails to install.linimon2011-12-221-1/+7 * Reset maintainer: email address is underliverable.linimon2011-12-221-1/+1 * - Add XSCREENSAVER option too, to illustrate that xlock is not the only way tocrees2011-12-221-1/+10 * Update to 5.3.2jgh2011-12-222-4/+3 * - Update to 0.9.1sunpoet2011-12-212-4/+5 * - update EasyPBI to 1.0eadler2011-12-212-3/+3 * move contributor address => jghjgh2011-12-213-3/+3 * With Hat: ruby@pgollucci2011-12-201-2/+2 * - One WWW line in pkg-descr will do just finepgollucci2011-12-203-3/+0 * - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-201-1/+1 * - update to 015rm2011-12-205-155/+62 * The actual version required is >=1.0.4 <1.7.0pgollucci2011-12-201-1/+1 * - Update to 2.3miwi2011-12-202-3/+3 * munin moved to a new homeflo2011-12-193-3/+3 * - Add support for multiple cores [1]rene2011-12-192-2/+59 * - Make xlockmore dependency optionalcrees2011-12-191-6/+9 * - Upgrade to 1.19miwi2011-12-183-12/+58 * - Update to 0.4.1sunpoet2011-12-172-3/+3 * Update to 2.0.brucec2011-12-173-3/+6 * - point at the correct port locationspgollucci2011-12-171-2/+2 * Chef is a systems integration framework, built to bring the benefits ofpgollucci2011-12-174-0/+48 * chef-solr is a Ruby container for SOLR that starts up the Search Engine for thepgollucci2011-12-174-0/+37 * A systems integration framework, built to bring the benefits of configurationpgollucci2011-12-174-0/+32 * - Update to 0.10.8pgollucci2011-12-172-6/+5 * - Fix gem dep versions acording to rubygems.orgpgollucci2011-12-171-1/+1 * iogen is a lightweight tool that generates heavily fragmented I/O. Itskreuzer2011-12-174-0/+43 * Fix typo.linimon2011-12-151-1/+1 * - Update to 1.0.10sunpoet2011-12-153-5/+11 * - Reassign to the heaptabthorpe2011-12-151-1/+1 * Add xen-tools 4.0.1, xen tools within FreeBSD domU.novel2011-12-145-0/+69 * - make jobs unsafepav2011-12-141-1/+1 * - Update to 1.36sunpoet2011-12-133-3/+14 * - update bacula to version 5.2.2 [1]pawel2011-12-1316-207/+126 * - Update to 4.31culot2011-12-123-18/+3 * - Update to 0.5.8culot2011-12-122-3/+3 * Update to 2.7.2: fixes crash on 7.x.brucec2011-12-122-3/+3 * Restore usage of SRC_BASE lost in r1.5.linimon2011-12-121-2/+2 * Fix test for whether src is included.linimon2011-12-121-1/+1 * - Add a runtime dependency on x11/xlockmore so that xflock4 can invoke xlock.rene2011-12-111-0/+3 * Use ViM as a more(1)/less(1) pager replacement.adamw2011-12-114-0/+47 * Reset maintainer due to bounce.linimon2011-12-101-1/+1 * - Update to 0.5.9sunpoet2011-12-102-3/+3 * - Update to 0.3martymac2011-12-073-18/+3 * Upgrade to version 3.89.olgeni2011-12-063-5/+14 * - Mark BROKEN on 9.X:pav2011-12-061-0/+4 * - Fix X11 libraries dependency handling: this is a better fix to ports/153198sunpoet2011-12-051-8/+17 * - Add patch to support using PACKAGEROOT instead of PACKAGESITEswills2011-12-052-1/+21 * Fix distfile detection logic to use IGNORE instead; more standardcrees2011-12-041-16/+3 * - Adjust OSVERSION checkpav2011-12-041-1/+1 * - last submitter has become maintainer, in private emailscheidell2011-12-021-1/+1 * Catch up with 9.0's r210923 [2010-08-06] and 8.2's MFC r212229obrien2011-12-021-7/+28 * - fix handling of cd*dinoex2011-12-022-3/+2 * Feather is a tarsnap wrapper script that performs and maintains aglarkin2011-12-016-0/+79 * fetch -> ${FETCH_BINARY}pawel2011-11-301-1/+1 * - Update to 3.6culot2011-11-303-4/+10 * EasyPBI makes creating Push Button Installer modules and packageseadler2011-11-306-0/+62 * Fix fetchpawel2011-11-301-0/+3 * - Mark BROKEN on 9.X: does not compilepav2011-11-301-0/+4 * -Submitted with changes (no portbump per gabor)scheidell2011-11-292-1/+3 * Update to 1.3.8kevlo2011-11-293-11/+12 * - Disallow from pointyhatpav2011-11-291-0/+2 * Fake fstab for compile stage, fixing build on package cluster.crees2011-11-291-6/+5 * SyslogLogger is a Logger replacement that logs to syslog. It is almost drop-inswills2011-11-294-0/+29 * - Update to 2.12gahr2011-11-284-34/+3 * - Update to 0.5.8sunpoet2011-11-282-3/+3 * - Fix build on 9+crees2011-11-282-6/+48 * - Update to 2.0.19miwi2011-11-274-16/+19 * - Update to 0.6.17miwi2011-11-264-19/+40 * - Fix MASTER_SITESmiwi2011-11-262-12/+18 * - Fix MASTER_SITESmiwi2011-11-261-3/+6 * - Fix MASTER_SITESmiwi2011-11-261-3/+1 * Add fpart, a tool to sort files and divide them into partitionsmartymac2011-11-255-0/+61 * - Update to 0.19sunpoet2011-11-253-6/+11 * Update 3.3.1 --> 3.3.3cy2011-11-253-5/+5 * - Remove emtpy filesmiwi2011-11-241-0/+0 * - Fix exits with wrong error codemiwi2011-11-242-3/+14 * - update MASTER_SITE (distfile is now fetchable again) [1]bapt2011-11-241-2/+4 * Use mail/opendkim instead of the expired mail/dkim-filter as DKIM plugin.rene2011-11-241-1/+2 * Fix one small bug, which could lead to panic in very rare circumstances.lev2011-11-242-7/+6 * - Update to 20111122sunpoet2011-11-232-3/+3 * - Update to 0.5.4swills2011-11-232-3/+3 * - Update to 0.8.6swills2011-11-232-3/+3 * - Update to 0.6.4swills2011-11-232-3/+3 * - Update to 1.5.6swills2011-11-232-3/+3 * iFuse is a tool to reach iPod Touch and iPhone filesystems over USBavilla2011-11-23