diff options
Diffstat (limited to 'www/awffull')
-rw-r--r-- | www/awffull/Makefile | 56 | ||||
-rw-r--r-- | www/awffull/distinfo | 2 | ||||
-rw-r--r-- | www/awffull/pkg-descr | 7 | ||||
-rw-r--r-- | www/awffull/pkg-plist | 35 |
4 files changed, 0 insertions, 100 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile deleted file mode 100644 index 2bd6aafb6a9f..000000000000 --- a/www/awffull/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -PORTNAME= awffull -PORTVERSION= 3.10.2 -PORTREVISION= 18 -CATEGORIES?= www -MASTER_SITES= https://launchpadlibrarian.net/20395993/ - -MAINTAINER?= ports@FreeBSD.org -COMMENT= Webserver log analysis tool forked from Webalizer - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:x11-fonts/bitstream-vera -LIB_DEPENDS= libgd.so:graphics/gd \ - libpng.so:graphics/png \ - libpcre.so:devel/pcre -RUN_DEPENDS:= ${BUILD_DEPENDS} - -CONFLICTS?= ja-awffull - -FONTDEFAULT?= ${LOCALBASE}/share/fonts/bitstream-vera/VeraBd.ttf -FONTLABEL?= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf - -OPTIONS_DEFINE= DOCS EXAMPLES NLS -OPTIONS_SUB= yes - -USES= gettext iconv localbase shebangfix -SHEBANG_FILES= contrib/awffull_history_regen.pl \ - contrib/awffull_history_regen_german.pl - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \ - --with-font-label=${FONTLABEL} \ - --with-etcdir=${PREFIX}/etc - -NLS_CONFIGURE_ENABLE= nls - -PORTDOCS= * -PORTEXAMPLES= * - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} \ - ChangeLog DNS.README PERFORMANCE_TIPS.txt \ - README* TODO country-codes.txt \ - ${STAGEDIR}${DOCSDIR}) - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample* ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/flags - ${INSTALL_DATA} ${WRKSRC}/flags/README ${WRKSRC}/flags/*.png \ - ${STAGEDIR}${EXAMPLESDIR}/flags - -.include <bsd.port.mk> diff --git a/www/awffull/distinfo b/www/awffull/distinfo deleted file mode 100644 index e72901faaf00..000000000000 --- a/www/awffull/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (awffull-3.10.2.tar.gz) = 995de9f87f48b7c2a2e6743e34ae2427240ec417871b319fc117478d2fd59760 -SIZE (awffull-3.10.2.tar.gz) = 1048098 diff --git a/www/awffull/pkg-descr b/www/awffull/pkg-descr deleted file mode 100644 index aa5a5cad29e1..000000000000 --- a/www/awffull/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -AWFFull is a webserver log analysis tool. Mainly used to produce -simple reports, it can also be used as the starting point for more -detailed Web Analytics. - -AWFFull is a fork of the venerable Webalizer log analysis program. - -WWW: http://www.stedee.id.au/awffull diff --git a/www/awffull/pkg-plist b/www/awffull/pkg-plist deleted file mode 100644 index e02fe32d8548..000000000000 --- a/www/awffull/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/awffull -man/man1/awffull.1.gz -man/man5/awffull.conf.5.gz -%%NLS%%share/locale/ca/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/cs/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/da/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/de/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/el/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/es/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/et/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/fi/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/fr/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/gl/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/hr/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/hu/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/id/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/is/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/it/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/ja/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/ko/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/lv/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/ml/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/nl/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/no/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/pl/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/pt/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/ro/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/ru/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/sl/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/sr/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/sv/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/tr/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/uk/LC_MESSAGES/awffull.mo -%%NLS%%share/locale/zh/LC_MESSAGES/awffull.mo |