#! /bin/sh # # $FreeBSD$ # # unwrap - extract the combined package (created with wrap) # move the file to a new name with an extension rm -rf $1.cvswrap mv $1 $1.cvswrap # untar the file if `gzip -t $1.cvswrap > /dev/null 2>&1` then zcat -d $1.cvswrap | tar --preserve --sparse -x -f - else tar --preserve -x -f $1.cvswrap fi # remove the original rm -rf $1.cvswrap marcuscom-ports Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/x11-fm
Commit message (Expand)AuthorAgeFilesLines
* Update cinnamon to 2.0. Among the changes:gusi2014-01-214-67/+53
* Unbreak with new gtk+3kwm2013-12-151-0/+3
* Fix build with gtk+ 3.10.kwm2013-12-141-0/+4
* Fix a conflict ith x11-fm/nautilus. While here strip a lib installed by the p...gusi2013-11-172-3/+9
* share/applications is now part of BSD.local.dist mtree file.kwm2013-10-281-1/+0
* Move gnome3 ports into the place of the gnome2 locations.kwm2013-10-285-4/+6
* Some changes to cinnamon and related ports:gusi2013-10-143-74/+19
* Fix the distinfo file.gusi2013-10-111-2/+2
* Various upgrades and fixes for cinnamon:gusi2013-10-107-18/+29
* Add pkgconfig to ports that need it, enable stage support.kwm2013-10-061-3/+3
* Add NO_STAGE to all ports, until we convert each one.kwm2013-09-222-6/+8
* Catch up with ports infra changes.kwm2013-07-262-5/+3
* Update to 3.6.3.kwm2013-05-183-30/+22
* Add introspection USE_GNOME component.kwm2013-05-142-6/+4
* Massive port framework maintaince/update (long over due too)kwm2013-04-273-25/+9
* set proper keywordsmarcus2013-04-011-1/+1
* Add the folling ports from the linuxmint project:kwm2013-03-238-0/+301
* Merged into ports.kwm2013-01-227-413/+0
* Sync w/ FreeBSD ports.mezz2012-09-045-636/+4
* Update to 3.4.2.kwm2012-06-133-18/+13
* Fix build with new glib20kwm2011-10-241-3/+7
* Update to 3.2.1.kwm2011-10-192-4/+4
* Update to 3.2.0.kwm2011-10-152-7/+6
* Update to 3.1.92.kwm2011-09-203-11/+8
* Sync w/ FreeBSD ports. Here's a script to get rid of MD5:mezz2011-06-123-24/+27
* Add LATEST_LINK in those ports.mezz2011-06-111-1/+2
* Remove GNOME_DESKTOP_VERSION and reset the $FreeBSD$ in gdm.mezz2011-06-041-2/+1
* Update to 3.0.2.kwm2011-05-283-4/+5
* Update to 3.0.1.1.kwm2011-05-022-4/+4
* Reset the $FreeBSD$.mezz2011-05-012-3/+3
* Update to 3.0.1.kwm2011-04-272-4/+4
* Add CONFLICTS with the each others.mezz2011-04-268-1/+413
* Remove GNOME_DESKTOP_VERSION from the Makefile. It is designed for componentmezz2011-04-111-2/+1
* Update to 3.0.0.kwm2011-04-052-4/+4
* Update to 2.91.94.kwm2011-03-312-4/+4
* Update to 2.91.93.kwm2011-03-302-4/+4
* Update to 2.91.92.kwm2011-03-222-4/+4
* Update to 2.91.91.kwm2011-03-103-5/+5
* Chase libnotify shlib bump.kwm2011-03-084-0/+629
* Chase libnotify shlib change, also register if the port doesn't do so already.kwm2011-03-061-1/+3
* Update to 2.91.90.1.kwm2011-02-243-6/+5
* Update to 2.91.9.kwm2011-02-052-5/+5
* Update to 2.91.8.kwm2011-02-015-29/+4
* Update to 2.91.7.kwm2011-01-137-0/+370
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-0114-804/+0
* Update to 2.32.1.kwm2010-11-132-5/+4
* Update to 2.32.0.kwm2010-09-282-5/+5
* Update to 2.31.92.kwm2010-09-212-5/+6
* Update to 2.31.90.kwm2010-08-185-40/+8
* Fix build with newest Gtk 2.kwm2010-08-183-1/+35
* Update to 2.31.6.kwm2010-08-133-10/+21
* reset nautilus back to 2.30 versionkwm2010-07-2310-11/+407
* Update to 2.31.3.kwm2010-06-083-112/+5
* Add a patch to fix the build with recent gtk20.kwm2010-06-061-0/+107
* Update to 2.31.2.kwm2010-06-067-0/+395
* Post 2.30.1 commit clean up.kwm2010-05-127-393/+0
* Update to 2.30.1.kwm2010-04-272-15/+5
* Update to 2.30.0.avl2010-03-302-5/+5
* Update to 2.29.92.1.kwm2010-03-103-8/+8
* Update to 2.29.92.avl2010-03-093-8/+8
* Update to 2.29.91.avl2010-02-232-5/+5
* Update to 2.29.90.kwm2010-02-112-5/+5
* Update to 2.29.2.avl2010-01-272-6/+5
* Chase gnome-desktop shlib dump.kwm2010-01-171-1/+2
* Update to 2.29.1ahze2009-12-237-0/+403
* Remove these ports now that they are in the ports tree.marcus2009-11-308-412/+0
* Update to 2.28.1.avl2009-10-202-5/+5
* Update to 2.28.0.kwm2009-09-222-5/+5
* Add new gir-repository ports infrastructure.avl2009-09-161-0/+15
* Update to 2.27.92.kwm2009-09-072-5/+5
* Update to 2.27.91.kwm2009-08-253-6/+7
* Replace libtool:15 with libtool:22.marcus2009-07-201-2/+2
* Update to 2.27.4.kwm2009-07-192-5/+5
* Update to 2.27.2.kwm2009-06-153-27/+5
* Update to 2.27.1.marcus2009-05-088-0/+418
* Remove these ports now that they have been merged into FreeBSD ports.marcus2009-04-1120-669/+0
* Add a hack to fix the build with GNOME 2.26.marcus2009-04-088-0/+189
* Add a missing dependency on eel2.marcus2009-04-085-0/+68
* Update to 2.26.1.kwm2009-04-033-5/+8
* Update to 2.26.0.kwm2009-03-173-5/+8
* Update to 2.25.93.kwm2009-03-132-5/+5
* Fix the locale stuff in plist, ran by locale_dirrmtry.sh.mezz2009-03-101-2/+0
* Update to 2.25.92, and add exempi support.marcus2009-03-032-7/+8
* Update to 2.25.91.kwm2009-02-237-0/+407
* Remove these ports now that they have been merged into the FreeBSD portsmarcus2009-01-1212-452/+0
* Sync w/ FreeBSD ports.mezz2009-01-101-2/+2
* Update to 2.24.2.marcus2008-11-253-5/+8
* Update to 2.24.1.kwm2008-10-213-6/+5
* Update to 0.5.1.kwm2008-09-225-0/+70
* Update to 2.24.0.kwm2008-09-222-5/+5
* Fix the locale stuff, ran by locale_dirrmtry.sh.mezz2008-09-101-3/+3
* Update to 2.23.92.kwm2008-09-093-5/+17
* Clean up the leftover sr@latin locale.marcus2008-09-071-0/+2
* Update to 2.23.91.kwm2008-09-023-6/+6
* Update to 2.23.90.marcus2008-08-212-5/+5
* Update to 2.23.6.1.marcus2008-08-052-5/+5
* Update to 2.23.6.marcus2008-08-052-6/+5
* Sync with FreeBSD ports tree.marcus2008-07-262-17/+2
* Update to 2.23.5.1.marcus2008-07-232-5/+5
* Update to 2.23.5.marcus2008-07-224-38/+5
* Fix the build with the latest glib20.marcus2008-07-092-0/+33
* Update to 2.23.4.marcus2008-06-182-6/+5
* Bump PORTREVISIONs to chase the gettext update.marcus2008-06-071-1/+2
* Update to 2.23.3.kwm2008-06-052-5/+8
* Update to 2.23.2.marcus2008-05-153-5/+8
* Update to 2.23.1ahze2008-04-237-0/+376
* Remove these ports now that they have been merged into the FreeBSD ports tree.marcus2008-03-2412-426/+0
* Use ltasneededhackahze2008-03-161-3/+3
* No longer need to take care of extensions-1.0 directory.mezz2008-03-122-5/+3
* merge my change with marcus's.mezz2008-03-112-4/+18
* Update to 2.22.0.marcus2008-03-112-5/+5
* Update to 2.21.92.kwm2008-02-263-5/+6
* Update to 2.21.91.marcus2008-02-122-5/+5
* With recently update of shared-mime-info, now nautilus's plist no longer needmezz2008-02-011-16/+0
* Update to 2.21.90.marcus2008-01-292-5/+5
* Update to 2.21.6.marcus2008-01-223-7/+17
* Fix the dirrmtry locale stuff, ran by locale_dirrmtry.sh.mezz2008-01-201-1/+1
* Update to 2.21.5.marcus2008-01-153-6/+13
* Add create directory and remove extensions-1.0, there are ports that stillmezz2008-01-142-1/+5
* Update to 0.5.0.marcus2008-01-145-0/+71
* extention dir changed from lib/nautilus/extensions-1.0 tokwm2008-01-111-2/+2
* Update to 2.12.2.marcus2008-01-107-0/+337
* Remove these now that they have been committed to the FreeBSD ports tree.marcus2007-10-2524-913/+0
* Remove share/applications from gnomehier and add dirrmtry of this path inmezz2007-10-113-0/+3
* @dirrm share/locale -> @dirrmtry share/localemezz2007-09-191-2/+2
* Update to 2.20.0ahze2007-09-183-5/+9
* Update to 2.19.91.marcus2007-08-282-5/+5
* Sync w/ FreeBSD ports.mezz2007-08-174-41/+17
* Update to 2.19.90.marcus2007-08-152-5/+5
* share/gnome/ -> share/.mezz2007-08-0712-0/+412
* Add a missing file.mezz2007-08-071-0/+28
* Update to 2.19.6.mezz2007-08-023-21/+5
* Sync w/ FreeBSD ports.mezz2007-07-311-1/+7
* Fix the crash with new gtk.mezz2007-07-222-1/+17
* Update to 2.19.5ahze2007-07-103-5/+8
* Update to 2.19.4.marcus2007-06-202-5/+5
* Update to 2.19.3.mezz2007-06-083-66/+68
* Fix and catch up with locale stuff in our new mtree. Using locale_dirrmtry.shmezz2007-05-311-2/+0
* Get rid of X11BASE and replace a few to LOCALBASE. I only touch these portsmezz2007-05-302-5/+5
* Chase libexif update again. Don't worry, pav has added ltverhack in libexifmezz2007-05-281-3/+3
* Fix these ports by chase w/ libexif update.mezz2007-05-261-3/+3
* Sync plist changes from ports.marcus2007-05-222-42/+0
* Bump PORTREVISION to sync with ports.marcus2007-05-202-2/+3
* Update to 2.19.2.marcus2007-05-155-7/+43
* share/gnome/ -> share/mezz2007-05-045-0/+158
* share/gnome -> sharemarcus2007-04-295-0/+328
* Remove these ports now that they have been committed to FreeBSD.marcus2007-03-195-328/+0
* Add a missing locale file.marcus2007-03-172-1/+3
* Update to 2.18.0.1ahze2007-03-132-5/+5
* Update to 2.18.0ahze2007-03-122-5/+5
* Update to 2.17.92.marcus2007-02-272-5/+5
* Remove unneeded patchahze2007-02-141-10/+0
* Update to 2.17.91.marcus2007-02-132-5/+5
* Update to 2.17.90.marcus2007-01-292-5/+5
* Turn tracker support off by default. Tracker for the most part is stable,ahze2007-01-221-3/+3
* - Chase tracker (no need to bump PORTREVISION since nautilus doesn't link toahze2006-12-241-3/+3
* - Update to 2.17.1ahze2006-12-186-0/+336
* Clean out MarcusCom after the big import into ports.marcus2006-10-1426-1141/+0
* Add dirrmtry locale stuff in more ports' plist.mezz2006-10-051-6/+28
* Fix the dirrmtry locale in plist. Don't freak out, a lot of them are reordermezz2006-10-051-14/+70
* - Update to 2.16.1ahze2006-10-032-5/+5
* - Move to LOCALBASEahze2006-10-035-0/+410
* - move to LOCALBASEahze2006-09-309-0/+207
* - Update to 2.16.0ahze2006-09-043-5/+11
* Update to 2.15.92.1.marcus2006-08-232-5/+5
* - Update to 2.15.92ahze2006-08-22