aboutsummaryrefslogtreecommitdiff
path: root/archivers/unshield
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update manpage location (r523104)Sunpoet Po-Chuan Hsieh2020-05-082-4/+1
| | | | Notes: svn path=/head/; revision=534423
* Update to 1.4.3Sunpoet Po-Chuan Hsieh2018-11-012-5/+6
| | | | | | | Changes: https://github.com/twogood/unshield/releases Notes: svn path=/head/; revision=483703
* Update to 1.4.2Sunpoet Po-Chuan Hsieh2017-01-162-5/+5
| | | | | | | Changes: https://github.com/twogood/unshield/releases Notes: svn path=/head/; revision=431653
* Update to 1.4.1Sunpoet Po-Chuan Hsieh2017-01-153-5/+6
| | | | | | | | | | - Bump PORTREVISION for archivers/unshield shlib change Changes: https://github.com/twogood/unshield/releases MFH: 2017Q1 Notes: svn path=/head/; revision=431574
* Update to 1.4Sunpoet Po-Chuan Hsieh2017-01-015-226/+14
| | | | | | | | | - Update WWW Changes: https://github.com/twogood/unshield/releases Notes: svn path=/head/; revision=430282
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-23/+23
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-01-011-0/+1
| | | | Notes: svn path=/head/; revision=404969
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDSunpoet Po-Chuan Hsieh2015-01-201-3/+1
| | | | Notes: svn path=/head/; revision=377505
* - Use USES=libtoolSunpoet Po-Chuan Hsieh2014-06-032-5/+4
| | | | | | | | - Strip shared library in post-install: - Bump PORTREVISION for package change Notes: svn path=/head/; revision=356335
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Strip shared librarySunpoet Po-Chuan Hsieh2014-02-051-0/+3
| | | | Notes: svn path=/head/; revision=342730
* USES= libtoolBaptiste Daroussin2014-02-052-3/+3
| | | | Notes: svn path=/head/; revision=342708
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-162-3/+1
| | | | Notes: svn path=/head/; revision=334031
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Add LICENSESunpoet Po-Chuan Hsieh2013-08-211-7/+5
| | | | | | | | - Cosmetic change - Cleanup Makefile header Notes: svn path=/head/; revision=325109
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Add support for new InstallShield header format instead of calling abort()Alexey Dokuchaev2012-01-182-3/+216
| | | | | | | | | | | | | | | (sic!) on such files. When header format could not be detected, try to use the newest algorithm instead the oldest one; this should make the port more "future proof" - Allow to specify header format via command line (-i <version>) to override default detection logic - Bump port revision and reformat Makefile header while I am here Obtained from: SynCE bug tracker at sf.net (ID: 3163039) Approved by: maintainer (sunpoet) Notes: svn path=/head/; revision=289393
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update WWW: unshield is part of SynCE projectSunpoet Po-Chuan Hsieh2010-10-251-1/+3
| | | | | | | | Reported by: distilator Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263577
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - Update to 0.6Alexander Logvinov2009-10-032-4/+4
| | | | | | | | | PR: ports/139324 Submitted by: myself Approved by: tabthorpe, glarkin (mentors, implicit), maintainer Notes: svn path=/head/; revision=242417
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Pass maintainership to submitterChin-San Huang2009-01-041-1/+1
| | | | | | | | PR: ports/130145 Submitted by: sunpoet Notes: svn path=/head/; revision=225236
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224354
* - Update to 0.5.1Pav Lucistnik2008-07-294-19/+9
| | | | | | | | | PR: ports/123971 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: maintainer timeout (se; 2 months) Notes: svn path=/head/; revision=217830
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154139
* Upgrade to version 0.5.Stefan Eßer2005-07-303-8/+10
| | | | | | | | Submitted by: Andrej Zverev (az at inec dot ru) PR: 84316 Notes: svn path=/head/; revision=140452
* Upgrade to version 0.3 of unshield.Stefan Eßer2004-05-214-24/+6
| | | | | | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be> PR: ports/66692 Notes: svn path=/head/; revision=109656
* New port of unshield, a InstallShield cabinet file reader.Stefan Eßer2004-04-096-0/+72
This prgogarm is particularly useful to extract .SYS and .INF files from NDIS drivers packaged as InstallShield archives, which are required as input to ndiscvt (i.e. for the NDISulator). Notes: svn path=/head/; revision=106567