aboutsummaryrefslogtreecommitdiff
path: root/chinese/autoconvert
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)
* chinese: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <intron@intron.ac> * Bo-Yi Wu <appleboy.tw@gmail.com> * Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw> * Ching-Hong Wu <woju@freebsd.ntu.edu.tw> * David O'Brien (obrien@FreeBSD.org) * David O'Brien (obrien@cs.ucdavis.edu) * Eric L. Camachat <eric@camachat.org> * Foxfair Hu <foxfair@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Gasol Wu <gasol.wu@gmail.com> * Gea-Suan Lin <gslin@gslin.org> * Henry Hu <henry.hu.sh@gmail.com> * Jie Gao <gaoj@cpsc.ucalgary.ca> * Jing-Tang Keith Jang <keith@FreeBSD.org> * Joe Horn <joehorn@gmail.com> * Ka Ho Ng <khng300@gmail.com> * Kuang-che Wu <kcwu@csie.org> * Michael C . Wu <keichii@iteration.net> * Michael C. Wu * Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW> * Rong-En Fan <rafan@FreeBSD.org> * Satoshi TAOKA <taoka@FreeBSD.org> * Shell Hung <shell@shellhung.org> * Shen Chuan-Hsing * Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> * Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> * Yinghong Liu <relaxbsd@gmail.com> * Zhang Shu * Zhihao Yuan <lichray@gmail.com> * blubee <hello@blubee.me> * buganini@gmail.com * chinsan * chinsan <chinsan.tw@gmail.com> * clive * clsung * clsung@dragon2.net * gugod@gugod.org * hrs * ijliao * vanilla@ With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak fetching by pointing to archived distfile in Google Cloud Storage.Kevin Lo2016-12-131-4/+1
| | | | Notes: svn path=/head/; revision=428467
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Switch to options helpersDmitry Marakasov2015-12-051-3/+3
| | | | Notes: svn path=/head/; revision=403041
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsDmitry Marakasov2015-08-041-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393546
* - Don't install static libraries with INSTALL_LIB (part 2/2)Dmitry Marakasov2015-05-092-3/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385847
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371243
* - Simplify MakefileSunpoet Po-Chuan Hsieh2014-07-121-4/+0
| | | | Notes: svn path=/head/; revision=361604
* Fix pkg-plist after previous commit.Tijl Coosemans2014-06-022-1/+2
| | | | Notes: svn path=/head/; revision=356251
* Properly respect CFLAGS, LDFLAGS, etc.Tijl Coosemans2014-06-023-22/+24
| | | | | | | | | | | | When building a port with base system make, variables like CC and CFLAGS need to be defined using '=' in the makefile. With '+=' values from make.conf can be picked up. Normally the ports system values for these variables are passed to a configure script which generates a makefile with them. If there's no configure script the makefile has to be patched to use the right values. Notes: svn path=/head/; revision=356247
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* - Remove unnecessary slash after STAGEDIRSunpoet Po-Chuan Hsieh2013-10-031-2/+2
| | | | Notes: svn path=/head/; revision=329149
* Support stage.Vanilla I. Shu2013-09-273-14/+32
| | | | Notes: svn path=/head/; revision=328460
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* Fix without gccBaptiste Daroussin2013-08-011-5/+2
| | | | Notes: svn path=/head/; revision=324096
* - Change pre-install: to post-install:Sunpoet Po-Chuan Hsieh2012-06-242-19/+26
| | | | | | | | | | | | | | | - While I'm here: - Add LICENSE - Move documentation to DOCSDIR - Convert to new options framework - Pet portlint - Bump PORTREVISION for package change PR: ports/169347 Submitted by: Kit Sin <ktsin@acm.org> Notes: svn path=/head/; revision=299900
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* respect $(CC) to make clang happy.Vanilla I. Shu2010-06-303-10/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257183
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Update download locationPav Lucistnik2009-01-302-4/+6
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227231
* Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portsMark Linimon2008-12-252-4/+1
| | | | | | | | | right now, by request. Hat: portmgr Notes: svn path=/head/; revision=224731
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - Update to 0.3.16Rong-En Fan2006-12-305-23/+14
| | | | | | | | | | | | | This builds on newer gcc. - Respect CC, CFLAGS - Comply new style patch filename - xchat plugin is disabled for now PR: ports/107264 Submitted by: Ying-Chieh Chen (maintainer) Notes: svn path=/head/; revision=181025
* - Respect DESTDIRCheng-Lung Sung2006-08-141-3/+3
| | | | | | | | | | | - Use USE_LDCONFIG PR: ports/101901 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (Ying-Chieh Chen) Notes: svn path=/head/; revision=170505
* - Update to 0.3.14Rong-En Fan2006-07-063-30/+4
| | | | | | | | | PR: 99815 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit) Notes: svn path=/head/; revision=167035
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Improve amd64 fix, Only build shared library with -fPICTilman Keskinoz2004-03-222-7/+10
| | | | Notes: svn path=/head/; revision=104905
* - Fix build on AMD64Kirill Ponomarev2004-02-081-1/+1
| | | | | | | Approved by: maintainer informed Notes: svn path=/head/; revision=100414
* - Fix build on -currentKirill Ponomarev2003-10-162-1/+27
| | | | | | | | PR: 58084 Submitted by: maintainer Notes: svn path=/head/; revision=91410
* Update MASTER_SITESYen-Ming Lee2003-06-111-1/+1
| | | | | | | | PR: 53210 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=82795
* 1. dont specify -lgnugetopt in MakefileYing-Chieh Liao2003-05-152-9/+17
| | | | | | | | 2. respect CFLAGS 3. utilize BSD_INSTALL_* macro Notes: svn path=/head/; revision=81013
* utilize DATADIRYing-Chieh Liao2003-05-151-16/+16
| | | | Notes: svn path=/head/; revision=81008
* typoYing-Chieh Liao2003-05-151-1/+1
| | | | Notes: svn path=/head/; revision=81007
* utilize USE_GETOPT_LONG and DATADIRYing-Chieh Liao2003-05-151-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=81006
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* - Update to version 0.3.13Kevin Lo2001-08-134-39/+46
| | | | | | | | | | - Update MASTER_SITES PR: 29569 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Notes: svn path=/head/; revision=46188
* Upgrade to 0.3.12.Vanilla I. Shu2001-05-103-6/+5
| | | | | | | | PR: ports/27254 Submitted by: maintainer Notes: svn path=/head/; revision=42506
* o Install additional 2 include filesClive Lin2001-01-142-0/+8
| | | | | | | | | o portlint Submitted by: Leeym <leeym@cae.ce.ntu.edu.tw> Notes: svn path=/head/; revision=37191
* Update to 0.3.8Clive Lin2001-01-145-28/+49
| | | | | | | | PR: 24277 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37190
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+2
| | | | | | | | | | | | | Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional). Notes: svn path=/head/; revision=27479
* Respect CC and CFLAGSVanilla I. Shu2000-04-022-6/+6
| | | | Notes: svn path=/head/; revision=27275
* PR: 17369Foxfair Hu2000-03-194-19/+23
| | | | | | | | Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw> Update to 0.3.5, patches submitted by port's maintainer. Notes: svn path=/head/; revision=26809
* Update version to 0.3.4.R. Imura2000-01-144-14/+13
| | | | | | | | PR: 15940 Submitted by: Maintainer Notes: svn path=/head/; revision=24732
* General comment cleanups.Tim Vanderhoek1999-12-281-1/+1
| | | | Notes: svn path=/head/; revision=24206
* update to 0.3.3R. Imura1999-11-262-3/+3
| | | | | | | | PR: 15041 Submitted by: Maintainer Notes: svn path=/head/; revision=23344
* Initial Import.Yukihiro Nakai1999-10-277-0/+73
Chinese character code converter. (Such tool is simple, but important for multibyte- people. :) PR: ports/14528 Submitted by: Yin-Jieh Chen yinjieh@Crazyman.Dorm13.NCTU.edu.tw Notes: svn path=/head/; revision=22692