Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_6,1 28 Jan 2024 22:14:39 |
Muhammad Moinur Rahman (bofh) |
textproc/xlhtml: Moved man to share/man
Approved by: portmgr (blanket) |
0.5_5,1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
0.5_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 ) |
0.5_5,1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5_5,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5_5,1 21 Aug 2020 10:49:36 |
fernape |
textproc/xlhtml: Fix build with '-fno-common'
Fix build with '-fno-common', default of GCC 10 and Clang 11
While here, pet linters.
PR: 248774
Submitted by: yasu@utahime.org |
0.5_5,1 02 Jul 2018 19:30:50 |
swills |
textproc/xlhtml: Try again to fix build when Autotools are installed
r472723 seems to have been incomplete
PR: 229442
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
0.5_5,1 19 Jun 2018 00:29:16 |
swills |
textproc/xlhtml: Fix build when autotools is installed
While here, strip binaries
PR: 226080
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
0.5_4,1 26 Apr 2016 09:03:22 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch` |
0.5_4,1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.5_4,1 12 Oct 2014 13:47:38 |
antoine |
No need to use ${STRIP_CMD}, ${INSTALL_PROGRAM} already takes care of this |
0.5_4,1 24 Sep 2014 12:59:33 |
tijl |
Remove USE_AUTOTOOLS |
0.5_4,1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.5_4,1 29 Jul 2014 15:20:01 |
adamw |
Rename textproc/ patch-xy patches to reflect the files they modify. |
0.5_4,1 28 Feb 2014 13:29:24 |
ehaupt |
- Support staging
- USES -> gmake
- Define DOCS option
- Remove redundant CONFIGURE_ARGS definition
- Strip binaries
- Add license |
0.5_4,1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.5_4,1 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
0.5_4,1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.5_4,1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.5_4,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5_4,1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.5_4 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.5_3,1 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.5_3,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.5_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.5_3,1 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
0.5_2,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5_1,1 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
0.5_1,1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.5_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5_1,1 13 Feb 2005 18:28:23 |
linimon |
With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.
These ports are now available for adoption.
Come back coop, we miss ya ... |
0.5_1,1 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
0.5_1,1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
0.5_1,1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.5_1,1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.5,1 17 Dec 2003 15:21:32 |
sergei |
- 0.5.1 is no longer available from the master sites - thus,
downgrade to 0.5 - the latest official release
- Use proper MASTER_SITE_SOURCEFORGE
While I'm here:
- Silence configure warning
- Shorten COMMENT to fit the limit
- Install additional docs, respect NOPORTDOCS in pkg-plist
PR: 60318
Submitted by: maintainer |
0.5.1_1 15 Dec 2003 11:41:44 |
sergei |
Assign maintainership to John Merryweather Cooper <coop9211@uidaho.edu>
with his permission. |
0.5.1_1 13 Dec 2003 00:34:18 |
sergei |
- Patch browser helper utilities nsopen, nsxlview, and nsppptview
so that they work
PR: 53662
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> |
0.5.1 29 Jul 2003 09:12:37 |
sobomax |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
0.5.1 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.5.1 03 Sep 2002 08:34:30 |
sobomax |
- Update to 0.5.1;
- update MASTER_SITES and WWW.
Prompted by: ijliao |
05 Mar 2002 15:00:52 |
sobomax |
Remove bogus line slipped into previous commit. |
05 Mar 2002 14:55:14 |
sobomax |
Put distfile at MASTER_SITE_LOCAL until main MASTER_SITE is available again. |
27 Feb 2002 18:23:39 |
sobomax |
Update to 0.4. |
13 Jun 2001 12:06:00 |
sobomax |
Update to 0.2.9.7. |
05 Jun 2001 11:48:02 |
sobomax |
Update to 0.2.9.6. |
22 May 2001 11:01:26 |
sobomax |
Update to 0.2.9.2. |
17 Jan 2001 13:03:35 |
sobomax |
Update to 0.2.8. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
24 Jul 2000 09:55:23 |
sobomax |
Update to 0.2.7.2. |
12 Jun 2000 11:41:03 |
sobomax |
Update to 0.2.7.1. New MASTER_SITE and WWW. |