# Created by: Kirill Ponomarew PORTNAME= noffle PORTVERSION= 1.1.5 PORTREVISION= 3 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28devel%29/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= News server for low speed dial-up connections LIB_DEPENDS= libgdbm.so:databases/gdbm LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-configfile=${LOCALBASE}/etc/noffle.conf \ --with-usersfile=${LOCALBASE}/etc/noffle.users PLIST_SUB= SPOOL_DIR=${SPOOL_DIR} SUB_FILES= pkg-message SPOOL_DIR= /var/spool/noffle DOCS= ChangeLog docs/FAQ docs/INTERNALS README \ docs/testing.txt docs/noffle.lsm OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|/etc/noffle.conf|${PREFIX}/etc/noffle.conf|g' \ ${WRKSRC}/docs/${PORTNAME}.1 \ ${WRKSRC}/docs/${PORTNAME}.conf.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/noffle.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/noffle.conf.5 \ ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_DATA} ${WRKSRC}/noffle.conf.example \ ${STAGEDIR}${PREFIX}/etc/noffle.conf.sample @${MKDIR} ${STAGEDIR}${SPOOL_DIR}/data \ ${STAGEDIR}${SPOOL_DIR}/lock \ ${STAGEDIR}${SPOOL_DIR}/outgoing \ ${STAGEDIR}${SPOOL_DIR}/overview \ ${STAGEDIR}${SPOOL_DIR}/requested do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include value='switch'/> Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix online mode initialization.Matthew Barnes2009-01-142-4/+9
* Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-12278-42214/+27850
* Add a couple missing files.Matthew Barnes2009-01-122-0/+651
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-1133-909/+1037
* Add missing accelerator for File -> Print.Matthew Barnes2009-01-105-5/+5
* Fix a weird UI merging bug.Matthew Barnes2009-01-092-4/+12
* Fix some miscellaneous mailer bugs.Matthew Barnes2009-01-087-122/+133
* Tweak the EShell API.Matthew Barnes2009-01-0828-585/+518
* Implement GNOME Goal: RemoveGnomeOpenGnomeHelpMatthew Barnes2009-01-021-3/+17
* Get the Character Encoding menu working.Matthew Barnes2009-01-0122-519/+436
* Get the basic mail browser window working. No message contents yet.Matthew Barnes2008-12-299-73/+474
* Update EShell documentation.Matthew Barnes2008-12-283-10/+27
* Handle mailto/email URIs (unfinished).Matthew Barnes2008-12-283-39/+124
* Solve a translation issue related to the New menu.Matthew Barnes2008-12-289-21/+51
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-2723-2652/+2741
* Committing progress. About to try something radical...Matthew Barnes2008-12-203-49/+106
* Implement yet more mail actions.Matthew Barnes2008-12-1910-313/+384
* Implement folder tree popup actions. Purge EPopup from EMFolderTree.Matthew Barnes2008-12-1913-463/+618
* Implement more mail actions. Slowly phasing out EMFolderView.Matthew Barnes2008-12-187-396/+759
* - Start fleshing out some of the mail actions.Matthew Barnes2008-12-165-155/+345
* - Mail: Update the sidebar on folder selection.Matthew Barnes2008-12-168-187/+463
* - Get offline synchronization working in the mailer (I think).Matthew Barnes2008-12-143-137/+303
* - Fix NetworkManager connection tracking.Matthew Barnes2008-12-1417-513/+894
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-1198-3541/+4041
* Implement bug #263268 - Contact categories need to be able to be filtered byMatthew Barnes2008-12-0410-469/+440
* Get drag-and-drop-to-source-selector working for contacts, memos and tasks.Matthew Barnes2008-11-2918-440/+1029
* Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-2462-11919/+9077
* Fix a mistyped macro.Matthew Barnes2008-11-222-8/+8
* Documentation improvements.Matthew Barnes2008-11-2016-413/+792
* Progress update:Matthew Barnes2008-11-1933-911/+1868
* There we go... that's more like it.Matthew Barnes2008-11-152-3/+1
* More library dependency unravelling.Matthew Barnes2008-11-143-9/+10
* Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-1453-786/+1061
* Merge revisions 36730:36736 from trunk.Matthew Barnes2008-11-089-4/+144
* Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-0875-10653/+4586
* Ellipsize the Subscriptions menu item.Matthew Barnes2008-11-031-1/+1
* Fix a pane resizing issue on the main window that's been driving me crazy.Matthew Barnes2008-11-034-6/+54
* Get composer integration working with the rest of the modules, but man doMatthew Barnes2008-11-018-46/+22
* Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-3122-162/+173
* Secondary checkout spotted a compilation issue.Matthew Barnes2008-10-312-3/+89
* Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-3128-1349/+536
* Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-3020-286/+551
* Wire up status messages to include percentages if available.Matthew Barnes2008-10-2922-65/+290
* Fix a couple minor UI bugs.Matthew Barnes2008-10-284-4/+34
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-2827-40/+2087
* Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-25124-18126/+41839
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-2536-276/+954
* Yeah, it was something stupid. Folder tree now working.Matthew Barnes2008-10-171-1/+1
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-1768-1558/+3370
* Progress update:Matthew Barnes2008-10-1463-1963/+7076
* Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-077-359/+572
* Fix some compilation errors.Matthew Barnes2008-10-057-13/+39
* Support migration in the new shell design.Matthew Barnes2008-10-0530-729/+1814
* Tweak some aspects of the Contacts module to be more consistent withMatthew Barnes2008-10-0412-243/+648
* Finally fix the stupid shell view bootstrapping issue.Matthew Barnes2008-10-043-23/+28
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-0439-156/+1095
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-0349-1088/+1498
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-0277-794/+866
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-02366-124013/+148661
* Add more EShell API documentation.Matthew Barnes2008-10-0212-41/+465
* Continue documenting the new shell API.Matthew Barnes2008-10-0122-2269/+633
* See which plugins compile and enable those that do. Looks like aboutMatthew Barnes2008-10-012-0/+30
* More Memos debugging.Matthew Barnes2008-10-017-48/+172
* Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-3019-63/+533
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-3065-2439/+2828
* Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-2616-922/+1006
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-25