aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nautilus-locked-folder
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-6/+1
| | | | Notes: svn path=/head/; revision=200769
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* Fix the build with GCC 4.1.Jeremy Messenger2006-12-181-0/+2
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=180049
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-4/+3
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - The website is gone; host distfile on FreeBSD.org ftp, link WWW to gnome.orgPav Lucistnik2006-07-152-2/+3
| | | | | | | page Notes: svn path=/head/; revision=167896
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Mark broken on 4.xMichael Johnson2005-11-111-1/+6
| | | | Notes: svn path=/head/; revision=147920
* Add nautilus-locked-folder, a plugin for Nautilus that adds a 'Lock folder'Joe Marcus Clarke2005-11-054-0/+50
item to the right-click menus of folders. Locking a folder encrypts its contents and converts it into a '.locked' format archive. This archive can then be decrypted by right-clicking it and selecting 'Unlock folder'. WWW: http://www.ids.org.au/~jam6/locked-folders/ Submitted by: ahze Notes: svn path=/head/; revision=147285