FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:42 PM GMT
non port: audio/gnupod/Makefile
CVSWeb

Number of commits found: 30

Sat, 21 Jan 2012
[ 17:40 eadler ] Original commit 
1.13 astro/p5-Astro-Catalog/Makefile
1.11 astro/p5-Astro-SunTime/Makefile
1.7 astro/py-RO/Makefile
1.10 astro/py-aipy/Makefile
1.3 astro/py-pyfits/Makefile
1.8 audio/calf/Makefile
1.30 audio/gnupod/Makefile
1.3 audio/jack_mixer/Makefile
1.61 audio/muine/Makefile
1.8 audio/p5-Audio-Scrobbler/Makefile

(Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
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
Fri, 18 Jun 2010
[ 09:19 linimon ] Original commit 
1.18 astro/viking/Makefile
1.29 audio/gnupod/Makefile
1.48 audio/libmikmod/Makefile
1.5 sysutils/p5-Filesys-DiskFree/Makefile
1.13 textproc/xmlindent/Makefile
1.5 audio/gnupod/pkg-descr
1.8 audio/libmikmod/pkg-descr
1.2 sysutils/p5-Filesys-DiskFree/pkg-descr
Reset david@trucs.org, who currently does not have time to work on
these ports.

Hat:            portmgr
Sun, 28 Feb 2010
[ 02:43 wen ] Original commit 
1.28 audio/gnupod/Makefile
1.16 audio/gnupod/distinfo
- Update to 0.99.8

PR:             ports/143632
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Approved by:    maintainer(timeout, > 20 days)
Feature safe:   yes
Fri, 29 Jan 2010
[ 14:52 kuriyama ] Original commit 
1.2 astro/p5-Astro-SIMBAD-Client/Makefile
1.27 audio/gnupod/Makefile
1.5 audio/p5-Audio-Scrobbler/Makefile
1.7 audio/p5-Net-DAAP-Client/Makefile
1.8 audio/p5-Net-FreeDB/Makefile
1.17 audio/p5-Xmms/Makefile
1.66 audio/squeezeboxserver/Makefile
1.26 biology/p5-AcePerl/Makefile
1.2 biology/p5-Bio-Glite/Makefile
1.14 biology/p5-Bio-Graphics/Makefile

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 19; last!).

Approved by:    portmgr (itetcu)
Thu, 5 Mar 2009
[ 21:41 wxs ] Original commit 
1.26 audio/gnupod/Makefile
- Switch to p5-Getopt-Long (p5-Getopt-Mixed is long since deprecated)

PR:             ports/131887
Submitted by:   wxs
Approved by:    maintainer timeout
Wed, 14 Jan 2009
[ 09:12 miwi ] Original commit 
1.25 audio/gnupod/Makefile
1.15 audio/gnupod/distinfo
- Update to 0.99.7

PR:             130096
Submitted by:   Dennis Herrmann <adox@mcx2.org>
Approved by:    maintainer
Sat, 29 Nov 2008
[ 22:36 pav ] Original commit 
1.24 audio/gnupod/Makefile
- Add dependency on Digest::SHA1, it's no longer pulled in via Digest::MD5

Reported by:    pointyhat
Fri, 2 May 2008
[ 19:27 miwi ] Original commit 
1.23 audio/gnupod/Makefile
1.14 audio/gnupod/distinfo
1.17 audio/gnupod/pkg-plist
- Update to 0.99.6

PR:             123299
Submitted by:   David <david@trucs.org> (maintainer)
Sat, 8 Sep 2007
[ 00:51 linimon ] Original commit 
1.7 archivers/p5-Compress-Bzip2/Makefile
1.4 archivers/p5-Compress-LZW/Makefile
1.8 archivers/p5-IO-Compress-Base/Makefile
1.4 archivers/p5-PerlIO-gzip/Makefile
1.2 archivers/p5-PerlIO-via-Bzip2/Makefile
1.11 astro/p5-Astro-Catalog/Makefile
1.2 astro/p5-Weather-Underground/Makefile
1.48 audio/gnump3d/Makefile
1.22 audio/gnupod/Makefile
1.12 audio/gramofile/Makefile

(Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
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
Mon, 23 Jul 2007
[ 09:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 29 May 2007
[ 07:22 lwhsu ] Original commit 
1.20 audio/gnupod/Makefile
1.13 audio/gnupod/distinfo
1.4 audio/gnupod/pkg-descr
- 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)
Wed, 29 Nov 2006
[ 11:41 shaun ] Original commit 
1.19 audio/gnupod/Makefile
1.44 audio/libmikmod/Makefile
1.3 sysutils/p5-Filesys-DiskFree/Makefile
1.11 textproc/xmlindent/Makefile
- 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]
Wed, 7 Jun 2006
[ 12:07 miwi ] Original commit 
1.18 audio/gnupod/Makefile
1.12 audio/gnupod/distinfo
1.16 audio/gnupod/pkg-plist
Update to 0.99

PR:             ports/97664
Submitted by:   miwi
Approved by:    krion (mentor), maintainer
Wed, 4 Jan 2006
[ 05:42 edwin ] Original commit 
1.17 audio/gnupod/Makefile
1.15 audio/gnupod/pkg-plist
[Maintainer Update] audio/gnupod : Fix pkg-plist (noticed by Kris via pointyhat)

PR:             ports/91280
Submitted by:   David Le Brun <david@dyn-ns.net>
Tue, 22 Nov 2005
[ 12:49 mnag ] Original commit 
1.16 audio/gnupod/Makefile
1.11 audio/gnupod/distinfo
Update to 0.98.3 (Now requires perl >= 5.8)

PR:             89283
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
Sun, 3 Apr 2005
[ 21:02 pav ] Original commit 
1.15 audio/gnupod/Makefile
1.10 audio/gnupod/distinfo
1.14 audio/gnupod/pkg-plist
- Update to ports/79507

PR:             ports/79507
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
Sun, 28 Nov 2004
[ 16:10 pav ] Original commit 
1.14 audio/gnupod/Makefile
1.9 audio/gnupod/distinfo
1.13 audio/gnupod/pkg-plist
- Update to 0.96

PR:             ports/74343
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
Thu, 8 Jul 2004
[ 18:41 pav ] Original commit 
1.13 audio/gnupod/Makefile
1.8 audio/gnupod/distinfo
1.12 audio/gnupod/pkg-plist
- Update to 0.95

PR:             ports/68744
Submitted by:   David Le Brun <david@dyn-ns.net> (maintainer)
Fri, 7 May 2004
[ 07:51 krion ] Original commit 
1.12 audio/gnupod/Makefile
- Fix dependencies

PR:             ports/66341
Submitted by:   maintainer
Sun, 2 May 2004
[ 00:23 petef ] Original commit 
1.11 audio/gnupod/Makefile
1.7 audio/gnupod/distinfo
1.2 audio/gnupod/files/patch-tools::gnupod_install.pl
1.11 audio/gnupod/pkg-plist
- update to 0.94
- fix pkg-plist

PR:             65938
Submitted by:   maintainer
Sun, 9 Nov 2003
[ 16:03 jeh ] Original commit 
1.10 audio/gnupod/Makefile
1.5 audio/gnupod/distinfo
1.3 audio/gnupod/pkg-descr
1.9 audio/gnupod/pkg-plist
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
Fri, 24 Oct 2003
[ 12:05 ijliao ] Original commit 
1.16 archivers/p5-Archive-Zip/Makefile
1.3 archivers/p5-IO-Zlib/Makefile
1.7 archivers/p5-Mac-Macbinary/Makefile
1.6 astro/p5-Astro-MoonPhase/Makefile
1.4 astro/p5-GPS/Makefile
1.7 astro/p5-Geo-METAR/Makefile
1.3 astro/p5-SETI-Stats/Makefile
1.9 audio/gnupod/Makefile
1.6 audio/mp32ogg/Makefile
1.10 audio/mp3mover/Makefile

(Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Sat, 16 Aug 2003
[ 10:35 kris ] Original commit 
1.8 audio/gnupod/Makefile
1.6 audio/gnupod/pkg-plist
Utilize INFO
Thu, 22 May 2003
[ 17:02 demon ] Original commit 
1.140 MOVED
1.7 audio/gnupod/Makefile
1.1127 devel/Makefile
1.17 devel/p5-File-Tools/Makefile
1.2 devel/p5-File-Tools/distinfo
1.2 devel/p5-File-Tools/pkg-descr
1.5 devel/p5-File-Tools/pkg-plist
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>
Sun, 20 Apr 2003
[ 21:25 sumikawa ] Original commit 
1.6 audio/gnupod/Makefile
1.5 audio/gnupod/pkg-plist
Fix breakage on packaging.

PR:             ports/51180
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
Fri, 18 Apr 2003
[ 06:48 edwin ] Original commit 
1.5 audio/gnupod/Makefile
1.4 audio/gnupod/distinfo
1.4 audio/gnupod/pkg-plist
[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>
Wed, 5 Mar 2003
[ 10:28 kris ] Original commit 
1.4 audio/gnupod/Makefile
1.3 audio/gnupod/distinfo
1.2 audio/gnupod/pkg-descr
1.3 audio/gnupod/pkg-plist
Update to gnupod 0.27

PR:             ports/48854
Submitted by:   David LE BRUN <david@dyn-ns.net> (maintainer)
Fri, 21 Feb 2003
[ 10:59 knu ] Original commit 
1.6 audio/abcde/Makefile
1.2 audio/adpcm/Makefile
1.11 audio/afsp/Makefile
1.14 audio/aureal-kmod/Makefile
1.7 audio/baudline/Makefile
1.5 audio/cd-console/Makefile
1.3 audio/cd-discid/Makefile
1.7 audio/cd2mp3/Makefile
1.7 audio/cdparanoia/Makefile
1.9 audio/cdplay/Makefile

(Only the first 10 of 192 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 28 Jan 2003
[ 22:15 sumikawa ] Original commit 
1.2 audio/gnupod/Makefile
1.2 audio/gnupod/distinfo
1.2 audio/gnupod/pkg-message
1.2 audio/gnupod/pkg-plist
Upgrade to 0.26.

Reviewd and approved by:        maintainer
Wed, 15 Jan 2003
[ 16:38 sumikawa ] Original commit 
1.367 audio/Makefile
1.1 audio/gnupod/Makefile
1.1 audio/gnupod/distinfo
1.1 audio/gnupod/pkg-comment
1.1 audio/gnupod/pkg-descr
1.1 audio/gnupod/pkg-message
1.1 audio/gnupod/pkg-plist
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>

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days43
new fortnight69
new month136

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.221 seconds.