Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.99.8_4 18 Feb 2024 13:28:04 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
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.99.8_3 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.99.8_3 05 Aug 2022 05:25:23 |
Fernando Apesteguía (fernape) Author: Stephen Roome |
audio/gnupod: fix deprecated use of defined(@array)
Submitter becomes maintainer. First port to be maintained by submitter.
PR: 265018
Reported by: steve.roome@gmail.com
MFH: 2022Q3 |
0.99.8_3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.99.8_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.99.8_3 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.99.8_2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.99.8_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.99.8_2 08 Dec 2015 14:44:03 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Add missing run-depends
- Switch to options helpers |
0.99.8_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.99.8_2 18 Dec 2014 15:11:39 |
mat |
Update the stupidity fix after BSDPAN removal.
Noticed by: antoine
Sponsored by: Absolight |
0.99.8_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.99.8_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.99.8_1 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.99.8_1 28 Feb 2014 17:58:09 |
pawel |
- Staging support
- Use options helpers
- Merge docs installation
- Unmute install commands |
0.99.8 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.99.8 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.99.8 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
0.99.8 28 Jun 2012 19:04:50 |
az |
- Fix typo |
0.99.8 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.99.8 01 Jun 2012 06:57:16 |
bapt |
Convert to new options framework |
0.99.8 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.99.8 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.99.8 18 Jun 2010 09:19:54 |
linimon |
Reset david@trucs.org, who currently does not have time to work on
these ports.
Hat: portmgr |
0.99.8 28 Feb 2010 02:43:18 |
wen |
- Update to 0.99.8
PR: ports/143632
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer(timeout, > 20 days)
Feature safe: yes |
0.99.7_2 29 Jan 2010 14:52:21 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).
Approved by: portmgr (itetcu) |
0.99.7_1 05 Mar 2009 21:41:44 |
wxs |
- Switch to p5-Getopt-Long (p5-Getopt-Mixed is long since deprecated)
PR: ports/131887
Submitted by: wxs
Approved by: maintainer timeout |
0.99.7 14 Jan 2009 09:12:38 |
miwi |
- Update to 0.99.7
PR: 130096
Submitted by: Dennis Herrmann <adox@mcx2.org>
Approved by: maintainer |
0.99.6 29 Nov 2008 22:36:29 |
pav |
- Add dependency on Digest::SHA1, it's no longer pulled in via Digest::MD5
Reported by: pointyhat |
0.99.6 02 May 2008 19:27:35 |
miwi |
- Update to 0.99.6
PR: 123299
Submitted by: David <david@trucs.org> (maintainer) |
0.99.2 08 Sep 2007 00:51:20 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.99.2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.99.2 29 May 2007 07:22:09 |
lwhsu |
- Update gnupod to 0.99.2
- Add FLAC support (option)
PR: 112466
Submitted by: "David" <david AT trucs.org> (maintainer)
Approved by: clsung (mentor, implicitly) |
0.99 29 Nov 2006 11:41:53 |
shaun |
- Update maintainer's e-mail address. [1]
- Pet portlint(1) while here.
PR: ports/105999 [1]
Submitted by: David Le Brun <david@trucs.org> (maintainer) [1] |
0.99 07 Jun 2006 12:07:06 |
miwi |
Update to 0.99
PR: ports/97664
Submitted by: miwi
Approved by: krion (mentor), maintainer |
0.98.3_1 04 Jan 2006 05:42:37 |
edwin |
[Maintainer Update] audio/gnupod : Fix pkg-plist (noticed by Kris via pointyhat)
PR: ports/91280
Submitted by: David Le Brun <david@dyn-ns.net> |
0.98.3 22 Nov 2005 12:49:05 |
mnag |
Update to 0.98.3 (Now requires perl >= 5.8)
PR: 89283
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
0.98 03 Apr 2005 21:02:32 |
pav |
- Update to ports/79507
PR: ports/79507
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
0.96 28 Nov 2004 16:10:02 |
pav |
- Update to 0.96
PR: ports/74343
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
0.95 08 Jul 2004 18:41:53 |
pav |
- Update to 0.95
PR: ports/68744
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
0.94_1 07 May 2004 07:51:12 |
krion |
- Fix dependencies
PR: ports/66341
Submitted by: maintainer |
0.94 02 May 2004 00:23:49 |
petef |
- update to 0.94
- fix pkg-plist
PR: 65938
Submitted by: maintainer |
0.92 18 Mar 2004 20:59:15 |
trevor |
Add size data, approved by maintainers. |
0.92 12 Dec 2003 21:32:10 |
pav |
- Fix install on perl 5.0
- Fix pkg-plist on perl 5.0
PR: ports/60190
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) |
0.92 09 Nov 2003 16:03:36 |
jeh |
This is a massive update :
- *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory
needed)
- Real support of Unicode
- Remove XML::Simple depency in favor of XML::Parser
- Support of SmartPlaylists (beta)
- Many bugs fixed and many new features
PR: 59053
Submitted By: MAINTAINER |
0.28_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.28_1 21 Oct 2003 11:24:02 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
0.28_1 16 Aug 2003 10:35:20 |
kris |
Utilize INFO |
0.28_1 22 May 2003 17:02:18 |
demon |
This port has been removed from CPAN.
Newer version of File::Copy is included into perl distribution.
PR: 52524
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.28_1 20 Apr 2003 21:25:15 |
sumikawa |
Fix breakage on packaging.
PR: ports/51180
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |
0.28 18 Apr 2003 06:48:07 |
edwin |
[MAINTENER UPDATE] audio/gnupod to 0.28
Change the MASTER_SITES to gnu.org (and mirrors)
Update gnupod to 0.28
- tunes2pod.pl has better support of various iTunesDB (especially with
Ehpod)
- mktunes.pl is now *much* faster
PR: ports/50054
Submitted by: David LE BRUN <david@dyn-ns.net> |
0.27 05 Mar 2003 10:28:21 |
kris |
Update to gnupod 0.27
PR: ports/48854
Submitted by: David LE BRUN <david@dyn-ns.net> (maintainer) |
0.26 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
0.26 28 Jan 2003 22:15:44 |
sumikawa |
Upgrade to 0.26.
Reviewd and approved by: maintainer |
0.25 15 Jan 2003 16:38:04 |
sumikawa |
Add gnupod 0.25, a set of Perl scripts for using an Apple iPod.
PR: 45875
Submitted by: David Le Brun <david@dyn-ns.net> |