Bug 119008 - [NEW PORT] security/easypg: EasyPG is yet another GnuPG interface for Emacs
Summary: [NEW PORT] security/easypg: EasyPG is yet another GnuPG interface for Emacs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-25 12:40 UTC by Shota Iwazaki
Modified: 2008-02-26 06:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.75 KB, text/plain)
2007-12-25 12:40 UTC, Shota Iwazaki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shota Iwazaki 2007-12-25 12:40:02 UTC
EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two
parts: EasyPG Assistant and EasyPG Library.

EasyPG Assistant is a set of convenient tools to use GnuPG from
Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper
library which provides API to access some of the GnuPG functions.

WWW: http://sourceforge.jp/projects/epg/

Fix: Patch attached with submission follows:
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-02-25 13:12:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-26 05:59:03 UTC
rafan       2008-02-26 05:58:58 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/easypg      Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two
  parts: EasyPG Assistant and EasyPG Library.
  
  EasyPG Assistant is a set of convenient tools to use GnuPG from
  Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper
  library which provides API to access some of the GnuPG functions.
  
  WWW: http://sourceforge.jp/projects/epg/
  
  PR:             ports/119008
  Submitted by:   Shota Iwazaki <iwazaki8 at yahoo.co.jp>
  
  Revision  Changes    Path
  1.940     +1 -0      ports/security/Makefile
  1.1       +53 -0     ports/security/easypg/Makefile (new)
  1.1       +3 -0      ports/security/easypg/distinfo (new)
  1.1       +8 -0      ports/security/easypg/pkg-descr (new)
  1.1       +5 -0      ports/security/easypg/pkg-message (new)
  1.1       +17 -0     ports/security/easypg/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-02-26 05:59:16 UTC
State Changed
From-To: open->closed

New port added. Thanks!