# Created by: Gerrit Beine # $FreeBSD$ PORTNAME= phprojekt PORTVERSION= 6.0.5 CATEGORIES= deskutils www MASTER_SITES= http://www.phprojekt.com/downloads/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An open source groupware suite DEPRECATED= No more public distfiles EXPIRATION_DATE= 2014-03-07 USE_PHP= session imap mysql WANT_PHP_WEB= yes NO_BUILD= yes NO_STAGE= yes do-install: @${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME} post-install: @${FIND} ${WRKSRC}/${file} -not -type d \ | ${SED} -ne 's,^${WRKSRC},www/${PORTNAME},p' >> ${TMPPLIST} @${FIND} -d ${WRKSRC}/${file} -type d \ | ${SED} -ne 's,^${WRKSRC},@dirrm www/${PORTNAME},p' >> ${TMPPLIST} .include oc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/smime
Commit message (Expand)AuthorAgeFilesLines
* Dialogs no longer have separators.Matthew Barnes2011-01-251-3/+0
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-182-6/+9
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-1/+1
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-27/+25
* Bug 626066 (again) - work around NSS bug #595861David Woodhouse2010-09-151-7/+21
* Bug 626066 - log in to NSS database on demand for changing trustDavid Woodhouse2010-09-144-12/+41
* Coding style cleanups.Matthew Barnes2010-09-1310-297/+297
* Bug 626066 - log in to NSS database before invoking certificate managerDavid Woodhouse2010-09-131-1/+6
* Bug 616073 - Various translation issuesMatthew Barnes2010-09-111-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-238/+291
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+0
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-112-14/+12
* Bug 624237 - Fails to start when smartcard is insertedMatthew Barnes2010-07-141-2/+10
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-2/+2
* Fix some linking issues.Matthew Barnes2010-07-111-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-1/+0
* Fix build breakage.Matthew Barnes2010-06-141-0/+2
* Bug #619218 - Should select imported certificate when succeededMilan Crha2010-06-123-47/+400
* Bug 585301 - Use camel_init() to initialize NSS consistentlyDavid Woodhouse2010-06-111-53/+6
* Bug 585301 - Use NSS SQLite database, if availableCraig Ringer2010-05-301-11/+34
* Bug #304415 - Allow change of signature hash algorithmMilan Crha2010-05-201-0/+9
* Miscellaneous string fixesPhilip Withnall2010-04-181-1/+1
* Bug 592986 - Preferences window shows some buttons on iconsMatthew Barnes2010-04-181-150/+27
* Open and save smime-ui.ui in Glade 3.Matthew Barnes2010-04-181-1221/+450
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-084-9/+24
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-896/+0
* Bug #325609 - Add translator comment for "%s = %s"Milan Crha2010-04-021-0/+6
* Fix mismatched quotes.Matthew Barnes2010-03-293-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-20/+20
* Remove dead assignments found by clang.Matthew Barnes2010-01-163-5/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-62/+68
* Coding style and whitespace cleanup.Matthew Barnes2010-01-043-9/+21
* Compiler and linker flag cleanups.Matthew Barnes2009-12-283-0/+5
* Bug #604761 - Select certificate doesn't workMilan Crha2009-12-171-114/+97
* Bug #603342 - Memory leak fixesMilan Crha2009-12-153-6/+26
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-16/+32
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-179-2643/+2474
* Ensure "pkcs12.h" is the mozilla-nss one and not the gnutls oneTor Lillqvist2009-11-111-1/+0
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-1/+1
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-013-8/+10
* More whitespace cleanup.Matthew Barnes2009-07-192-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-147-10/+0
* Fix some build issues.Matthew Barnes2009-07-142-5/+5
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-013-3/+3
* Stop abusing forward declarations.Matthew Barnes2009-06-191-3/+6
* More code cleanup.Matthew Barnes2009-06-022-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-2718-243/+243
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2719-20/+20
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-2718-18/+18
| * Fix compiler warnings in smime.Matthew Barnes2009-05-261-2/+2
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-174-5/+5
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-024-0/+8
| * Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-20/+19
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-214-5/+5
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-4/+5
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-044-0/+8
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-256-37/+306
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-243-17/+253
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-233-16/+3
| * ** Remove a bunch of juvenile comments. Source code should lookMatthew Barnes2009-04-121-2/+0
| * ** Fix for bug #539002Milan Crha2009-04-072-1/+11
| * ** Fix for bug #529745Milan Crha2009-04-072-0/+9
| * ** Fix for bug #572975Milan Crha2009-02-253-15/+33
| * License changesSankarasivasubramanian Pasupathilingam2008-10-106-216/+160
| * esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-062-25/+0
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0310-129/+141
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-2711-125/+166
* | Kill EDropdownButton.Matthew Barnes2009-02-211-20/+19
* | Fix crash on startup.Matthew Barnes2009-02-192-4/+5
* | Documentation tweaks.Matthew Barnes2009-02-191-1/+3
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-256-216/+160
* | Progress update:Matthew Barnes2008-09-183-14/+3
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-1120-264/+292
* | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-1/+3
* | Progress update:Matthew Barnes2008-08-30