/sysutils/py-pytsk/

tps://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* - Use optparse instead of old deprecated method.stas2011-08-231-14/+10
* - Fix options processing (optparse puts options into hash indexed by strings,stas2011-08-231-3/+3
* - Make it work with ruby 1.9.stas2011-08-231-6/+17
* - Back out category check for nowswills2011-08-161-6/+0
* - Remove obfuscation of submitter email at request of dougbswills2011-08-161-1/+6
* Change shebang to #!/usr/bin/env perl, as required by bapt@garga2011-07-281-1/+1
* Remove duplicate words in comment.erwin2011-05-021-1/+1
* Drop support for FreeBSD 6.x.erwin2010-12-141-7/+2
* - Switch to SHA256 checksumspav2010-11-181-11/+11
* - s/make/may/pgollucci2010-09-241-1/+1
* -use a tab not a spacepgollucci2010-09-231-1/+1
* /8/9/ as the defaultpgollucci2010-09-231-1/+1
* blanket approvalpgollucci2010-09-231-0/+1
* check for repocopy snafuspgollucci2010-09-141-0/+43
* - Unbreak the -n flag;romain2010-06-061-6/+5
* - allow addport to work in ports-mgnt againdinoex2010-03-251-1/+1
* - Add a script to check unneeded dependencies for perl modules.kuriyama2010-01-292-0/+107
* Correct depreciation warning with Python 2.6 and fix several warningssobomax2009-11-211-19/+19
* - Fixed "permission denied" errorglarkin2009-10-061-2/+2
* Correctly bump PORTREVISION?= instead of always resetting to 1 in this case.gerald2009-09-151-1/+1
* Add support for INDEX-9erwin2009-08-231-3/+8
* Explicitly override LOCALBASE to make sure we don't geterwin2009-07-142-0/+2
* Force cleaning of the environment from customized local settings.erwin2009-06-061-0/+5
* Use zfs snapshots that are periodically updated on pointyhat for theerwin2009-05-281-27/+78
* note mark_safe.plpgollucci2009-05-171-0/+1
* o don't set anything in ports with NO_BUILDpgollucci2009-05-171-3/+3
* Do not mark rubygem ports, its a NO-OPpgollucci2009-05-161-0/+2
* Make previous commit work for both context and unified input patches.itetcu2009-05-111-1/+1
* When naming the split patch files, replace the original path '/' with '__'itetcu2009-05-111-1/+1
* - fix --port supportpgollucci2009-04-301-1/+3
* - Start some docspgollucci2009-04-301-11/+93
* Script to set MAKE_JOBS_(UN)SAFE= yes for a MAINTAINERs ports.pgollucci2009-04-221-0/+191
* Use diff -p both when first creating and when updating a patch.naddy2009-02-161-1/+1
* Factor out the code that performs the PORTREVISION bump for one port.gerald2009-01-081-42/+47
* Reduce per branch code duplicationerwin2008-12-281-41/+16
* Make sure we don't add ${WRKDIR}.sobomax2008-10-221-4/+4
* Have a different approach on how to check if the modules file has changed.edwin2008-07-141-9/+7
* Keep the sources of the CVSROOT-ports/modules update script safelyedwin2008-07-094-0/+361
* [PATCH] Tools/scripts: Some cleanups, additions to bump_version.pledwin2008-07-061-28/+33
* CVSROOT/modules no longer contains an entry per port, remove supporterwin2008-06-204-300/+9
* Add support for "PORTREVISION?=" and "PORTEPOCH"edwin2008-06-061-52/+62
* Remove support for FreeBSD 5.xerwin2008-06-011-21/+1
* Add a tiny sh hack - ardiff - compares two archives.sat2008-05-072-0/+98
* Fix a problem when add new ports on ports-mgmt category. ports-mgmt/Makefilegarga2007-12-201-6/+13
* - Add support for FreeBSD 8.0erwin2007-10-261-4/+25
* s/query-pr.real/query-pr/ to fix getpr after freefall migrationgarga2007-10-161-1/+1
* Replace two further instances of /var/db/pkg by $PKG_DBDIR.gerald2007-09-171-2/+2
* Use PKG_DBDIR instead of hard-coding /var/db/pkg/. Do not silently revertgerald2007-09-091-3/+15
* explicit_lib_depends.sh:netchild2007-09-053-14/+120
* One more sanity check, else /+CONTENS will be searched.netchild2007-08-311-0/+5
* USE_FREETYPE is for v1, not for v2. Use a perfect match in the case statement.netchild2007-08-311-4/+5
* Do not list libs which come with the port itself.netchild2007-08-261-2/+5
* Add explicit_lib_depends.sh.netchild2007-08-261-0/+2
* - Add USE_FREETYPE.netchild2007-08-261-1/+5
* We should also look into sbin/ (not only bin/ and lib/).netchild2007-08-241-1/+1
* explicit_lib_depends.sh shows you the current explicit dependency list ofnetchild2007-08-241-0/+115
* Teach about USE_ICONV, USE_GETTEXT, USE_GNOME and USE_XORG.netchild2007-08-241-1/+38
* Add 2 scripts which help in port maintenance to list all direct librarynetchild2007-08-123-0/+170
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-40/+10
* ARCH may be set in the environment for cross building, so onlyerwin2007-06-121-2/+4
* Set default architecture to i386.erwin2007-06-121-0/+3
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+156
* Fix addport to work correctly with ports-mgmt category.garga2007-04-201-1/+1
* Use echo instead of printf because external commands cannot be executedvd2007-03-291-3/+3
* * Run cvs update just before cvs commit to sync a potentially changed filesvd2007-02-191-2/+5
* Retire PORTOBJFORMATkris2007-02-011-1/+1
* Drop the build on RELENG_4erwin2007-01-301-20/+1
* A bunch of cosmetic changes - add one empty line to make the output morevd2007-01-261-6/+7
* Make output messages more usefulvd2007-01-261-1/+5
* * Make it possible to skip existing dependencies and ports references in LEGALvd2007-01-191-39/+67
* Query Gnats for PRs by using the query-pr command on freefall instead of thevd2006-12-201-2/+22
* Add check for existing non-closed PRs related to the port being removed.vd2006-12-131-1/+65
* Replace a simple call to localtime() to strftime() to include theerwin2006-11-231-1/+2
* eik@ has been inactive for quite some time and as I am runningerwin2006-11-234-3/+6
* Include a time when the script was started in the mail templates.erwin2006-11-231-5/+16
* Add deprecated reason to the output of -Fvd2006-11-021-2/+6
* * Create custom commit message template and populate it with the portsvd2006-11-011-16/+88
* When checking for dependencies of foocategory/barport also find constructsvd2006-10-051-1/+1
* When checking dependencies also look for portname references in Mk/*.mkvd2006-09-141-5/+5
* Remove grep's -w switch from the dependency check since it misses somevd2006-09-121-1/+1
* Add support for DESTDIR part I.erwin2006-08-041-10/+40
* Add an option to the addport script: -b requests that any files inshaun2006-07-141-3/+22
* Escape characters (like +) that may appear in ports' names andvd2006-07-051-2/+13
* When automatic commit log is generated, change @ to " at " on submitter emailgarga2006-07-051-0/+1
* MFP4:erwin2006-06-231-1/+1
* MFP4:erwin2006-06-191-6/+24
* - Change addport script to do the job locally instead connect to freefall everygarga2006-05-162-18/+39
* Add support for specifying ports to be removed as directories on thevd2006-05-021-1/+27
* Improve dependency check:vd2006-05-021-2/+3
* Add support for removing multiple ports which depend on each othervd2006-04-171-36/+48
* Quote ${1} so we don't get ``[: =: unexpected operator'' if the scriptvd2006-04-121-1/+1
* Add the script I use to remove ports so everyonevd2006-04-101-0/+315
* Warn if there are duplicate MD5/SHA256/SIZE statements for a single fileedwin2006-01-251-3/+33
* Small tool to check the necessary lines in the distinfo files, basededwin2006-01-241-0/+105
* Support 7.x INDEX buildskris2006-01-231-16/+37
* Add portsvar.sh schell script into Tools/scripts.daichi2006-01-111-0/+133
* Utility: A tool to identify similar pkg-descr filesedwin2005-11-261-0/+24
* - Add a new option -L, it works like -l but uses pkg-descr to creategarga2005-10-051-17/+30
* Remove some hardcoded values to hopefully stop random users from shootingkris2005-09-091-12/+27
* - Handle different INDEX filename on 5.X and abovepav2005-09-051-2/+5
* Add prototypes for all the subroutines which fixes compilation withmarcus2005-07-111-9/+20
* Fix typosvs2005-04-181-3/+3
* As discussed on the cvs-ports-list, make 'addport' print a warning if the dir...vs2005-04-121-0/+1
* Add a splitpatch.pl utility, a small script to convert multi-filetobez2005-04-122-0/+112
* - Add bump_revision.pl, a small script to bump the PORTREVISION variableflz2005-04-122-1/+193
* - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changesflz2005-04-121-2/+2
* Checkout Templates from CVS as well since ports with GNU_CONFIGURE willvs2005-03-211-0/+2
* Document the check-latest-link and tindex scriptskris2005-01-241-1/+5
* Add the script I use to look for duplicate LATEST_LINK entries and tokris2005-01-241-0/+72
* This is the script I use to build indexes for all supported ports branches,kris2005-01-241-0/+164
* Remove traling spaces.krion2005-01-0915-20/+20
* Newline should go after the terminating punctuation (fix typo).dd2004-11-071-1/+1
* Strip out date/time from +++/--- headers in generated patchfiles, so that theysobomax2004-10-141-11/+12
* Avoid possible GNATS timeouts by using query-pr.real direclty.krion2004-07-281-1/+1
* Modernize these two scripts a little bit to make it easier to dealmurray2004-06-092-6/+16
* Hack in master/slave supporteik2004-06-051-27/+69
* parse $FreeBSD$ with yyyy-mm-dd format dateseik2004-05-311-1/+1
* protect $FreeBSD: ... $ from being expandedeik2004-05-301-1/+1
* don't terminate the log entry with the first hypheneik2004-05-301-1/+1
* - make somewhat more robust against a corrupted ports treeeik2004-05-301-30/+80
* - Remove 'pkg-plist' from required fileskrion2004-05-271-2/+1
* - fix a bug handling the maintainer field when ALLPORTS is usedeik2004-05-221-35/+56
* Turn chkversion into an all-dancing, all-singing notification tool.eik2004-05-191-35/+138
* small optimazation: don't compare versions that are equaleik2004-05-181-1/+1
* check only ports connected to the build.eik2004-05-181-15/+32
* - integrated chkorigineik2004-05-171-51/+102
* FWIIW, spawn fewer processes.eik2004-05-161-3/+12
* support for symlinked portsdir (but no other symlinks in the ports tree)eik2004-05-152-14/+19
* add support for ignoring local ports / categories:eik2004-05-151-1/+4
* added chkversion, a script that ensures that PORTVERSIONs don't go backwardseik2004-05-141-0/+155
* add a perl script to check CVSROOT-ports/modules,eik2004-05-141-0/+127
* - don't flag empty lineseik2004-05-081-6/+30
* awk script to check MOVED for consistencyeik2004-05-081-0/+87
* While generating commit message, don't lowercase the first letter if the secondmat2004-04-051-2/+2
* added an -q option to enable usage in crontab.eik2004-03-291-2/+27
* Fix a bug arising when you added a port which should have been at the end ofmat2004-03-211-3/+10
* Add chkorigin.sh, a script that checks the ports tree for ports with a wrongeik2004-03-19