Index: head/russian/apache13-modssl/Makefile =================================================================== --- head/russian/apache13-modssl/Makefile (revision 38031) +++ head/russian/apache13-modssl/Makefile (revision 38032) @@ -1,124 +1,124 @@ # 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}+${RA_VERSION}+${VERSION_MODSSL} +PORTVERSION= ${VERSION_APACHE}+${RA_VERSION}+${VERSION_MODSSL} CATEGORIES= russian www security MASTER_SITES= ftp://ftp.lexa.ru/pub/apache-rus/ \ ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ \ ftp://ftp.chg.ru/pub/WWW/httpd/apache-rus/ \ 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/ DISTNAME= apache_${VERSION_APACHE}rusPL${RA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX} MAINTAINER= demon@FreeBSD.org USE_OPENSSL= YES .include LIB_DEPENDS= mm.11:${PORTSDIR}/devel/mm VERSION_APACHE= 1.3.14 VERSION_MODSSL= 2.7.1 RA_VERSION= 30.0 USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --server-gid=nogroup \ --with-perl=${PERL} \ --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ --without-confadjust \ --enable-module=most \ --enable-module=auth_db \ --enable-module=mmap_static \ --disable-module=auth_dbm \ --enable-shared=max \ --enable-module=ssl \ --enable-module=define OPTIM= -DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" \ -DACCEPT_FILTER_NAME=\\"httpready\\" pre-extract: .if defined(WITH_SUEXEC) @${ECHO} "Be sure to edit suexec specific arguments to configure in the Makefile." CONFIGURE_ARGS+=--enable-suexec \ --suexec-caller=nobody \ --suexec-docroot=${PREFIX}/www/data \ --suexec-logfile=/var/log/suexec.log \ --suexec-uidmin=50000 \ --suexec-gidmin=60000 MAN8+= suexec.8 .else @${ECHO} "Define WITH_SUEXEC to build with suexec support." .endif .if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES OPTIM+= -DBUFFERED_LOGS -DFD_SETSIZE=1024 CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ -fexpensive-optimizations -ffast-math .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 TYPE= test CRT= KEY= pre-patch: @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} post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${SED} -e "s#!!PREFIX!!#${PREFIX}#g" < ${FILESDIR}/rc.apache.sh > ${PREFIX}/etc/rc.d/apache.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi .if defined(WITH_SUEXEC) @${ECHO} "sbin/suexec" >> ${TMPPLIST} .endif .include Property changes on: head/russian/apache13-modssl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/russian/rispell/Makefile =================================================================== --- head/russian/rispell/Makefile (revision 38031) +++ head/russian/rispell/Makefile (revision 38032) @@ -1,33 +1,33 @@ # New ports collection makefile for: rispell # Date created: 16 Dec 1997 # Whom: ache # # $FreeBSD$ # PORTNAME= ispell PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= russian textproc MASTER_SITES= http://www.ispras.ru/~knizhnik/ DISTNAME= rispell MAINTAINER= ports@FreeBSD.org # Very dirty implementation, use rus-ispell port instead NO_LATEST_LINK= yes BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell WRKSRC= ${WRKDIR}/russian-ispell post-build: cd ${WRKSRC} && LANG=ru_RU.KOI8-R sort russian.sml > russian.dict do-install: cd ${WRKSRC} && \ ${INSTALL_DATA} russian.hash russian.aff russian.dict \ ${PREFIX}/share/ispell ${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell .include Property changes on: head/russian/rispell/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/russian/rus-ispell/Makefile =================================================================== --- head/russian/rus-ispell/Makefile (revision 38031) +++ head/russian/rus-ispell/Makefile (revision 38032) @@ -1,30 +1,30 @@ # New ports collection makefile for: rus-ispell # Date created: 29.01.2001 # Whom: ache # # $FreeBSD$ # -PORTNAME= rus-ispell -PORTVERSION= 0.99d6 +PORTNAME= rus-ispell +PORTVERSION= 0.99d6 CATEGORIES= russian textproc MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/ispell/ -DISTNAME= rus-ispell +DISTNAME= rus-ispell MAINTAINER= ache@FreeBSD.org BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell USE_GMAKE= yes MAKE_ARGS= YO=1 ALL_TARGET= koi NO_WRKSUBDIR= yes do-install: cd ${WRKSRC} && \ ${INSTALL_DATA} russian.hash russian.dict russian.aff \ ${PREFIX}/share/ispell ${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru .include Property changes on: head/russian/rus-ispell/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property