summaryrefslogtreecommitdiff
path: root/sysutils/udfclient (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/udfclient: Add CPE informationStefan Eßer2021-10-211-1/+4
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Remove the stray line added in r547287Alex Kozlov2021-03-051-1/+0
| | | | | | | Approved by: avg (maintainer) Notes: svn path=/head/; revision=567372
* retire my older email addressAndriy Gapon2020-10-121-2/+1
| | | | | | | | | | | Remove "created by" lines that had it. Change to my @f.o address in maintainer lines. PR: 250204 Approved by: mikael Notes: svn path=/head/; revision=552123
* - fix build with option FUSEDirk Meyer2020-09-011-0/+3
| | | | Notes: svn path=/head/; revision=547287
* sysutils/udfclient: update to 0.8.11 (fixes build on current)Tobias C. Berner2020-08-272-6/+4
| | | | | | | | PR: 248952 Approved by: avg (maintainer) Notes: svn path=/head/; revision=546357
* - update MASTER_SITESDirk Meyer2020-02-011-6/+2
| | | | Notes: svn path=/head/; revision=524786
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516897
* sysutils/udfclient: update 0.7.5 -> 0.8.8Kurt Jaeger2017-05-254-14/+33
| | | | | | | | | | | - Changed MASTERSITE - Added LICENSE PR: 219535 Submitted by: avg (maintainer) Notes: svn path=/head/; revision=441707
* sysutils/udfclient: fix build with FUSE option enabledKurt Jaeger2017-05-252-5/+7
| | | | | | | | | | PR: 195949 Submitted by: avg (maintainer) Reported by: toomas.aas@raad.tartu.ee Reviewed by: w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=441679
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Stagify.Juergen Lock2014-05-121-1/+2
| | | | Notes: svn path=/head/; revision=353877
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Convert left sysutils ports to new options frameworkBaptiste Daroussin2013-04-281-5/+5
| | | | Notes: svn path=/head/; revision=316744
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-6/+2
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti2013-02-281-2/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=313088
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-2/+1
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* - Fix build on 9+Chris Rees2011-11-272-6/+48
| | | | | | | | | | | - Use bsd.port.options.mk PR: ports/162909 Submitted by: avg (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286518
* Does not compile on recent -9: needs SCSI fix.Mark Linimon2011-11-111-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285522
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.7.5Martin Wilke2011-03-042-5/+3
| | | | | | | | PR: 154627 Submitted by: Kurt Jaeger <fbsd-pr@opsec.eu> Notes: svn path=/head/; revision=270248
* - Update to 0.7.1Beech Rintoul2009-01-122-12/+12
| | | | | | | | | | - Makefile tweaks PR: ports/130427 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=225894
* - Update udfclient to 0.2Martin Wilke2008-02-162-5/+11
| | | | | | | | | | - Add debug knob PR: 120295 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=207290
* - Update to 0.5.8Pav Lucistnik2007-12-145-41/+33
| | | | | | | | | | - Add option to build FUSE module PR: ports/118484 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=203659
* - Update to 0.5.6Rong-En Fan2007-10-112-4/+4
| | | | | | | | PR: ports/117109 Submitted by: Andriy Gapon <avg at icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=201286
* - update to 0.5.5Martin Matuska2007-07-232-6/+4
| | | | | | | | | PR: ports/114764 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196134
* - Add backup MASTER_SITESMartin Wilke2007-02-101-1/+3
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=184763
* Update to 0.5.4.1Martin Wilke2006-12-272-4/+6
| | | | | | | | PR: ports/107205 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=180860
* - Update to 0.5.3Martin Wilke2006-09-212-4/+4
| | | | | | | | PR: ports/103456 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=173540
* Update to 0.5.2Ion-Mihai Tetcu2006-09-042-4/+4
| | | | | | | | PR: ports/102796 Submitted by: Andriy Gapon (maintainer) Notes: svn path=/head/; revision=172178
* Unbreak fetching by using bunch of NetBSD sites, since original mastersiteAlexey Dokuchaev2006-02-271-1/+2
| | | | | | | | | currently seems dead. Approved by: portmgr (clement) Notes: svn path=/head/; revision=156847
* Update to 0.5.1Andrey Slusar2006-01-232-4/+4
| | | | | | | | PR: ports/92220 Submitted by: Andriy Gapon (maintainer) Notes: svn path=/head/; revision=154269
* - Update to 0.5 [1]Simon Barner2005-11-234-16/+6
| | | | | | | | | | - Add SHA256 PR: ports/89428 [1] Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) [1] Notes: svn path=/head/; revision=149133
* Fix build with just -O in CFLAGSVolker Stolz2005-08-041-0/+11
| | | | | | | | | Noticed by: cluster Submitted by: maintainer Approved by: portmgr (kris) Notes: svn path=/head/; revision=140772
* Update to 0.4.9Volker Stolz2005-07-265-16/+25
| | | | | | | | PR: ports/84044 Submitted by: maintainer Notes: svn path=/head/; revision=140144
* Unbreak on sparc64Volker Stolz2005-04-042-7/+14
| | | | | | | Submitted by maintainer Notes: svn path=/head/; revision=132477
* BROKEN on sparc64: Does not compileKris Kennaway2005-03-271-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132061
* - Add a patch to fix speed setting issue.Florent Thoumie2005-03-112-0/+13
| | | | | | | | | PR: ports/78690 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=130872
* Add udfclient 0.3.3, tools for UDF filesystem.Volker Stolz2005-03-043-0/+39
UDFclient basicly provides a userinterface not unlike ftp(1) but allways fetches files recursively from the disc(s). PR: ports/75781 Submitted by: Andriy Gapon Notes: svn path=/head/; revision=130357