diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /mail/enigmail-thunderbird | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 72 | ||||
-rw-r--r-- | mail/enigmail-thunderbird/distinfo | 3 | ||||
-rw-r--r-- | mail/enigmail-thunderbird/pkg-descr | 13 | ||||
-rw-r--r-- | mail/enigmail-thunderbird/pkg-message | 7 |
4 files changed, 0 insertions, 95 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile deleted file mode 100644 index aed7a9ef1..000000000 --- a/mail/enigmail-thunderbird/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: enigmail -# Date created: 20 January 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= enigmail -PORTVERSION= 0.94.1 -PORTREVISION= 1 -CATEGORIES= mail security -MASTER_SITES= http://www.mozilla-enigmail.org/downloads/src/ -PKGNAMEPREFIX?= thunderbird- - -MAINTAINER= ale@FreeBSD.org -COMMENT?= A GnuPG extension for the Thunderbird mail client - -EXTRACT_DEPENDS=${GECKO_WRKSRC}/configure:${PORTSDIR}/${GECKO_PORTDIR}:patch -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - nspr4:${PORTSDIR}/devel/nspr \ - nss3:${PORTSDIR}/security/nss \ - Xft.2:${PORTSDIR}/x11-fonts/libXft -RUN_DEPENDS= ${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \ - gpg:${PORTSDIR}/security/gnupg - -GECKO= ${PKGNAMEPREFIX:S/-//} -.if ${GECKO} == "thunderbird" -GECKO_PORTDIR= mail/${GECKO} -.else -GECKO_PORTDIR= www/${GECKO} -.endif -GECKO_WRKSRC= ${WRKDIR}/../../../${GECKO_PORTDIR}/work/mozilla -WRKSRC= ${WRKDIR}/mozilla - -USE_GMAKE= yes -USE_GCC= 3.4+ -USE_GNOME= gtk20 libidl desktopfileutils -HAS_CONFIGURE= yes -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -CFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include - -XPI_FILE= ${DISTNAME}-${GECKO}-freebsd-${ARCH}.xpi -PLIST_FILES= %%DATADIR%%/${XPI_FILE} -PLIST_DIRS= %%DATADIR%% - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${CP} -R ${GECKO_WRKSRC} ${WRKSRC} - @for f in ${EXTRACT_ONLY}; do \ - cd ${WRKSRC}/mailnews/extensions && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$f ${EXTRACT_AFTER_ARGS}; \ - done - -do-build: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} export) - @(cd ${WRKSRC}/modules/libreg; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) - @(cd ${WRKSRC}/xpcom/string; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) - @(cd ${WRKSRC}/xpcom; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) - @(cd ${WRKSRC}/xpcom/obsolete; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) - @(cd ${WRKSRC}/mailnews/extensions/enigmail; ./makemake -r; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}); - @(cd ${WRKSRC}/mailnews/extensions/enigmail; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} xpi); - -do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/dist/bin/${DISTNAME}-freebsd-${ARCH}.xpi ${DATADIR}/${XPI_FILE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/mail/enigmail-thunderbird/distinfo b/mail/enigmail-thunderbird/distinfo deleted file mode 100644 index 7316cbd8f..000000000 --- a/mail/enigmail-thunderbird/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (enigmail-0.94.1.tar.gz) = b255e7a77ecea435934bfa1872e99f6a -SHA256 (enigmail-0.94.1.tar.gz) = 3584329e4f51e43fbb9028cf47101de8c74651e7607de80cb1f61349424133c1 -SIZE (enigmail-0.94.1.tar.gz) = 513084 diff --git a/mail/enigmail-thunderbird/pkg-descr b/mail/enigmail-thunderbird/pkg-descr deleted file mode 100644 index d3a91c99f..000000000 --- a/mail/enigmail-thunderbird/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Enigmail is an extension to the Thunderbird / Seamonkey mail client -which allows users to access the authentication and encryption features -provided by the popular GnuPG software. - -Enigmail can encrypt/sign mail when sending, and also decrypt/authenticate -received mail. It can also import/export public keys. Enigmail supports -both the inline PGP format, and the PGP/MIME format (RFC 3156), which can -be used to encrypt attachments. - -WWW: http://enigmail.mozdev.org/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/mail/enigmail-thunderbird/pkg-message b/mail/enigmail-thunderbird/pkg-message deleted file mode 100644 index 8ec572dc6..000000000 --- a/mail/enigmail-thunderbird/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -***************************************************************************** -In order to activate the Enigmail extension, every user should install the -XPI file into his own profile via the menu: - -Tools -> Extensions -> Install - -***************************************************************************** |