aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_trackinst/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Avoid hardcoded version numbers in plist.Jimmy Olgeni2014-02-261-1/+2
| | | | Notes: svn path=/head/; revision=346233
* Add staging support.Jimmy Olgeni2014-02-261-4/+2
| | | | Notes: svn path=/head/; revision=346206
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-4/+1
| | | | Notes: svn path=/head/; revision=312502
* Take maintainership from ports@.Jimmy Olgeni2011-11-291-2/+2
| | | | | | | | | | Chase BSD.local.dist location: it now lives in ports/Templates and is no longer installed in /etc/mtree. Feature safe: yes Notes: svn path=/head/; revision=286632
* - Move to py25 or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269623
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=254920
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245717
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus Notes: svn path=/head/; revision=184211
* Update to 1.2.3 which fixes a minor bug and adds new commandHye-Shik Chang2006-06-251-1/+1
| | | | | | | pkg_checkplist, an alias to "pkg_genplist -c". Notes: svn path=/head/; revision=166265
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Update to 1.2.2.Hye-Shik Chang2005-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | pkg_genplist: *) Fixed a problem that couldn't open plist when command line arguments leads to change PKGNAME. *) FIxed manpage filename mask to include '-' (reported by Radim Kolar) [1] pkg_trackinst: *) Replaced a unfriendly exception with friendly message for an error occurrs when Makefile doesn't exist in current directory. PR: 83224 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1] Notes: svn path=/head/; revision=139388
* Update to 1.2.1:Hye-Shik Chang2005-05-181-1/+1
| | | | | | | | | | - pkg_genplist check mode now ignores gconf entries when GCONF_SCHEMAS is used. [1] Advised by: pav [1] Notes: svn path=/head/; revision=135545
* Update to 1.2.Hye-Shik Chang2005-05-151-2/+2
| | | | | | | | | | | | | | | | | - Ported to Python 2.3. [1] - It's now prohibited to run pkg_trackinst in ports directories. - pkg_genplist now writes "-c" mode error output to the file mentions on "-o" option. - Fixed a problem that can't handle manpages containing "." (dots) in their name. [1] - pkg_genplist now bypasses command line arguments to make command in build and install target. PR: 80831 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1] Notes: svn path=/head/; revision=135282
* Update to 1.1.Hye-Shik Chang2005-05-081-7/+4
| | | | | | | | pkg_trackinst now carries its own install log library "insthook.so" and is free from installwatch which is GPL-ed. Notes: svn path=/head/; revision=134825
* Add a patch that fixes a NameError on pkg_genplist.Hye-Shik Chang2005-05-071-0/+6
| | | | | | | Reported by: krion Notes: svn path=/head/; revision=134746
* Update to 1.0.Hye-Shik Chang2005-05-051-1/+1
| | | | | | | | | | | | | | New features for 1.0: * pkg_genplist has a new run-mode which checks and reports pkg-plist of current port is correct and what files and/or dirs are missing or obsolete. * pkg_trackinst got new option that handles +INSTALL, +DEINSTALL, +DISPLAY files of pkgdb. * pkg_genplist can be set to write new pkg-plist file with another file name than "pkg-plist" with -o option. Notes: svn path=/head/; revision=134659
* Add a new port for pkg_trackinst 0.2,Hye-Shik Chang2005-05-031-0/+26
a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished ports. It provides two commands: * pkg_trackinst: Tracks installation of unpackaged software and writes pkgdb entry using the install log. Then, it also creates a binary package for the installed package. * pkg_genplist: Generates `pkg-plist' of a port in current directory automatically by a test installation. Notes: svn path=/head/; revision=134560