************************************************************************* * You must set at least following elisps to your own dot.emacs file: * * * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * * (setq mew-mail-domain "domain of e-mail address") * * (setq mew-pop-server "your POP server") ;; if not localhost * * (setq mew-smtp-server "your SMTP server") ;; if not localhost * * (setq mew-icon-directory "icon directory") ;; if using XEmacs * * (setq mew-prog-pgpkey "fetch") ;; for PGP use * * (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * * * ************************************************************************* /~lantw44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-MMagic-XS
Commit message (Collapse)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Update to 0.09.003mat2008-04-302-4/+5
|
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-08