Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.1 20 Jul 2022 14:20:49
    |
Tobias C. Berner (tcberner)  |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.1 16 May 2022 06:49:43
    |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
1.5.1 11 Jan 2022 18:43:56
    |
Po-Chuan Hsieh (sunpoet)  |
archivers/unshield: Update to 1.5.1
Changes: https://github.com/twogood/unshield/releases |
1.4.3 13 Oct 2021 05:35:54
    |
Po-Chuan Hsieh (sunpoet)  |
archivers/unshield: Cosmetic change |
1.4.3 05 Oct 2021 19:11:38
    |
Bernhard Froehlich (decke)  |
archivers/unshield: Add CPE information
Approved by: portmgr (blanket) |
1.4.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.3 08 May 2020 20:50:24
  |
sunpoet  |
Update manpage location (r523104) |
1.4.3 01 Nov 2018 19:13:07
  |
sunpoet  |
Update to 1.4.3
Changes: https://github.com/twogood/unshield/releases |
1.4.2 16 Jan 2017 14:58:08
  |
sunpoet  |
Update to 1.4.2
Changes: https://github.com/twogood/unshield/releases |
1.4.1 15 Jan 2017 15:21:28
  |
sunpoet  |
Update to 1.4.1
- Bump PORTREVISION for archivers/unshield shlib change
Changes: https://github.com/twogood/unshield/releases
MFH: 2017Q1 |
1.4 01 Jan 2017 21:39:52
  |
sunpoet  |
Update to 1.4
- Update WWW
Changes: https://github.com/twogood/unshield/releases |
0.6_7 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.6_7 01 Jan 2016 06:35:45
  |
sunpoet  |
- Add LICENSE_FILE |
0.6_7 20 Jan 2015 11:46:13
  |
sunpoet  |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD |
0.6_7 03 Jun 2014 12:44:13
  |
sunpoet  |
- Use USES=libtool
- Strip shared library in post-install:
- Bump PORTREVISION for package change |
0.6_3 23 Apr 2014 13:25:17
  |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
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).
(Only the first 15 lines of the commit message are shown above ) |
0.6_2 05 Feb 2014 15:48:56
  |
sunpoet  |
- Strip shared library |
0.6_2 05 Feb 2014 14:05:15
  |
bapt  |
USES= libtool |
0.6_1 16 Nov 2013 20:12:10
  |
sunpoet  |
- Support STAGEDIR |
20 Sep 2013 13:11:21

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.6_1 21 Aug 2013 12:02:08
  |
sunpoet  |
- Add LICENSE
- Cosmetic change
- Cleanup Makefile header |
0.6_1 19 Mar 2013 13:04:31
  |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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) |
0.6_1 18 Jan 2012 03:00:40
 |
danfe  |
- Add support for new InstallShield header format instead of calling abort()
(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) |
0.6 11 Aug 2011 19:20:17
 |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.6 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.6 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.6 25 Oct 2010 16:12:27
 |
sunpoet  |
- Update WWW: unshield is part of SynCE project
Reported by: distilator
Approved by: pgollucci (mentor, implicit) |
0.6 22 Sep 2010 17:10:26
 |
sunpoet  |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
0.6 03 Oct 2009 23:53:20
 |
avl  |
- Update to 0.6
PR: ports/139324
Submitted by: myself
Approved by: tabthorpe, glarkin (mentors, implicit), maintainer |
0.5.1 22 Aug 2009 00:13:27
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.5.1 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
0.5.1 04 Jan 2009 14:54:05
 |
chinsan  |
- Pass maintainership to submitter
PR: ports/130145
Submitted by: sunpoet |
0.5.1 18 Dec 2008 02:33:39
 |
linimon  |
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.5.1 29 Jul 2008 23:48:01
 |
pav  |
- Update to 0.5.1
PR: ports/123971
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer timeout (se; 2 months) |
0.5 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [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) |
0.5 01 Feb 2007 02:42:06
 |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
0.5 22 Jan 2006 06:58:31
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.5 30 Jul 2005 09:30:03
 |
se  |
Upgrade to version 0.5.
Submitted by: Andrej Zverev (az at inec dot ru)
PR: 84316 |
0.3 21 May 2004 17:56:13
 |
se  |
Upgrade to version 0.3 of unshield.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
PR: ports/66692 |
0.2 09 Apr 2004 12:47:57
 |
se  |
New port of unshield, a InstallShield cabinet file reader.
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). |